]> git.lyx.org Git - features.git/blob - ChangeLog
Fix some INFO reports from compaq cxx in support/
[features.git] / ChangeLog
1 2000-10-18  Angus Leeming <a.leeming@ic.ac.uk>
2        * src/support/lstrings.C (lowercase, uppercase):
3        use explicit casts to remove compiler warnings.
4
5        * src/support/LRegex.C (Impl):
6        * src/support/StrPool.C (add):
7        * src/support/filetools.C (MakeAbsPath, NormalizePath, MakeRelPath)
8        (AddPath, MakeDisplayPath):
9        * src/support/lstrings.C (prefixIs, subst):
10        use correct type to remove compiler warnings.
11
12        * src/support/lstrings.[Ch] (countChar): returns string::size_type.
13
14        * src/support/lyxlib.h:
15        * src/support/mkdir.C (mkdir): change parameter to mode_t for
16        portability and to remove compiler warning with DEC cxx.
17
18        * src/support/FileInfo.[Ch] (flagRWX): ditto.
19
20 2000-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
21
22         * src/minibuffer.C (peek_event): retun 1 when there has been a
23         mouseclick in the minibuffer.
24
25         * NEWS: updated.
26
27 2000-10-17  John Levon  <moz@compsoc.man.ac.uk>
28
29         * src/frontends/xforms/FormParagraph.C: more space above/below
30         fixes
31
32 2000-10-17  Dekel Tsur  <dekelts@tau.ac.il>
33
34         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
35         a char only if real_current_font was changed.
36
37 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
38
39         * NEWS: update somewhat for 1.1.6
40
41         * lib/ui/default.ui: clean up.
42
43 2000-10-17  Angus Leeming <a.leeming@ic.ac.uk>
44
45         * lib/CREDITS: clean up
46
47 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
48
49         * src/combox.[Ch] (select): changed argument back to int
50         * src/combox.C (peek_event): removed num_bytes as it is declared but
51         never referenced.
52
53         * src/frontends/xforms/FormDocument.C (class_apply, bullets_apply):
54         modified calls to Combox::select() to remove warnings about type
55         conversion.
56
57         * src/insets/insetbutton.C (width): explicit cast to remove warning
58         about type conversion.
59
60         * src/insets/insetcite.C (getScreenLabel): use string::size_type not
61         size_t.
62
63         * src/insets/insettabular.[Ch]: variables inset_pos, sel_pos_start and
64         sel_pos_end, refering to cursor position are changed to
65         LyXParagraph::size_type.
66
67         * src/insets/insettext.h (cpos): returns LyXParagraph::size_type,
68         consistent with LyXCursor::pos().
69         (inset_pos): changed to LyXParagraph::size_type for same reason.
70
71         * src/insets/insettext.C (resizeLyXText): changed some temporary
72         variables refing to cursor position to LyXParagraph::size_type.
73
74 2000-10-16  John Levon  <moz@compsoc.man.ac.uk>
75
76         * src/frontends/kde/<various>: The Great Renaming,
77         add FormParagraph
78
79 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
80
81         * src/frontends/support/Makefile.am (EXTRA_DIST): re-fix.
82
83 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * src/mathed/math_macro.C (MathMacroTemplate): initialize args to
86         0 when there are no arguments.
87
88 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
89
90         * src/insets/insetbib.C: re-introduce current_view as a temporary fix
91         to segfaults when pressing Ok in InsetBibtex dialog.
92
93 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
94
95         * forms/layout_forms.fd:
96         * src/layout_forms.C (create_form_form_character): small change to use
97         labelframe rather than engraved frame + text
98
99         * src/lyx_gui.C (create_forms): initialise choice_language with some
100         arbitrary value to prevent segfault when dialog is shown.
101
102 2000-10-16  Baruch Even  <baruch.even@writeme.com>
103
104         * src/converter.C (runLaTeX, scanLog): Added a warning when there
105         is no resulting file. This pertains only to LaTeX output.
106
107 2000-10-14  Dekel Tsur  <dekelts@tau.ac.il>
108
109         * src/text.C (Backspace): Make sure that the row of the cursor is
110         rebreaked.
111
112         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
113         a char.
114
115         * src/lyx_gui.C (init): Prevent a crash when only one font from 
116         menu/popup fonts is not found.
117
118         * lib/lyxrc.example: Add an example for binding a key for language 
119         switching.
120
121 2000-10-15  Dekel Tsur  <dekelts@tau.ac.il>
122
123         * src/converter.C (GetReachable): Changed the returned type to
124         vector<FormatPair>
125         (IsReachable): New method
126
127         * src/MenuBackend.C (expand): Handle formats that appear more
128         than once
129
130 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
131
132         * src/frontends/support/Makefile.am
133         (libfrontendsupport_la_EXTRA_DIST): add LyXImage_X.[Ch] here and
134         not in SOURCES.
135
136         * lib/CREDITS: add Garst Reese.
137
138         * src/support/snprintf.h: add extern "C" {} around the definitions.
139
140         * src/cheaders/cstdarg: new header file, taken from GNU libstdc++.
141
142 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
143
144         * src/combox.[Ch]:
145         * src/frontends/xforms/FormDocument.C:
146         * src/frontends/xforms/Menubar_pimpl.C: small changes so that they
147         compile without "conversion to integral type of smaller size"
148         warnings.
149         
150 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
151
152         * src/text.C (GetColumnNearX): Fixed disabled code.
153
154 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
155
156         * configure.in (CPPFLAGS): add snprintf and vsnprintf to
157         AC_CHECK_FUNCS
158
159         * src/support/snprintf.[ch]: new files
160
161 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
162
163         * src/frontends/kde/formprintdialog.C: add
164         file browser for selecting postscript output
165
166         * src/frontends/kde/formprintdialogdata.C:
167         * src/frontends/kde/formprintdialogdata.h: re-generate
168         correctly
169
170 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
171
172         * src/frontends/gnome/Makefile.am:
173         * src/frontends/kde/Makefile.am:  FormCommand.C
174         disappeared from xforms
175
176         * src/frontends/kde/FormCitation.C:
177         * src/frontends/kde/FormIndex.C: read-only
178         correctness 
179
180 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
181
182         * src/support/lyxfunctional.h (void_class_fun_t): fix name of
183         constructor. 
184
185         * src/bufferlist.C: add using directive.
186
187 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
188
189         * src/support/lyxfunctional.h: version of class_fun for void
190         returns added, const versions of back_inseter_fun and compare_fun
191         added.  
192
193 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
194
195         * src/frontends/xforms/FormInset.C (showInset): fix typo.
196
197 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
198
199         * ChangeLog: cleanup.
200
201         * lib/CREDITS: update to add all the contributors we've forgotten.
202         I have obviously missed some, so tell me whether there were
203         errors.
204
205 2000-10-13  Marko Vendelin <markov@ioc.ee>
206
207         * src/frontends/gnome/FormCitation.C
208         * src/frontends/gnome/FormCitation.h
209         * src/frontends/gnome/FormError.C
210         * src/frontends/gnome/FormIndex.C
211         * src/frontends/gnome/FormRef.C
212         * src/frontends/gnome/FormRef.h
213         * src/frontends/gnome/FormUrl.C: hide dialogs on "update" signal
214
215         * src/frontends/gnome/FormCitation.C
216         * src/frontends/gnome/FormCopyright.C
217         * src/frontends/gnome/FormError.C
218         * src/frontends/gnome/FormIndex.C
219         * src/frontends/gnome/FormRef.C
220         * src/frontends/gnome/FormToc.C
221         * src/frontends/gnome/FormUrl.C: replacing gettext N_() with _() where
222         appropriate.
223         
224         * src/frontends/gnome/Menubar_pimpl.C
225         * src/frontends/gnome/Menubar_pimpl.h: using new Menu::expand method to
226         fill the menus.
227
228 2000-10-11  Baruch Even  <baruch.even@writeme.com>
229
230         * src/minibuffer.h:
231         * src/minibuffer.C: Changed the method ExecCommand to PrepareForCommand
232         to convey its real action. 
233
234         * src/minibuffer.C (peek_event): Added action when mouse clicks to
235         clear the minibuffer and prepare to enter a command.
236
237         * src/mathed/formula.C (LocalDispatch): Changed to conform with
238         the rename from ExecCommand to PrepareForCommand.
239         * src/lyxfunc.C (Dispatch): ditto.
240
241 2000-10-11  Baruch Even  <baruch.even@writeme.com>
242
243         * src/buffer.C (writeFile): Added test for errors on writing, this
244         catches all errors and not only file system full errors as intended.
245
246 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
247
248         * src/lyx_gui.C (create_forms): better fix for crash with
249         translated interface.
250         
251 2000-10-12  John Levon  <moz@compsoc.man.ac.uk>
252
253         * src/frontends/kde/Makefile.am:
254         * src/frontends/kde/FormCopyright.C:
255         * src/frontends/kde/formcopyrightdialog.C:
256         * src/frontends/kde/formcopyrightdialog.h:
257         * src/frontends/kde/formcopyrightdialogdata.C:
258         * src/frontends/kde/formcopyrightdialogdata.h:
259         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg:
260         * src/frontends/kde/dlg/formcopyrightdialog.dlg: convert
261         copyright to use qtarch
262
263 2000-10-12  Dekel Tsur  <dekelts@tau.ac.il>
264
265         * src/encoding.C (read): Fixed bug that caused an error message at 
266         the end of the file.
267
268         * po/Makefile.in.in: Fixed rule for ext_l10n.h
269
270         * lib/lyxrc.example: Fixed hebrew example.
271
272 2000-10-13  Allan Rae <rae@lyx.org>
273
274         * src/frontends/xforms/FormPreferences.C (input): reworking the
275         checking 
276         (build, update, apply): New inputs in various tabfolders
277
278         * src/frontends/xforms/FormToc.C: use new button policy.
279         * src/frontends/ButtonPolicies.h (class IgnorantPolicy): for
280         dialogs that either can't use any existing policy or where it just
281         doesn't care. 
282
283         * src/frontends/xforms/FormTabular.h: removed copyright notice that
284         said it was mine.
285
286         * src/lyx_gui_misc.[Ch] (updateAllVisibleBufferRelatedDialogs):
287         added a bool parameter which is ignored.
288
289         * src/buffer.C (setReadonly):
290         * src/BufferView_pimpl.C (buffer): 
291         * src/frontends/kde/FormCopyright.h (update): 
292         * src/frontends/kde/FormCitation.[Ch] (update): 
293         * src/frontends/kde/FormIndex.[Ch] (update): 
294         * src/frontends/kde/FormPrint.[Ch] (update): 
295         * src/frontends/kde/FormRef.[Ch] (update): 
296         * src/frontends/kde/FormToc.[Ch] (update): 
297         * src/frontends/kde/FormUrl.[Ch] (update): 
298         * src/frontends/gnome/FormCopyright.h (update): 
299         * src/frontends/gnome/FormCitation.[Ch] (update): 
300         * src/frontends/gnome/FormError.[Ch] (update): 
301         * src/frontends/gnome/FormIndex.[Ch] (update): 
302         * src/frontends/gnome/FormPrint.[Ch] (update): 
303         * src/frontends/gnome/FormRef.h (update): 
304         * src/frontends/gnome/FormToc.[Ch] (update): 
305         * src/frontends/gnome/FormUrl.[Ch] (update): 
306         * src/frontends/xforms/FormGraphics.[Ch] (update): reflect new changes
307         to updateBufferDependent and DialogBase
308
309         * src/frontends/xforms/FormCitation.[hC]: 
310         * src/frontends/xforms/FormDocument.[hC]: also removed restore()
311         * src/frontends/xforms/FormError.[Ch]: 
312         * src/frontends/xforms/FormGraphics.[Ch]: 
313         * src/frontends/xforms/FormIndex.[Ch]: 
314         * src/frontends/xforms/FormParagraph.[Ch]: also added missing "virtual"s
315         and fixed readOnly handling.
316         * src/frontends/xforms/FormPrint.[Ch]: 
317         * src/frontends/xforms/FormRef.[Ch]: 
318         * src/frontends/xforms/FormTabular.[Ch]:
319         * src/frontends/xforms/FormToc.[Ch]:
320         * src/frontends/xforms/FormUrl.[Ch]: 
321         * src/frontends/xforms/FormInset.[Ch]:
322         * src/frontends/xforms/FormBase.[hC]: modifications to use the new
323         form of updateBufferDependent.
324
325         * src/frontends/xforms/FormBase.C (hide): only call disconnect()
326         if form()->visible just in case someone does stuff to the form in a
327         derived class.
328
329         * src/frontends/DialogBase.h (enum): removed enum since we can now use
330         the buttoncontroller for everything the enum used to be used for.
331         (update) It would seem we need to force all dialogs to use a bool
332         parameter or have two update functions.  I chose to go with one.
333         I did try removing update() from here and FormBase and defining the
334         appropriate update signatures in FormBaseB[DI] but then ran into the
335         problem of the update() call in FormBase::show().  Whatever I did
336         to get around that would require another function and that just
337         got more confusing.  Hence the decision to make everyone have an
338         update(bool). An alternative might have been to override show() in
339         FormBaseB[DI] and that would allow the different and appropriate
340         update signatures. 
341
342         * src/frontends/Dialogs.h (updateBufferDependent): now takes a bool.
343         true == buffer change occurred.  I decided against using a default
344         template parameter since not all compilers support that at present.
345
346 2000-10-11  Angus Leeming <a.leeming@ic.ac.uk>
347
348         * src/frontends/xforms/FormBase.[Ch] (FormBase) : made less of a "swiss
349         army knife" by removing functionality.
350         (clearStore): removed. All such housekeeping on hide()ing the dialog
351         is to be carried out by overloaded disconnect() methods.
352         (dialogIsOpen): removed. Relevant only to Inset dialogs anyway, but
353         superceded by Baruch's neat test (FormGraphics) to update an existing
354         dialog if a new signal is recieved rather than block all new signals
355         until it is closed.
356         (cba_, parent_, updateOrHide): removed to new FormInset class. Relevant
357         only to Inset dialogs.
358         (FormBaseBI, FormBaseBD): new classes derived from FormBase for
359         "Buffer Independent" and "Buffer Dependent" dialogs respectively.
360
361         * src/frontends/xforms/FormCommand.[Ch]: renamed as FormInset.[Ch]
362
363         * src/frontends/xforms/FormInset.[Ch] (FormInset): New class, defined
364         as a base class to all inset dialogs. Used solely to connect/disconnect
365         the Inset::hide signal and to define what action to take on receipt of
366         a UpdateBufferDependent signal.
367         (FormCommand): now derived from FormInset.
368
369         * src/frontends/xforms/FormCitation.[Ch] (clearStore): reworked as
370         disconnect().
371
372         * src/frontends/xforms/FormCopyright.[Ch]:
373         * src/frontends/xforms/FormPreferences.[Ch]:
374         now derived from FormBaseBI.
375
376         * src/frontends/xforms/FormDocument.[Ch]:
377         * src/frontends/xforms/FormParagraph.[Ch]:
378         * src/frontends/xforms/FormPrint.[Ch]:
379         now derived from FormBaseBD.
380
381         * src/frontends/xforms/FormError.[Ch]: now derived from FormInset.
382
383         * src/frontends/xforms/FormCitation.[Ch]:
384         * src/frontends/xforms/FormError.[Ch]:
385         * src/frontends/xforms/FormRef.[Ch]:
386         * src/frontends/xforms/FormToc.[Ch]:
387         (clearStore): reworked as disconnect().
388
389         * src/frontends/xforms/Makefile.am: removed FormCommand.[Ch], adding
390         FormInset.[Ch].
391
392 2000-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
393
394         * src/converter.C (runLaTeX): constify buffer argument
395         (scanLog): ditto.
396
397         * src/frontends/support/Makefile.am (INCLUDES): fix.
398
399         * src/buffer.h: add std:: qualifier
400         * src/insets/figinset.C (addpidwait): ditto
401         * src/MenuBackend.C: ditto
402         * src/buffer.C: ditto
403         * src/bufferlist.C: ditto
404         * src/layout.C: ditto
405         * src/lyxfunc.C: ditto
406
407 2000-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
408
409         * src/lyxtext.h (bidi_level): change return type to
410         LyXParagraph::size_type. 
411
412         * src/lyxparagraph.h: change size_type to
413         TextContainer::difference_type. This should really be
414         TextContainer::size_type, but we need currently to support signed
415         values. 
416
417 2000-10-11  Marko Vendelin <markov@ioc.ee>
418         * src/frontends/gnome/FormError.h
419         * src/frontends/gnome/FormRef.C
420         * src/frontends/gnome/FormRef.h
421         * src/frontends/gnome/FormError.C
422         * src/frontends/gnome/Makefile.am
423         * src/frontends/gnome/pixbutton.h: FormError and FormRef are ported 
424         to Gnome frontend. Both dialogs use "action" area.
425
426 2000-10-12  Baruch Even  <baruch.even@writeme.com>
427
428         * src/graphics/GraphicsCacheItem_pimpl.C:
429         * src/graphics/Renderer.C:
430         * src/graphics/XPM_Renderer.C: Corrected resolution of conflicts.
431         It now compiles.
432
433 2000-10-12  Juergen Vigna  <jug@sad.it>
434
435         * src/insets/insettext.C (draw): fixed drawing bug (specifically
436         visible when selecting).
437
438         * development/Code_rules/Rules: fixed some typos.
439
440 2000-10-09  Baruch Even  <baruch.even@writeme.com>
441
442         * src/filedlg.C (GroupCache::find): de-inlined the function, makes
443         compiling on egcs 1.1.2 possible.
444         
445         * src/filedlg.C (comp_direntry::operator() ): ditto.
446
447 2000-08-31  Baruch Even  <baruch.even@writeme.com>
448
449         * src/lyx_cb.[hC] (ShowMessage): Result of the const-ificiation of the 
450         Buffer parameter.
451
452         * src/frontends/xforms/FormGraphics.C: Changed the dialog to be
453         transient it now only gets freed when the object is destructed.
454
455 2000-08-24  Baruch Even  <baruch.even@writeme.com>
456
457         * src/frontends/FormGraphics.h:
458         * src/frontends/FormGraphics.C: Changed to use ButtonController and
459         ButtonPolicies.
460
461 2000-08-20  Baruch Even  <baruch.even@writeme.com>
462
463         * src/insets/insetgraphics.C:
464         (draw): Added messages to the drawn rectangle to report status.
465         (updateInset): Disabled the use of the inline graphics,
466         (draw): ditto.
467
468 2000-08-17  Baruch Even  <baruch.even@writeme.com>
469
470         * src/frontends/support: Directory added for the support of GUII LyX.
471
472         * src/frontends/support/LyXImage.h:     
473         * src/frontends/support/LyXImage.C:  Base class for GUII holding of
474         images.
475
476         * src/frontends/support/LyXImage_X.h:
477         * src/frontends/support/LyXImage_X.C: Implementation of the Xlib
478         version of LyXImage, this uses the Xlib Pixmap.
479
480         * src/PainterBase.h:
481         * src/PainterBase.C:
482         * src/Painter.h:
483         * src/Painter.C: Added a new method image() to draw LyXImage-s, a GUII 
484         replacement     to Pixmap.
485
486         * src/insets/insetgraphics.h:
487         * src/insets/insetgraphics.C:
488         * src/graphics/GraphicsCacheItem.h:
489         * src/graphics/GraphicsCacheItem.C:
490         * src/graphics/GraphicsCacheItem_pimpl.h:
491         * src/graphics/GraphicsCacheItem_pimpl.C: Changed to use LyXImage
492         instead  of Pixmap.
493
494         * src/graphics/GraphicsCacheItem.h:
495         * src/graphics/GraphicsCacheItem.C: Added the Clone() method to create 
496         another copy of the object.
497
498         * src/insets/insetgraphics.C (Clone): Changed to create a second copy
499         of cacheHandle, this fixed a bug that sent LyX crashing.
500
501         * src/graphics/XPM_Renderer.h:
502         * src/graphics/XPM_Renderer.C:
503         * src/graphics/EPS_Renderer.h:
504         * src/graphics/EPS_Renderer.C: Changed to Unix LF from DOS CRLF.
505
506 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
507
508         * src/lyxfunc.C (processKeySym): only handle the
509         lockinginset/inset stuff if we have a buffer and text loaded...
510
511         * lib/Makefile.am (EXTRA_DIST): add encodings and languages
512
513 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
514
515         * src/support/lyxfunctional.h: add operator= that takes a reference
516
517         * src/lyxserver.C (mkfifo): make first arg const
518
519         * src/layout.h: renamed name(...) to setName(...) to work around
520         bugs in egcs.
521
522         * src/buffer.C (setFileName): had to change name of function to
523         work around bugs in egcs. (renamed from fileName) 
524
525 2000-10-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
526
527         * src/support/translator.h: move helper template classes to
528         lyxfunctional.h, include "support/lyxfunctional.h"
529
530         * src/support/lyxmanip.h: add delaration of fmt
531
532         * src/support/lyxfunctional.h: new file
533         (class_fun_t): new template class
534         (class_fun): helper template function
535         (back_insert_fun_iterator): new template class
536         (back_inserter_fun): helper template function
537         (compare_memfun_t): new template class
538         (compare_memfun): helper template function
539         (equal_1st_in_pair): moved here from translator
540         (equal_2nd_in_pair): moved here from translator
541
542         * src/support/fmt.C: new file
543         (fmt): new func, can be used for a printf substitute when still
544         using iostreams ex. lyxerr << fmt("Hello %s", "Jürgen") << endl;
545
546         * src/support/StrPool.C: add some comments
547
548         * src/support/Makefile.am (libsupport_la_SOURCES): add fmt.C and
549         lyxfunctional.h
550
551         * src/insets/figinset.C (addpidwait): use std::copy with
552         ostream_iterator to fill the pidwaitlist
553
554         * src/graphics/XPM_Renderer.C (renderImage): use ScreenOfDisplay
555
556         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): remove
557         c_str() 
558
559         * src/frontends/xforms/Menubar_pimpl.C: make several file scope
560         variables static
561
562         * src/frontends/xforms/FormParagraph.C (input): use lyx::atoi
563
564         * src/frontends/xforms/FormDocument.C (build): remove c_str()
565         (class_update): ditto
566         (BulletPanel): ditto
567         (CheckChoiceClass): move initialization of tc and tct
568
569         * src/tabular.C: remove current_view
570         (OldFormatRead): similar to right below [istream::ignore]
571
572         * src/lyxlex_pimpl.C (next): add code for faster skipping of
573         chars, unfortunately this is buggy on gcc 2.95.2, so currently
574         unused [istream::ignore]
575
576         * src/lyxfunc.C: include "support/lyxfunctional.h"
577         (getInsetByCode): use std::find_if and compare_memfun
578
579         * src/lyxfont.C (stateText): remove c_str()
580
581         * src/lyx_main.C (setDebuggingLevel): make static
582         (commandLineHelp): make static
583
584         * src/lyx_gui_misc.C (getScreenDPI): use ScreenOfDisplay to get
585         Screen* together with fl_get_display() and fl_screen
586
587         * src/lyx_gui.C (LyXGUI): use ScreenOfDisplay to get Screen*
588         togheter with fl_get_display() and fl_screen
589         (create_forms): remove c_str()
590
591         * src/layout.C: include "support/lyxfunctional.h"
592         (hasLayout): use std::find_if and compare_memfun
593         (GetLayout): use std::find_if and comapre_memfun
594         (delete_layout): use std::remove_if and compare_memfun
595         (NumberOfClass): use std:.find_if and compare_memfun
596
597         * src/gettext.h: change for the new functions
598
599         * src/gettext.C: new file, make _(char const * str) and _(string
600         const & str) real functions.
601
602         * src/font.C (width): rewrite slightly to avoid one extra variable
603
604         * src/debug.C: initialize Debug::ANY here
605
606         * src/commandtags.h: update number comments
607
608         * src/combox.h (get): make const func
609         (empty): make const
610         (getline): make const
611
612         * src/combox.C (input_cb): handle case where fl_get_input can
613         return NULL
614
615         * src/bufferlist.C: add <functional>, "support/lyxmanip.h",
616         "support/lyxfunctional.h", remove current_view variable.
617         (resize): use std::for_each with std::mem_fun
618         (getFileNames): use std::copy with back_inserter_fun
619         (getBuffer): change arg type to unsigned int
620         (emergencyWriteAll): call emergencyWrite with std::for_each and
621         class_fun.
622         (emergencyWrite): new method, the for loop in emergencyWriteAll
623         has been unrolled.
624         (exists): use std::find_if with compare_memfun
625         (getBuffer): use std::find_if and compare_memfun
626
627         * src/buffer.h: add typedefs for iterator_category, value_type
628         difference_type, pointer and reference for inset_iterator
629         add postfix ++ for inset_iterator
630         make inset_iterator::getPos() const
631
632         * src/buffer.C: added support/lyxmanip.h
633         (readFile): use lyxerr << fmt instead of printf
634         (makeLaTeXFile): use std::copy to write out encodings
635
636         * src/Painter.C (text): rewrite slightly to avoid extra font variable
637
638         * src/MenuBackend.C (read): remove c_str(), as well as strdup and
639         free and the char * temp.
640         (hasMenu): use std::find_if and compare_memfun
641         (getMenu): ditto
642
643         * src/Makefile.am (lyx_SOURCES): added gettext.C
644
645         * src/LyXAction.C (retrieveActionArg): clear the arg, use
646         string::insert small change to avoid temporary
647
648         * src/LColor.C (getGUIName): remove c_str()
649
650         * several files: change all occurrences of fl_display to
651         fl_get_display() 
652
653         * config/lyxinclude.m4 (LYX_PROG_CXX): add a 2.97 clause so
654         that -pedantic is not used for gcc 2.97 (cvs gcc)
655
656         * boost/Makefile.am: begin slowly to prepare for a real boost lib
657
658 2000-10-11  Allan Rae  <rae@lyx.org>
659
660         * src/frontends/xforms/FormPreferences.C (input): template path must be
661         a readable directory.  It doesn't need to be writeable.
662         (build, delete, update, apply): New inputs in the various tabfolders
663
664         * src/frontends/xforms/forms/form_preferences.fd: 
665         * src/frontends/xforms/FormPreferences.h: New tabfolder and added
666         several new entries to existing folders.  Shuffled some existing stuff
667         around. 
668
669         * src/frontends/xforms/forms/form_print.fd: 
670         * src/frontends/xforms/FormPrint.C (apply): rename unsorted to collated.
671         Should probably rework PrinterParams as well.  Note that the switch to
672         collated is effectively the same as !unsorted so changing PrinterParams
673         will require a lot of fiddly changes to reverse the existing logic.
674
675         * src/lyx_cb.C (TimerCB): cleaned up Angus's patch.
676
677 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
678
679         * src/lyx_cb.C (TimerCB): fix crash when fd_form_title doesn't exist.
680
681 2000-10-10  Allan Rae <rae@lyx.org>
682
683         * src/lyxrc.[Ch]:
684         * src/lyxfunc.C (Dispatch): 
685         * src/lyx_gui.C: 
686         * src/BufferView_pimpl.C (scrollCB): cursor_follows_scrollbar made a
687         member of LyXRC
688
689         * src/lyxrc.C (output): Only write the differences between system lyxrc
690         and the users settings.
691
692         * src/lyx_main.C:
693         * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
694         system_lyxrc. 
695         I'll rewrite this later, after 1.1.6 probably, to keep a single
696         LyXRC but two instances of a LyXRCStruct.
697
698 2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
699
700         * lib/Makefile.am (pkgdata_DATA): add encoding and languages
701
702         * src/tabular.h: add a few std:: qualifiers.
703
704         * src/encoding.C: add using directive.
705         * src/language.C: ditto.
706
707         * src/insets/insetquotes.C (Validate): use languages->lang()
708         instead of only language.
709
710 2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
711
712         * lib/languages: New file.
713
714         * lib/encodings: New file.
715
716         * src/language.C (Languages): New class.
717         (read): New method. Reads the languages from the 'languages' file.
718
719         * src/encoding.C (Encodings): New class.
720         (read): New method. Reads the encodings from the 'encodings' file.
721
722         * src/lyx_main.C (init): Call to LyXSetStyle() after languages
723         initialization.
724
725         * src/bufferparams.h and a lot of files: Deleted the member language,
726         and renamed language_info to language
727
728         * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
729         * src/lyxfont.C (latexWriteStartChanges): ditto.
730         * src/paragraph.C (validate,TeXOnePar): ditto.
731         
732         * src/lyxfont.C (update): Restored deleted code.
733
734         * src/frontends/xforms/FormDocument.C (build): Made the combox taller
735
736 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
737
738         * src/BufferView_pimpl.C (buffer): cleaned up a little.
739
740         * src/insets/figinset.[Ch]:
741         * src/insets/insetinclude.[Ch]:
742         * src/insets/insetinclude.[Ch]:
743         * src/insets/insetparent.[Ch]:
744         * src/insets/insetref.[Ch]:
745         * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
746
747         * src/insets/*.[Ch]:
748         * src/mathed/formula.[Ch]:
749         * src/mathed/formulamacro.C (Clone): passed Buffer const &.
750
751         * src/buffer.C (parseSingleLyXformat2Token, readInset):
752         * src/lyx_cb.C (FigureApplyCB):
753         * src/lyxfunc.C (getStatus, Dispatch):
754         * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
755         insets.
756
757         * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
758
759         * src/converter.[Ch] (Formats::View):
760         * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
761
762         * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
763         *current_view->buffer(). This will change later, but this patch is way
764         big enough already!
765
766 2000-10-09  Juergen Vigna  <jug@sad.it>
767
768         * src/text.C (GetRow): small fix.
769
770         * src/BufferView_pimpl.C (cursorPrevious): 
771         (cursorNext): added LyXText parameter to function.
772
773         * src/insets/insettabular.C (LocalDispatch): activate cell inset on
774         keypress depending on cursor position.
775
776 2000-10-06  Juergen Vigna  <jug@sad.it>
777
778         * src/insets/insettabular.C (Ascii): finally call right ascii-function.
779         (copySelection): redone this function and also copy ascii representa-
780         tion to clipboard.
781
782         * src/tabular.C (Ascii): 
783         (AsciiPrintCell): 
784         (AsciiBottomHLine): 
785         (AsciiTopHLine): 
786         (print_n_chars): new functions to realize the ascii export of tabulars.
787
788 2000-10-05  Juergen Vigna  <jug@sad.it>
789
790         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
791         if we don't have a buffer.
792
793 2000-10-10  Allan Rae  <rae@lyx.org>
794
795         * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
796         with closing dialog.  It seems that nested tabfolders require hiding
797         of inner tabfolders before hiding the dialog itself.  Actually all I
798         did was hide the active outer folder.
799
800         * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
801         unless there really is a buffer.  hideBufferDependent is called
802         instead.
803
804         * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
805         POTFILES.in stays in $(srcdir).
806
807 2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
808
809         * lib/lyxrc.example: Few changes.
810
811 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
812
813         * src/BufferView_pimpl.C (buffer): only need one the
814         updateBufferDependent signal to be emitted once! Moved to the end of
815         the method to allow bv_->text to be updated first.
816
817         * src/frontends/xforms/FormBase.[Ch]: replaced the two signals uSignal_
818         and hSignal_ with Dialogs * and BufferDependency variables.
819         New Buffer * parent_, initialised when the dialog is launched. Used to
820         check whether to update() or hide() dialog in the new, private
821         updateOrHide() method that is connected to the updateBufferDependent
822         signal. Daughter classes dictate what to do using the
823         ChangedBufferAction enum, passed to the c-tor.
824
825         * src/frontends/xforms/FormCitation.C:
826         * src/frontends/xforms/FormCommand.C:
827         * src/frontends/xforms/FormCopyright.C:
828         * src/frontends/xforms/FormDocument.C:
829         * src/frontends/xforms/FormError.C:
830         * src/frontends/xforms/FormIndex.C:
831         * src/frontends/xforms/FormPreferences.C:
832         * src/frontends/xforms/FormPrint.C:
833         * src/frontends/xforms/FormRef.C:
834         * src/frontends/xforms/FormToc.C:
835         * src/frontends/xforms/FormUrl.C (c-tor): modified call to FormBase
836         c-tor.
837
838         * src/frontends/xforms/FormCommand.[Ch] (c-tor) passed a
839         ChangedBufferAction enum.
840
841         * src/frontends/xforms/FormParagraph.[Ch]
842         * src/frontends/xforms/forms/form_paragraph.fd: now derived from
843         FormBase.
844         
845 2000-10-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
846
847         * lib/bind/cua.bind: fix a bit.
848         * lib/bind/emacs.bind: ditto.
849
850         * lib/bind/menus.bind: remove real menu entries from there.
851
852         * src/spellchecker.C: make sure we only include strings.h when
853         _AIX is defined.        
854
855 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
856
857         * src/frontends/xforms/Menubar_pimpl.C (get_new_submenu): New
858         function. It enlarges the maximum number of pup when needed.
859         (add_toc2): Open a new menu if maximum number of items per menu has 
860         reached.
861         
862 2000-10-05  John Levon  <moz@compsoc.man.ac.uk>
863
864         * src/frontends/kde/FormPrint.C: fix error reporting
865
866         * src/frontends/xforms/FormDocument.C: fix compiler
867         warnings
868
869         * lib/.cvsignore: add Literate.nw
870
871 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
872
873         * buffer.C
874         * bufferview_funcs.[Ch]
875         * lyxfont.[Ch]
876         * text.C
877         * text2.C: Add support for numbers in RTL text.
878
879 2000-10-06  Allan Rae  <rae@lyx.org>
880
881         * po/Makefile.in.in (POTFILES.in, POTFILES): Fixed
882         to be gettext.m4 friendly again.  ext_l10n.h is now
883         generated into $top_srcdir instead of $top_builddir
884         so that lyx.pot will be built correctly -- without
885         duplicate parsing of ext_l10n.h.
886
887 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
888
889         * src/frontends/kde/FormCitation.C: make the dialog
890         behave more sensibly
891
892 2000-10-03  John Levon  <moz@compsoc.man.ac.uk>
893
894         * config/kde.m4: fix consecutive ./configure runs,
895         look for qtarch, fix library order
896
897         * src/frontends/kde/Makefile.am: tidy up,
898         add Print dialog, add .dlg dependencies
899
900         * src/frontends/kde/FormPrint.C:
901         * src/frontends/kde/FormPrint.h:
902         * src/frontends/kde/formprintdialog.C:
903         * src/frontends/kde/formprintdialog.h:
904         * src/frontends/kde/formprintdialogdata.C:
905         * src/frontends/kde/formprintdialogdata.h:
906         * src/frontends/kde/dlg/formprintdialog.dlg: add
907         print dialog
908
909         * src/frontends/kde/dlg/README: Added explanatory readme
910         
911         * src/frontends/kde/dlg/checkinitorder.pl: small perl
912         script to double-check qtarch's output
913
914         * src/frontends/kde/formindexdialog.C:
915         * src/frontends/kde/formindexdialogdata.C:
916         * src/frontends/kde/formindexdialogdata.h:
917         * src/frontends/kde/dlg/formindexdialog.dlg: update
918         for qtarch, minor fixes
919
920 2000-10-05  Allan Rae  <rae@lyx.org>
921
922         * src/BufferView_pimpl.C (buffer): don't hide all buffer dependent
923         dialogs when switching buffers update them instead.  It's up to each
924         dialog to decide if it should still be visible or not.
925         update() should return a bool to control visiblity within show().
926         Or perhaps better to set a member variable and use that to control
927         visibility.
928
929         * lib/build-listerrors: create an empty "listerrors" file just to stop
930         make trying to regenerate it all the time if you don't have noweb
931         installed.
932
933         * .cvsignore: ignore distdir and dist.tar.gz using rule lyx-*
934
935         * po/Makefile.in.in (ext_l10n.h): added a rule to build
936         $(top_builddir)/src/ext_l10n.h.  The rule has to go here because po/
937         is built before src/ and ext_l10n.h isn't actually needed to build lyx.
938         (POTFILES.in): added a rule to build POTFILES.in.  It is also now safe
939         to rebuild POTFILES.in with scrap *.[hC] files in xforms/forms/.
940
941         * autogen.sh: po/POTFILES.in and src/ext_l10n.h now generated by make.
942
943 2000-10-04  Angus Leeming <a.leeming@ic.ac.uk>
944
945         * src/BufferView_pimpl.C (buffer): emit hideBufferDependent when
946         deleting buffer. Closes all buffer-dependent dialogs.
947
948         * src/frontends/xforms/FormBase.[Ch] (input): modified to pass
949         FL_OBJECT * also.
950         * src/frontends/xforms/FormCitation.[Ch]:
951         * src/frontends/xforms/FormPreferences.[Ch]:
952         * src/frontends/xforms/FormPrint.[Ch]:
953         * src/frontends/xforms/FormRef.[Ch]:
954         * src/frontends/xforms/FormUrl.[Ch]: ditto
955
956         * src/frontends/xforms/FormDocument.[Ch]:
957         * src/frontends/xforms/forms/form_document.C.patch:
958         * src/frontends/xforms/forms/form_document.fd: all input callbacks now
959         pass through a single input() function.
960
961 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
962
963         * lib/build-listerrors: return status as OK
964
965 2000-10-04  Dekel Tsur  <dekelts@tau.ac.il>
966
967         * lib/lyxrc.example: Updated to new export code
968
969 2000-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
970
971         * src/mathed/math_parser.C (LexInitCodes): set lexcode of "@" to
972         LexAlpha. 
973
974         * src/mathed/formula.C (LocalDispatch): add '@' as an LM_TC_VAR
975         character. 
976
977         * lib/layouts/amsart.layout: include lyxmacros.inc, so that
978         LyX-Code is defined.
979         * lib/layouts/amsbook.layout: ditto.
980
981         * boost/Makefile.am: fix typo. 
982
983         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): use
984         Menu::expand. 
985         (add_lastfiles): removed.
986         (add_documents): removed.
987         (add_formats): removed.
988
989         * src/frontends/Menubar.C: remove useless "using" directive.
990
991         * src/MenuBackend.h: add a new MenuItem constructor.
992
993         * src/MenuBackend.[Ch] (Menu::expand): new method. Used in the
994         xforms frontend.
995
996 2000-10-04  Allan Rae  <rae@lyx.org>
997
998         * lib/Makefile.am (listerrors):
999         * lib/build-listerrors: make $builddir != $srcdir compiles work again.
1000         I haven't got notangle installed so Kayvan please test. The output
1001         should end up in $builddir.  This also allows people who don't have
1002         noweb installed to complete the make process without error.
1003
1004         * src/frontends/xforms/FormCommand.[Ch] (showInset):
1005         * src/frontends/xforms/FormError.[Ch] (showInset): fix warnings found
1006         by JMarc's picky compiler.
1007
1008 2000-10-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1009
1010
1011         * src/insets/insettabular.C (setPos): change for loop to not use
1012         sequencing operator. Please check this Jürgen.
1013
1014         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use "c"
1015         instead of 'c'
1016         * src/insets/insetcite.C (getScreenLabel): ditto
1017         * src/support/filetools.C (QuoteName): ditto
1018         (ChangeExtension): ditto
1019
1020         * src/BufferView_pimpl.C (scrollCB): make heigt int
1021
1022         * src/BufferView2.C (insertInset): comment out unused arg
1023
1024         * boost/Makefile.am (EXTRADIST): new variable
1025
1026 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
1027
1028         * src/exporter.C (IsExportable): Fixed
1029         
1030         * lib/configure.m4: Small fix
1031
1032 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
1033
1034         * src/insets/insetbutton.C (width): Changed to work with no GUI.
1035         * src/insets/insetbib.C (bibitemWidest): ditto.
1036         * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto.
1037
1038 2000-10-03  Juergen Vigna  <jug@sad.it>
1039
1040         * src/BufferView2.C (theLockingInset): removed const because of
1041         Agnus's compile problems.
1042
1043         * src/insets/insettext.C (LocalDispatch): set the language of the
1044         surronding paragraph on inserting the first character.
1045
1046         * various files: changed use of BufferView::the_locking_inset.
1047         
1048         * src/BufferView2.C (theLockingInset): 
1049         (theLockingInset): new functions.
1050
1051         * src/BufferView.h: removed the_locking_inset.
1052
1053         * src/lyxtext.h: added the_locking_inset
1054
1055         * src/BufferView_pimpl.C (checkInsetHit): y_tmp form uint to int.
1056
1057         * src/insets/lyxinset.h: added bool to ShowInsetCursor definition.
1058
1059 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
1060
1061         * src/mathed/formula.C (IsMacro): declared but not referenced; removed.
1062         * src/mathed/math_cursor.C (IsAlpha): ditto.
1063         * src/mathed/math_inset.C (strnew): ditto.
1064         * src/mathed/math_iter.C: SizeFont declared but not referenced;removed.
1065         (IMetrics): cxp set but never used; removed.
1066         * src/insets/figinset.C (InitFigures): removed redundant for loop, now
1067         that the variable in question has been removed also!
1068
1069
1070         * src/insets/insetbib.[Ch]: remove need to store Buffer * owner by
1071         using the Buffer * passed to Latex(), using the BufferView * passed to
1072         bibitemMaxWidth() bibitemWidest() and by passing a Buffer* to getKeys()
1073
1074         * src/insets/insetinclude.C: use the Buffer * passed to Latex(),
1075         Linuxdoc() and DocBook() rather than the stored Buffer * master.
1076
1077         * src/lyxfunc.C (Dispatch): used new InsetBibtex c-tor
1078         * src/buffer.C (readInset): used new InsetBibtex c-tor
1079         * (getBibkeyList): used new InsetBibtex::getKeys
1080
1081 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1082
1083         * lib/configure.m4
1084         * lib/build-listerrors
1085         * src/converter.C
1086         * src/exporter.C: Add literate programming support to the export code
1087
1088         * src/buffer.C
1089         * src/lyx_cb.C: Remove old literate code.
1090
1091         * src/lyxrc.[Ch]: Remove many obsolete (due to new export code)
1092         variables.
1093
1094         * src/lyxfunc.C (getStatus): Use Exporter::IsExportable
1095         * src/converter.C (View, Convert): Use QuoteName.
1096
1097         * src/insets/figinset.C (Preview): Use Formats::View.
1098
1099         * lib/configure.m4: Add sgml->dvi converter to lyxrc.default
1100         
1101 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1102
1103         * src/lyxfunc.C (Dispatch): move declaration of text variable at
1104         the top of the function, because compaq cxx complains that the
1105         "goto exit_with_message" when the function is disabled bypasses
1106         its initialization.
1107         (MenuNew): try a better fix for the generation of new file names.
1108         This time, I used AddName() instead of AddPath(), hoping Juergen
1109         will be happier :)
1110
1111 2000-10-03  Allan Rae  <rae@lyx.org>
1112
1113         * src/frontends/xforms/forms/form_preferences.fd:
1114         * src/frontends/xforms/FormPreferences.[Ch]: redesign of dialog using
1115         nested tabfolders has begun.  The old "Miscellaneous" was renamed as
1116         "Look and Feel"->"General" but will need to be split up further into
1117         general output and general input tabs.  Current plan is for four outer
1118         tabfolders: "Look and Feel" for colours, bindings, fonts and other HCI
1119         stuff; "Inputs" for input and import configuration; "Outputs" for
1120         output and export configuration; and one more whatever is left over
1121         called "General".  The leftovers at present look like being which
1122         viewers to use, spellchecker, language support and might be better
1123         named "Support".  I've put "Paths" in "Inputs" for the moment as this
1124         seems reasonable for now at least.
1125         One problem remains: X error kills LyX when you close Preferences.
1126
1127 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
1128
1129         * src/frontends/xforms/FormBase.[Ch]: removed "meaningless" const.
1130         qualifier from form()
1131         * src/frontends/xforms/FormCitation.[Ch]:
1132         * src/frontends/xforms/FormCopyright.[Ch]:
1133         * src/frontends/xforms/FormDocument.[Ch]:
1134         * src/frontends/xforms/FormError.[Ch]:
1135         * src/frontends/xforms/FormIndex.[Ch]:
1136         * src/frontends/xforms/FormPreferences.[Ch]:
1137         * src/frontends/xforms/FormPrint.[Ch]:
1138         * src/frontends/xforms/FormRef.[Ch]:
1139         * src/frontends/xforms/FormToc.[Ch]:
1140         * src/frontends/xforms/FormUrl.[Ch]: ditto.
1141
1142         * src/frontends/xforms/FormCitation.[Ch]:
1143         * src/frontends/xforms/FormIndex.[Ch]:
1144         * src/frontends/xforms/FormRef.[Ch]:
1145         * src/frontends/xforms/FormUrl.[Ch]: Renamed a few buttons, consistent
1146         with Allan's naming policy
1147         
1148         * src/frontends/xforms/FormCitation.C: some static casts to remove
1149         compiler warnings.
1150
1151 2000-10-02  Juergen Vigna  <jug@sad.it>
1152
1153         * src/insets/insettabular.C (LocalDispatch): fixed selection code,
1154         now you can type or do stuff inside the table-cell also when in dummy
1155         position, fixed visible cursor.
1156
1157         * src/insets/insettext.C (Edit): fixing cursor-view position.
1158
1159         * src/lyxfunc.C (Dispatch): use * text variable so that it can
1160         be used for equal functions in lyxfunc and insettext.
1161
1162         * src/text.C (GetVisibleRow): fixed a small clear_area bug.
1163
1164 2000-10-02  John Levon  <moz@compsoc.man.ac.uk>
1165
1166         * src/frontends/gnome/FormCitation.h:
1167         * src/frontends/gnome/FormCopyright.h:
1168         * src/frontends/gnome/FormIndex.h:
1169         * src/frontends/gnome/FormPrint.h:
1170         * src/frontends/gnome/FormToc.h:
1171         * src/frontends/gnome/FormUrl.h:
1172         * src/frontends/kde/FormCitation.h:
1173         * src/frontends/kde/FormCopyright.h:
1174         * src/frontends/kde/FormIndex.h:
1175         * src/frontends/kde/FormRef.h:
1176         * src/frontends/kde/FormToc.h:
1177         * src/frontends/kde/FormUrl.h: fix remaining users of
1178         support/utility.hpp 
1179
1180 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1181
1182         * src/buffer.C (linuxDocHandleFootnote): remove const modifier
1183         from depth argument.
1184         (DocBookHandleCaption): ditto.
1185         (DocBookHandleFootnote): ditto.
1186         (SimpleDocBookOnePar): ditto.
1187
1188         * src/frontends/xforms/FormDocument.h (form): remove extra
1189         FormDocument:: qualifier.
1190
1191         * sigc++/macros/basic_signal.h.m4: remove erroneous virtual
1192         destructor. 
1193         * sigc++/handle.h: ditto.
1194
1195         * src/lyx_gui_misc.C: add "using" directive.
1196
1197         * src/cheaders/cstddef: new file, needed by the boost library (for
1198         compaq cxx).
1199
1200 2000-10-02  Juergen Vigna  <jug@sad.it>
1201
1202         * src/insets/insettext.C (SetFont): better support.
1203
1204         * src/insets/insettabular.C (draw): fixed drawing of single cell.
1205
1206         * src/screen.C (DrawOneRow): some uint refixes!
1207
1208 2000-10-02  Allan Rae  <rae@lyx.org>
1209
1210         * boost/.cvsignore: ignore Makefile as well
1211
1212         * src/lyxfunc.C (Dispatch): missing break; and moved the '}' for
1213         LFUN_UNKNOWN_ACTION: so it doesn't wrap around default:.
1214
1215         * src/frontends/xforms/FormPreferences.[Ch] (restore): D'oh.
1216         Left this one out by accident.
1217
1218         * src/frontends/xforms/FormBase.h (restore): default to calling
1219         update() since that will restore the original/currently-applied values.
1220         Any input() triggered error messages will require the derived classes
1221         to redefine restore().
1222
1223         * src/frontends/xforms/FormDocument.C: initialize a few variables to
1224         avoid a segfault.  combo_doc_class is the main concern.
1225
1226 2000-10-01  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
1227
1228         * Simplify build-listerrors in view of GUI-less export ability!
1229
1230 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1231
1232         * src/lyx_main.C (easyParse): Disable gui when exporting
1233
1234         * src/insets/figinset.C: 
1235         * src/LaTeX.C
1236         * src/converter.C
1237         * src/lyx_gui_misc.C
1238         * src/tabular.C: Changes to allow no-gui.
1239
1240 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1241
1242         * src/support/utility.hpp: removed file
1243         * src/support/block.h: removed file
1244
1245         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
1246         and utility.hpp
1247
1248         * src/mathed/formula.C: add support/lyxlib.h
1249         * src/mathed/formulamacro.C: ditto
1250
1251         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
1252         * src/lyxparagraph.h: ditto
1253
1254         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
1255         * src/frontends/Makefile.am (INCLUDES): ditto
1256         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
1257         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
1258         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
1259         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
1260         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
1261         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
1262
1263         * src/BufferView.h: use boost/utility.hpp
1264         * src/LColor.h: ditto
1265         * src/LaTeX.h: ditto
1266         * src/LyXAction.h: ditto
1267         * src/LyXView.h: ditto
1268         * src/bufferlist.h: ditto
1269         * src/lastfiles.h: ditto
1270         * src/layout.h: ditto
1271         * src/lyx_gui.h: ditto
1272         * src/lyx_main.h: ditto
1273         * src/lyxlex.h: ditto
1274         * src/lyxrc.h: ditto
1275         * src/frontends/ButtonPolicies.h: ditto
1276         * src/frontends/Dialogs.h: ditto
1277         * src/frontends/xforms/FormBase.h: ditto
1278         * src/frontends/xforms/FormGraphics.h: ditto
1279         * src/frontends/xforms/FormParagraph.h: ditto
1280         * src/frontends/xforms/FormTabular.h: ditto
1281         * src/graphics/GraphicsCache.h: ditto
1282         * src/graphics/Renderer.h: ditto
1283         * src/insets/ExternalTemplate.h: ditto
1284         * src/insets/insetcommand.h: ditto
1285         * src/support/path.h: ditto
1286
1287         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
1288         and introduce clause for 2.97.
1289
1290         * boost/libs/README: new file
1291
1292         * boost/boost/utility.hpp: new file
1293
1294         * boost/boost/config.hpp: new file
1295
1296         * boost/boost/array.hpp: new file
1297
1298         * boost/Makefile.am: new file
1299
1300         * boost/.cvsignore: new file
1301
1302         * configure.in (AC_OUTPUT): add boost/Makefile
1303
1304         * Makefile.am (SUBDIRS): add boost
1305
1306 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1307
1308         * src/support/lstrings.C (suffixIs): Fixed.
1309
1310 2000-10-01  Allan Rae  <rae@lyx.org>
1311
1312         * src/PrinterParams.h: moved things around to avoid the "can't
1313         inline call" warning.
1314
1315         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
1316         into doc++ documentation.
1317
1318         * src/frontends/xforms/FormCommand.[Ch]: support button policy
1319
1320         * src/frontends/xforms/FormRef.C: make use of button controller
1321         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
1322         cleaned up button controller usage.
1323         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
1324         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
1325         use the button controller
1326
1327         * src/frontends/xforms/forms/*.fd: and associated generated files
1328         updated to reflect changes to FormBase.  Some other FormXxxx files
1329         also got minor updates to reflect changes to FormBase.
1330
1331         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
1332         (hide): made virtual.
1333         (input): return a bool. true == valid input
1334         (RestoreCB, restore): new
1335         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
1336         Changes to allow derived dialogs to use a ButtonController and
1337         make sense when doing so: OK button calls ok() and so on.
1338
1339         * src/frontends/xforms/ButtonController.h (class ButtonController):
1340         Switch from template implementation to taking Policy parameter.
1341         Allows FormBase to provide a ButtonController for any dialog.
1342
1343         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
1344         Probably should rename connect and disconnect.
1345         (apply): use the radio button groups
1346         (form): needed by FormBase
1347         (build): setup the radio button groups
1348
1349 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1350
1351         * several files: type changes to reduce the number of warnings and
1352         to unify type hangling a bit. Still much to do. 
1353
1354 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1355
1356         * lib/images/*: rename a bunch of icons to match Dekel converter
1357         changes. 
1358
1359         * src/buffer.h (SimpleLinuxDocOnePar): remove const qualifier to
1360         last parameter.
1361
1362         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
1363
1364         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
1365         virtual destructor
1366         * sigc++/handle.h: ditto for class Handle. 
1367
1368 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
1369
1370         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
1371
1372 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
1373
1374         * src/intl.C (InitKeyMapper): Correct the value of n due to the
1375         removal of the "default" language.
1376
1377         * src/combox.h (getline): Check that sel > 0
1378
1379 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
1380
1381         * lib/examples/docbook_example.lyx
1382         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
1383
1384         * lib/layouts/docbook-book.layout: new docbook book layout.
1385
1386         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
1387         
1388         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
1389
1390         * src/insets/figinset.C (DocBook):fixed small typo.
1391
1392         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
1393
1394         * src/insets/insetinclude.h: string include_label doesn't need to be
1395         mutable.
1396         
1397 2000-09-29  Allan Rae  <rae@lyx.org>
1398
1399         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
1400         Allow derived type to control connection and disconnection from signals
1401         of its choice if desired.
1402
1403 2000-09-28  Juergen Vigna  <jug@sad.it>
1404
1405         * src/insets/insettabular.C (update): fixed cursor setting when
1406         the_locking_inset changed.
1407         (draw): made this a bit cleaner.
1408         (InsetButtonPress): fixed!
1409
1410         * various files: added LyXText Parameter to fitCursor call.
1411         
1412         * src/BufferView.C (fitCursor): added LyXText parameter.
1413
1414         * src/insets/insettabular.C (draw): small draw fix.
1415
1416         * src/tabular.C: right setting of left/right celllines.
1417
1418         * src/tabular.[Ch]: fixed various types in funcions and structures. 
1419         * src/insets/insettabular.C: ditto
1420         * src/frontends/xforms/FormTabular.C: ditto
1421
1422 2000-09-28  Allan Rae  <rae@lyx.org>
1423
1424         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
1425         that the #ifdef's had been applied to part of what should have been
1426         a complete condition.  It's possible there are other tests that
1427         were specific to tables that are also wrong now that InsetTabular is
1428         being used. Now we need to fix the output of '\n' after a table in a
1429         float for the same reason as the original condition:
1430         "don't insert this if we would be adding it before or after a table
1431         in a float.  This little trick is needed in order to allow use of
1432         tables in \subfigures or \subtables."
1433         Juergen can you check this?
1434
1435 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1436
1437         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
1438         outputed to the ostream.
1439
1440         * several files: fixed types based on warnings from cxx 
1441
1442 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
1443
1444         * src/frontends/kde/Makefile.am: fix rule for
1445         formindexdialogdata_moc.C
1446
1447         * src/.cvsignore: add ext_l10n.h to ignore
1448
1449         * acconfig.h: stop messing with __STRICT_ANSI__ 
1450         * config/gnome.m4: remove option to set -ansi
1451         * config/kde.m4: remove option to set -ansi
1452         * config/lyxinclude.m4: don't set -ansi 
1453
1454 2000-09-27  Juergen Vigna  <jug@sad.it>
1455
1456         * various files: remove "default" language check.
1457         
1458         * src/insets/insetquotes.C: removed use of current_view.
1459
1460         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
1461         the one should have red ears by now!
1462
1463         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
1464         in more then one paragraph. Fixed cursor-movement/selection.
1465
1466         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
1467         paragraphs inside a text inset.
1468
1469         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
1470         text-inset if this owner is an inset.
1471
1472 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1473
1474         * src/Bullet.h: changed type of font, character and size to int
1475
1476         * src/buffer.C (asciiParagraph): remove actcell and fname1.
1477
1478         * src/insets/inseturl.[Ch]: 
1479         * src/insets/insetref.[Ch]:
1480         * src/insets/insetlabel.[Ch]: add linelen to Ascii
1481
1482 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
1483
1484         * src/buffer.C (readFile): block-if statement rearranged to minimise
1485         bloat. Patch does not reverse Jean-Marc's change ;-)
1486
1487         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
1488         Class rewritten to store pointers to hide/update signals directly,
1489         rather than Dialogs *. Also defined an enum to ease use. All xforms
1490         forms can now be derived from this class.
1491
1492         * src/frontends/xforms/FormCommand.[Ch]
1493         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
1494
1495         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
1496         out of header file.
1497
1498         * src/frontends/xforms/forms/form_citation.fd
1499         * src/frontends/xforms/forms/form_copyright.fd
1500         * src/frontends/xforms/forms/form_error.fd
1501         * src/frontends/xforms/forms/form_index.fd
1502         * src/frontends/xforms/forms/form_ref.fd
1503         * src/frontends/xforms/forms/form_toc.fd
1504         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
1505
1506         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
1507
1508         * src/insets/insetfoot.C: removed redundent using directive.
1509
1510 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1511
1512         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
1513         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
1514
1515         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
1516         created in the constructors in different groups. Then set() just
1517         have to show the groups as needed. This fixes the redraw problems
1518         (and is how the old menu code worked).
1519
1520         * src/support/lyxlib.h: declare the methods as static when we do
1521         not have namespaces.
1522
1523 2000-09-26  Juergen Vigna  <jug@sad.it>
1524
1525         * src/buffer.C (asciiParagraph): new function.
1526         (writeFileAscii): new function with parameter ostream.
1527         (writeFileAscii): use now asciiParagraph.
1528
1529         * various inset files: added the linelen parameter to the Ascii-func.
1530         
1531         * src/tabular.C (Write): fixed error in writing file introduced by
1532         the last changes from Lars.
1533
1534         * lib/bind/menus.bind: removed not supported functions.
1535
1536         * src/insets/insettext.C (Ascii): implemented this function.
1537
1538         * src/insets/lyxinset.h (Ascii): added linelen parameter.
1539
1540         * src/tabular.C (write_attribute[int,string,bool]): new functions.
1541         (Write): use of the write_attribute functions.
1542
1543         * src/bufferlist.C (close): fixed reasking question!
1544
1545 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1546
1547         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
1548         new files use the everwhere possible.
1549         
1550         * several files: 
1551         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
1552         src/log_form.C src/lyx.C:
1553         regenerated
1554         
1555         * src/buffer.C (runLaTeX): remove func
1556         
1557         * src/PaperLayout.C: removed file
1558         * src/ParagraphExtra.C: likewise
1559         * src/bullet_forms.C: likewise
1560         * src/bullet_forms.h: likewise
1561         * src/bullet_forms_cb.C: likewise
1562         
1563         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
1564         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
1565         bullet_forms_cb.C 
1566
1567         * several files: remove all traces of the old fd_form_paragraph,
1568         and functions belonging to that.
1569         
1570         * several files: remove all traces of the old fd_form_document,
1571         and functions belonging to that.
1572         
1573         * several files: constify local variables were possible.
1574         
1575         * several files: remove all code that was dead when NEW_EXPORT was
1576         defined 
1577         
1578         * several files: removed string::c_str in as many places as
1579         possible.
1580         
1581         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
1582         (e): be a bit more outspoken when patching
1583         (updatesrc): only move files if changed.
1584
1585         * forms/layout_forms.h.patch: regenerated
1586         
1587         * forms/layout_forms.fd: remove form_document and form_paragraph
1588         and form_quotes and form_paper and form_table_options and
1589         form_paragraph_extra 
1590
1591         * forms/form1.fd: remove form_table
1592
1593         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
1594         the fdui->... rewrite. Update some comments to xforms 0.88
1595
1596         * forms/bullet_forms.C.patch: removed file
1597         * forms/bullet_forms.fd: likewise
1598         * forms/bullet_forms.h.patch: likewise
1599         
1600         * development/Code_rules/Rules: added a section on switch
1601         statements. Updated some comment to xforms 0.88.
1602
1603 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1604
1605         * src/buffer.C (readFile): make sure that the whole version number
1606         is read after \lyxformat (even when it contains a comma)
1607
1608         * lib/ui/default.ui: change shortcut of math menu to M-a.
1609
1610 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1611
1612         * src/vspace.C (nextToken): use isStrDbl() to check for proper
1613         double values.
1614
1615         * src/LyXView.C (updateWindowTitle): show the full files name in
1616         window title, limited to 30 characters.
1617
1618         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
1619         When a number of characters has been given, we should not assume
1620         that the string is 0-terminated.
1621
1622         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
1623         calls (fixes some memory leaks)
1624         
1625         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
1626         trans member on exit.
1627
1628 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1629
1630         * src/converter.C (GetReachable): fix typo.
1631
1632         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
1633         understand ',' instead of '.'.
1634         (GetInteger): rewrite to use strToInt().
1635
1636 2000-09-26  Juergen Vigna  <jug@sad.it>
1637
1638         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
1639         better visibility and error-message on wrong VSpace input.
1640
1641         * src/language.C (initL): added english again.
1642
1643 2000-09-25  Juergen Vigna  <jug@sad.it>
1644
1645         * src/frontends/kde/Dialogs.C (Dialogs): 
1646         * src/frontends/gnome/Dialogs.C (Dialogs): 
1647         * src/frontends/kde/Makefile.am: 
1648         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
1649
1650         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
1651
1652         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
1653
1654         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
1655
1656         * src/frontends/xforms/FormParagraph.C: 
1657         * src/frontends/xforms/FormParagraph.h:
1658         * src/frontends/xforms/form_paragraph.C:
1659         * src/frontends/xforms/form_paragraph.h:
1660         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
1661         paragraph layout.
1662
1663         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
1664
1665         * src/tabular.C (OldFormatRead): forgot to delete the temporary
1666         Paragraph-Data after use.
1667
1668         * src/insets/insettext.C (LocalDispatch): don't set the layout on
1669         non breakable paragraphs.
1670
1671 2000-09-25  Garst R. Reese <reese@isn.net>
1672
1673         * src/language.C (initL): added missing language_country codes.
1674
1675 2000-09-25  Juergen Vigna  <jug@sad.it>
1676
1677         * src/insets/insettext.C (InsetText):
1678         (deleteLyXText): remove the not released LyXText structure!
1679
1680 2000-09-24  Marko Vendelin <markov@ioc.ee>
1681
1682         * src/frontends/gnome/mainapp.C
1683         * src/frontends/gnome/mainapp.h: added support for keyboard 
1684         accelerators
1685
1686         * src/frontends/gnome/FormCitation.C
1687         * src/frontends/gnome/FormCitation.h
1688         * src/frontends/gnome/Makefile.am
1689         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
1690         FormCitation to use "action area" in mainapp window
1691
1692         * src/frontends/gnome/Menubar_pimpl.C   
1693         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
1694         large TOC.
1695
1696 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
1697
1698         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
1699         width/descent/ascent values if name is empty.
1700         (mathed_string_height): Use std::max.
1701
1702 2000-09-25  Allan Rae  <rae@lyx.org>
1703
1704         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
1705         segfault.  This will be completely redesigned soon.
1706
1707         * sigc++: updated libsigc++.  Fixes struct timespec bug.
1708
1709         * development/tools/makeLyXsigc.sh:  .cvsignore addition
1710
1711 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
1712
1713         * several files: removed almost all traces of the old table
1714         (tabular) code.
1715
1716         * src/TableLayout.C: removed file
1717         
1718 2000-09-22  Juergen Vigna  <jug@sad.it>
1719
1720         * src/frontends/kde/Dialogs.C: added credits forms.
1721
1722         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
1723
1724         * src/frontends/gnome/Dialogs.C: added some forms.
1725
1726         * src/spellchecker.C (init_spell_checker): set language in pspell code
1727         (RunSpellChecker): some modifications for setting language string.
1728
1729         * src/language.[Ch]: added language_country code.
1730
1731 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
1732
1733         * src/frontends/Dialogs.h: added new signal showError.
1734         Rearranged existing signals in some sort of alphabetical order.
1735
1736         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
1737         FormError.[Ch], form_error.[Ch]
1738         * src/frontends/xforms/forms/makefile: added new file form_error.fd
1739         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
1740
1741         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
1742         dialogs. I think that this can be used as the base to all these
1743         dialogs.
1744
1745         * src/frontends/xforms/FormError.[Ch]
1746         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
1747         implementation of InsetError dialog.
1748         
1749         * src/insets/inseterror.[Ch]: rendered GUI-independent.
1750
1751         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
1752         * src/frontends/kde/Makefile.am: ditto
1753
1754 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
1755
1756         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
1757         macrobf. This fixes a bug of invisible text.
1758
1759 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1760
1761         * lib/doc/LaTeXConfig.lyx.in: updated.
1762
1763         * src/language.C (initL): remove language "francais" and change a
1764         bit the names of the two other french variations.
1765
1766         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
1767         string that may not be 0-terminated.
1768
1769 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1770
1771         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
1772
1773 2000-09-20  Marko Vendelin <markov@ioc.ee>
1774
1775         * src/frontends/gnome/FormCitation.C
1776         * src/frontends/gnome/FormIndex.C
1777         * src/frontends/gnome/FormToc.C
1778         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
1779         the variable initialization to shut up the warnings
1780
1781 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1782
1783         * src/table.[Ch]: deleted files
1784         
1785         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
1786         second arg.
1787
1788 2000-09-18  Juergen Vigna  <jug@sad.it>
1789
1790         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
1791         problems with selection. Inserted new LFUN_PASTESELECTION.
1792         (InsetButtonPress): inserted handling of middle mouse-button paste.
1793
1794         * src/spellchecker.C: changed word to word.c_str().
1795
1796 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
1797
1798         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
1799           included in the ``make dist'' tarball.
1800
1801 2000-09-15  Juergen Vigna  <jug@sad.it>
1802
1803         * src/CutAndPaste.C (cutSelection): small fix return the right
1804         end position after cut inside one paragraph only.
1805
1806         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
1807         we are locked as otherwise we don't have a valid cursor position!
1808
1809         * src/insets/figinset.C (draw): small bugfix but why is this needed???
1810
1811 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
1812
1813         * src/frontends/kde/FormRef.C: added using directive.
1814         * src/frontends/kde/FormToc.C: ditto
1815
1816         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
1817
1818         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
1819
1820 2000-09-19  Marko Vendelin <markov@ioc.ee>
1821         
1822         * src/frontends/gnome/Menubar_pimpl.C
1823         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
1824         Toc, ViewFormats, UpdateFormats, and ExportFormats.
1825
1826         * src/frontends/gnome/mainapp.C
1827         * src/frontends/gnome/mainapp.h: support for menu update used 
1828         by Toc menu.
1829
1830         * src/frontends/gnome/mainapp.C
1831         * src/frontends/gnome/mainapp.h: support for "action" area in the
1832         main window. This area is used by small simple dialogs, such as
1833         FormUrl.
1834
1835         * src/frontends/gnome/FormIndex.C
1836         * src/frontends/gnome/FormIndex.h
1837         * src/frontends/gnome/FormUrl.C
1838         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
1839         area
1840
1841         * src/frontends/gnome/FormCitation.C
1842         * src/frontends/gnome/FormCitation.h: rewrite to use main window
1843         action area. Only "Insert new citation" is implemented.
1844
1845 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
1846
1847         * src/buffer.C (Dispatch): fix call to Dispatch
1848         * src/insets/insetref.C (Edit): likewise
1849         * src/insets/insetparent.C (Edit): likewise
1850         * src/insets/insetinclude.C (include_cb): likewise
1851         * src/frontends/xforms/FormUrl.C (apply): likewise
1852         * src/frontends/xforms/FormToc.C (apply): likewise
1853         * src/frontends/xforms/FormRef.C (apply): likewise
1854         * src/frontends/xforms/FormIndex.C (apply): likewise
1855         * src/frontends/xforms/FormCitation.C (apply): likewise
1856         * src/lyxserver.C (callback): likewise
1857         * src/lyxfunc.C (processKeySym): likewise
1858         (Dispatch): likewise
1859         (Dispatch): likewise
1860         * src/lyx_cb.C (LayoutsCB): likewise
1861
1862         * Makefile.am (sourcedoc): small change
1863
1864 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
1865
1866         * src/main.C (main): Don't make an empty GUIRunTime object. all
1867         methods are static. constify a bit remove unneded using + headers.
1868
1869         * src/tabular.C: some more const to local vars move some loop vars
1870         
1871         * src/spellchecker.C: added some c_str after some word for pspell
1872
1873         * src/frontends/GUIRunTime.h: add new static method setDefaults
1874         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
1875         * src/frontends/kde/GUIRunTime.C (setDefaults): 
1876         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
1877
1878         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
1879         with strnew in arg, use correct emptystring when calling SetName.
1880
1881         * several files: remove all commented code with relation to
1882         HAVE_SSTREAM beeing false. We now only support stringstream and
1883         not strstream. 
1884
1885 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1886
1887         * src/lyxfunc.C: construct correctly the automatic new file
1888         names. 
1889
1890         * src/text2.C (IsStringInText): change type of variable i to shut
1891         off a warning.
1892
1893         * src/support/sstream.h: do not use namespaces if the compiler
1894         does not support them.
1895
1896 2000-09-15  Marko Vendelin <markov@ioc.ee>
1897         * src/frontends/gnome/FormCitation.C
1898         * src/frontends/gnome/FormCitation.h
1899         * src/frontends/gnome/diainsertcitation_interface.c
1900         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
1901         regexp support to FormCitation [Gnome].
1902
1903 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
1904
1905         * acconfig.h
1906         * configure.in: remove unused KDE/GTKGUI define
1907
1908         * src/frontends/kde/FormRef.C
1909         * src/frontends/kde/FormRef.h
1910         * src/frontends/kde/formrefdialog.C
1911         * src/frontends/kde/formrefdialog.h: double click will
1912         go to reference, now it is possible to change a cross-ref
1913         after the fact
1914
1915         * src/frontends/kde/FormToc.C
1916         * src/frontends/kde/FormToc.h
1917         * src/frontends/kde/formtocdialog.C
1918         * src/frontends/kde/formtocdialog.h: add a depth
1919         slider
1920
1921         * src/frontends/kde/Makefile.am: add QtLyXView.h
1922         to the sources list
1923
1924 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
1925
1926         * src/frontends/kde/FormCitation.h: added some using directives.
1927
1928         * src/frontends/kde/FormToc.h: corrected definition of doTree.
1929
1930         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
1931         cerr. 
1932
1933         * src/mathed/math_defs.h: redefine SetAlign to use string rather
1934         than char *.
1935         
1936 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1937
1938         * src/buffer.C (pop_tag): revert for the second time a change by
1939         Lars, who seems to really hate having non-local loop variables :)
1940
1941         * src/Lsstream.h: add "using" statements.
1942
1943         * src/support/copy.C (copy): add a bunch of std:: qualifiers
1944         * src/buffer.C (writeFile): ditto
1945
1946 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1947
1948         * src/buffer.C (writeFile): try to fix the locale modified format
1949         number to always be as we want it.
1950
1951         * src/WorkArea.C (work_area_handler): try to workaround the bugs
1952         in XForms 0.89. C-space is now working again.
1953
1954         * src/Lsstream.h src/support/sstream.h: new files.
1955
1956         * also commented out all cases where strstream were used.
1957         
1958         * src/Bullet.h (c_str): remove method.
1959         
1960         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
1961         
1962         * a lot of files: get rid of "char const *" and "char *" is as
1963         many places as possible. We only want to use them in interaction
1964         with system of other libraries, not inside lyx.
1965         
1966         * a lot of files: return const object is not of pod type. This
1967         helps ensure that temporary objects is not modified. And fits well
1968         with "programming by contract".
1969
1970         * configure.in: check for the locale header too 
1971
1972         * Makefile.am (sourcedoc): new tag for generation of doc++
1973         documentation 
1974
1975 2000-09-14  Juergen Vigna  <jug@sad.it>
1976
1977         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
1978         callback to check which combo called it and do the right action.
1979
1980         * src/combox.C (combo_cb): added combo * to the callbacks.
1981         (Hide): moved call of callback after Ungrab of the pointer.
1982
1983         * src/intl.h: removed LCombo2 function.
1984
1985         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
1986         function as this can now be handled in one function.
1987
1988         * src/combox.h: added Combox * to callback prototype.
1989
1990         * src/frontends/xforms/Toolbar_pimpl.C: 
1991         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
1992
1993 2000-09-14  Garst Reese  <reese@isn.net>
1994
1995         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
1996         moved usepackage{xxx}'s to beginning of file. Changed left margin
1997         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
1998         underlining from title. Thanks to John Culleton for useful suggestions.
1999
2000 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2001
2002         * src/lyxlex_pimpl.C (setFile): change error message to debug
2003         message. 
2004
2005 2000-09-13  Juergen Vigna  <jug@sad.it>
2006
2007         * src/frontends/xforms/FormDocument.C: implemented choice_class
2008         as combox and give callback to combo_language so OK/Apply is activated
2009         on change.
2010
2011         * src/bufferlist.C (newFile): small fix so already named files
2012         (via an open call) are not requested to be named again on the
2013         first save!
2014
2015 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
2016
2017         * src/frontends/kde/Makefile.am
2018         * src/frontends/kde/FormRef.C
2019         * src/frontends/kde/FormRef.h
2020         * src/frontends/kde/formrefdialog.C
2021         * src/frontends/kde/formrefdialog.h: implement
2022         cross-ref dialog
2023
2024 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
2025
2026         * src/frontends/kde/formtocdialog.C
2027         * src/frontends/kde/formtocdialog.h
2028         * src/frontends/kde/FormToc.C
2029         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
2030
2031 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
2032
2033         * src/frontends/kde/FormCitation.C: fix thinko
2034         where we didn't always display the reference text
2035         properly
2036
2037         * src/frontends/kde/formurldialog.C
2038         * src/frontends/kde/formurldialog.h
2039         * src/frontends/kde/FormUrl.C
2040         * src/frontends/kde/FormUrl.h: minor cleanups
2041
2042         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
2043
2044         * src/frontends/kde/Makefile.am
2045         * src/frontends/kde/FormToc.C
2046         * src/frontends/kde/FormToc.h
2047         * src/frontends/kde/FormCitation.C
2048         * src/frontends/kde/FormCitation.h
2049         * src/frontends/kde/FormIndex.C
2050         * src/frontends/kde/FormIndex.h
2051         * src/frontends/kde/formtocdialog.C
2052         * src/frontends/kde/formtocdialog.h
2053         * src/frontends/kde/formcitationdialog.C
2054         * src/frontends/kde/formcitationdialog.h
2055         * src/frontends/kde/formindexdialog.C
2056         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
2057
2058 2000-09-12  Juergen Vigna  <jug@sad.it>
2059
2060         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
2061         static strings.
2062
2063 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2064
2065         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
2066         not cerr.
2067
2068 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
2069
2070         * src/converter.C (Add, Convert): Added support for converter flags:
2071         needaux, resultdir, resultfile.
2072         (Convert): Added new parameter view_file.
2073         (dvips_options): Fixed letter paper option.
2074
2075         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
2076         (Export, GetExportableFormats, GetViewableFormats): Added support
2077         for Ascii.
2078
2079         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
2080         directory!
2081         (easyParse): Fixed to work with new export code.
2082         
2083         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
2084         directories.
2085
2086         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
2087
2088         * lib/bind/*.bind: Replaced
2089         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
2090         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
2091
2092 2000-09-11  Juergen Vigna  <jug@sad.it>
2093
2094         * src/lyx_gui.C (runTime): uses global guiruntime variable.
2095
2096         * src/main.C (main): now GUII defines global guiruntime!
2097
2098         * src/frontends/gnome/GUIRunTime.C (initApplication): 
2099         * src/frontends/kde/GUIRunTime.C (initApplication): 
2100         * src/frontends/xforms/GUIRunTime.C (initApplication): 
2101         * src/frontends/GUIRunTime.h: added new function initApplication.
2102
2103         * src/spellchecker.C (sc_accept_word): change to add_to_session.
2104
2105         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
2106
2107 2000-09-08  Juergen Vigna  <jug@sad.it>
2108
2109         * src/lyx_gui.C (create_forms): don't display the "default" entry as
2110         we have already "Reset".
2111
2112         * src/language.C (initL): inserted "default" language and made this
2113         THE default language (and not american!)
2114
2115         * src/paragraph.C: inserted handling of "default" language!
2116
2117         * src/lyxfont.C: ditto
2118
2119         * src/text.C: ditto
2120
2121         * src/paragraph.C: output the \\par only if we have a following
2122         paragraph otherwise it's not needed.
2123
2124 2000-09-05  Juergen Vigna  <jug@sad.it>
2125
2126         * config/pspell.m4: added entry to lyx-flags
2127
2128         * src/spellchecker.C: modified version from Kevin for using pspell
2129
2130 2000-09-01  Marko Vendelin <markov@ioc.ee>
2131         * src/frontends/gnome/Makefile.am
2132         * src/frontends/gnome/FormCitation.C
2133         * src/frontends/gnome/FormCitation.h
2134         * src/frontends/gnome/diainsertcitation_callbacks.c
2135         * src/frontends/gnome/diainsertcitation_callbacks.h
2136         * src/frontends/gnome/diainsertcitation_interface.c
2137         * src/frontends/gnome/diainsertcitation_interface.h
2138         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
2139         dialog for Gnome frontend
2140
2141         * src/main.C: Gnome libraries require keeping application name
2142         and its version as strings
2143
2144         * src/frontends/gnome/mainapp.C: Change the name of the main window
2145         from GnomeLyX to PACKAGE
2146
2147 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2148
2149         * src/frontends/Liason.C: add "using: declaration.
2150
2151 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
2152
2153         * src/mathed/math_macro.C (Metrics): Set the size of the template
2154
2155         * src/mathed/formulamacro.C (Latex): Fixed the returned value
2156
2157 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
2158
2159         * src/converter.C (add_options): New function.
2160         (SetViewer): Change $$FName into '$$FName'.
2161         (View): Add options when running xdvi
2162         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
2163         (Convert): The 3rd parameter is now the desired filename. Converts
2164         calls to lyx::rename if necessary.
2165         Add options when running dvips.
2166         (dvi_papersize,dvips_options): New methods.
2167
2168         * src/exporter.C (Export): Use getLatexName() instead of fileName().
2169
2170         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
2171         using a call to Converter::dvips_options.
2172         Fixed to work with nex export code.
2173
2174         * src/support/copy.C
2175         * src/support/rename.C: New files
2176
2177         * src/support/syscall.h
2178         * src/support/syscall.C: Added Starttype SystemDontWait.
2179
2180         * lib/ui/default.ui: Changed to work with new export code
2181
2182         * lib/configure.m4: Changed to work with new export code
2183
2184         * src/encoding.C: Changed latex name for iso8859_7 encoding.
2185
2186 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
2187
2188         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
2189         so that code compiles with DEC cxx.
2190         
2191         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
2192         to work correctly! Also now supports the additional elements
2193         neeeded by natbib.
2194         
2195 2000-09-01  Allan Rae  <rae@lyx.org>
2196
2197         * src/frontends/ButtonPolicies.C: renamed all the references to
2198         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
2199
2200         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
2201         since it's a const not a type.
2202
2203         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
2204
2205 2000-08-31  Juergen Vigna  <jug@sad.it>
2206
2207         * src/insets/figinset.C: Various changes to look if the filename has
2208         an extension and if not add it for inline previewing.
2209
2210 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2211
2212         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
2213         make buttonStatus and isReadOnly be const methods. (also reflect
2214         this in derived classes.)
2215
2216         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
2217         (nextState): change to be static inline, pass the StateMachine as
2218         a const reference
2219         (PreferencesPolicy): remove casts
2220         (OkCancelPolicy): remvoe casts
2221         (OkCancelReadOnlyPolicy): remove casts
2222         (NoRepeatedApplyReadOnlyPolicy): remove casts
2223         (OkApplyCancelReadOnlyPolicy): remove casts
2224         (OkApplyCancelPolicy): remove casts
2225         (NoRepeatedApplyPolicy): remove casts
2226
2227 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
2228
2229         * src/converter.C: added some using directives
2230
2231         * src/frontends/ButtonPolicies.C: changes to overcome
2232         "need lvalue" error with DEC c++
2233
2234         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
2235         to WMHideCB for DEC c++
2236
2237         * src/frontends/xforms/Menubar_pimpl.C: added using directive
2238
2239         * src/frontends/xforms/forms/form_document.C.patch: use C callback
2240         to BulletBMTableCB for DEC c++
2241
2242 2000-08-31  Allan Rae  <rae@lyx.org>
2243
2244         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
2245         character dialog separately from old document dialogs combo_language.
2246         Stops a segfault.
2247
2248 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
2249
2250         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
2251         Removed LFUN_REF_CREATE.
2252
2253         * src/MenuBackend.C: Added new tags: toc and references
2254
2255         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
2256         (add_lastfiles, add_documents, add_formats): Removed the unused smn
2257         parameter.
2258         (add_toc, add_references): New methods.
2259         (create_submenu): Handle correctly the case when there is a
2260         seperator after optional menu items.
2261
2262         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
2263         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
2264         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
2265
2266         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
2267
2268 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
2269
2270         * src/converter.[Ch]: New file for converting between different
2271         formats.
2272         
2273         * src/export.[Ch]: New file for exporting a LyX file to different
2274         formats.
2275         
2276         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
2277         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
2278         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
2279         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
2280         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
2281         RunDocBook, MenuExport.
2282         
2283         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
2284         Exporter::Preview methods if NEW_EXPORT is defined.     
2285         
2286         * src/buffer.C (Dispatch): Use Exporter::Export.
2287         
2288         * src/lyxrc.C: Added new tags: \converter and \viewer.
2289         
2290         * src/commandtags.h
2291         * src/LyXAction.C: Define new lyx-function: buffer-update.
2292         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
2293         when NEW_EXPORT is defined.
2294         
2295         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
2296         
2297         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
2298         
2299         * lib/ui/default.ui: Added submenus "view" and "update" to the 
2300         "file" menu.
2301         
2302         * src/filetools.C (GetExtension): New function.
2303         
2304         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
2305
2306 2000-08-29  Allan Rae  <rae@lyx.org>
2307
2308         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
2309
2310         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
2311         (EnableDocumentLayout): removed
2312         (DisableDocumentLayout): removed
2313         (build): make use of ButtonController's read-only handling to
2314         de/activate various objects. Replaces both of the above functions.
2315
2316         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
2317         (readOnly): was read_only
2318         (refresh): fixed dumb mistakes with read_only_ handling
2319
2320         * src/frontends/xforms/forms/form_document.fd:
2321         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
2322         tabbed dialogs so the tabs look more like tabs and so its easier to
2323         work out which is the current tab.
2324
2325         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
2326         segfault with form_table
2327
2328         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
2329
2330 2000-08-28  Juergen Vigna  <jug@sad.it>
2331
2332         * acconfig.h: added USE_PSPELL.
2333
2334         * src/config.h.in: added USE_PSPELL.
2335
2336         * autogen.sh: added pspell.m4
2337
2338         * config/pspell.m4: new file.
2339
2340         * src/spellchecker.C: implemented support for pspell libary.
2341
2342 2000-08-25  Juergen Vigna  <jug@sad.it>
2343
2344         * src/LyXAction.C (init): renamed LFUN_TABLE to
2345         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
2346
2347         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
2348
2349         * src/lyxscreen.h: add force_clear variable and fuction to force
2350         a clear area when redrawing in LyXText.
2351
2352         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
2353
2354 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2355
2356         * some whitespace and comment changes.
2357         
2358         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
2359
2360         * src/buffer.C: up te LYX_FORMAT to 2.17
2361
2362 2000-08-23  Juergen Vigna  <jug@sad.it>
2363
2364         * src/BufferView_pimpl.C (tripleClick): disable this when in a
2365         locking_inset.
2366
2367         * src/insets/insettabular.C (pasteSelection): delete the insets
2368         LyXText as it is not valid anymore.
2369         (copySelection): new function.
2370         (pasteSelection): new function.
2371         (cutSelection): new function.
2372         (LocalDispatch): implemented cut/copy/paste of cell selections.
2373
2374         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
2375         don't have a LyXText.
2376
2377         * src/LyXAction.C (init): a NEW_TABULAR define too much.
2378
2379         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
2380         NEW_TABULAR define.
2381
2382 2000-08-22  Juergen Vigna  <jug@sad.it>
2383
2384         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
2385         ifdef form_table out if NEW_TABULAR.
2386
2387 2000-08-21  Juergen Vigna  <jug@sad.it>
2388
2389         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
2390         (draw): fixed draw position so that the cursor is positioned in the
2391         right place.
2392         (InsetMotionNotify): hide/show cursor so the position is updated.
2393         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
2394         using cellstart() function where it should be used.
2395
2396         * src/insets/insettext.C (draw): ditto.
2397
2398         * src/tabular.C: fixed initialization of some missing variables and
2399         made BoxType into an enum.
2400
2401 2000-08-22  Marko Vendelin <markov@ioc.ee>
2402         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
2403         stock menu item using action numerical value, not its string
2404         representation.
2405
2406
2407 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2408
2409         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
2410         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
2411
2412         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
2413
2414         * src/frontends/xforms/GUIRunTime.C: new file
2415
2416         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
2417         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
2418
2419         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
2420
2421         * src/frontends/kde/GUIRunTime.C: new file
2422
2423         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
2424         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
2425
2426         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
2427
2428         * src/frontends/gnome/GUIRunTime.C: new file
2429
2430         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
2431         GUIRunTime.C 
2432
2433         * src/frontends/GUIRunTime.h: removed constructor and destructor,
2434         small change to documetentation.
2435
2436         * src/frontends/GUIRunTime.C: removed file
2437
2438         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
2439
2440         * src/lyxparagraph.h: enable NEW_TABULAR as default
2441
2442         * src/lyxfunc.C (processKeySym): remove some commented code
2443
2444         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
2445         NEW_TABULAR around the fd_form_table_options.
2446
2447         * src/lyx_gui.C (runTime): call the static member function as
2448         GUIRunTime::runTime().
2449
2450 2000-08-21  Allan Rae  <rae@lyx.org>
2451
2452         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
2453         policy here also.
2454
2455 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
2456
2457         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
2458
2459 2000-08-21  Allan Rae  <rae@lyx.org>
2460
2461         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
2462         keep Garst happy ;-)
2463         * src/frontends/xforms/FormPreferences.C (build): use setOK
2464         * src/frontends/xforms/FormDocument.C (build): use setOK
2465         (FormDocument): use the appropriate policy.
2466
2467 2000-08-21  Allan Rae  <rae@lyx.org>
2468
2469         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
2470         automatic [de]activation of arbitrary objects when in a read-only state.
2471
2472         * src/frontends/ButtonPolicies.h: More documentation
2473         (isReadOnly): added to support the above.
2474
2475         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
2476
2477 2000-08-18  Juergen Vigna  <jug@sad.it>
2478
2479         * src/insets/insettabular.C (getStatus): changed to return func_status.
2480
2481         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
2482         display toggle menu entries if they are.
2483
2484         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
2485         new document layout now.
2486
2487         * src/lyxfunc.C: ditto
2488
2489         * src/lyx_gui_misc.C: ditto
2490
2491         * src/lyx_gui.C: ditto
2492
2493         * lib/ui/default.ui: removed paper and quotes layout as they are now
2494         all in the document layout tabbed folder.
2495
2496         * src/frontends/xforms/forms/form_document.fd: added Restore
2497         button and callbacks for all inputs for Allan's ButtonPolicy.
2498
2499         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
2500         (CheckChoiceClass): added missing params setting on class change.
2501         (UpdateLayoutDocument): added for updating the layout on params.
2502         (build): forgot to RETURN_ALWAYS input_doc_spacing.
2503         (FormDocument): Implemented Allan's ButtonPolicy with the
2504         PreferencesPolicy.
2505
2506 2000-08-17  Allan Rae  <rae@lyx.org>
2507
2508         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
2509         so we can at least see the credits again.
2510
2511         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
2512         controller calls for the appropriate callbacks.  Note that since Ok
2513         calls apply followed by cancel, and apply isn't a valid input for the
2514         APPLIED state, the bc_ calls have to be made in the static callback not
2515         within each of the real callbacks.
2516
2517         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
2518         (setOk): renamed from setOkay()
2519
2520 2000-08-17  Juergen Vigna  <jug@sad.it>
2521
2522         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
2523         in the implementation part.
2524         (composeUIInfo): don't show optional menu-items.
2525
2526         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
2527
2528         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
2529
2530         * src/bufferview_funcs.C (CurrentState): fixed to show also the
2531         text-state when in a text-inset.
2532
2533         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
2534
2535 2000-08-17  Marko Vendelin <markov@ioc.ee>
2536         * src/frontends/gnome/FormIndex.C
2537         * src/frontends/gnome/FormIndex.h
2538         * src/frontends/gnome/FormToc.C
2539         * src/frontends/gnome/FormToc.h
2540         * src/frontends/gnome/dialogs
2541         * src/frontends/gnome/diatoc_callbacks.c
2542         * src/frontends/gnome/diatoc_callbacks.h
2543         * src/frontends/gnome/diainsertindex_callbacks.h
2544         * src/frontends/gnome/diainsertindex_callbacks.c
2545         * src/frontends/gnome/diainsertindex_interface.c
2546         * src/frontends/gnome/diainsertindex_interface.h
2547         * src/frontends/gnome/diatoc_interface.h
2548         * src/frontends/gnome/diatoc_interface.c
2549         * src/frontends/gnome/Makefile.am: Table of Contents and 
2550         Insert Index dialogs implementation for Gnome frontend
2551
2552         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
2553
2554         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
2555
2556         * src/frontends/gnome/diainserturl_interface.c: make the dialog
2557         resizable
2558
2559 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2560
2561         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
2562         destructor. Don't definde if you don't need it
2563         (processEvents): made static, non-blocking events processing for
2564         xforms.
2565         (runTime): static method. event loop for xforms
2566         * similar as above for kde and gnome.
2567         
2568         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
2569         new Pimpl is correct
2570         (runTime): new method calss the real frontends runtime func.
2571
2572         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
2573
2574 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2575
2576         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
2577
2578 2000-08-16  Juergen Vigna  <jug@sad.it>
2579
2580         * src/lyx_gui.C (runTime): added GUII RunTime support.
2581
2582         * src/frontends/Makefile.am: 
2583         * src/frontends/GUIRunTime.[Ch]:
2584         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
2585         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
2586         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
2587
2588         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
2589
2590         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
2591         as this is already set in ${FRONTEND_INCLUDE} if needed.
2592
2593         * configure.in (CPPFLAGS): setting the include dir for the frontend
2594         directory and don't set FRONTEND=xforms for now as this is executed
2595         always.
2596
2597 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
2598
2599         * src/frontends/kde/Makefile.am:
2600         * src/frontends/kde/FormUrl.C:
2601         * src/frontends/kde/FormUrl.h:
2602         * src/frontends/kde/formurldialog.h:
2603         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
2604
2605 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2606
2607         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
2608
2609 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2610
2611         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
2612         processKeySym
2613         
2614 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2615
2616         * src/WorkArea.C (work_area_handler): more work to get te
2617         FL_KEYBOARD to work with xforms 0.88 too, please test.
2618
2619         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
2620
2621 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
2622
2623         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
2624         -pedantic
2625
2626 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2627
2628         * src/Timeout.h: remove Qt::emit hack.
2629
2630         * several files: changes to allo doc++ compilation
2631         
2632         * src/lyxfunc.C (processKeySym): new method
2633         (processKeyEvent): comment out if FL_REVISION < 89
2634
2635         * src/WorkArea.C: change some debugging levels.
2636         (WorkArea): set wantkey to FL_KEY_ALL
2637         (work_area_handler): enable the FL_KEYBOARD clause, this enables
2638         clearer code and the use of compose with XForms 0.89. Change to
2639         use signals instead of calling methods in bufferview directly.
2640
2641         * src/Painter.C: change some debugging levels.
2642
2643         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
2644         if FL_REVISION < 89
2645
2646         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
2647         (workAreaKeyPress): new method
2648
2649 2000-08-14  Juergen Vigna  <jug@sad.it>
2650
2651         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
2652
2653         * config/kde.m4: addes some features
2654
2655         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
2656         include missing xforms dialogs.
2657
2658         * src/Timeout.h: a hack to be able to compile with qt/kde.
2659
2660         * sigc++/.cvsignore: added acinclude.m4
2661
2662         * lib/.cvsignore: added listerros
2663
2664         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
2665         xforms tree as objects are needed for other frontends.
2666
2667         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
2668         linking with not yet implemented xforms objects.
2669
2670         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
2671
2672 2000-08-14  Baruch Even  <baruch.even@writeme.com>
2673
2674         * src/frontends/xforms/FormGraphics.h:
2675         * src/frontends/xforms/FormGraphics.C:
2676         * src/frontends/xforms/RadioButtonGroup.h:
2677         * src/frontends/xforms/RadioButtonGroup.C:
2678         * src/insets/insetgraphics.h:
2679         * src/insets/insetgraphics.C:
2680         * src/insets/insetgraphicsParams.h:
2681         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
2682         instead of spaces, and various other indentation issues to make the
2683         sources more consistent.
2684
2685 2000-08-14  Marko Vendelin <markov@ioc.ee>
2686
2687         * src/frontends/gnome/dialogs/diaprint.glade
2688         * src/frontends/gnome/FormPrint.C
2689         * src/frontends/gnome/FormPrint.h
2690         * src/frontends/gnome/diaprint_callbacks.c
2691         * src/frontends/gnome/diaprint_callbacks.h
2692         * src/frontends/gnome/diaprint_interface.c
2693         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
2694         implementation
2695         
2696         * src/frontends/gnome/dialogs/diainserturl.glade
2697         * src/frontends/gnome/FormUrl.C
2698         * src/frontends/gnome/FormUrl.h
2699         * src/frontends/gnome/diainserturl_callbacks.c
2700         * src/frontends/gnome/diainserturl_callbacks.h
2701         * src/frontends/gnome/diainserturl_interface.c
2702         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
2703         Gnome implementation
2704
2705         * src/frontends/gnome/Dialogs.C
2706         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
2707         all other dialogs. Copy all unimplemented dialogs from Xforms
2708         frontend
2709         
2710         * src/frontends/gnome/support.c
2711         * src/frontends/gnome/support.h: support files generated by Glade
2712
2713         * autogen.sh
2714         * configure.in
2715         * config/gnome.m4: Gnome configuration scripts
2716
2717         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
2718         configure --help message
2719
2720         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
2721         only if there are no events pendling in Gnome/Gtk. This enhances
2722         the performance of menus.
2723
2724
2725 2000-08-14  Allan Rae  <rae@lyx.org>
2726
2727         * lib/Makefile.am: listerrors cleaning
2728
2729         * lib/listerrors: removed -- generated file
2730         * acinclude.m4: ditto
2731         * sigc++/acinclude.m4: ditto
2732
2733         * src/frontends/xforms/forms/form_citation.fd:
2734         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
2735         manageable size.
2736
2737         * src/frontends/xforms/forms/makefile: I renamed the `install` target
2738         `updatesrc` and now we have a `test` target that does what `updatesrc`
2739         used to do. I didn't like having an install target that wasn't related
2740         to the dist.
2741
2742         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
2743         on all except FormGraphics.  This may yet happen. Followed by a major
2744         cleanup including using FL_TRANSIENT for most of the dialogs.  More
2745         changes to come when the ButtonController below is introduced.
2746
2747         * src/frontends/xforms/ButtonController.h: New file for managing up to
2748         four buttons on a dialog according to an externally defined policy.
2749         * src/frontends/xforms/Makefile.am: added above
2750
2751         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
2752         Apply and Cancel/Close buttons and everything in between and beyond.
2753         * src/frontends/Makefile.am: added above.
2754
2755         * src/frontends/xforms/forms/form_preferences.fd:
2756         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
2757         and removed variable 'status' as a result. Fixed the set_minsize thing.
2758         Use the new screen-font-update after checking screen fonts were changed
2759         Added a "Restore" button to restore the original lyxrc values while
2760         editing.  This restores everything not just the last input changed.
2761         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
2762
2763         * src/LyXAction.C: screen-font-update added for updating buffers after
2764         screen font settings have been changed.
2765         * src/commandtags.h: ditto
2766         * src/lyxfunc.C: ditto
2767
2768         * forms/lyx.fd: removed screen fonts dialog.
2769         * src/lyx_gui.C: ditto
2770         * src/menus.[Ch]: ditto
2771         * src/lyx.[Ch]: ditto
2772         * src/lyx_cb.C: ditto + code from here moved to make
2773         screen-font-update. And people wonder why progress on GUII is
2774         slow.  Look at how scattered this stuff was!  It takes forever
2775         just find it all. 
2776
2777         * forms/fdfix.sh: Fixup the spacing after commas.
2778         * forms/makefile: Remove date from generated files. Fewer clashes now.
2779         * forms/bullet_forms.C.patch: included someones handwritten changes
2780
2781         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
2782         once I've discovered why LyXRC was made noncopyable.
2783         * src/lyx_main.C: ditto
2784
2785 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
2786
2787         * src/frontends/xforms/forms/fdfix.sh:
2788         * src/frontends/xforms/forms/fdfixh.sed:
2789         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
2790         * src/frontends/xforms/Form*.[hC]:
2791         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
2792         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
2793         provide a destructor for the struct FD_form_xxxx. Another version of
2794         the set_[max|min]size workaround and a few other cleanups. Actually,
2795         Angus' patch from 20000809.
2796
2797 2000-08-13  Baruch Even  <baruch.even@writeme.com>
2798
2799         * src/insets/insetgraphics.C (Clone): Added several fields that needed
2800         copying.
2801
2802 2000-08-11  Juergen Vigna  <jug@sad.it>
2803
2804         * src/insets/insetgraphics.C (InsetGraphics): changing init
2805         order because of warnings.
2806
2807         * src/frontends/xforms/forms/makefile: adding patching .C with
2808         .C.patch files.
2809
2810         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
2811         from .C.patch to .c.patch
2812
2813         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
2814         order because of warning.
2815
2816         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
2817
2818         * src/frontends/Liason.C (setMinibuffer): new helper function
2819
2820         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
2821
2822         * src/lyxfunc.C (Dispatch): calling new Document-Layout
2823
2824         * lib/ui/default.ui: commented out PaperLayout entry
2825
2826         * src/frontends/xforms/form_document.[Ch]: new added files 
2827         
2828         * src/frontends/xforms/FormDocument.[Ch]: ditto
2829
2830         * src/frontends/xforms/forms/form_document.fd: ditto
2831
2832         * src/frontends/xforms/forms/form_document.C.patch: ditto
2833
2834 2000-08-10  Juergen Vigna  <jug@sad.it>
2835
2836         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
2837         (InsetGraphics): initialized cacheHandle to 0.
2838         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
2839
2840 2000-08-10  Baruch Even  <baruch.even@writeme.com>
2841
2842         * src/graphics/GraphicsCache.h:
2843         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
2844         correctly as a cache.
2845
2846         * src/graphics/GraphicsCacheItem.h:
2847         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
2848         reference counting.
2849
2850         * src/graphics/GraphicsCacheItem_pimpl.h:
2851         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
2852         GraphicsCacheItem.
2853
2854         * src/insets/insetgraphics.h: 
2855         * src/insets/insetgraphics.C: Changed from using a signal notification
2856         to polling when image is not loaded.
2857
2858 2000-08-10  Allan Rae  <rae@lyx.org>
2859
2860         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
2861         that there are two functions that have to been taken out of line by
2862         hand and aren't taken care of in the script.  (Just a reminder note)
2863
2864         * sigc++/macros/*.h.m4: Updated as above.
2865
2866 2000-08-09  Juergen Vigna  <jug@sad.it>
2867
2868         * src/insets/insettext.C (draw): small fix for clearing rectangle.
2869
2870         * src/insets/insettabular.C: make drawing of single cell smarter.
2871
2872 2000-08-09  Marko Vendelin <markov@ioc.ee>
2873         * src/frontends/gnome/Menubar_pimpl.C
2874         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
2875         implementation: new files
2876         
2877         * src/frontends/gnome/mainapp.C
2878         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
2879         implementation)
2880
2881         * src/main.C: create Gnome main window
2882
2883         * src/frontends/xforms/Menubar_pimpl.h
2884         * src/frontends/Menubar.C
2885         * src/frontends/Menubar.h: added method Menubar::update that calls 
2886         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
2887
2888         * src/LyXView.C: calls Menubar::update to update the state
2889         of menu items
2890
2891         * src/frontends/gnome/Makefile.am: added new files
2892         
2893         * src/frontends/Makefile.am: added frontend compiler options
2894
2895 2000-08-08  Juergen Vigna  <jug@sad.it>
2896
2897         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
2898
2899         * src/bufferlist.C (close): 
2900         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
2901         documents if exiting without saving.
2902
2903         * src/buffer.C (save): use removeAutosaveFile()
2904
2905         * src/support/filetools.C (removeAutosaveFile): new function.
2906
2907         * src/lyx_cb.C (MenuWrite): returns a bool now.
2908         (MenuWriteAs): check if file could really be saved and revert to the
2909         old name if not.
2910         (MenuWriteAs): removing old autosavefile if existant.
2911
2912         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
2913         before Goto toggle declaration, because of compiler warning.
2914
2915         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
2916
2917         * src/lyxfunc.C (MenuNew): small fix.
2918
2919         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
2920
2921         * src/bufferlist.C (newFile):
2922         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
2923
2924         * src/lyxrc.C: added new_ask_filename tag
2925
2926 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2927
2928         * src/lyx.fd: removed code pertaining to form_ref
2929         * src/lyx.[Ch]: ditto
2930         * src/lyx_cb.C: ditto
2931         * src/lyx_gui.C: ditto
2932         * src/lyx_gui_misc.C: ditto
2933
2934         * src/BufferView_pimpl.C (restorePosition): update buffer only
2935         if file has changed
2936
2937         * src/commandtags.h (LFUN_REFTOGGLE): removed
2938         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
2939         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
2940         (LFUN_REFBACK): renamed LFUN_REF_BACK
2941
2942         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
2943         * src/menus.C: ditto
2944         * src/lyxfunc.C (Dispatch): ditto.
2945         InsertRef dialog is now GUI-independent.
2946
2947         * src/texrow.C: added using std::endl;
2948
2949         * src/insets/insetref.[Ch]: strip out large amounts of code.
2950         The inset is now a container and this functionality is now
2951         managed by a new FormRef dialog
2952         
2953         * src/frontends/Dialogs.h (showRef, createRef): new signals
2954
2955         * src/frontends/xforms/FormIndex.[Ch],
2956         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
2957         when setting dialog's min/max size
2958         * src/frontends/xforms/FormIndex.[Ch]: ditto
2959
2960         * src/frontends/xforms/FormRef.[Ch],
2961         src/frontends/xforms/forms/form_ref.fd: new xforms
2962         implementation of an InsetRef dialog
2963
2964         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
2965         DEC cxx
2966
2967         * src/graphics/XPM_Renderer.C (isImageFormatOK):
2968         ios::nocreate is not part of the standard. Removed.
2969
2970 2000-08-07  Baruch Even  <baruch.even@writeme.com>
2971
2972         * src/graphics/Renderer.h:
2973         * src/graphics/Renderer.C: Added base class for rendering of different
2974         image formats into Pixmaps.
2975
2976         * src/graphics/XPM_Renderer.h:
2977         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
2978         in a different class.
2979
2980         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
2981         easily add support for other formats.
2982
2983         * src/insets/figinset.C: plugged a leak of an X resource.
2984
2985 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2986
2987         * src/CutAndPaste.[Ch]: make all metods static. 
2988
2989         * development/Code_rules/Rules: more work, added section on
2990         Exceptions, and a References section.
2991
2992         * a lot of header files: work to make doc++ able to generate the
2993         source documentation, some workarounds of doc++ problems. Doc++ is
2994         now able to generate the documentation.
2995
2996 2000-08-07  Juergen Vigna  <jug@sad.it>
2997
2998         * src/insets/insettabular.C (recomputeTextInsets): removed function
2999
3000         * src/tabular.C (SetWidthOfMulticolCell): 
3001         (SetWidthOfCell): 
3002         (calculate_width_of_column_NMC): fixed return value so that it really
3003         only returns true if the column-width has changed (there where
3004         problems with muliticolumn-cells in this column).
3005
3006 2000-08-04  Juergen Vigna  <jug@sad.it>
3007
3008         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
3009         also on the scrollstatus of the inset.
3010         (workAreaMotionNotify): ditto.
3011
3012         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
3013
3014 2000-08-01  Juergen Vigna  <jug@sad.it>
3015
3016         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
3017
3018         * src/commandtags.h: 
3019         * src/LyXAction.C (init): 
3020         * src/insets/inset.C (LocalDispatch): added support for
3021         LFUN_SCROLL_INSET.
3022
3023         * src/insets/inset.C (scroll): new functions.
3024
3025         * src/insets/insettext.C (removeNewlines): new function.
3026         (SetAutoBreakRows): removes forced newlines in the text of the
3027         paragraph if autoBreakRows is set to false.
3028
3029         * src/tabular.C (Latex): generates a parbox around the cell contents
3030         if needed.
3031
3032         * src/frontends/xforms/FormTabular.C (local_update): removed
3033         the radio_useparbox button.
3034
3035         * src/tabular.C (UseParbox): new function
3036
3037 2000-08-06  Baruch Even  <baruch.even@writeme.com>
3038
3039         * src/graphics/GraphicsCache.h:
3040         * src/graphics/GraphicsCache.C:
3041         * src/graphics/GraphicsCacheItem.h:
3042         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
3043         usefull.
3044
3045         * src/insets/insetgraphics.h:
3046         * src/insets/insetgraphics.C: Added the use of the GraphicsCache
3047         and the drawing of the inline image.
3048
3049         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be
3050         loaded into the wrong position.
3051
3052         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
3053         launched.
3054
3055 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3056
3057         * src/support/translator.h: move all typedefs to public section
3058
3059         * src/support/filetools.C (MakeLatexName): return string const
3060         (QuoteName): ditto
3061         (TmpFileName): ditto
3062         (FileOpenSearch): ditto
3063         (FileSearch): ditto
3064         (LibFileSearch): ditto
3065         (i18nLibFileSearch): ditto
3066         (GetEnv): ditto
3067         (GetEnvPath): ditto
3068         (CreateTmpDir): ditto
3069         (CreateBufferTmpDir): ditto
3070         (CreateLyXTmpDir): ditto
3071         (GetCWD): ditto
3072         (OnlyPath): ditto
3073         (MakeAbsPath): ditto
3074         (AddName): ditto
3075         (OnlyFilename): ditto
3076         (ExpandPath): ditto
3077         (NormalizePath): ditto
3078         (CleanupPath): ditto
3079         (GetFileContents): ditto
3080         (ReplaceEnvironmentPath): ditto
3081         (MakeRelPath): ditto
3082         (AddPath): ditto
3083         (ChangeExtension): ditto
3084         (MakeDisplayPath): ditto
3085         (do_popen): return cmdret const
3086         (findtexfile): return string const
3087
3088         * src/support/DebugStream.h: add some /// to please doc++
3089
3090         * src/frontends/DialogBase.h (endif): add some /// to please doc++
3091
3092         * src/texrow.C (same_rownumber): functor to use with find_if
3093         (getIdFromRow): rewritten to use find_if and to not update the
3094         positions. return true if row is found
3095         (increasePos): new method, use to update positions
3096
3097         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
3098
3099         * src/lyxlex_pimpl.C (verifyTable): new method
3100         (pushTable): use it
3101         (Pimpl): use it
3102         (GetString): return string const
3103         (pushTable): rewrite to use std::stack
3104         (popTable): ditto
3105         (setFile): better check
3106         (setStream): ditto
3107
3108         * src/lyxlex.h: make LyXLex noncopyable
3109
3110         * src/lyxlex.C (text): return char const * const
3111         (GetString): return string const
3112         (getLongString): return string const
3113
3114         * src/lyx_gui_misc.C (askForText): return pair<...> const
3115
3116         * src/lastfiles.[Ch] (operator): return string const
3117
3118         * src/buffer.C (parseSingleLyXformat2Token): pass string to
3119         istringstream not char const *. 
3120         move token.end() out of loop.
3121         (readFile): move initializaton of token
3122
3123         * src/BufferView2.C (insertErrors): run texrow.increasePos if
3124         getIdFromRow is successful.
3125
3126         * lib/bind/emacs.bind: don't include menus bind
3127
3128         * development/Code_rules/Rules: the beginnings of making this
3129         better and covering more of the unwritten rules that we have.
3130
3131         * development/Code_rules/Recommendations: a couple of wording
3132         changes. 
3133
3134 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3135
3136         * src/support/strerror.c: remove C++ comment.
3137
3138 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
3139
3140         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
3141         LFUN_INDEX_INSERT_LAST
3142
3143         * src/texrow.C (getIdFromRow): changed from const_iterator to
3144         iterator, allowing code to compile with DEC cxx
3145
3146         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
3147         stores part of the class, as suggested by Allan. Will allow
3148         multiple LyXViews.
3149         (apply): test to apply uses InsetCommandParams operator!=
3150
3151         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
3152         (apply): test to apply uses InsetCommandParams operator!=
3153
3154         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
3155         stores part of the class.
3156         (update): removed limits on min/max size.
3157
3158         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
3159         (apply): test to apply uses InsetCommandParams operator!=
3160
3161         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
3162         (Read, Write, scanCommand, getCommand): moved functionality
3163         into InsetCommandParams.
3164         (Clone): removed
3165         (getScreenLabel): made pure virtual
3166         new InsetCommandParams operators== and !=
3167         
3168         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
3169         c-tors based on InsetCommandParams. Removed others.
3170         * src/insets/insetinclude.[Ch]: ditto
3171         * src/insets/insetlabel.[Ch]: ditto
3172         * src/insets/insetparent.[Ch]: ditto
3173         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
3174         
3175         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
3176         insets derived from InsetCommand created using similar c-tors
3177         based on InsetCommandParams
3178         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
3179         * src/menus.C (ShowRefsMenu): ditto
3180         * src/paragraph.C (Clone): ditto
3181         * src/text2.C (SetCounter): ditto
3182         * src/lyxfunc.C (Dispatch) ditto
3183         Also recreated old InsetIndex behaviour exactly. Can now
3184         index-insert at the start of a paragraph and index-insert-last
3185         without launching the pop-up.
3186
3187 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3188
3189         * lib/lyxrc.example: mark te pdf options as non functional.
3190
3191         * src/support/lstrings.C (strToInt): move initalization of tmpstr
3192         (isStrDbl): move tmpstr.end() out of loop.
3193         (strToDbl): move intialization of tmpstr
3194         (lowercase): return string const and move tmp.end() out of loop.
3195         (uppercase): return string const and move tmp.edn() out of loop.
3196         (prefixIs): add assertion
3197         (suffixIs): ditto
3198         (contains): ditto
3199         (contains): ditto
3200         (contains): ditto
3201         (containsOnly): ditto
3202         (containsOnly): ditto
3203         (containsOnly): ditto
3204         (countChar): make last arg char not char const
3205         (token): return string const
3206         (subst): return string const, move tmp.end() out of loop.
3207         (subst): return string const, add assertion
3208         (strip): return string const
3209         (frontStrip): return string const, add assertion
3210         (frontStrip): return string const
3211         (split): ditto
3212         (split): ditto
3213         (rsplit): ditto
3214
3215         * src/support/lstrings.C: add inclde "LAssert.h"
3216         (isStrInt): move tmpstr.end() out of loop.
3217
3218         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
3219         toollist.end() out of loop.
3220         (deactivate): move toollist.end() out of loop.
3221         (update): move toollist.end() out of loop.
3222         (updateLayoutList): move tc.end() out of loop.
3223         (add): move toollist.end() out of loop.
3224
3225         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
3226         md.end() out of loop.
3227
3228         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
3229
3230         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
3231         of loop.
3232
3233         * src/paragraph.C (Erase): move fontlist.end() out of loop.
3234         (Erase): move insetlist.end() out of loop.
3235
3236         * src/lyx_sendfax_main.C: make show_logfile static and to take a
3237         ref to const string as first arg. Move initialization of some
3238         variables, whitespace changes.
3239
3240         * src/kbmap.C (defkey): move table.end() out of loop.
3241         (kb_keymap): move table.end() out of loop.
3242         (findbinding): move table.end() out of loop.
3243
3244         * src/MenuBackend.C (hasMenu): move end() out of loop.
3245         (getMenu): move end() out of loop.
3246         (getMenu): move menulist_.end() out of loop.
3247
3248         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
3249
3250         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
3251         out of loop.
3252
3253         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
3254         (getFromLyXName): move infotab.end() out of loop.
3255
3256         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
3257         -fvtable-thunks -ffunction-sections -fdata-sections 
3258
3259 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
3260
3261         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
3262         FORMS_H_LOCATION.
3263
3264 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
3265
3266         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
3267
3268         * src/frontends/xforms/FormCitation.[Ch],
3269         src/frontends/xforms/FormIndex.[Ch],
3270         src/frontends/xforms/FormToc.[Ch],
3271         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
3272
3273 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
3274
3275         * src/commandtags.h: renamed, created some flags for citation
3276         and index
3277
3278         * src/lyx_gui_misc.C: stripped out old FD_index_form code
3279
3280         * src/lyxfunc.C (dispatch): use signals to insert index entry
3281         
3282         * src/frontends/Dialogs.h: new signal createIndex
3283
3284         * src/frontends/xforms/FormCommand.[Ch],
3285         src/frontends/xforms/FormCitation.[Ch],
3286         src/frontends/xforms/FormToc.[Ch],
3287         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
3288
3289         * src/insets/insetindex.[Ch]: GUI-independent
3290
3291         * src/frontends/xforms/FormIndex.[Ch],
3292         * src/frontends/xforms/forms/form_index.fd: xforms implementation
3293         of the Index dialog
3294         
3295 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
3296
3297         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
3298         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
3299         
3300 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3301
3302         * src/insets/insetref.C (Latex): rewrite so that there is now
3303         question that a initialization is requested.
3304
3305         * src/insets/insetcommand.h: reenable the hide signal
3306
3307 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3308
3309         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
3310         fix handling of shortcuts (many bugs :)
3311         (add_lastfiles): ditto.
3312
3313         * lib/ui/default.ui: fix a few shortcuts.
3314
3315 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
3316
3317         * Makefile.am: Fix ``rpmdist'' target to return the exit
3318         status of the ``rpm'' command, instead of the last command in
3319         the chain (the ``rm lyx.xpm'' command, which always returns
3320         success).
3321
3322 2000-08-02  Allan Rae  <rae@lyx.org>
3323
3324         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
3325         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
3326         * src/frontends/xforms/FormToc.C (FormToc): ditto
3327
3328         * src/frontends/xforms/Makefile.am: A few forgotten files
3329
3330         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
3331         Signals-not-copyable-problem Lars' started commenting out.
3332
3333         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
3334
3335 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3336
3337         * src/insets/insetcommand.h: Signals is not copyable so anoter
3338         scheme for automatic hiding of forms must be used.
3339
3340         * src/frontends/xforms/FormCitation.h: don't inerit from
3341         noncopyable, FormCommand already does that.
3342         * src/frontends/xforms/FormToc.h: ditto
3343         * src/frontends/xforms/FormUrl.h: ditto
3344
3345         * src/frontends/xforms/FormCitation.C: add include <algorithm>
3346
3347 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3348
3349         * src/insets/insetcommand.h (hide): new SigC::Signal0
3350         (d-tor) new virtual destructor emits hide signal
3351
3352         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
3353         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
3354
3355         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
3356         LOF and LOT. Inset is now GUI-independent
3357
3358         * src/insets/insetloa.[Ch]: redundant
3359         * src/insets/insetlof.[Ch]: ditto
3360         * src/insets/insetlot.[Ch]: ditto
3361         
3362         * src/frontends/xforms/forms/form_url.fd: tweaked!
3363         * src/frontends/xforms/forms/form_citation.fd: ditto
3364
3365         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
3366         dialogs dealing with InsetCommand insets
3367
3368         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
3369         FormCommand base class
3370         * src/frontends/xforms/FormUrl.[Ch]: ditto
3371
3372         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
3373         of the TOC dialog
3374         * src/frontends/xforms/FormToc.[Ch]: ditto
3375
3376         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
3377         passed a generic InsetCommand pointer
3378         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
3379
3380         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
3381         and modified InsetTOC class
3382         * src/buffer.C: ditto
3383
3384         * forms/lyx.fd: strip out old FD_form_toc code
3385         * src/lyx_gui_misc.C: ditto
3386         * src/lyx_gui.C: ditto
3387         * src/lyx_cb.C: ditto
3388         * src/lyx.[Ch]: ditto
3389
3390 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3391
3392         * src/support/utility.hpp: tr -d '\r'
3393
3394 2000-08-01  Juergen Vigna  <jug@sad.it>
3395
3396         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
3397
3398         * src/commandtags.h: 
3399         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
3400         LFUN_TABULAR_FEATURES.
3401
3402         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
3403         LFUN_LAYOUT_TABULAR.
3404
3405         * src/insets/insettabular.C (getStatus): implemented helper function.
3406
3407         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
3408
3409 2000-07-31  Juergen Vigna  <jug@sad.it>
3410
3411         * src/text.C (draw): fixed screen update problem for text-insets.
3412
3413         * src/text2.C (SetParagrpah): call an update of the inset-owner when
3414         something changed probably this has to be added in various other
3415         functions too.
3416
3417         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
3418
3419 2000-07-31  Baruch Even <baruch.even@writeme.com>
3420
3421         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
3422         templates to satisfy compaq cxx.
3423
3424
3425 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
3426
3427         * src/support/translator.h (equal_1st_in_pair::operator()): take
3428         const ref pair_type as arg. 
3429         (equal_2nd_in_pair::operator()): ditto
3430         (Translator::~Translator): remove empty d-tor.
3431
3432         * src/graphics/GraphicsCache.C: move include config.h to top, also
3433         put initialization of GraphicsCache::singleton here.
3434         (~GraphicsCache): move here
3435         (addFile): take const ref as arg
3436         (removeFile): ditto
3437
3438         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
3439
3440         * src/BufferView2.C (insertLyXFile): change te with/without header
3441         check slightly.
3442
3443 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3444
3445         * src/frontends/xforms/FormGraphics.C (apply): add some
3446         static_cast. Not very nice, but required by compaq cxx.
3447
3448         * src/frontends/xforms/RadioButtonGroup.h: include header
3449         <utility> instead of <pair.h>
3450
3451         * src/insets/insetgraphicsParams.C: add using directive. 
3452         (readResize): change return type to void. 
3453         (readOrigin): ditto.
3454
3455         * src/lyxfunc.C (getStatus): add missing break for build-program
3456         function; add test for Literate for export functions.
3457
3458         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
3459         entries in Options menu.
3460
3461 2000-07-31  Baruch Even <baruch.even@writeme.com>
3462
3463         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
3464         protect against auto-allocation; release icon when needed.
3465
3466 2000-07-31  Matej Cepl <CeplM@seznam.cz>
3467
3468         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
3469         on usual typewriter.
3470
3471         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
3472         earlier czech.kmap), useful only for programming.
3473
3474 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3475
3476         * src/frontends/xforms/FormCitation.h: fix conditioning around
3477         #pragma. 
3478
3479 2000-07-31  Juergen Vigna  <jug@sad.it>
3480
3481         * src/frontends/xforms/FormTabular.C (local_update): changed
3482         radio_linebreaks to radio_useparbox and added radio_useminipage.
3483
3484         * src/tabular.C: made support for using minipages/parboxes.
3485
3486         * src/bufferlist.C (QwriteAll): small fix for asking for save.
3487
3488         * src/insets/insetgraphics.C (draw): just draw the inset so that the
3489         cursor is visible.
3490         (descent): so the cursor is in the middle.
3491         (width): bit smaller box.
3492
3493         * src/insets/insetgraphics.h: added display() function.
3494
3495 2000-07-31  Baruch Even <baruch.even@writeme.com>
3496
3497         * src/frontends/Dialogs.h: Added showGraphics signals.
3498
3499         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
3500         xforms form definition of the graphics dialog.
3501
3502         * src/frontends/xforms/FormGraphics.h: 
3503         * src/frontends/xforms/FormGraphics.C: Added files, the
3504         GUIndependent code of InsetGraphics
3505
3506         * src/insets/insetgraphics.h: 
3507         * src/insets/insetgraphics.C: Major writing to make it work.
3508
3509         * src/insets/insetgraphicsParams.h:     
3510         * src/insets/insetgraphicsParams.C: Added files, parameter passing
3511         struct between InsetGraphics and GUI.
3512
3513         * src/LaTeXFeatures.h:
3514         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
3515         support for graphicx package. 
3516
3517         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
3518         for the graphics inset.
3519
3520         * src/support/translator.h: Added file, used in
3521         InsetGraphicsParams. this is a template to translate between two
3522         types.
3523
3524         * src/frontends/xforms/RadioButtonGroup.h: 
3525         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
3526         way to easily control a radio button group.
3527
3528 2000-07-28  Juergen Vigna  <jug@sad.it>
3529
3530         * src/insets/insettabular.C (LocalDispatch): 
3531         (TabularFeatures): added support for lyx-functions of tabular features.
3532         (cellstart): refixed this function after someone wrongly changed it.
3533
3534         * src/commandtags.h:
3535         * src/LyXAction.C (init): added support for tabular-features
3536
3537 2000-07-28  Allan Rae  <rae@lyx.org>
3538
3539         * src/frontends/xforms/FormPreferences.C (build): Setup input return
3540         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
3541         triggers the callback for input checking. As a result we sometimes get
3542         "LyX: This shouldn't happen..." printed to cerr.
3543         (input): Started using status variable since I only free() on 
3544         destruction.  Some input checking for paths and font sizes.
3545
3546         * src/frontends/xforms/FormPreferences.h: Use status to control 
3547         activation of Ok and Apply
3548
3549         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
3550         callback.  Also resized to stop segfaults with 0.88.  The problem is
3551         that xforms-0.88 requires the folder to be wide enough to fit all the
3552         tabs.  If it isn't it causes all sorts of problems.
3553
3554         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
3555
3556         * src/frontends/xforms/forms/README: Reflect reality.
3557
3558         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
3559         * src/frontends/xforms/forms/makefile: ditto.
3560
3561         * src/commandtags.h: Get access to new Preferences dialog
3562         * src/LyXAction.C: ditto
3563         * src/lyxfunc.C: ditto
3564         * lib/ui/default.ui: ditto
3565
3566 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3567
3568         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
3569
3570         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
3571         few files.
3572
3573         * src/frontends/xforms/form_url.[Ch]: added.
3574
3575 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3576
3577         * src/insets/insetbib.h: fixed bug in previous commit
3578
3579         * src/frontends/xforms/FormUrl.h: ditto
3580
3581         * src/frontends/xforms/FormPrint.h: ditto
3582
3583         * src/frontends/xforms/FormPreferences.h: ditto
3584
3585         * src/frontends/xforms/FormCopyright.h: ditto
3586
3587         * src/frontends/xforms/FormCitation.C: ditto
3588
3589         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
3590         private copyconstructor and private default contructor
3591
3592         * src/support/Makefile.am: add utility.hpp
3593
3594         * src/support/utility.hpp: new file from boost
3595
3596         * src/insets/insetbib.h: set owner in clone
3597
3598         * src/frontends/xforms/FormCitation.C: added missing include
3599         algorithm
3600
3601         * src/insets/form_url.[Ch]: removed
3602
3603 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
3604
3605         * development/lyx.spec.in
3606         * Makefile.am: Fix buglet for LyX RPM generation resulting from
3607         file/directory re-organization.
3608
3609 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
3610
3611         * src/insets/insetcommand.[Ch]: moved the string data and
3612         associated manipulation methods into a new stand-alone class
3613         InsetCommandParams. This class has two additional methods
3614         getAsString() and setFromString() allowing the contents to be
3615         moved around as a single string.
3616         (addContents) method removed.
3617         (setContents) method no longer virtual.
3618
3619         * src/buffer.C (readInset): made use of new InsetCitation,
3620         InsetUrl constructors based on InsetCommandParams.
3621
3622         * src/commandtags.h: add LFUN_INSERT_URL
3623
3624         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
3625         independent InsetUrl and use InsetCommandParams to extract
3626         string info and create new Insets.
3627
3628         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
3629
3630         * src/frontends/xforms/FormCitation.C (apply): uses 
3631         InsetCommandParams.
3632
3633         * src/frontends/xforms/form_url.C
3634         * src/frontends/xforms/form_url.h
3635         * src/frontends/xforms/FormUrl.h
3636         * src/frontends/xforms/FormUrl.C
3637         * src/frontends/xforms/forms/form_url.fd: new files
3638
3639         * src/insets/insetcite.[Ch]: removed unused constructors.
3640
3641         * src/insets/insetinclude.[Ch]: no longer store filename
3642
3643         * src/insets/inseturl.[Ch]: GUI-independent.
3644
3645 2000-07-26  Juergen Vigna  <jug@sad.it>
3646         * renamed frontend from gtk to gnome as it is that what is realized
3647         and did the necessary changes in the files.
3648         
3649 2000-07-26  Marko Vendelin <markov@ioc.ee>
3650         * autogen.sh
3651         * configure.in: cleaning up gnome configuration scripts
3652
3653 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3654
3655         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
3656         shortcuts syndrom by redrawing them explicitely (a better solution
3657         would be appreciated).
3658
3659         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
3660
3661         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
3662         the button.
3663
3664         * src/lyx_cb.C (MenuExport): change html export to do the right
3665         thing depending of the document type (instead of having
3666         html-linuxdoc and html-docbook).
3667         * src/lyxfunc.C (getStatus): update for html
3668         * lib/ui/default.ui: simplify due to the above change.
3669         * src/menus.C (ShowFileMenu): update too (in case we need it).
3670
3671         * src/MenuBackend.C (read): if a menu is defined twice, add the
3672         new entries to the exiting one.
3673
3674 2000-07-26  Juergen Vigna  <jug@sad.it>
3675
3676         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
3677
3678         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
3679         and return a bool if it did actual save the file.
3680         (AutoSave): don't autosave a unnamed doc.
3681
3682         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
3683         check if this is an UNNAMED new file and react to it.
3684         (newFile): set buffer to unnamed and change to not mark a new
3685         buffer dirty if I didn't do anything with it.
3686
3687         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
3688
3689 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3690
3691         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
3692         friend as per Angus's patch posted to lyx-devel.
3693
3694         * src/ext_l10n.h: updated
3695
3696         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
3697         gettext on the style string right before inserting them into the
3698         combox. 
3699
3700         * autogen.sh: add code to extract style strings form layout files,
3701         not good enough yet. 
3702
3703         * src/frontends/gtk/.cvsignore: add MAKEFILE
3704
3705         * src/MenuBackend.C (read): run the label strings through gettext
3706         before storing them in the containers.
3707
3708         * src/ext_l10n.h: new file 
3709
3710         * autogen.sh : generate the ext_l10n.h file here
3711
3712 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3713
3714         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
3715         arguments. 
3716
3717         * lib/ui/default.ui: fix a couple of typos.
3718
3719         * config/gnome/gtk.m4: added (and added to the list of files in 
3720         autogen.sh).
3721
3722         * src/insets/insetinclude.C (unique_id): fix when we are using
3723         lyxstring instead of basic_string<>. 
3724         * src/insets/insettext.C (LocalDispatch): ditto.
3725         * src/support/filetools.C: ditto.
3726
3727         * lib/configure.m4: create the ui/ directory if necessary.
3728
3729         * src/LyXView.[Ch] (updateToolbar): new method.
3730
3731         * src/BufferView_pimpl.C (buffer): update the toolbar when
3732         opening/closing buffer.
3733
3734 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3735
3736         * src/LyXAction.C (getActionName): enhance to return also the name
3737         and options of pseudo-actions.
3738         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
3739
3740         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
3741         as an example of what is possible). Used in File->Build too (more
3742         useful) and in the import/export menus (to mimick the complicated
3743         handling of linuxdoc and friends). Try to update all the entries.
3744
3745         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
3746         optional entries.
3747
3748         * src/MenuBackend.C (read): Parse the new OptItem tag.
3749
3750         * src/MenuBackend.h: Add a new optional_ data member (used if the
3751         entry should be omitted when the lyxfunc is disabled).
3752
3753         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
3754         function, used as a shortcut.
3755         (create_submenu): align correctly the shortcuts on the widest
3756         entry.
3757         
3758         * src/MenuBackend.h: MenuItem.label() only returns the label of
3759         the menu without shortcut; new method shortcut().
3760         
3761 2000-07-14  Marko Vendelin <markov@ioc.ee>
3762
3763         * src/frontends/gtk/Dialogs.C:
3764         * src/frontends/gtk/FormCopyright.C:
3765         * src/frontends/gtk/FormCopyright.h:
3766         * src/frontends/gtk/Makefile.am: added these source-files for the
3767         Gtk/Gnome support of the Copyright-Dialog.
3768
3769         * src/main.C: added Gnome::Main initialization if using
3770         Gtk/Gnome frontend-GUI.
3771
3772         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
3773         frontend-GUI.
3774         * config/gnome/aclocal-include.m4
3775         * config/gnome/compiler-flags.m4
3776         * config/gnome/curses.m4
3777         * config/gnome/gnome--.m4
3778         * config/gnome/gnome-bonobo-check.m4
3779         * config/gnome/gnome-common.m4
3780         * config/gnome/gnome-fileutils.m4
3781         * config/gnome/gnome-ghttp-check.m4
3782         * config/gnome/gnome-gnorba-check.m4
3783         * config/gnome/gnome-guile-checks.m4
3784         * config/gnome/gnome-libgtop-check.m4
3785         * config/gnome/gnome-objc-checks.m4
3786         * config/gnome/gnome-orbit-check.m4
3787         * config/gnome/gnome-print-check.m4
3788         * config/gnome/gnome-pthread-check.m4
3789         * config/gnome/gnome-support.m4
3790         * config/gnome/gnome-undelfs.m4
3791         * config/gnome/gnome-vfs.m4
3792         * config/gnome/gnome-x-checks.m4
3793         * config/gnome/gnome-xml-check.m4
3794         * config/gnome/gnome.m4
3795         * config/gnome/gperf-check.m4
3796         * config/gnome/gtk--.m4
3797         * config/gnome/linger.m4
3798         * config/gnome/need-declaration.m4: added configuration scripts
3799         for Gtk/Gnome frontend-GUI
3800
3801         * configure.in: added support for the --with-frontend=gtk option
3802
3803         * autogen.sh: added config/gnome/* to list of config-files
3804
3805         * acconfig.h: added define for GTKGUI-support
3806
3807         * config/lyxinclude.m4: added --with-frontend[=value] option value
3808         for Gtk/Gnome frontend-GUI support.
3809
3810 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3811
3812         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
3813         can be used.
3814         (suffixIs): ditto
3815
3816         * src/paragraph.C (GetChar): remove non-const version
3817
3818         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
3819         (search_kw): use it.
3820
3821         * src/lyx_main.C (init): if "preferences" exist, read that instead
3822         of "lyxrc".
3823         (ReadRcFile): return bool if the file could be read ok.
3824         (ReadUIFile): add a check to see if lex file is set ok.
3825
3826         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
3827         bastring can be used instead of lyxstring (still uses the old code
3828         if std::string is good enough or if lyxstring is used.)
3829
3830         * src/encoding.C: make the arrays static, move ininle functions
3831         here
3832         * src/encoding.h: from here.
3833
3834         * src/buffer.C: have last_isnet_read as a file scope variable for now.
3835         (parseSingleLyXformat2Token): move inset parsing to separate method
3836         (readInset): new private method
3837
3838         * src/Variables.h: remove virtual from get().
3839
3840         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
3841         access to NEW_INSETS and NEW_TABULAR
3842
3843         * src/MenuBackend.h: remove superfluous forward declaration of
3844         MenuItem. Add documentations tags "///", remove empty MenuItem
3845         destructor, remove private default contructor.
3846
3847         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
3848         (add): return *this
3849         (read): more string mlabel and mname to where they are used
3850         (read): remove unused variables mlabel and mname
3851         (defaults): unconditional clear, make menusetup take advantage of
3852         add returning Menu &.
3853
3854         * src/LyXView.h: define NEW_MENUBAR as default
3855
3856         * src/LyXAction.C: include lyxparagraph.h temporary to get access
3857         to NEW_INSETS and NEW_TABULAR.
3858         (init): commetn out some funcs that is obsolete when NEW_INSETS is
3859         defined. Change some of the "xxxx-inset-insert" functions names to
3860         "xxxx-insert".
3861
3862         * several files: more enahncements to NEW_INSETS and the resulting
3863         LyXParagraph code.
3864         
3865         * lib/lyxrc.example (\date_insert_format): move to misc section 
3866
3867         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
3868         bastring and use AC_CACHE_CHECK. 
3869         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
3870         the system have the newest methods. uses AC_CACHE_CHECK 
3871         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
3872         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
3873         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
3874
3875         * configure.in: add LYX_CXX_GOOD_STD_STRING
3876
3877         * acinclude.m4: recreated
3878
3879 2000-07-24  Amir Karger <karger@lyx.org>
3880
3881         * README: add Hebrew, Arabic kmaps
3882         * ANNOUNCE: typo
3883
3884 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3885
3886         * src/buffer.C (writeFileAscii): Define actcell as an int instead
3887         of int*.
3888
3889 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3890
3891         * Lot of files: add pragma interface/implementation.
3892         
3893         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
3894
3895         * lib/ui/default.ui: new file (ans new directory). Contains the
3896         default menu and toolbar.
3897
3898         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
3899         global space. Toolbars are now read (as menus) in ui files. 
3900
3901         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
3902
3903         * src/lyxfunc.C (getStatus): do not exit immediately if a command
3904         is disabled because the document is read-only. We want to have the
3905         toggle state of the function anyway.
3906         (getStatus): add code for LFUN_VC* functions (mimicking what is
3907         done in old-style menus)
3908         
3909         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
3910         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
3911
3912         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
3913         * src/BufferView_pimpl.C: ditto. 
3914         * src/lyxfunc.C: ditto.         
3915
3916         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
3917         default). This replaces old-style menus by new ones.
3918         
3919         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
3920         MenuItem. Contain the data structure of a menu.
3921
3922         * src/insets/insettext.C: use LyXView::setLayout instead of
3923         accessing directly the toolbar combox.
3924         * src/lyxfunc.C (Dispatch): ditto.
3925
3926         * src/LyXView.C (setLayout): new method, which just calls
3927         Toolbar::setLayout(). 
3928         (updateLayoutChoice): move part of this method in Toolbar.
3929
3930         * src/toolbar.[Ch]: removed.
3931         
3932         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
3933         implementation the toolbar. 
3934
3935         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
3936         the toolbar. It might make sense to merge it with ToolbarDefaults
3937         later. 
3938         (setLayout): new function. 
3939         (updateLayoutList): ditto.
3940         (openLayoutList): ditto.
3941         
3942         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
3943         xforms implementation of the toolbar.
3944         (get_toolbar_func): comment out, since I do not
3945         know what it is good for. 
3946         
3947         * src/ToolbarDefaults.h: Add the ItemType enum.
3948
3949         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
3950         for a list of allocated C strings. Used in Menubar xforms
3951         implementation to avoid memory leaks.
3952
3953         * src/support/lstrings.[Ch] (uppercase): new version taking and
3954         returning a char.
3955         (lowercase): ditto.
3956
3957         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
3958         * lib/bind/emacs.bind: ditto.
3959
3960 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
3961
3962         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
3963         forward decl of LyXView.
3964
3965         * src/toolbar.C (toolbarItem): moved from toolbar.h
3966         (toolbarItem::clean): ditto
3967         (toolbarItem::~toolbarItem): ditto
3968         (toolbarItem::operator): ditto
3969
3970         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
3971
3972         * src/paragraph.h: control the NEW_TABULAR define from here
3973
3974         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
3975         USE_TABULAR_INSETS to NEW_TABULAR
3976
3977         * src/ToolbarDefaults.C: add include "lyxlex.h"
3978
3979         * files using the old table/tabular: use NEW_TABULAR to control
3980         compilation of old tabular stuff. 
3981
3982         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
3983         to correct place.
3984
3985         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
3986         planemet in reading of old style floats, fix the \end_deeper
3987         problem when reading old style floats. 
3988
3989 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3990
3991         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
3992
3993 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
3994
3995         * lib/bind/sciword.bind: updated.
3996
3997 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3998
3999         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
4000         layout write problem
4001
4002 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4003
4004         * src/Makefile.am (INCLUDES): remove image directory from include
4005         path. 
4006
4007         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
4008         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
4009
4010         * src/LyXView.C (create_form_form_main): read the application icon
4011         from the disk.
4012
4013         * lib/images/*.xpm: change the icons to use transparent color for
4014         background. 
4015
4016         * src/toolbar.C (update): change the color of the button when it
4017         is toggled on.
4018
4019 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4020
4021         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
4022         setting explicitely the minibuffer.
4023         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
4024
4025         * src/LyXView.C (showState): new function. Shows font information
4026         in minibuffer and update toolbar state.
4027         (LyXView): call Toolbar::update after creating the
4028         view. 
4029
4030         * src/toolbar.C: change toollist to be a vector instead of a
4031         linked list.
4032         (BubbleTimerCB): get help string directly from the callback
4033         argument of the corresponding icon (which is the action) 
4034         (set): remove unnecessary ugliness.
4035         (update): new function. update the icons (depressed, disabled)
4036         depending of the status of the corresponding action.
4037         
4038         * src/toolbar.h: remove help in toolbarItem
4039
4040 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
4041
4042         * src/Painter.C (text): Added code for using symbol glyphs from
4043         iso10646 fonts. Currently diabled.
4044
4045         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
4046         symbol_encoding.
4047
4048         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
4049         magyar,turkish and usorbian.
4050
4051         * src/paragraph.C (isMultiLingual): Made more efficient.
4052
4053         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
4054         keyboard.
4055
4056         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
4057         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
4058         Also changed the prototype to "bool math_insert_greek(char)".
4059
4060 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4061
4062         * lots of files: apply the NEW_INSETS on all code that will not be
4063         needed when we move to use the new insets. Enable the define in
4064         lyxparagrah.h to try it.
4065         
4066         * src/insets/insettabular.C (cellstart): change to be a static
4067         inline function
4068         (InsetTabular): initialize buffer in the initializer list.
4069
4070 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4071
4072         * src/frontends/xforms/FormPrint.[Ch] : moved #include
4073         form_print.h out of the header file. Replaced with forward
4074         declarations of the relevant struct.
4075
4076         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
4077         form_preferences.h.
4078
4079         * src/commandtags.h: do not include "debug.h" which does not
4080         belong there. #include it in some other places because of this
4081         change. 
4082
4083 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4084
4085         * src/insets/insetcaption.C: add a couple "using" directives.
4086
4087         * src/toolbar.C (add): get the help text directly from lyxaction.
4088         (getPixmap): nuked.
4089         (setPixmap): new function. Loads from disk and sets a pixmap on a
4090         botton; the name of the pixmap file is derived from the command
4091         name. 
4092
4093         * src/toolbar.h: remove members isBitmap and pixmap from
4094         toobarItem struct. 
4095
4096         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
4097         * lib/images/: move many files from images/banner.xpm.
4098
4099         * src/lyx_gui.C (create_forms): read banner pixmap from file.
4100
4101         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
4102         * src/toolbar.C: ditto.
4103         * configure.in: ditto.
4104         * INSTALL: document. 
4105
4106         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
4107         the spellchecker popup is closed from the WM.
4108
4109 2000-07-19  Juergen Vigna  <jug@sad.it>
4110
4111         * src/insets/insetfloat.C (Write): small fix because we use the
4112         insetname for the type now!
4113
4114 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
4115
4116         * src/frontends/xforms/forms/form_citation.fd: object sizes are
4117         now set here
4118
4119         * src/frontends/Dialogs.h: removed hideCitation signal
4120
4121         * src/insets/insetcite.h: added hide signal
4122
4123         * src/insets/insetcite.C (~InsetCitation): emits new signal
4124         (getScreenLabel): "intelligent" label should now fit on the screen!
4125
4126         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
4127
4128         * src/frontends/xforms/FormCitation.C (showInset): connects
4129         hide() to the inset's hide signal
4130         (show): modified to use fl_set_object_position rather than
4131         fl_set_object_geometry wherever possible
4132         
4133 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
4134
4135         * src/insets/lyxinset.h: add caption code
4136
4137         * src/insets/insetfloat.C (type): new method
4138
4139         * src/insets/insetcaption.C (Write): new method
4140         (Read): new method
4141         (LyxCode): new method
4142
4143         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
4144         to get it right together with using the FloatList.
4145
4146         * src/commandtags.h: add LFUN_INSET_CAPTION
4147         * src/lyxfunc.C (Dispatch): handle it
4148
4149         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
4150         caption inset.
4151
4152         * src/Variables.[Ch]: make expand take a const reference, remove
4153         the destructor, some whitespace changes.
4154
4155         * src/LyXAction.C (init): add caption-inset-insert
4156
4157         * src/FloatList.C (FloatList): update the default floats a bit.
4158
4159 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4160
4161         * src/Variables.[Ch]: new files. Intended to be used for language
4162         specific strings (like \chaptername) and filename substitution in
4163         commands. 
4164
4165         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
4166         kmap files.
4167         * lib/kbd/american.kmap: update
4168
4169         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
4170
4171         * src/bufferparams.[Ch]: remove member allowAccents.
4172
4173         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
4174
4175         * src/LaTeXLog.C: use the log_form.h header.
4176         * src/lyx_gui.C: ditto.
4177         * src/lyx_gui_misc.C: ditto.
4178         * src/lyxvc.h: ditto.
4179
4180         * forms/log_form.fd: new file, created from latexoptions.fd. I
4181         kept the log popup and nuked the options form.
4182
4183         * src/{la,}texoptions.[Ch]: removed.
4184         * src/lyx_cb.C (LaTeXOptions): ditto
4185
4186         * src/lyx_gui.C (create_forms): do not handle the
4187         fd_latex_options form. 
4188
4189 2000-07-18  Juergen Vigna  <jug@sad.it>
4190
4191         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
4192         name of the inset so that it can be requested outside (text2.C).
4193
4194         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
4195         labels.
4196
4197 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4198
4199         * src/mathed/formula.h (ConvertFont): constify
4200
4201         * src/mathed/formula.C (Read): add warning if \end_inset is not
4202         found on expected place.
4203
4204         * src/insets/lyxinset.h (ConvertFont): consify
4205
4206         * src/insets/insetquotes.C (ConvertFont): constify
4207         * src/insets/insetquotes.h: ditto
4208
4209         * src/insets/insetinfo.h: add labelfont
4210
4211         * src/insets/insetinfo.C (InsetInfo): set the labelfont
4212         (ascent): use labelfont
4213         (descent): likewise
4214         (width): likewise
4215         (draw): likewise
4216         (Write): make .lyx file a bit nicer
4217
4218         * src/insets/insetfloat.C (Write): simplify somewhat...
4219         (Read): add warning if arg is not found
4220
4221         * src/insets/insetcollapsable.C: add using std::max
4222         (Read): move string token and add warning in arg is not found
4223         (draw): use std::max to get the right ty
4224         (getMaxWidth): simplify by using std::max
4225
4226         * src/insets/insetsection.h: new file
4227         * src/insets/insetsection.C: new file
4228         * src/insets/insetcaption.h: new file
4229         * src/insets/insetcaption.C: new file
4230
4231         * src/insets/inset.C (ConvertFont): constify signature
4232
4233         * src/insets/Makefile.am (libinsets_la_SOURCES): add
4234         insetcaption.[Ch] and insetsection.[Ch]
4235
4236         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
4237         uses to use LABEL_COUNTER_CHAPTER instead.
4238         * src/text2.C (SetCounter): here
4239
4240         * src/counters.h: new file
4241         * src/counters.C: new file
4242         * src/Sectioning.h: new file
4243         * src/Sectioning.C: new file
4244
4245         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
4246
4247 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4248
4249         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
4250         not always in "."!
4251
4252         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
4253         the last argument.
4254
4255 2000-07-17  Juergen Vigna  <jug@sad.it>
4256
4257         * src/tabular.C (Validate): check if array-package is needed.
4258         (SetVAlignment): added support for vertical alignment.
4259         (SetLTFoot): better support for longtable header/footers
4260         (Latex): modified to support added features.
4261
4262         * src/LaTeXFeatures.[Ch]: added array-package.
4263
4264 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
4265
4266         * src/lyx_gui.C (LyXGUI): make sure that the height is large
4267         enough. 
4268
4269 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
4270
4271         * configure.in: do not forget to put a space after -isystem.
4272
4273 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
4274
4275         * lib/kbd/arabic.kmap: a few fixes.
4276
4277 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4278
4279         * some whitespace chagnes to a number of files.
4280         
4281         * src/support/DebugStream.h: change to make it easier for
4282         doc++ to parse correctly.
4283         * src/support/lyxstring.h: ditto
4284
4285         * src/mathed/math_utils.C (compara): change to have only one
4286         operator()
4287         (MathedLookupBOP): change because of the above.
4288
4289         * src/mathed/math_delim.C (math_deco_compare): change to have only
4290         one operator()
4291         (search_deco): change becasue of the above.
4292
4293         * src/insets/insettabular.C (DrawCellSelection): use std::swap
4294         instead of manually coded one.
4295
4296         * src/insets/insetquotes.C (Read): read the \end_inset too
4297
4298         * src/insets/insetlatex.h: remove file
4299         * src/insets/insetlatex.C: remove file
4300         
4301         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
4302         constructor 
4303         (InsetPrintIndex): remove destructor
4304
4305         * src/insets/insetinclude.h: remove default constructor
4306
4307         * src/insets/insetfloat.C: work to make it work better
4308
4309         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
4310
4311         * src/insets/insetcite.h (InsetCitation): remove default constructor
4312
4313         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
4314
4315         * src/text.C (GetColumnNearX): comment out some currently unused code.
4316
4317         * src/paragraph.C (writeFile): move some initializations closer to
4318         first use.
4319         (CutIntoMinibuffer): small change to use new matchIT operator
4320         (Erase): ditto
4321         (Erase): ditto
4322         (InsertChar): ditto
4323         (InsertInset): ditto
4324         (GetInset): ditto
4325         (GetInset): ditto
4326         (InsetIterator): ditto
4327         (Erase): small change to use new matchFT operator
4328         (InsertChar): ditto
4329         (GetFontSettings): ditto
4330         (HighestFontInRange): ditto
4331         (SetFont): ditto
4332
4333         * src/lyxparagraph.h: some chars changed to value_type
4334         (matchIT): because of some stronger checking (perhaps too strong)
4335         in SGI STL, the two operator() unified to one.
4336         (matchFT): ditto
4337
4338         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
4339
4340         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
4341         the last inset read added
4342         (parseSingleLyXformat2Token): some more (future) compability code added
4343         (parseSingleLyXformat2Token): warning about solitary \end_inset added
4344         (parseSingleLyXformat2Token): set last_inset_read
4345         (parseSingleLyXformat2Token): more code to read new "Float" correctly
4346         (parseSingleLyXformat2Token): don't double intializw string next_token
4347
4348         * src/TextCache.C (text_fits::operator()): add const's to the signature
4349         (has_buffer::operator()): ditto
4350
4351         * src/Floating.h: add some comments on the class
4352
4353         * src/FloatList.[Ch] (typeExist): new method
4354         (getType): ditto
4355
4356         * src/BackStack.h: added default constructor, wanted by Gcc.
4357
4358 2000-07-14  Juergen Vigna  <jug@sad.it>
4359
4360         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
4361
4362         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
4363
4364         * src/insets/insettabular.C (resizeLyXText): need this to be able to
4365         do a redraw when the window is resized!
4366         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
4367
4368         * src/insets/insettext.C (resizeLyXText): added function to correctly
4369         being able to resize the LyXWindow.
4370
4371         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
4372
4373 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4374
4375         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
4376         crashes when closing dialog to a deleted inset.
4377
4378         * src/insets/insetcite.[Ch] (Edit) : the return of this former
4379         method! Now similar to other insets.
4380
4381 2000-07-13  Juergen Vigna  <jug@sad.it>
4382
4383         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
4384
4385         * lib/examples/Literate.lyx: small patch!
4386
4387         * src/insets/insetbib.C (Read): added this function because of wrong
4388         Write (without [begin|end]_inset).
4389
4390 2000-07-11  Juergen Vigna  <jug@sad.it>
4391
4392         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
4393         as the insertInset could not be good!
4394
4395         * src/screen.C (ToggleSelection): fixed toggle selection bug as
4396         the bool param should not be last.
4397
4398 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4399
4400         * sigc++/configure.in: fix bug in threading-related code (Yes, I
4401         did submit that to Karl).
4402
4403         * configure.in: use -isystem instead of -I for X headers. This
4404         fixes a problem on solaris with a recent gcc; 
4405         put the front-end code after the X detection code;
4406         configure in sigc++ before lib/
4407
4408         * src/lyx_main.C (commandLineHelp): remove -display from command
4409         line help.
4410
4411 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
4412
4413         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
4414         Also put in Makefile rules for building the ``listerrors''
4415         program for parsing errors from literate programs written in LyX.
4416
4417         * lib/build-listerrors: Added small shell script as part of compile
4418         process. This builds a working ``listerrors'' binary if noweb is
4419         installed and either 1) the VNC X server is installed on the machine,
4420         or 2) the user is compiling from within a GUI. The existence of a GUI
4421         is necessary to use the ``lyx --export'' feature for now. This
4422         hack can be removed once ``lyx --export'' no longer requires a GUI to
4423         function.
4424
4425 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
4426
4427         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
4428         now passed back correctly from gcc and placed "under" error
4429         buttons in a Literate LyX source.
4430
4431 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4432
4433         * src/text.C (GetColumnNearX): Better behavior when a RTL
4434         paragraph is ended by LTR text.
4435
4436         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
4437         Ditto
4438
4439 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4440
4441         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
4442         true when clipboard is empty.
4443
4444 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4445
4446         * text.C (Backspace): Prevent rebreaking of a row if it is the last
4447         row of the paragraph.
4448         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
4449         to prevent calculation of bidi tables
4450
4451 2000-07-07  Juergen Vigna  <jug@sad.it>
4452
4453         * src/screen.C (ToggleSelection): added y_offset and x_offset
4454         parameters.
4455
4456         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
4457         mouse.
4458
4459         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
4460
4461         * src/insets/insettext.C: fixed Layout-Display!
4462
4463 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4464
4465         * configure.in: add check for strings.h header.
4466
4467         * src/spellchecker.C: include <strings.h> in order to have a
4468         definition for bzero().
4469
4470 2000-07-07  Juergen Vigna  <jug@sad.it>
4471
4472         * src/insets/insettext.C (draw): set the status of the bv->text to
4473         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
4474
4475         * src/screen.C (DrawOneRow): 
4476         (DrawFromTo): redraw the actual row if something has changed in it
4477         while drawing.
4478
4479         * src/text.C (draw): call an update of the toplevel-inset if something
4480         has changed inside while drawing.
4481
4482         * src/lyxtext.h: added CHANGED_IN_DRAW status.
4483
4484 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
4485
4486         * src/insets/insetbib.[Ch] (callback) new method, moving callback
4487         processing inside class.
4488
4489         * src/insets/insetindex.[Ch] (callback) new method, moving callback
4490         processing inside class.
4491
4492         * src/insets/insetindex.h new struct Holder, consistent with other
4493         insets.
4494
4495         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
4496         citation dialog from main code and placed it in src/frontends/xforms.
4497         Dialog launched through signals instead of callbacks
4498         
4499 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
4500
4501         * lyx.man: update the options description.
4502
4503 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
4504
4505         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
4506         handle neg values, set min width to 590, add doc about -display  
4507
4508 2000-07-05  Juergen Vigna  <jug@sad.it>
4509
4510         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
4511         calls to BufferView *.
4512
4513         * src/insets/insettext.C (checkAndActivateInset): small fix non
4514         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
4515
4516         * src/insets/insetcommand.C (Read): Fixed as insets should read till
4517         their \end_inset token!
4518
4519 2000-07-04  edscott  <edscott@imp.mx>
4520
4521         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
4522         lib/lyxrc.example: added option \wheel_jump
4523
4524 2000-07-04  R. Lahaye  <lahaye@postech.ac.kr>
4525
4526         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
4527         remove support for -width,-height,-xpos and -ypos.
4528
4529 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
4530
4531         * src/encoding.[Ch]: New files.
4532
4533         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
4534         (text): Call to the underline() method only when needed.
4535
4536         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
4537
4538         * src/buffer.C (makeLaTeXFile): Compute automatically the input
4539           encoding(s) for the document.
4540
4541         * src/bufferparams.C (BufferParams): Changed default value of
4542         inputenc to "auto".
4543
4544         * src/language.C (newLang): Removed.
4545         (items[]): Added encoding information for all defined languages.
4546
4547         * src/lyx_gui.C (create_forms): Added "auto" option to the input
4548         encoding choice button.
4549
4550         * src/lyxrc.h (font_norm_type): New member variable.
4551         (set_font_norm_type): New method.
4552
4553         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
4554         paragraphs with different encodings.  
4555
4556         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
4557         (TransformChar): Changed to work correctly with Arabic points.
4558         (draw): Added support for drawing Arabic points.
4559         (draw): Removed code for drawing underbars (this is done by
4560         the Painter!)
4561
4562         * src/support/textutils.h (IsPrintableNonspace): New function.
4563
4564         * src/BufferView_pimpl.h: Added "using SigC::Object".
4565         * src/LyXView.h: ditto.
4566
4567         * src/insets/insetinclude.h (include_label): Changed to mutable.
4568
4569 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4570
4571         * src/mathed/math_iter.h: remove empty destructor
4572
4573         * src/mathed/math_cursor.h: remove empty destructor
4574
4575         * src/insets/lyxinset.h: add THEOREM_CODE
4576
4577         * src/insets/insettheorem.[Ch]: new files 
4578
4579         * src/insets/insetminipage.C: (InsertInset): remove
4580
4581         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
4582         of InsetCollapsable
4583         (InsertInset): remove
4584
4585         * src/insets/insetlist.C: (InsertList): remove
4586
4587         * src/insets/insetfootlike.[Ch]: new files 
4588
4589         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
4590         InsetCollapsable.
4591         (Write): remove
4592         (InsertInset): ditto
4593
4594         * src/insets/insetert.C: remove include Painter.h, reindent
4595         (InsertInset): move to header
4596
4597         * src/insets/insetcollapsable.h: remove explicit from default
4598         contructor, remove empty destructor, add InsertInset
4599
4600         * src/insets/insetcollapsable.C (InsertInset): new func
4601
4602         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
4603
4604         * src/vspace.h: add explicit to constructor
4605
4606         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
4607         \textcompwordmark, please test this.
4608
4609         * src/lyxrc.C: set ascii_linelen to 65 by default
4610
4611         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
4612
4613         * src/commandtags.h: add LFUN_INSET_THEOREM
4614
4615         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
4616         (makeLinuxDocFile): remove _some_ of the nice logic
4617         (makeDocBookFile): ditto
4618
4619         * src/Painter.[Ch]: (~Painter): removed
4620
4621         * src/LyXAction.C (init): entry for insettheorem added
4622
4623         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
4624         enum
4625         (deplog): code to detect files generated by LaTeX, needs testing
4626         (deptex): removed
4627
4628 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4629
4630         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
4631
4632 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4633
4634         * src/LaTeX.C (deplog): Add a check for files that are going to be
4635         created by the first latex run, part of the project to remove the
4636         all_files array.
4637
4638         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
4639         contents to the extension list.
4640
4641 2000-07-04  Juergen Vigna  <jug@sad.it>
4642
4643         * src/text.C (NextBreakPoint): added support for needFullRow()
4644
4645         * src/insets/lyxinset.h: added needFullRow()
4646
4647         * src/insets/insetcollapsable.C: redone now this uses a text-inset
4648         and isn't one.
4649
4650         * src/insets/insettext.C: lots of changes for update!
4651
4652 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
4653
4654         * src/LaTeXFeatures.h: add a missing std:: qualifier.
4655
4656 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
4657
4658         *  src/insets/insetinclude.C (InsetInclude): fixed
4659         initialization of include_label.
4660         (unique_id): now returns a string.
4661
4662 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
4663
4664         * src/LaTeXFeatures.h: new member IncludedFiles, for
4665         a map of key, included file name.
4666
4667         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
4668         with the included files for inclusion in SGML preamble,
4669         i. e., linuxdoc and docbook.
4670
4671         * src/buffer.h:
4672         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
4673         nice (is the generated linuxdoc code to be exported?), that
4674         allows to remove column, and only_body that will be true for
4675         slave documents. Insets are allowed inside SGML font type.
4676         New handling of the SGML preamble for included files.
4677         (makeDocBookFile): the same for docbook.
4678
4679         * src/insets/insetinclude.h:
4680         * src/insets/insetinclude.C (Validate): keeps a list of included files.
4681         (Linuxdoc): 
4682         (DocBook): new export methods.
4683
4684         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
4685         and makeDocBookFile.
4686
4687         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
4688         formats to export with command line argument -x.
4689
4690 2000-06-29  Juergen Vigna  <jug@sad.it>
4691
4692         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
4693         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
4694
4695         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
4696         region could already been cleared by an inset!
4697
4698 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4699
4700         * src/BufferView_pimpl.h: remove member variables lyx_focus and
4701         work_area_focus
4702
4703         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
4704         and lyx_focus
4705         (cursorToggle): remove special handling of lyx focus.
4706
4707 2000-06-28  Juergen Vigna  <jug@sad.it>
4708
4709         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
4710         insetHeight.
4711
4712 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4713
4714         * src/insets/insetindex.C (Edit): add a callback when popup is
4715         closed by the WM.
4716
4717         * src/insets/insettext.C (LocalDispatch): 
4718         * src/insets/insetmarginal.h: 
4719         * src/insets/insetlist.h: 
4720         * src/insets/insetfoot.h: 
4721         * src/insets/insetfloat.h: 
4722         * src/insets/insetert.h: add a missing std:: qualifier.
4723
4724 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4725
4726         * src/support/lyxsum.C (sum): '\0' teminate file read when using
4727         strstream. 
4728
4729         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
4730
4731         * src/insets/insettext.C (Read): remove tmptok unused variable
4732         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
4733         (InsertInset): change for new InsetInset code
4734
4735         * src/insets/insettext.h: add TEXT inline method
4736
4737         * src/insets/insettext.C: remove TEXT macro
4738
4739         * src/insets/insetmarginal.C (Write): new method
4740         (Latex): change output slightly
4741
4742         * src/insets/insetfoot.C (Write): new method
4743         (Latex): change output slightly (don't use endl when no need)
4744
4745         * src/insets/insetert.C (Write): new method
4746
4747         * src/insets/insetcollapsable.h: make button_length, button_top_y
4748         and button_bottm_y protected.
4749
4750         * src/insets/insetcollapsable.C (Write): simplify code by using
4751         tostr. Also do not output the float name, the children class
4752         should to that to get control over own arguments
4753
4754         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
4755         src/insets/insetminipage.[Ch]:
4756         new files
4757
4758         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
4759         
4760         * src/lyxfunc.C (Dispatch): cases for new insets/commands
4761
4762         * src/Makefile.am (lyx_SOURCES): add the new files
4763
4764         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
4765         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
4766         * src/commandtags.h: ditto
4767         
4768         * src/LaTeXFeatures.h: add a std::set of used floattypes
4769
4770         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
4771
4772         * src/FloatList.[Ch] src/Floating.h: new files
4773
4774         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
4775         InsertInset. 
4776         * src/lyx_cb.C (TableApplyCB): ditto
4777         * src/text.C: ditto
4778         * src/text2.C: ditto
4779         * src/buffer.C (SimpleLinuxDocOnePar): ditto
4780         (parseSingleLyXformat2Token): ditto + add code for
4781         backwards compability for old float styles + add code for new insets
4782         
4783         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
4784         method
4785         (InsertInset(size_type, Inset *, LyXFont)): new method
4786         (InsetChar(size_type, char)): changed to use the other InsetChar
4787         with a LyXFont(ALL_INHERIT).
4788         (InsetInset(size_type, Inset*)): changed to use InsetChar to
4789         insert the META_INSET.
4790         
4791         * sigc++/thread.cc (Privete<int>::operator int&): move definition
4792         out of line. 
4793         * sigc++/thread.h (Threads): from here
4794
4795         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
4796         definition out of line
4797         * sigc++/scope.h: from here
4798
4799 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4800
4801         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
4802         is specified (adapted from a patch from edscott <edscott@imp.mx>).
4803
4804         * Makefile.am (bindist): new target.
4805
4806         * INSTALL: add instructions for doing a binary distribution.
4807
4808         * development/tools/README.bin.example: update a bit. 
4809
4810 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
4811
4812         * src/lyxrc.C: 
4813         * lib/lyxrc.example: new lyxrc tag \set_color.
4814
4815         * src/lyxfunc.C (Dispatch): 
4816         * src/commandtags.h: 
4817         * src/LyXAction.C: new lyxfunc "set-color".
4818
4819         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
4820         and an x11name given as strings.
4821
4822         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
4823         cache when a color is changed.
4824
4825 2000-06-26  Juergen Vigna  <jug@sad.it>
4826
4827         * src/lyxrow.C (width): added this functions and variable.
4828
4829         * src/insets/insetcite.C (create_form_citation_form): some Gravity
4830         changes.
4831
4832         * src/text.C (SetHeightOfRow): fixed calcualting of width.
4833
4834 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4835
4836         * images/undo_bw.xpm: new icon.
4837         * images/redo_bw.xpm: ditto.
4838
4839         * configure.in (INSTALL_SCRIPT): change value to
4840         ${INSTALL} to avoid failures of install-script target.
4841         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
4842
4843         * src/BufferView.h: add a magic "friend" declaration to please
4844         compaq cxx.
4845
4846 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
4847
4848         * forms/cite.fd: modified to allow resizing without messing
4849         up the dialog.
4850
4851         * src/insetcite.C: Uses code from cite.fd almost without
4852         tweaking. ;-)
4853         User can now resize dialog in the x-direction.
4854         Resizing the dialog in the y-direction is prevented, as the
4855         code does this intelligently already.
4856
4857 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4858
4859         * INSTALL: remove obsolete entry in "problems" section.
4860
4861         * lib/examples/sl_*.lyx: update of the slovenian examples.
4862
4863         * src/support/FileInfo.[Ch] (getBlockSize): remove.
4864
4865 2000-06-23  Juergen Vigna  <jug@sad.it>
4866
4867         * src/lyxtext.h: added a 'cleared' flag to draw() function.
4868
4869         * src/buffer.C (resize): delete the LyXText of textinsets.
4870
4871         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
4872
4873         * src/insets/lyxinset.h: added another parameter 'cleared' to
4874         the draw() function.
4875
4876         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
4877         unlocking inset in inset.
4878
4879 2000-06-22  Juergen Vigna  <jug@sad.it>
4880
4881         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
4882         of insets and moved first to LyXText.
4883
4884         * src/mathed/formulamacro.[Ch]:
4885         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
4886
4887 2000-06-21  Juergen Vigna  <jug@sad.it>
4888
4889         * src/text.C (GetVisibleRow): look if I should clear the area or not
4890         using Inset::doClearArea() function.
4891
4892         * src/insets/lyxinset.h: added doClearArea() function and
4893         modified draw(Painter &, ...) to draw(BufferView *, ...)
4894
4895         * src/text2.C (UpdateInset): return bool insted of int
4896
4897 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
4898
4899         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
4900         combox in the character popup
4901
4902         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
4903         BufferParams const & params
4904
4905 2000-06-20  Juergen Vigna  <jug@sad.it>
4906
4907         * src/insets/insettext.C (SetParagraphData): set insetowner on
4908         2- paragraphs.
4909
4910 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
4911
4912         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
4913         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
4914         from SigC::Object
4915         (form_main_): remove
4916         
4917         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
4918         (create_form_form_main): remove FD_form_main stuff, connect to
4919         autosave_timeout signal
4920
4921         * src/LyXView.[Ch] (getMainForm): remove 
4922         (UpdateTimerCB): remove
4923         * src/BufferView_pimpl.h: inherit from SigC::Object
4924
4925         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
4926         signal instead of callback
4927
4928         * src/BufferView.[Ch] (cursorToggleCB): remove 
4929
4930 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4931
4932         * src/BufferView_pimpl.C: changes because of the one below
4933
4934         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
4935         instead of storing a pointer to a LyXText. 
4936
4937         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
4938
4939 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
4940
4941         * src/lyxparagraph.h
4942
4943         * src/paragraph.C: Changed fontlist to a sorted vector.
4944
4945 2000-06-19  Juergen Vigna  <jug@sad.it>
4946
4947         * src/BufferView.h: added screen() function.
4948
4949         * src/insets/insettext.C (LocalDispatch): some selection code
4950         fixed.
4951
4952         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
4953
4954         * src/insets/insettext.C (SetParagraphData):
4955         (Read): 
4956         (InsetText):  fixes for multiple paragraphs.
4957
4958 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
4959
4960         * development/lyx.spec.in: Call configure with ``--without-warnings''
4961         to work around a bug with the Makefiles when doing ``make lyxrpm''.
4962         This should be fine, however, since we generally don't want to be
4963         verbose when making an RPM.
4964         
4965 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
4966
4967         * lib/scripts/fig2pstex.py: New file
4968
4969 2000-06-16  Juergen Vigna  <jug@sad.it>
4970
4971         * src/insets/insettabular.C (UpdateLocal): 
4972         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
4973         (LocalDispatch): Changed all functions to use LyXText.
4974
4975 2000-06-15  Juergen Vigna  <jug@sad.it>
4976
4977         * src/text.C (SetHeightOfRow): call inset::update before requesting
4978         any width/height.
4979
4980         * src/insets/insettext.C (update): 
4981         * src/insets/insettabular.C (update): added implementation
4982
4983         * src/insets/lyxinset.h: added update function
4984
4985 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4986
4987         * src/text.C (SelectNextWord): protect against null pointers with
4988         old-style string streams. (fix from Paul Theo Gonciari
4989         <gptheo@yahoo.com>) 
4990
4991         * src/cite.[Ch]: remove erroneous files.
4992
4993         * lib/configure.m4: update the list of created directories.
4994
4995         * src/lyxrow.C: include <config.h>
4996         * src/lyxcursor.C: ditto.
4997
4998 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4999
5000         * lib/examples/decimal.lyx: new example file from Mike.
5001
5002         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
5003         to find template definitions (from Dekel)
5004
5005         * src/frontends/.cvsignore: add a few things.
5006
5007         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
5008
5009         * src/Timeout.C (TimeOut): remove default argument.
5010
5011         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
5012         "C" linkage.
5013
5014         * src/insets/ExternalTemplate.C: add a "using" directive.
5015
5016         * src/lyx_main.h: remove the act_ struct, which seems unused
5017         anyway. 
5018
5019 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5020
5021         * LyX Developers Meeting: All files changed, due to random C++ (by
5022         coincidence) code generator script.
5023
5024         - external inset (cool!)
5025         - initial online editing of preferences
5026         - insettabular breaks insettext(s contents)
5027         - cleanup
5028         - some DocBook fixes
5029         - example files update
5030         - other cool stuff, create a diff and look for yourself.
5031
5032 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
5033
5034         * src/insets/insettext.C (computeTextRows): if the maxWidth is
5035         -1 this is a non-line-breaking textinset.
5036
5037         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
5038         if there is no width set.
5039
5040 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5041
5042         * Lots of files: Merged the dialogbase branch.
5043
5044 2000-06-09  Allan Rae  <rae@lyx.org>
5045
5046         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
5047         and the Dispatch methods that used it.
5048
5049         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
5050         access to functions formerly kept in Dispatch.
5051
5052 2000-05-19  Allan Rae  <rae@lyx.org>
5053
5054         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
5055         made to_page and count_copies integers again.  from_page remains a
5056         string however because I want to allow entry of a print range like
5057         "1,4,22-25" using this field.
5058
5059         * src/LyXAction.C: added action info and commands for buffer-print-xtl
5060         and printer-params-get.  These aren't useful from the minibuffer but
5061         could be used by a script/LyXServer app provided it passes a suitable
5062         auto_mem_buffer.  I guess I should take a look at how the LyXServer
5063         works and make it support xtl buffers.
5064
5065         * sigc++/: updated to libsigc++-1.0.1
5066
5067         * src/xtl/: updated to xtl-1.3.pl.11
5068
5069         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
5070         those changes done to the files in src/ are actually recreated when
5071         they  get regenerated. Please don't ever accept a patch that changes a
5072         dialog unless that patch includes the changes to the corresponding *.fd
5073         file.
5074
5075         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
5076         stringOnlyContains, renamed it and generalised it.
5077
5078         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
5079         branch.  Removed the remaining old form_print code.
5080
5081 2000-04-26  Allan Rae  <rae@lyx.org>
5082
5083         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
5084         trap I was trying to fix with the ID: fields in src/xtl/  :-)
5085
5086 2000-04-25  Allan Rae  <rae@lyx.org>
5087
5088         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
5089         against a base of xtl-1.3.pl.4
5090
5091         * development/tools/lxtl.sh: fixed a couple of silly typos and now
5092         filter the Id: entries so they still show the xtl version number
5093         they are based on.
5094
5095         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
5096         into the src/xtl code.  Patch still pending with José (XTL)
5097
5098 2000-04-24  Allan Rae  <rae@lyx.org>
5099
5100         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
5101         both more generic and much safer. Use the new template functions.
5102         * src/buffer.[Ch] (Dispatch): ditto.
5103
5104         * src/frontends/xforms/FormPrint.C (update): Use new template functions
5105         and mem buffer more intelligently. Also a little general cleanup.
5106         (apply): ditto.
5107
5108         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
5109         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
5110         * src/xtl/Makefile.am: ditto.
5111         * src/xtl/.cvsignore: ditto.
5112         * src/Makefile.am: ditto.
5113
5114         * src/PrinterParams.h: Removed the macros member functions. Added a
5115         testInvariant member function.  A bit of tidying up and commenting.
5116         Included Angus's idea for fixing operation with egcs-1.1.2.
5117
5118         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
5119         cool expansion of XTL's mem_buffer to support automatic memory
5120         management within the buffer itself.  Removed the various macros and
5121         replaced them with template functions that use either auto_mem_buffer
5122         or mem_buffer depending on a #define.  The mem_buffer support will
5123         disappear as soon as the auto_mem_buffer is confirmed to be good on
5124         other platforms/compilers.  That is, it's there so you've got something
5125         to compare against.
5126
5127         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
5128         effectively forked XTL.  However I expect José will include my code
5129         into the next major release.  Also fixed a memory leak.
5130         * src/xtl/text.h: ditto.
5131         * src/xtl/xdr.h: ditto.
5132         * src/xtl/giop.h: ditto.
5133
5134 2000-04-16  Allan Rae  <rae@lyx.org>
5135
5136         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
5137         by autogen.sh and removed by maintainer-clean anyway.
5138         * .cvsignore, sigc++/.cvsignore:  Support the above.
5139
5140         * sigc++/.cvsignore: Forgot that retbind.h was generated.
5141
5142         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
5143
5144         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
5145         macros, renamed static callback-target member functions to suit new
5146         scheme and made them public.
5147         * src/frontends/xforms/forms/form_print.fd: ditto.
5148         * src/frontends/xforms/forms/form_copyright.fd: ditto.
5149
5150         * src/support/lxtl.h: small cleanup to use typedef instead of #define
5151         for gui_format.
5152
5153         * src/xtl/: New directory containing a minimal distribution of XTL.
5154         This is XTL-1.3.pl.4.
5155
5156         * development/tools/lxtl.sh: A script to generate the above mini-dist.
5157
5158 2000-04-15  Allan Rae  <rae@lyx.org>
5159
5160         * development/tools/makeLyXsigc.sh: Remove the library version numbers
5161
5162         * sigc++/:  Updated to libsigc++-1.0.0
5163
5164 2000-04-14  Allan Rae  <rae@lyx.org>
5165
5166         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
5167         use the generic ones in future.  I'll modify my conversion script.
5168
5169         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
5170
5171         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
5172         (CloseAllBufferRelatedDialogs): Renamed.
5173         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
5174
5175         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
5176         of the generic ones.  These are the same ones my conversion script
5177         generates.
5178
5179         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
5180         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
5181         * src/buffer.C (Dispatch): ditto
5182
5183         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
5184         functions for updating and hiding buffer dependent dialogs.
5185         * src/BufferView.C (buffer): ditto
5186         * src/buffer.C (setReadonly): ditto
5187         * src/lyxfunc.C (CloseBuffer): ditto
5188
5189         * src/buffer.h: Take setReadonly() out of line so I don't have to include
5190         Dialogs.h, and hence all the SigC stuff, into every file that includes
5191         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
5192
5193         * src/BufferView2.C: reduce the number of headers included by buffer.h
5194
5195 2000-04-11  Allan Rae  <rae@lyx.org>
5196
5197         * src/frontends/xforms/xform_macros.h:  A small collection of macros
5198         for building C callbacks.
5199
5200         * src/frontends/xforms/Makefile.am: Added above file.
5201
5202         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
5203         scheme again.  This time it should work for JMarc.  If this is
5204         successful I'll revise my conversion script to automate some of this.
5205         The static member functions in the class also have to be public for
5206         this scheme will work.  If the scheme works (it's almost identical to
5207         the way BufferView::cursorToggleCB is handled so it should work) then
5208         FormCopyright and FormPrint will be ready for inclusion into the main
5209         trunk immediately after 1.1.5 is released -- provided we're prepared
5210         for complaints about lame compilers not handling XTL.
5211
5212         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
5213
5214 2000-04-07  Allan Rae  <rae@lyx.org>
5215
5216         * config/lyxinclude.m4:  A bit more tidying up (Angus)
5217
5218         * src/LString.h: JMarc's <string> header fix
5219
5220         * src/PrinterParams.h: Used string for most data to remove some
5221         ugly code in the Print dialog and avoid even uglier code when 
5222         appending the ints to a string for output.
5223
5224         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
5225         and moved "default:" back to the end of switch statement.  Cleaned
5226         up the printing so it uses the right function calls and so the
5227         "print to file" option actually puts the file in the right directory.
5228
5229         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
5230
5231         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
5232         and Ok+Apply button control into a separate method: input (Angus).
5233         (input) Cleaned it up and improved it to be very thorough now.
5234         (All CB) static_cast used instead of C style cast (Angus).  This will
5235         probably change again once we've worked out how to keep gcc-2.8.1 happy
5236         with real C callbacks.
5237         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
5238         ignore some of the bool settings and has random numbers instead. Needs
5239         some more investigation.  Added other input length checks and checking
5240         of file and printer names.
5241
5242         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
5243         would link (Angus).  Seems the old code doesn't compile with the pragma
5244         statement either.  Separated callback entries from internal methods.
5245
5246         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
5247
5248 2000-03-17  Allan Rae  <rae@lyx.org>
5249
5250         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
5251         need it?  Maybe it could go in Dialogs instead?  I could make it a
5252         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
5253         values to get the bool return value.
5254         (Dispatch): New overloaded method for xtl support.
5255
5256         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
5257         extern "C" callback instead of static member functions.  Hopefully,
5258         JMarc will be able to compile this.  I haven't changed 
5259         forms/form_copyright.fd yet. Breaking one of my own rules already.
5260
5261         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
5262         because they aren't useful from the minibuffer.  Maybe a LyXServer
5263         might want a help message though?
5264
5265         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
5266
5267         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
5268         xtl which needs both rtti and exceptions.
5269
5270         * src/support/Makefile.am:
5271         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
5272
5273         * src/frontends/xforms/input_validators.[ch]: input filters and
5274         validators.  These conrol what keys are valid in input boxes.
5275         Use them and write some more.  Much better idea than waiting till
5276         after the user has pressed Ok to say that the input fields don't make
5277         sense.
5278
5279         * src/frontends/xforms/Makefile.am:
5280         * src/frontends/xforms/forms/form_print.fd:
5281         * src/frontends/xforms/forms/makefile:
5282         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
5283         new scheme.  Still have to make sure I haven't missed anything from
5284         the current implementation.
5285
5286         * src/Makefile.am, src/PrinterParams.h: New data store.
5287
5288         * other files: Added a couple of copyright notices.
5289
5290 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5291
5292         * src/insets/insetbib.h: move Holder struct in public space.
5293
5294         * src/frontends/include/DialogBase.h: use SigC:: only when
5295         SIGC_CXX_NAMESPACES is defined.
5296         * src/frontends/include/Dialogs.h: ditto.
5297
5298         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
5299
5300         * src/frontends/xforms/FormCopyright.[Ch]: do not
5301         mention SigC:: explicitely.
5302
5303 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5304
5305         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
5306         deals with testing KDE in main configure.in
5307         * configure.in: ditto.
5308
5309 2000-02-22  Allan Rae  <rae@lyx.org>
5310
5311         * Lots of files: Merged from HEAD
5312
5313         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
5314         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
5315
5316         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
5317
5318         * sigc++/: new minidist.
5319
5320 2000-02-14  Allan Rae  <rae@lyx.org>
5321
5322         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
5323
5324 2000-02-08  Juergen Vigna  <jug@sad.it>
5325
5326         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
5327         file for the buildin GUI builder of KDevelop of the copyright-dialog.
5328
5329         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
5330         for this port and so it is much easier for other people to port
5331         dialogs in a common development environment.
5332
5333         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
5334         the QT/KDE implementation.
5335
5336         * src/frontends/kde/Dialogs.C:
5337         * src/frontends/kde/FormCopyright.C:
5338         * src/frontends/kde/FormCopyright.h:
5339         * src/frontends/kde/Makefile.am:
5340         * src/frontends/kde/formcopyrightdialog.C:
5341         * src/frontends/kde/formcopyrightdialog.h:
5342         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
5343         for the kde support of the Copyright-Dialog.
5344
5345         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
5346         subdir-substitution instead of hardcoded 'xforms' as we now have also
5347         the kde subdir.
5348
5349         * src/frontends/include/DialogBase.h (Object): just commented the
5350         label after #endif (nasty warning and I don't like warnings ;)
5351
5352         * src/main.C (main): added KApplication initialization if using
5353         KDE frontend-GUI.
5354
5355         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
5356         For now only the KDE event-loop is added if frontend==kde.
5357
5358         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
5359
5360         * configure.in: added support for the --with-frontend[=value] option
5361
5362         * autogen.sh: added kde.m4 file to list of config-files
5363
5364         * acconfig.h: added define for KDEGUI-support
5365
5366         * config/kde.m4: added configuration functions for KDE-port
5367
5368         * config/lyxinclude.m4: added --with-frontend[=value] option with
5369         support for xforms and KDE.
5370
5371 2000-02-08  Allan Rae <rae@lyx.org>
5372
5373         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
5374         install and uninstall all work even if builddir != srcdir.  Still
5375         have a new sigc++ minidist update to come.
5376
5377         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
5378
5379 2000-02-01  Allan Rae <rae@lyx.org>
5380
5381         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
5382         Many mods to get builddir != srcdir working.
5383         
5384         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
5385         for building on NT and so we can do the builddir != srcdir stuff.
5386
5387 2000-01-30  Allan Rae <rae@lyx.org>
5388
5389         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
5390         This will stay in "rae" branch.  We probably don't really need it in
5391         the main trunk as anyone who wants to help programming it should get
5392         a full library installed also.  So they can check both included and
5393         system supplied library compilation.
5394
5395         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
5396         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
5397         change something in these directories - Resist it.  If you can't 
5398         resist the urge then you should modify the following script and rebuild
5399         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
5400         all happen.  Still uses a hacked version of libsigc++'s configure.in.
5401         I'm quite happy with the results.  I'm not sure the extra work to turn
5402         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
5403         worth the trouble and would probably lead to extra maintenance 
5404         headaches.
5405         I haven't tested the following important make targets: install, dist.
5406         Not ready for prime time but very close.  Maybe 1.1.5.
5407
5408         * development/tools/makeLyXsigc.sh:  A shell script to automatically
5409         generate our mini-dist of libsigc++.  It can only be used with a CVS
5410         checkout of libsigc++ not a tarball distribution.  It's well commented.
5411         This will end up as part of the libsigc++ distribution so other apps
5412         can easily have an included mini-dist.  If someone makes mods to the
5413         sigc++ subpackage without modifying this script to generate those
5414         changes I'll be very upset!
5415
5416         * src/frontends/:  Started the gui/system indep structure.
5417
5418         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
5419         to access the gui-indep dialogs are in this class.  Much improved
5420         design compared to previous revision.  Lars,  please refrain from
5421         moving this header into src/ like you did with Popups.h last time.
5422
5423         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
5424
5425         * src/frontends/xforms/:  Started the gui-indep system with a single
5426         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
5427         successful.
5428
5429         * src/frontends/xforms/forms: Repository for the xforms .fd files.
5430         Here you'll find a very useful makefile and automated fdfix.sh that
5431         makes updating dailogs a no-brainer -- provided you follow the rules
5432         set out in the README.  I'm thinking about adding another script to
5433         automatically generate skeleton code for a new dialog given just the
5434         name of the dialog.
5435
5436         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
5437         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
5438         Made FormCopyright gui-indep and added a lyxfunc to get to it.
5439
5440 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5441
5442         * src/support/LSubstring.C (operator): simplify
5443
5444         * src/lyxtext.h: removed bparams, use buffer_->params instead
5445         
5446         * src/lyxrow.h: make Row a real class, move all variables to
5447         private and use accessors.
5448
5449         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
5450         arguament.
5451         (isRightToLeftPar): ditto
5452         (ChangeLanguage): ditto
5453         (isMultiLingual): ditto
5454         (String): ditto
5455         (TeXOnePar): ditto
5456         (SimpleTeXOnePar): ditto
5457         (TeXEnvironment): ditto
5458         (GetEndLabel): ditto
5459         (SetLayout): ditto
5460         (SetOnlyLayout): ditto
5461         (BreakParagraph): ditto
5462         (BreakParagraphConservative): ditto
5463         (GetFontSettings): ditto
5464         (getFont): ditto
5465         (CopyIntoMinibuffer): ditto
5466         (CutIntoMinibuffer): ditto
5467         (PasteParagraph): ditto
5468         (SetPExtraType): ditto
5469         (UnsetPExtraType): ditto
5470         (DocBookContTableRows): ditto
5471         (SimpleDocBookOneTablePar): ditto
5472         (TeXDeeper): ditto
5473         (TeXFootnote): ditto
5474         (SimpleTeXOneTablePar): ditto
5475         (TeXContTableRows): ditto
5476         (SimpleTeXSpecialChars): ditto
5477         
5478
5479         * src/lyxcursor.h: make LyXCursor a real class, move all variables
5480         to private and use accessors.
5481
5482         * src/lyx_cb.C: remove char updatetimer, and all code that uses
5483         this, we did not use it anymore and has not been for ages. Just a
5484         waste of cpu cycles.
5485
5486         * src/language.h: make Language a real class, move all variables
5487         to private and use accessors.
5488
5489         * src/BufferView_pimpl.C (Pimpl): use new timer code.
5490         (create_view): remove
5491         (update): some changes for new timer
5492         (cursorToggle): use new timer
5493         (beforeChange): change for new timer
5494
5495         * src/BufferView.h (cursorToggleCB): removed last paramter because
5496         of new timer code. 
5497
5498         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
5499         (cursorToggleCB): change because of new timer code
5500
5501         * lib/CREDITS: updated own mailaddress
5502
5503 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5504
5505         * src/support/filetools.C (PutEnv): fix the code in case neither
5506         putenv() nor setenv() have been found.
5507
5508         * INSTALL: mention the install-strip Makefile target.
5509
5510         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
5511         read-only documents.
5512
5513 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5514
5515         * lib/reLyX/configure.in (VERSION): avoid using a previously
5516         generated reLyX wrapper to find out $prefix.
5517
5518         * lib/examples/eu_adibide_lyx-atua.lyx: 
5519         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
5520         translation of the Tutorial (Dooteo)
5521
5522 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
5523
5524         * forms/cite.fd: new citation dialog
5525
5526         * src/insetcite.[Ch]: the new citation dialog is moved into
5527         its own files.
5528
5529         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
5530         (Dekel).
5531
5532         * src/insets/insetcommand.h: data members made private. 
5533
5534 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5535
5536         * LyX 1.1.5 released
5537
5538 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5539
5540         * src/version.h (LYX_RELEASE): to 1.1.5
5541
5542         * src/spellchecker.C (RunSpellChecker): return false if the
5543         spellchecker dies upon creation.
5544
5545 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5546
5547         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
5548         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
5549         
5550         * NEWS: update.
5551
5552         * lib/CREDITS: update entry for Martin Vermeer.
5553
5554 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
5555
5556         * src/text.C (draw): Draw foreign language bars at the bottom of
5557         the row instead of at the baseline.
5558
5559         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
5560
5561 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5562
5563         * lib/bind/de_menus.bind: updated
5564
5565 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
5566
5567         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
5568
5569 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
5570
5571         * src/menus.C (Limit_string_length): New function
5572         (ShowTocMenu): Limit the number of items/length of items in the
5573         LOT/LOF/LOA menus.
5574
5575         * src/paragraph.C (String): Correct result for a paragraph inside
5576         a footnote.
5577
5578 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5579
5580         * src/bufferlist.C (close): test of buf->getuser() == NULL
5581
5582 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
5583
5584         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
5585         Do not call to SetCursor when the paragraph is a closed footnote!
5586
5587 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
5588
5589         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
5590         label is changed.
5591
5592         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
5593
5594 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
5595
5596         * forms/lyx.fd
5597         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
5598         reference popup, that activates the reference-back action
5599
5600         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
5601
5602         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
5603         the menus. Also fixed a bug.
5604
5605         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
5606         the math panels when switching buffers (unless new buffer is readonly).
5607
5608         * src/BufferView.C (NoSavedPositions)
5609         * src/BufferView_pimpl.C (NoSavedPositions): New methods
5610
5611 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5612
5613         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
5614         less of dvi dirty or not.
5615
5616         * src/trans_mgr.[Ch] (insert): change first parameter to string
5617         const &.  
5618
5619         * src/chset.[Ch] (encodeString): add const to first parameter
5620
5621 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
5622
5623         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
5624         rep->get_own_copy()
5625         (end): ditto
5626
5627         * src/LaTeX.C (deplog): better searching for dependency files in
5628         the latex log. Uses now regexps.
5629
5630         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
5631         instead of the box hack or \hfill. 
5632
5633 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5634
5635         * src/lyxfunc.C (doImportHelper): do not create the file before
5636         doing the actual import. 
5637         (doImportASCIIasLines): create a new file before doing the insert.
5638         (doImportASCIIasParagraphs): ditto.
5639
5640         * lib/lyxrc.example: remove mention of non-existing commands
5641
5642         * lyx.man: remove mention of color-related switches.
5643
5644         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
5645
5646         * src/lyx_gui.C: remove all the color-related ressources, which
5647         are not used anymore.
5648
5649         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
5650         name. 
5651
5652 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
5653
5654         * src/lyxrc.C (read): Add a missing break in the switch
5655
5656 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
5657
5658         * src/text2.C (InsertStringA): Fix a bug with insertion into table
5659         
5660         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
5661         text is Hebrew.
5662
5663 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
5664
5665         * src/text.C (draw): draw bars under foreign language words.
5666         
5667         * src/LColor.[Ch]: add LColor::language
5668
5669 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
5670
5671         * src/lyxcursor.h (boundary): New member variable
5672
5673         * src/text.C (IsBoundary): New methods
5674
5675         * src/text.C: Use the above for currect cursor movement when there
5676         is both RTL & LTR text.
5677         
5678         * src/text2.C: ditto
5679         
5680         * src/bufferview_funcs.C (ToggleAndShow): ditto
5681
5682 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5683
5684         * src/text.C (DeleteLineForward): set selection to true to avoid
5685         that DeleteEmptyParagraphMechanism does some magic. This is how it
5686         is done in all other functions, and seems reasonable.
5687         (DeleteWordForward): do not jump over non-word stuff, since
5688         CursorRightOneWord() already does it.
5689         
5690         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
5691         DeleteWordBackward, since they seem safe to me (since selection is
5692         set to "true") DeleteEmptyParagraphMechanism does nothing.
5693
5694 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5695
5696         * src/lyx_main.C (easyParse): simplify the code by factoring the
5697         part that removes parameters from the command line.
5698         (LyX): check wether wrong command line options have been given.
5699
5700 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
5701
5702         * src/lyx_main.C : add support for specifying user LyX
5703         directory via command line option -userdir.
5704
5705 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
5706
5707         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
5708         the number of items per popup.
5709         (Add_to_refs_menu): Ditto.
5710         
5711 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5712
5713         * src/lyxparagraph.h: renamed ClearParagraph() to
5714         StripLeadingSpaces() and moved it to paragraph.C. We pass the
5715         textclass as parameter, and do nothing if free_spacing is
5716         true. This fixes part of the line-delete-forward problems.
5717
5718         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
5719         (pasteSelection): ditto.
5720         (SwitchLayoutsBetweenClasses): more translatable strings.
5721
5722         * src/text2.C (CutSelection): use StripLeadingSpaces.
5723         (PasteSelection): ditto.
5724         (DeleteEmptyParagraphMechanism): ditto.
5725
5726 2000-05-26  Juergen Vigna  <jug@sad.it>
5727
5728         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
5729         is not needed in tabular insets.
5730
5731         * src/insets/insettabular.C (TabularFeatures): added missing features.
5732
5733         * src/tabular.C (DeleteColumn):
5734         (AppendColumn): 
5735         (AppendRow): implemented this functions
5736         (cellsturct::operator=): clone the inset too; 
5737
5738 2000-05-23  Juergen Vigna  <jug@sad.it>
5739
5740         * src/insets/insettabular.C (LocalDispatch): better selection support
5741         when having multicolumn-cells.
5742
5743 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
5744
5745         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
5746
5747 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5748
5749         * src/ColorHandler.C (getGCForeground): put more test into _()
5750
5751         * lib/examples/eu_splash.lyx: new file (Basque translation) from
5752         Dooteo. 
5753
5754         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
5755         get the version.
5756
5757 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
5758
5759         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
5760         there are no labels, or when buffer is readonly.
5761
5762         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
5763         there are no labels, buffer is SGML, or when buffer is readonly.
5764
5765 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5766
5767         * src/LColor.C (LColor): change a couple of grey40 to grey60
5768         (LColor): rewore initalization to make compiles go some magnitude
5769         faster.
5770         (getGUIName): don't use gettext until we need the string.
5771
5772 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
5773
5774         * src/Bullet.[Ch]: Fixed a small bug.
5775
5776 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
5777
5778         * src/paragraph.C (String): Several fixes/improvements
5779
5780         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
5781
5782 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
5783
5784         * src/paragraph.C (String): give more correct output.
5785
5786 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
5787
5788         * src/lyxfont.C (stateText) Do not output the language if it is
5789         eqaul to the language of the document.
5790
5791         * src/paragraph.C (TeXOnePar): Do not put language switch commands
5792         between two paragraphs with the same language.
5793
5794         * src/paragraph.C (getParLanguage) Return a correct answer for an
5795         empty dummy paragraph.
5796
5797         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
5798         menus.
5799
5800         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
5801         layout menu.
5802
5803         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
5804         the menus/popup, if requested fonts are unavailable.
5805
5806 2000-05-22  Juergen Vigna  <jug@sad.it>
5807
5808         * src/insets/insettabular.C (LocalDispatch): added some more cursor
5809         movement support (Up/Down/Tab/Shift-Tab).
5810         (LocalDispatch): added also preliminari cursor-selection.
5811
5812         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
5813
5814         * src/paragraph.C (PasteParagraph): Hopefully now right!
5815
5816 2000-05-22  Garst R. Reese  <reese@isn.net>
5817
5818         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
5819          of list, change all references to Environment to Command
5820         * tex/hollywood.cls : rewrite environments as commands, add 
5821         \uppercase to interiorshot and exteriorshot to force uppecase.
5822         * tex/broadway.cls : rewrite environments as commands. Tweak
5823         whitespace.
5824
5825 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5826
5827         * src/menus.C (Add_to_toc_menu): fix the code which limits the
5828         size of items: use a constant intead of the hardcoded 40, and more
5829         importantly do not remove the %m and %x tags added at the end.
5830         (Add_to_refs_menu): use vector::size_type instead of
5831         unsigned int as basic types for the variables. _Please_ do not
5832         assume that size_t is equal to unsigned int. On an alpha, this is
5833         unsigned long, which is _not_ the same.
5834
5835         * src/language.C (initL): remove language "hungarian", since it
5836         seems that "magyar" is better.
5837
5838 2000-05-22  Juergen Vigna  <jug@sad.it>
5839
5840         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
5841
5842         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
5843         end markers!
5844
5845         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
5846         next was deleted but not set to 0.
5847
5848 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5849
5850         * src/language.C (initL): change the initialization of languages
5851         so that compiles goes _fast_.
5852
5853         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
5854         40 chars.
5855
5856         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
5857
5858 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5859
5860         * release 1.1.5pre3
5861
5862 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5863
5864         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
5865
5866 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
5867
5868         * src/commandtags.h
5869         * src/LyXAction.C
5870         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
5871         and LFUN_LOAVIEW
5872         
5873         * src/insets/insetlo*.[Ch]: Made editable
5874
5875 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5876
5877         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
5878         the current selection.
5879
5880         * src/BufferView_pimpl.C (stuffClipboard): new method
5881
5882         * src/BufferView.C (stuffClipboard): new method
5883
5884         * src/paragraph.C (String): new method
5885
5886         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
5887         LColor::ignore when lyxname is not found.
5888
5889         * src/BufferView.C (pasteSelection): new method
5890
5891         * src/BufferView_pimpl.C (pasteSelection): new method
5892
5893         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
5894
5895         * src/WorkArea.C (request_clipboard_cb): new static function
5896         (getClipboard): new method
5897         (putClipboard): new method
5898
5899 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5900
5901         * LyX 1.1.5pre2 released
5902
5903 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5904
5905         * src/vspace.C (operator=): removed
5906         (operator=): removed
5907
5908         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
5909
5910         * src/layout.C (NumberOfClass): manually set the type in make_pair
5911         (NumberOfLayout): ditto
5912
5913         * src/language.C: use the Language constructor for ignore_lang
5914
5915         * src/language.h: add constructors to struct Language
5916
5917         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
5918
5919         * src/text2.C (SetCursorIntern): comment out #warning
5920
5921         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
5922
5923         * src/mathed/math_iter.h: initialize sx and sw to 0
5924
5925 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
5926
5927         * forms/lyx.fd: Redesign of form_ref
5928
5929         * src/LaTeXFeatures.[Ch]
5930         * src/buffer.C
5931         * src/lyx_cb.C
5932         * src/menus.C   
5933         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
5934
5935         * src/buffer.h
5936         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
5937         and Buffer::inset_iterator.
5938
5939         * src/menus.C: Added new menus: TOC and Refs.
5940
5941         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
5942
5943         * src/buffer.C (getTocList): New method.
5944
5945         * src/BufferView2.C (ChangeRefs): New method.
5946
5947         * src/buffer.C (getLabelList): New method. It replaces the old
5948         getReferenceList. The return type is vector<string> instead of 
5949         string.
5950
5951         * src/insets/insetinclude.C (getLabelList): New method. Replaces
5952         the old getLabel() and GetNumberOfLabels() methods.
5953         * src/insets/insetlabel.C (getLabelList): ditto
5954         * src/mathed/formula.C (getLabelList): ditto
5955         
5956         * src/paragraph.C (String): New method.
5957
5958         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
5959         Uses the new getTocList() method. 
5960         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
5961         which automatically updates the contents of the browser.
5962         (RefUpdateCB): Use the new getLabelList method.
5963
5964         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
5965         
5966         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
5967
5968         * src/spellchecker.C: Added using std::reverse;
5969
5970 2000-05-19  Juergen Vigna  <jug@sad.it>
5971
5972         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
5973
5974         * src/insets/insettext.C (computeTextRows): small fix for display of
5975         1 character after a newline.
5976
5977         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
5978         to cont-rows!
5979
5980 2000-05-18  Juergen Vigna  <jug@sad.it>
5981
5982         * src/insets/insettabular.C (TabularFeatures): fixed update of display
5983         when changing width of column.
5984
5985         * src/tabular.C (set_row_column_number_info): setting of
5986         autobreak rows if necessary.
5987
5988 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5989
5990         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
5991
5992         * src/vc-backend.*: renamed stat() to status() and vcstat to
5993         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
5994         compilation broke. The new name seems more relevant, anyway.
5995
5996 2000-05-17  Juergen Vigna  <jug@sad.it>
5997
5998         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
5999         which was wrong if the removing caused removing of rows!
6000
6001         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
6002         (pushToken): new function.
6003
6004         * src/text2.C (CutSelection): fix problem discovered with purify
6005
6006 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6007
6008         * src/debug.C (showTags): enlarge the first column, now that we
6009         have 6-digits debug codes.
6010
6011         * lib/layouts/hollywood.layout:
6012         * lib/tex/hollywood.cls:        
6013         * lib/tex/brodway.cls: 
6014         * lib/layouts/brodway.layout: more commands and fewer
6015         environments. Preambles moved in the .cls files. Broadway now has 
6016         more options on scene numbering and less whitespace (from Garst)
6017
6018         * src/insets/insetbib.C (getKeys): make sure that we are in the
6019         document directory, in case the bib file is there.
6020
6021         * src/insets/insetbib.C (Latex): revert bogus change.
6022
6023 2000-05-16  Juergen Vigna  <jug@sad.it>
6024
6025         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
6026         the TabularLayout on cursor move.
6027
6028         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
6029
6030         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
6031         undo-handling.
6032         (getCellXPos): 
6033         (draw): fixed cursor position and drawing so that the cursor is
6034         visible when before the tabular-inset.
6035
6036         * src/insets/insettext.C (init): drawLockedFrame was not initialized
6037         when creating from old insettext.
6038
6039         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
6040
6041 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6042
6043         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
6044         * lib/tex/brodway.cls: ditto 
6045
6046         * lib/layouts/brodway.layout: change alignment of parenthical
6047         layout (Garst)
6048         
6049 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6050
6051         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
6052         versions 0.88 and 0.89 are supported.
6053
6054 2000-05-15  Juergen Vigna  <jug@sad.it>
6055
6056         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
6057         width calculating.
6058
6059         * src/insets/insettext.C (computeTextRows): redone completely this
6060         function in a much cleaner way, because of problems when having a
6061         fixed maxWidth.
6062         (draw): added a frame border when the inset is locked.
6063         (SetDrawLockedFrame): this sets if we draw the border or not.
6064         (SetFrameColor): this sets the frame color (default=insetframe).
6065
6066         * src/insets/lyxinset.h: added x() and y() functions which return
6067         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
6068         function which is needed to see if we have a locking inset of some
6069         type in this inset (needed for now in insettabular).
6070
6071         * src/vspace.C (inPixels): the same function also without a BufferView
6072         parameter as so it is easier to use it in some ocasions.
6073
6074         * src/lyxfunc.C: changed all places where insertInset was used so
6075         that now if it couldn't be inserted it is deleted!
6076
6077         * src/TabularLayout.C: 
6078         * src/TableLayout.C: added support for new tabular-inset!
6079
6080         * src/BufferView2.C (insertInset): this now returns a bool if the
6081         inset was really inserted!!!
6082
6083         * src/tabular.C (GetLastCellInRow): 
6084         (GetFirstCellInRow): new helper functions.
6085         (Latex): implemented for new tabular class.
6086         (TeXCellPostamble): 
6087         (TeXCellPreamble): 
6088         (TeXBottomHLine): 
6089         (TeXTopHLine): new Latex() helper functions.
6090
6091 2000-05-12  Juergen Vigna  <jug@sad.it>
6092
6093         * src/mathed/formulamacro.C (Read): 
6094         * src/mathed/formula.C (Read): read also the \end_inset here!
6095
6096 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
6097
6098         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
6099         crush when saving formulae with unbalanced parenthesis.
6100
6101 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
6102
6103         * src/layout.C: Add new keyword "endlabelstring" to layout file
6104
6105         * src/text.C (GetVisibleRow): Draw endlabel string.
6106
6107         * lib/layouts/broadway.layout
6108         * lib/layouts/hollywood.layout: Added endlabel for the
6109         Parenthetical layout.
6110
6111         * lib/layouts/heb-article.layout: Do not use slanted font shape
6112         for Theorem like environments.
6113
6114         * src/buffer.C (makeLaTeXFile): Always add "american" to 
6115         the UsedLanguages list if document language is RTL. 
6116
6117 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6118
6119         * add addendum to README.OS2 and small patch (from SMiyata)
6120
6121 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6122
6123         * many files: correct the calls to ChangeExtension().
6124
6125         * src/support/filetools.C (ChangeExtension): remove the no_path
6126         argument, which does not belong there. Use OnlyFileName() instead.
6127
6128         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
6129         files when LaTeXing a non-nice latex file.
6130
6131         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
6132         a chain of "if". Return false when deadkeys are not handled.
6133         
6134         * src/lyx_main.C (LyX): adapted the code for default bindings.
6135
6136         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
6137         bindings for basic functionality (except deadkeys).
6138         (deadKeyBindings): new method. Performs the bindings of deadkeys.
6139
6140         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
6141         several methods: handle override_x_deadkeys.
6142
6143         * src/lyxrc.h: remove the "bindings" map, which did not make much
6144         sense anyway. New variable override_x_deadkeys, defaulting to "true".
6145         
6146 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6147
6148         * src/lyxfont.C (stateText): use a saner method to determine
6149         whether the font is "default". Seems to fix the crash with DEC
6150         cxx. 
6151
6152         * src/Bullet.[Ch] (Bullet): remove const on parameters.
6153
6154 2000-05-08  Juergen Vigna  <jug@sad.it>
6155
6156         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
6157         TabularLayoutMenu with mouse-button-3
6158         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
6159
6160         * src/TabularLayout.C: added this file for having a Layout for
6161         tabular-insets.
6162
6163 2000-05-05  Juergen Vigna  <jug@sad.it>
6164
6165         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
6166         recalculating inset-widths.
6167         (TabularFeatures): activated this function so that I can change
6168         tabular-features via menu.
6169
6170         * src/menus.C (ShowEditMenu): inserted support for insettabular so
6171         that I can test some functions with the Table menu.
6172
6173 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6174
6175         * src/lyxfont.C (stateText): guard against stupid c++libs.
6176
6177         * src/tabular.C: add using std::vector
6178         some whitespace changes, + removed som autogenerated code.
6179
6180         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
6181
6182 2000-05-05  Juergen Vigna  <jug@sad.it>
6183
6184         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
6185         row, columns and cellstructures.
6186
6187 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6188
6189         * lib/lyxrc.example: remove obsolete entries.
6190
6191         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
6192         reading of protected_separator for free_spacing.
6193
6194 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6195
6196         * src/text.C (draw): do not display an exclamation mark in the
6197         margin for margin notes. This is confusing, ugly and
6198         uninformative. 
6199
6200         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
6201         AMS math' is checked.
6202
6203         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
6204         name to see whether including the amsmath package is needed.
6205
6206 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
6207
6208         * src/paragraph.C (validate): Compute UsedLanguages correctly
6209         (don't insert the american language if it doesn't appear in the
6210         document)
6211
6212         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
6213         The argument of \thanks{} command is considered moving argument
6214
6215         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
6216         moving argument.
6217
6218 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
6219
6220         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
6221         for appendix/minipage/depth. The lines can be now both in the footnote 
6222         frame, and outside the frame.
6223
6224         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
6225         points ("nikud")
6226
6227 2000-05-05  Juergen Vigna  <jug@sad.it>
6228
6229         * src/table.[Ch]: removed the inset and buffer stuff as this is now
6230         neede only in tabular.[Ch].
6231
6232 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6233
6234         * src/insets/insetspecialchar.C (Read): allow command == '~' for
6235         PROTECTED_SEPARATOR 
6236         (Write): write '~' for PROTECTED_SEPARATOR
6237
6238 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6239
6240         * src/lyxparagraph.h: add a friend struct matchIT after the struct
6241         InsetTable.
6242
6243         * src/mathed/formula.C (drawStr): rename size to siz.
6244
6245         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
6246         possibly fix a bug by not changing the pflags = flags to piflags =
6247         flags.
6248
6249 2000-05-05  Juergen Vigna  <jug@sad.it>
6250
6251         * src/insets/insetbib.C: moved using directive
6252
6253         * src/ImportNoweb.C: small fix for being able to compile (missing
6254         include cstdlib)
6255
6256 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6257
6258         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
6259         to use clear, since we don't depend on this in the code. Add test
6260         for string::compare
6261
6262 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6263
6264         * (various *.C files): add using std::foo directives to please dec
6265         cxx.
6266
6267         * replace calls to string::clear() to string::erase() (Angus)
6268
6269         * src/cheaders/cmath: modified to provide std::abs.
6270
6271 2000-05-04  Juergen Vigna  <jug@sad.it>
6272
6273         * src/insets/insettext.C: Prepared all for inserting of multiple
6274         paragraphs. Still display stuff to do (alignment and other things),
6275         but I would like to use LyXText to do this when we cleaned out the
6276         table-support stuff.
6277
6278         * src/insets/insettabular.C: Changed lot of stuff and added lots
6279         of functionality still a lot to do.
6280
6281         * src/tabular.C: Various functions changed name and moved to be
6282         const functions. Added new Read and Write functions and changed
6283         lots of things so it works good with tabular-insets (also removed
6284         some stuff which is not needed anymore * hacks *).
6285
6286         * src/lyxcursor.h: added operators == and != which just look if
6287         par and pos are (not) equal.
6288
6289         * src/buffer.C (latexParagraphs): inserted this function to latex
6290         all paragraphs form par to endpar as then I can use this too for
6291         text-insets.
6292
6293         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
6294         so that I can call this to from text insets with their own cursor.
6295
6296         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
6297         output off all paragraphs (because of the fix below)!
6298
6299         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
6300         the very last paragraph (this could be also the last paragraph of an
6301         inset!)
6302
6303         * src/texrow.h: added rows() call which returns the count-variable.
6304
6305 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
6306
6307         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
6308
6309         * lib/configure.m4: better autodetection of DocBook tools.
6310
6311 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6312
6313         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
6314
6315         * src/lyx_cb.C: add using std::reverse;
6316
6317         * src/LaTeX.C (run): on error always run deleteFilesOnError before
6318         returning.
6319
6320         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
6321         selected files. Should fix repeated errors from generated files.
6322
6323 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
6324
6325         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
6326
6327         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
6328         the spellchecker popup. 
6329
6330         * lib/lyxrc.example:  Removed the \number_inset section
6331
6332 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6333
6334         * src/insets/figinset.C (various): Use IsFileReadable() to make
6335         sure that the file actually exist. Relying on ghostscripts errors
6336         is a bad idea since they can lead to X server crashes.  
6337
6338 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
6339
6340         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
6341         open under CYGWIN 
6342
6343         * lib/lyxrc.example: smallish typo in description of
6344         \view_dvi_paper_option 
6345
6346 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6347
6348         * src/lyxfunc.h:
6349         * src/lyxfunc.C: doImportHelper to factor out common code of the
6350         various import methods. New functions doImportASCIIasLines,
6351         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
6352         doImportLinuxDoc  for the  format specific parts.
6353
6354         * buffer.h:
6355         * buffer.C: Dispatch  returns now a bool to indicate success
6356
6357         * lyx_gui.h:
6358         * lyx_gui.C: Add getLyXView() for member access
6359
6360         * lyx_main.C: Change logic for batch commands: First try
6361         Buffer::Dispatch (possibly without GUI), if that fails, use
6362         LyXFunc::Dispatch
6363
6364         * lyx_main.C: Add support for --import command line switch.
6365         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
6366         Available Formats: Everything  accepted by 'buffer-import <format>'
6367
6368 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
6369
6370         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
6371         unnumbered parts.
6372
6373         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
6374         documents will be reformatted upon reentry.
6375
6376 2000-04-27  Juergen Vigna  <jug@sad.it>
6377
6378         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
6379         correctly only last pos this was a bug.
6380
6381 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6382
6383         * release of lyx-1.1.5pre1
6384
6385 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6386
6387         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
6388
6389         * src/menus.C: revert the change of naming (Figure->Graphic...)
6390         from 2000-04-11. It was incomplete and bad.
6391         
6392         * src/LColor.[Ch]: add LColor::depthbar.
6393         * src/text.C (GetVisibleRow): use it.
6394
6395         * README: update the languages list.
6396
6397 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
6398
6399         * src/text.C (GetVisibleRow): show the depth of paragraphs using
6400         vertical bars.
6401
6402 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6403
6404         * README: remove sections that were just wrong.
6405
6406         * src/text2.C (GetRowNearY): remove currentrow code
6407
6408         * src/text.C (GetRow): remove currentrow code
6409
6410         * src/screen.C (Update): rewritten a bit.
6411         (SmallUpdate): removed func
6412
6413         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
6414         used.
6415         (FullRebreak): return bool
6416         (currentrow): remove var
6417         (currentrow_y): ditto
6418
6419         * src/lyxscreen.h (Draw): change arg to unsigned long
6420         (FitCursor): return bool
6421         (FitManualCursor): ditto
6422         (Smallpdate): remove func
6423         (first): change to unsigned long
6424         (DrawOneRow): change second arg to long (from long &)
6425         (screen_refresh_y): remove var
6426         (scree_refresh_row): ditto
6427         
6428         * src/lyxrow.h: change baseline to usigned int from unsigned
6429         short, this brings some implicit/unsigned issues out in the open.
6430
6431         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
6432         accordingly.
6433         (Dispatch): don't call updateScrollbar after fitCursor. Use update
6434         instead of smallUpdate.
6435
6436         * src/lyxcursor.h: change y to unsigned long
6437
6438         * src/buffer.h: don't call updateScrollbar after fitcursor
6439
6440         * src/buffer.C (parseSingleLyXformat2Token): move variables to
6441         where they are used. Removed "\\direction", this was not present
6442         in 1.1.4 and is already obsolete. Commented out some code that I
6443         believe to never be called.
6444         (runLiterate): don't call updateScrollbar after fitCursor
6445         (runLaTeX): ditto
6446         (buildProgram): ditto
6447         (runChktex): ditto
6448
6449         * src/WorkArea.h (workWidth): change return val to unsigned
6450         (width): ditto
6451         (height): ditto
6452         (redraw): remove the button redraws
6453         (setScrollbarValue): change for scrollbar
6454         (getScrollbarValue): change for scrollbar
6455         (getScrollbarBounds): change for scrollbar
6456
6457         * src/WorkArea.C (C_WorkArea_up_cb): removed func
6458         (C_WorkArea_down_cb): removed func
6459         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
6460         (resize): change for scrollbar
6461         (setScrollbar): ditto
6462         (setScrollbarBounds): ditto
6463         (setScrollbarIncrements): ditto
6464         (up_cb): removed func
6465         (down_cb): removed func
6466         (scroll_cb): change for scrollbar
6467         (work_area_handler): ditto
6468
6469         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
6470         when FitCursor did something.
6471         (updateScrollbar): some unsigned changes
6472         (downCB): removed func
6473         (scrollUpOnePage): removed func
6474         (scrollDownOnePage): remvoed func
6475         (workAreaMotionNotify): don't call screen->FitCursor but use
6476         fitCursor instead. and bool return val
6477         (workAreaButtonPress): ditto
6478         (workAreaButtonRelease): some unsigned changes
6479         (checkInsetHit): ditto
6480         (workAreaExpose): ditto
6481         (update): parts rewritten, comments about the signed char arg added
6482         (smallUpdate): removed func
6483         (cursorPrevious): call needed updateScrollbar
6484         (cursorNext): ditto
6485
6486         * src/BufferView2.C (allFloats): don't call updateScrollbar after
6487         fitCursor.
6488
6489         * src/BufferView.[Ch] (upCB): removed func
6490         (downCB): removed func
6491         (smallUpdate): removed func
6492
6493 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
6494
6495         * src/lyxtext.h src/text.C src/text2.C: removed support for the
6496         currentrow, currentrow_y optimization. This did not help a lot and
6497         if we want to do this kind of optimization we should rather use
6498         cursor.row instead of the currentrow. 
6499
6500         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
6501         buffer spacing and klyx spacing support.
6502
6503 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
6504
6505         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
6506         a factor of 50!
6507
6508 2000-04-26  Juergen Vigna  <jug@sad.it>
6509
6510         * src/insets/figinset.C: fixes to Lars sstream changes!
6511
6512 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
6513
6514         * A lot of files: Added Ascii(ostream &) methods to all inset
6515         classes. Used when exporting to ASCII.
6516         
6517         * src/buffer.C (writeFileAscii,RoffAsciiTable)
6518         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
6519         instead of Latex()
6520
6521         * src/text2.C (ToggleFree): Disabled implicit word selection when
6522         there is a change in the language
6523         
6524         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
6525         no output was generated for end-of-sentence inset.
6526         
6527         * src/insets/lyxinset.h
6528         * src/buffer.C
6529         * src/lyxfunc.C
6530         * src/paragraph.C: Removed the insetnumber code
6531
6532         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
6533
6534 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6535
6536         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
6537         no_babel and no_epsfig completely from the file.
6538         (parseSingleLyXformat2Token): add handling for per-paragraph
6539         spacing as written by klyx.
6540
6541         * src/insets/figinset.C: applied patch by Andre. Made it work with
6542         ostringstream too.
6543
6544 2000-04-20  Juergen Vigna  <jug@sad.it>
6545
6546         * src/insets/insettext.C (cutSelection): 
6547         (copySelection): Fixed with selection from right to left.
6548         (draw): now the rows are not recalculated at every draw.
6549         (computeTextRows): for now reset the inset-owner here (this is
6550         important for an undo or copy where the inset-owner is not set
6551         automatically!)
6552
6553         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
6554         motion to the_locking_inset screen->first was forgotten, this was
6555         not important till we got multiline insets.
6556
6557 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6558
6559         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
6560         code seems to be alright (it is code changed by Dekel, and the
6561         intent is indeed that all macros should be defined \protect'ed)
6562
6563         * NEWS: a bit of reorganisation of the new user-visible features.
6564
6565 2000-04-19  Juergen Vigna  <jug@sad.it>
6566
6567         * src/insets/insettext.C (init): using a LyXCursor now for cursor
6568         position. Set the inset_owner of the used paragraph so that it knows
6569         that it is inside an inset. Fixed cursor handling with mouse and
6570         cursor keys. Fixed wrong timed inset redraws and lots of other changes
6571         and cleanups to make TextInsets work better.
6572
6573         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
6574         Changed parameters of various functions and added LockInsetInInset().
6575
6576         * src/insets/insettext.C: 
6577
6578         * src/insets/insetcollapsable.h: 
6579         * src/insets/insetcollapsable.C: 
6580         * src/insets/insetfoot.h: 
6581         * src/insets/insetfoot.C: 
6582         * src/insets/insetert.h: 
6583         * src/insets/insetert.C: cleaned up the code so that it works now
6584         correctly with insettext.
6585
6586         * src/insets/inset.C: 
6587         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
6588         that insets in insets are supported right.
6589
6590         * src/table.h: 
6591         * src/table.C: lots of changes for use with inset tabular (and cleanup)
6592
6593         * src/paragraph.C: some small fixes
6594
6595         * src/debug.h: inserted INSETS debug info
6596
6597         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
6598         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
6599
6600         * src/commandtags.h: 
6601         * src/LyXAction.C: insert code for InsetTabular.
6602
6603         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
6604         not Button1MotionMask.
6605         (workAreaButtonRelease): send always a InsetButtonRelease event to
6606         the_locking_inset.
6607         (checkInsetHit): some setCursor fixes (always with insets).
6608
6609         * src/BufferView2.C (lockInset): returns a bool now and extended for
6610         locking insets inside insets.
6611         (showLockedInsetCursor): it is important to have the cursor always
6612         before the locked inset.
6613         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
6614
6615         * src/BufferView.h: made lockInset return a bool.
6616
6617         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
6618
6619         * src/text2.C (SetCursor): This now has a version with a LyXCursor
6620         that is used also internally but can be called as public to have back
6621         a cursor pos which is not set internally.
6622         (SetCursorIntern): Changed to use above function.
6623
6624         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
6625
6626 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
6627
6628         * ANNOUNCE: 
6629         * INSTALL: 
6630         * UPGRADING: 
6631         * NEWS: updated for prerelease of 1.1.5. Please comment and send
6632         patches for things that should be in or should be changed.
6633
6634         * src/* [insetfiles]: change "usigned char fragile" to bool
6635         fragile. There was only one point that could that be questioned
6636         and that is commented in formulamacro.C. Grep for "CHECK".
6637         
6638         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
6639         (DeleteBuffer): take it out of CutAndPaste and make it static.
6640
6641 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6642
6643         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
6644         output the spacing envir commands. Also the new commands used in
6645         the LaTeX output makes the result better.
6646
6647         * src/Spacing.C (writeEnvirBegin): new method
6648         (writeEnvirEnd): new method
6649
6650 2000-04-18  Juergen Vigna  <jug@sad.it>
6651
6652         * src/CutAndPaste.C: made textclass a static member of the class
6653         as otherwise it is not accesed right!!!
6654
6655 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
6656
6657         * forms/layout_forms.fd
6658         * src/layout_forms.h
6659         * src/layout_forms.C (create_form_form_character)
6660         * src/lyx_cb.C (UserFreeFont)
6661         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
6662         documents (in the layout->character popup).
6663
6664 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6665
6666         * src/spellchecker.C (create_ispell_pipe): fix a bug where
6667         \spell_command was in fact not honored (from Kevin Atkinson).
6668
6669         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
6670         quitting (Angus)
6671
6672         * src/lyx_gui.h: make lyxViews private (Angus)
6673
6674 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
6675
6676         * src/mathed/math_write.C
6677         (MathMatrixInset::Write) Put \protect before \begin{array} and
6678         \end{array} if fragile
6679         (MathParInset::Write): Put \protect before \\ if fragile
6680
6681 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6682
6683         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
6684         initialization if the LyXColorHandler must be done after the
6685         connections to the XServer has been established.
6686
6687         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
6688         get the background pixel from the lyxColorhandler so that the
6689         figures are rendered with the correct background color.
6690         (NextToken): removed functions.
6691         (GetPSSizes): use ifs >> string instead of NextToken.
6692
6693         * src/Painter.[Ch]: the color cache moved out of this file. 
6694
6695         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
6696         and lines.  
6697
6698 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6699
6700         * src/WorkArea.C (work_area_handler): call BufferView::enterView
6701         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
6702
6703         * src/BufferView.C (enterView): new func
6704         (leaveView): new func
6705
6706         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
6707         when approp.
6708         (leaveView): new func, undefines xterm cursor when approp.
6709
6710         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
6711         (AllowInput): delete the Workarea cursor handling from this func.
6712
6713         * src/Painter.C (underline): draw a slimer underline in most cases.
6714
6715         * src/lyx_main.C (error_handler): use extern "C"
6716
6717 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6718
6719         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
6720         sent directly to me.
6721
6722         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
6723         to the list by Dekel.
6724
6725         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
6726         strstream too.
6727
6728         * src/bufferview_funcs.[Ch]: two new files, moved several of the
6729         methods from lyx_cb.here.
6730
6731         * src/lyx_cb.C: in addition to the above; removed input_prohibited
6732         it was not used.
6733
6734 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
6735
6736         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
6737         instead of using current_view directly. 
6738
6739         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
6740
6741         * src/LyXAction.C (init): add the paragraph-spacing command.
6742
6743         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
6744
6745         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
6746
6747         * src/lyx_cb.C (CurrentState): output a string when the spacing is
6748         different from the documents.
6749
6750         * src/text.C (SetHeightOfRow): take paragraph spacing into
6751         account, paragraph spacing takes precedence over buffer spacing
6752         (GetVisibleRow): ditto
6753
6754         * src/paragraph.C (writeFile): output the spacing parameter too.
6755         (validate): set the correct features if spacing is used in the
6756         paragraph. 
6757         (Clear): set spacing to default
6758         (MakeSameLayout): spacing too
6759         (HasSameLayout): spacing too
6760         (SetLayout): spacing too
6761         (TeXOnePar): output the spacing commands
6762
6763         * src/lyxparagraph.h: added a spacing variable for use with
6764         per-paragraph spacing.
6765
6766         * src/Spacing.h: add a Default spacing and a method to check if
6767         the current spacing is default. also added an operator==
6768
6769         * src/text2.C (DeleteEmptyParagraphMechanism): added a
6770         RedoParagraphs.
6771
6772 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6773
6774         * src/lyxserver.C (callback): fix dispatch of functions
6775
6776         * src/insets/insetlatexaccent.C (checkContents): turn bogus
6777         printf() into lyxerr call. 
6778
6779         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
6780         fonts. 
6781
6782         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
6783         "Table" to "Table Box", "Float" to "Floating Material"; deletes
6784         the "Float" from each of the subitems.
6785         (ShowHelpMenu): add entry for "FAQ" and "TOC".
6786
6787         * src/support/DebugStream.h: add an #ifdef to work around a gcc
6788         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
6789         documented the change so that the workaround can be nuked later.
6790
6791         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
6792         LyX::init().
6793         
6794         * src/lyxlex_pimpl.C (next): do not re-declare the default value
6795         of arguments.
6796         * src/buffer.C (getLatexName): ditto
6797         (setReadonly): ditto
6798
6799 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
6800
6801         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
6802         avoid some uses of current_view. Added also a bufferParams()
6803         method to get at this.
6804
6805         * src/lyxtext.h: changed params->buffer and paramters->bparams.
6806
6807 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6808
6809         * src/lyxparagraph.[Ch]: removed
6810         operator<(LyXParagraph::InsetTable..., added a struct matchIT
6811         with operators used by lower_bound and
6812         upper_bound in InsetTable's
6813         Make struct InsetTable private again. Used matchpos.
6814
6815 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
6816         
6817         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
6818         document, the language of existing text is changed (unless the
6819         document is multi-lingual)
6820
6821         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
6822
6823         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
6824
6825         * A lot of files: A rewrite of the Right-to-Left support.
6826   
6827 2000-04-10  Juergen Vigna  <jug@sad.it>
6828
6829         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
6830         misplaced cursor when inset in inset is locked.
6831
6832         * src/insets/insettext.C (LocalDispatch): small fix so that a
6833         BREAKLINE is not inserted if we don't permit it with autBreakRows.
6834
6835         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
6836         footnote font should be decreased in size twice when displaying.
6837
6838         * src/insets/insettext.C (GetDrawFont): inserted this function as
6839         the drawing-font may differ from the real paragraph font.
6840
6841         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
6842         insets (inset in inset!).
6843
6844         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
6845         function here because we don't want footnotes inside footnotes.
6846
6847         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
6848         Cloned insets.
6849         (init): now set the inset_owner in paragraph.C
6850         (LocalDispatch): added some resetPos() in the right position
6851         (cutSelection): 
6852         (copySelection): 
6853         (pasteSelection): changed to use the new CutAndPaste-Class.
6854
6855         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
6856         which tells if it is allowed to insert another inset inside this one.
6857
6858         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
6859         SwitchLayoutsBetweenClasses.
6860
6861         * src/text2.C (InsertInset): checking of the new paragraph-function
6862         InsertInsetAllowed.
6863         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
6864         is not needed anymore here!
6865         (CutSelection): 
6866         (CopySelection): 
6867         (PasteSelection): redone (also with #ifdef) so that now this uses
6868         the CutAndPaste-Class.
6869         (SwitchLayoutsBetweenClasses): removed here and implemented in the
6870         CutAndPaste-Class.
6871         
6872         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
6873         from/to text/insets.
6874
6875         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
6876         so that the paragraph knows if it is inside an (text)-inset.
6877         (InsertFromMinibuffer): changed return-value to bool as now it
6878         may happen that an inset is not inserted in the paragraph.
6879         (InsertInsetAllowed): this checks if it is allowed to insert an
6880         inset in this paragraph.
6881         (PasteParagraph): 
6882         (BreakParagraphConservative): 
6883         (BreakParagraph) : small change for the above change of the return
6884         value of InsertFromMinibuffer.
6885
6886         * src/lyxparagraph.h: added inset_owner and the functions to handle
6887         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
6888
6889 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6890
6891         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
6892         functions from BufferView to BufferView::Pimpl to ease maintence.
6893         
6894         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
6895         correctly. Also use SetCursorIntern instead of SetCursor.
6896
6897         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
6898         correct color.
6899
6900 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
6901
6902         * src/WorkArea.C (belowMouse): manually implement below mouse.
6903
6904         * src/*: Add "explicit" on several constructors, I added probably
6905         some unneeded ones. A couple of changes to code because of this.
6906
6907         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
6908         implementation and private parts from the users of BufferView. Not
6909         quite finished.
6910
6911         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
6912         implementation and private parts from the users of LyXLex. Not
6913         quite finished.
6914
6915         * src/BufferView_pimpl.[Ch]: new files
6916
6917         * src/lyxlex_pimpl.[Ch]: new files
6918
6919         * src/LyXView.[Ch]: some inline functions move out-of-line
6920
6921 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6922
6923         * src/lyxparagraph.h: make struct InsetTable public.
6924
6925         * src/support/lyxstring.h: change lyxstring::difference_type to be
6926         ptrdiff_t. Add std:: modifiers to streams.
6927
6928         * src/font.C: include the <cctype> header, for islower() and
6929         isupper(). 
6930
6931 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6932
6933         * src/font.[Ch]: new files. Contains the metric functions for
6934         fonts, takes a LyXFont as parameter. Better separation of concepts.
6935         
6936         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
6937         changes because of this.
6938
6939         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
6940
6941         * src/*: compile with -Winline and move functions that don't
6942         inline out of line.
6943         
6944         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
6945         instead of strspn.
6946
6947 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6948
6949         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
6950         (various files changed because of this)
6951
6952         * src/Painter.C (text): fixed the drawing of smallcaps.
6953
6954         * src/lyxfont.[Ch] (drawText): removed unused member func.
6955         (drawString): ditto
6956
6957         * src/*.C: added needed "using" statements and "std::" qualifiers. 
6958
6959 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
6960
6961         * src/*.h: removed all use of "using" from header files use
6962         qualifier std:: instead. 
6963
6964 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6965
6966         * src/text.C (Backspace): some additional cleanups (we already
6967         know whether cursor.pos is 0 or not).
6968
6969         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
6970         automake does not provide one).
6971
6972         * src/bmtable.h: replace C++ comments with C comments.
6973
6974 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
6975
6976         * src/screen.C (ShowCursor): Change the shape of the cursor if
6977         the current language is not equal to the language of the document.
6978         (If the cursor change its shape unexpectedly, then you've found a bug)
6979
6980         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
6981         bugs [I hope...]
6982
6983         * src/insets/insetnumber.[Ch]: New files.
6984
6985         * src/LyXAction.C (init)
6986         * src/lyxfunc.C (dispatch): Add command number-inset-insert
6987
6988         * lyxrc.example
6989         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
6990
6991         * src/lyxparagraph.h
6992         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
6993         (the vector is kept sorted).
6994
6995         * src/text.C (GetVisibleRow): Draw selection correctly when there
6996         is both LTR and RTL text.
6997
6998         * src/paragraph.C (Clone): Use the assignment operator for cloning,
6999         which is much faster.
7000
7001         * src/text.C (GetVisibleRow and other): Do not draw the last space 
7002         in a row if the direction of the last letter is not equal to the
7003         direction of the paragraph.
7004
7005         * src/lyxfont.C (latexWriteStartChanges):
7006         Check that font language is not equal to basefont language.
7007         (latexWriteEndChanges): ditto
7008
7009         * src/lyx_cb.C (StyleReset): Don't change the language while using
7010         the font-default command.
7011
7012         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
7013         empty paragraph before a footnote.
7014
7015         * src/insets/insetcommand.C (draw): Increase x correctly.
7016
7017         * src/screen.C (ShowCursor): Change cursor shape if
7018         current language != document language.
7019
7020         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
7021
7022 2000-03-31  Juergen Vigna  <jug@sad.it>
7023
7024         * src/paragraph.C (GetInset): commented out text[pos] = ' '
7025         (Clone): changed mode how the paragraph-data is copied to the
7026         new clone-paragraph.
7027
7028         * src/lyxfunc.C (Dispatch): fixed small problem when calling
7029         GetInset(pos) with no inset anymore there (in inset UNDO)
7030
7031         * src/insets/insetcommand.C (draw): small fix as here x is
7032         incremented not as much as width() returns (2 before, 2 behind = 4)
7033
7034 2000-03-30  Juergen Vigna  <jug@sad.it>
7035
7036         * src/insets/insettext.C (InsetText): small fix in initialize
7037         widthOffset (should not be done in the init() function)
7038
7039 2000-03-29  Amir Karger <karger@lyx.org>
7040
7041         * lib/examples/it_ItemizeBullets.lyx: translation by 
7042         Stefano Mastella
7043
7044         * Implemented \textasciitilde and fixed a tiny bug in reLyX
7045
7046 2000-03-29  Juergen Vigna  <jug@sad.it>
7047
7048         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
7049
7050         * src/insets/insetfoot.C (Clone): small change as for the below
7051         new init function in the text-inset
7052
7053         * src/insets/insettext.C (init): new function as I've seen that
7054         clone did not copy the Paragraph-Data!
7055         (LocalDispatch): Added code so that now we have some sort of Undo
7056         functionality (well actually we HAVE Undo ;)
7057
7058         * src/text.C (Backspace): Small fix for the a | a Backspace problem
7059
7060 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
7061         
7062         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
7063         were erased)
7064
7065 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7066
7067         * src/main.C: added a runtime check that verifies that the xforms
7068         header used when building LyX and the library used when running
7069         LyX match. Exit with a message if they don't match. This is a
7070         version number check only.
7071
7072         * src/buffer.C (save): Don't allocate memory on the heap for
7073         struct utimbuf times.
7074
7075         * *: some using changes, use iosfwd instead of the real headers.
7076
7077         * src/lyxfont.C use char const * instead of string for the static
7078         strings. Rewrite some functions to use sstream.
7079
7080 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7081
7082         * src/text.C (Backspace): hopefully fix the dreaded backaspace
7083         bug. 
7084
7085 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7086
7087         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
7088         of Geodesy (from Martin Vermeer)
7089
7090         * lib/layouts/svjour.inc: include file for the Springer svjour
7091         class. It can be used to support journals other than JoG.
7092
7093         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
7094         Miskiewicz <misiek@pld.org.pl>)
7095         * lib/reLyX/Makefile.am: ditto.
7096
7097 2000-03-27  Juergen Vigna  <jug@sad.it>
7098
7099         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
7100         also some modifications with operations on selected text.
7101
7102         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
7103         problems with clicking on insets (last famous words ;)
7104
7105         * src/insets/insetcommand.C (draw): 
7106         (width): Changed to have a bit of space before and after the inset so
7107         that the blinking cursor can be seen (otherwise it was hidden)
7108
7109 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7110
7111         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
7112         would not be added to the link list when an installed gettext (not
7113         part of libc) is found.
7114
7115 2000-03-24  Juergen Vigna  <jug@sad.it>
7116
7117         * src/insets/insetcollapsable.C (Edit): 
7118         * src/mathed/formula.C (InsetButtonRelease): 
7119         (InsetButtonPress): fixed for new handling of ButtonPress/Release
7120         handling.
7121
7122         * src/BufferView.C (workAreaButtonPress): 
7123         (workAreaButtonRelease): 
7124         (checkInsetHit): Finally fixed the clicking on insets be handled
7125         correctly!
7126
7127         * src/insets/insetert.C (Edit): inserted this call so that ERT
7128         insets work always with LaTeX-font
7129
7130 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
7131
7132         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
7133         caused lyx to startup with no GUI in place, causing in a crash
7134         upon startup when called with arguments.
7135
7136 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7137
7138         * src/FontLoader.C: better initialization of dummyXFontStruct.
7139
7140 2000-03-20 José Abílio Matos <jamatos@lyx.org>
7141
7142         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
7143         for linuxdoc and docbook import and export format options.
7144
7145         * lib/lyxrc.example Example of default values for the previous flags.
7146
7147         * src/lyx_cb.C Use those flags instead of the hardwired values for
7148         linuxdoc and docbook export.
7149
7150         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
7151         linuxdoc import.
7152
7153         * src/menus.C Added menus entries for the new import/exports formats.
7154         
7155 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
7156
7157         * src/lyxrc.*: Added support for running without Gui 
7158         (\use_gui false)
7159           
7160         * src/FontLoader.C: sensible defaults if no fonts are needed
7161
7162         * src/lyx_cb.C: New function ShowMessage (writes either to the
7163         minibuffer or cout in case of no gui
7164         New function AskOverwrite for common stuff
7165         Consequently various changes to call these functions
7166
7167         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
7168         wild guess at sensible screen resolution when having no gui
7169
7170         * src/lyxfont.C: no gui, no fonts... set some defaults
7171
7172 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7173
7174         * src/LColor.C: made the command inset background a bit lighter.
7175
7176 2000-03-20  Hartmut Goebel <goebel@noris.net>
7177
7178         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
7179         stdstruct.inc. Koma-Script added some title elements which
7180         otherwise have been listed below "bibliography". This split allows
7181         adding title elements to where they belong.
7182
7183         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
7184         define the additional title elements and then include
7185         stdstruct.inc. 
7186
7187         * many other layout files: changed to include stdtitle.inc just
7188         before stdstruct.inc.
7189
7190 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
7191
7192         * src/buffer.C: (save) Added the option to store all backup files
7193         in a single directory
7194
7195         * src/lyxrc.[Ch]: Added variable \backupdir_path
7196
7197         * lib/lyxrc.example: Added descriptions of recently added variables
7198
7199         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
7200         bibtex inset, not closing the bibtex popup when deleting the inset)
7201
7202 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7203
7204         * src/lyx_cb.C: add a couple using directives.
7205
7206 2000-03-17 José Abílio Matos <jamatos@lyx.org>
7207         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
7208         import based on the filename.
7209         
7210         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
7211         file would be imported at start, if the filename where of a sgml file.
7212
7213         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
7214         
7215         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
7216         
7217 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
7218         * src/lyxfont.h Replaced the member variable bits.direction by the
7219         member variable lang. Made many changes in other files.
7220         This allows having a multi-lingual document
7221
7222         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
7223         that change the current language to <l>.
7224         Removed the command "font-rtl"
7225
7226         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
7227         format for Hebrew documents)
7228
7229         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
7230         When auto_mathmode is "true", pressing a digit key in normal mode 
7231         will cause entering into mathmode.
7232         If auto_mathmode is "rtl" then this behavior will be active only
7233         when writing right-to-left text.
7234
7235         * src/text2.C (InsertStringA) The string is inserted using the
7236         current font.
7237
7238         * src/paragraph.C (GetEndLabel) Gives a correct result for
7239         footnote paragraphs.
7240
7241         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
7242
7243 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7244
7245         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
7246         front of PasteParagraph. Never insert a ' '. This should at least
7247         fix some cause for the segfaults that we have been experiencing,
7248         it also fixes backspace behaviour slightly. (Phu!)
7249
7250         * src/support/lstrings.C (compare_no_case): some change to make it
7251         compile with gcc 2.95.2 and stdlibc++-v3
7252
7253         * src/text2.C (MeltFootnoteEnvironment): change type o
7254         first_footnote_par_is_not_empty to bool.
7255
7256         * src/lyxparagraph.h: make text private. Changes in other files
7257         because of this.
7258         (fitToSize): new function
7259         (setContentsFromPar): new function
7260         (clearContents): new function
7261         (SetChar): new function
7262
7263         * src/paragraph.C (readSimpleWholeFile): deleted.
7264
7265         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
7266         the file, just use a simple string instead. Also read the file in
7267         a more maintainable manner.
7268
7269         * src/text2.C (InsertStringA): deleted.
7270         (InsertStringB): deleted.
7271
7272 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7273
7274         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
7275         RedoParagraphs from the doublespace handling part, just set status
7276         to NEED_MORE_REFRESH. Also don't update cursor position (should be
7277         done, but perhaps not like this.)
7278
7279 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7280
7281         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
7282         character when inserting an inset.
7283
7284 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7285
7286         * src/bufferparams.C (readLanguage): now takes "default" into
7287         consideration.
7288
7289         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
7290         also initialize the toplevel_keymap with the default bindings from
7291         lyxrc. 
7292         
7293         * src/buffer.C (Buffer): remove lyxrc from the parameters.
7294
7295         * all files using lyxrc: have lyxrc as a real variable and not a
7296         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
7297         done in lyxrc.h.
7298         
7299         * src/lyxrc.C: remove double call to defaultKeyBindings
7300
7301         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
7302         toolbar defauls using lyxlex. Remove enums, structs, functions
7303         related to this. 
7304
7305         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
7306         toolbar defaults. Also store default keybindings in a map.
7307
7308         * src/ToolbarDefaults.[Ch]: New file. This class is used for
7309         storing the toolbar defaults without any xforms dependencies. 
7310
7311         * src/insets/figinset.C: patch posted to list by Andre Poenitz
7312         applied. Changed to use iterators.
7313
7314 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
7315
7316         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
7317         systems that don't have LINGUAS set to begin with.
7318
7319 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7320
7321         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
7322         the list by Dekel Tsur.
7323
7324 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7325
7326         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
7327         * src/insets/form_graphics.C: ditto.
7328
7329         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
7330
7331 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7332
7333         * src/bufferparams.C (readLanguage): use the new language map
7334
7335         * src/intl.C (InitKeyMapper): use the new language map
7336
7337         * src/lyx_gui.C (create_forms): use the new language map
7338
7339         * src/language.[Ch]: New files. Used for holding the information
7340         about each language. Now! Use this new language map enhance it and
7341         make it really usable for our needs. 
7342
7343 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
7344         
7345         * screen.C (ShowCursor): Removed duplicate code.
7346         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
7347         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
7348         
7349         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
7350
7351         * src/lyxtext.h
7352         * src/text.C  Added TransformChar method. Used for rendering Arabic
7353         text correctly (change the glyphs of the letter according to the
7354         position in the word)
7355
7356         * src/buffer.C
7357         * src/paragraph.C
7358         * src/lyxrc.h
7359         * src/lyxrc.C  Added lyxrc command {language_command_begin,
7360         language_command_end,language_command_ltr,language_command_rtl,
7361         language_package} which allows the use of either arabtex or Omega
7362         for Arabic
7363
7364         * src/lyx_gui.C (init)
7365         * src/lyxrc.h
7366         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
7367         to use encoding for menu fonts which is different than the encoding
7368         for screen fonts
7369
7370         * src/buffer.C (makeLaTeXFile): If params.language = "default",
7371         do not load the babel package.
7372         To write an English document with Hebrew/Arabic, change the document
7373         language to "english".
7374
7375         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
7376         (alphaCounter): changed to return char
7377         (loweralphaCounter, hebrewCounter, romanCounter): New functions
7378
7379         * lib/lyxrc.example  Added examples for Hebrew/Arabic
7380
7381         * src/layout.h
7382         * src/layout.C  Added layout command endlabeltype
7383
7384         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
7385
7386         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
7387
7388 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7389
7390         * src/mathed/math_delim.C (search_deco): return a
7391         math_deco_struct* instead of index.
7392
7393 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7394
7395         * All files with a USE_OSTREAM_ONLY within: removed all code that
7396         was unused when USE_OSTREAM_ONLY is defined.
7397         
7398         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
7399         of any less. Removed header and using.
7400
7401         * src/text.C (GetVisibleRow): draw the string "Page Break
7402         (top/bottom)" on screen when drawing a pagebreak line.
7403
7404 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7405
7406         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
7407
7408         * src/mathed/math_macro.C (draw): do some cast magic.
7409         (Metrics): ditto.
7410
7411         * src/mathed/math_defs.h: change byte* argument to byte const*.
7412
7413         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
7414
7415         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
7416         know it is right to return InsetFoot* too, but cxx does not like
7417         it...). 
7418
7419         * src/insets/insetcollapsable.[Ch] (Clone): make const.
7420
7421         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
7422
7423         * src/mathed/math_delim.C: change == to proper assignment.
7424
7425 2000-03-09  Juergen Vigna  <jug@sad.it>
7426
7427         * src/insets/insettext.C (setPos): fixed various cursor positioning
7428         problems (via mouse and cursor-keys)
7429         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
7430         inset (still a small display problem but it works ;)
7431
7432         * src/insets/insetcollapsable.C (draw): added button_top_y and
7433         button_bottom_y to have correct values for clicking on the inset.
7434
7435         * src/support/lyxalgo.h: commented out 'using std::less'
7436
7437 2000-03-08  Juergen Vigna  <jug@sad.it>
7438
7439         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
7440         Button-Release event closes as it is alos the Release-Event
7441         which opens it.
7442
7443         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
7444
7445 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
7446
7447         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
7448         can add multiple spaces in Scrap (literate programming) styles...
7449         which, by the way, is how I got hooked on LyX to begin with.
7450
7451         * src/mathed/formula.C (Write): Added dummy variable to an
7452         inset::Latex() call.
7453         (Latex): Add free_spacing boolean to inset::Latex()
7454
7455         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
7456         
7457         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
7458         virtual function to include the free_spacing boolean from
7459         the containing paragraph's style.
7460
7461         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
7462         Added free_spacing boolean arg to match inset.h
7463         
7464         * src/insets/insettext.C, src/insets/insettext.h (Latex):
7465         Added free_spacing boolean arg to match inset.h
7466         
7467         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
7468         Added free_spacing boolean and made sure that if in a free_spacing
7469         paragraph, that we output normal space if there is a protected space.
7470         
7471         * src/insets/insetref.C, src/insets/insetref.h (Latex):
7472         Added free_spacing boolean arg to match inset.h
7473         
7474         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
7475         Added free_spacing boolean arg to match inset.h
7476         
7477         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
7478         Added free_spacing boolean arg to match inset.h
7479         
7480         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
7481         Added free_spacing boolean arg to match inset.h
7482         
7483         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
7484         Added free_spacing boolean arg to match inset.h
7485         
7486         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
7487         free_spacing boolean arg to match inset.h 
7488         
7489         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
7490         Added free_spacing boolean arg to match inset.h
7491         
7492         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
7493         Added free_spacing boolean arg to match inset.h
7494         
7495         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
7496         Added free_spacing boolean arg to match inset.h
7497         
7498         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
7499         Added free_spacing boolean arg to match inset.h
7500         
7501         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
7502         Added free_spacing boolean arg to match inset.h
7503         
7504         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
7505         free_spacing boolean arg to match inset.h
7506         
7507         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
7508         free_spacing boolean arg to match inset.h
7509         
7510         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
7511         ignore free_spacing paragraphs. The user's spaces are left
7512         alone. 
7513         
7514         * src/text.C (InsertChar): Fixed the free_spacing layout
7515         attribute behavior. Now, if free_spacing is set, you can
7516         add multiple spaces in a paragraph with impunity (and they
7517         get output verbatim).
7518         (SelectSelectedWord): Added dummy argument to inset::Latex()
7519         call.
7520         
7521         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
7522         calls.
7523         
7524         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
7525         paragraph layouts now only input a simple space instead.
7526         Special character insets don't make any sense in free-spacing
7527         paragraphs.
7528         
7529         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
7530         hard-spaces in the *input* file to simple spaces if the layout
7531         is free-spacing. This converts old files which had to have
7532         hard-spaces in free-spacing layouts where a simple space was
7533         preferrable.
7534         (writeFileAscii): Added free_spacing check to pass to the newly
7535         reworked inset::Latex(...) methods. The inset::Latex() code
7536         ensures that hard-spaces in free-spacing paragraphs get output
7537         as spaces (rather than "~").
7538         
7539 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7540         
7541         * src/mathed/math_delim.C (draw): draw the empty placeholder
7542         delims with a onoffdash line.
7543         (struct math_deco_compare): struct that holds the "functors" used
7544         for the sort and the binary search in math_deco_table.
7545         (class init_deco_table): class used for initial sort of the
7546         math_deco_table. 
7547         (search_deco): use lower_bound to do a binary search in the
7548         math_deco_table.
7549
7550 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
7551
7552         * src/lyxrc.C: a small secret thingie...
7553
7554         * src/lyxlex.C (printTable): changed to take a ostream as paramter
7555         and to not flush the stream as often as it used to.
7556
7557         * src/support/lyxalgo.h: new file 
7558         (sorted): template function used for checking if a sequence is
7559         sorted or not. Two versions with and without user supplied
7560         compare. Uses same compare as std::sort.
7561
7562         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
7563         it and give warning on lyxerr.
7564         (pushTable): ditto
7565         (struct compare_tags): struct with function operators used for
7566         checking if sorted, sorting and lower_bound.
7567         (search_kw): use lower_bound instead of manually implemented
7568         binary search.
7569
7570 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7571
7572         * src/insets/insetcollapsable.h: fix Clone() declaration.
7573         * src/insets/insetfoot.h: ditto.
7574
7575         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
7576
7577 2000-03-08  Juergen Vigna  <jug@sad.it>
7578
7579         * src/insets/lyxinset.h: added owner call which tells us if
7580         this inset is inside another inset. Changed also the return-type
7581         of Editable to an enum so it tells clearer what the return-value is.
7582
7583         * src/insets/insettext.C (computeTextRows): fixed computing of
7584         textinsets which split automatically on more rows.
7585
7586         * src/insets/insetert.[Ch]: changed this to be of BaseType
7587         InsetCollapsable.
7588
7589         * src/insets/insetfoot.[Ch]: added footnote inset
7590
7591         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
7592         collapsable insets (like footnote, ert, ...)
7593
7594 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
7595
7596         * src/lyxdraw.h: remvoe file
7597
7598         * src/lyxdraw.C: remove file
7599
7600         * src/insets/insettext.C: added <algorithm>.
7601
7602 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
7603
7604         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
7605         (matrix_cb): case MM_OK use string stream
7606
7607         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
7608         stream.
7609
7610         * src/mathed/math_macro.C (draw): use string stream
7611         (Metrics): use string stream
7612
7613         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
7614         directly to the ostream.
7615
7616         * src/vspace.C (asString): use string stream.
7617         (asString): use string stream
7618         (asLatexString): use string stream
7619
7620         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
7621         setting Spacing::Other.
7622
7623         * src/LaTeXFeatures.C (getPackages): use string stream instead of
7624         sprintf when creating the stretch vale.
7625
7626         * src/text2.C (alphaCounter): changed to return a string and to
7627         not use a static variable internally. Also fixed a one-off bug.
7628         (SetCounter): changed the drawing of the labels to use string
7629         streams instead of sprintf.
7630
7631         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
7632         manipulator to use a scheme that does not require library support.
7633         This is also the way it is done in the new GNU libstdc++. Should
7634         work with DEC cxx now. 
7635
7636 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7637
7638         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
7639         end. This fixes a bug. 
7640
7641         * src/mathed (all files concerned with file writing): apply the
7642         USE_OSTREAM_ONLY changes to mathed too.
7643         
7644         * src/support/DebugStream.h: make the constructor explicit.
7645
7646         * src/lyxfont.C (latexWriteStartChanges): small bug related to
7647         count and ostream squashed.
7648
7649 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7650
7651         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
7652
7653         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
7654         ostringstream uses STL strings, and we might not.
7655
7656         * src/insets/insetspecialchar.C: add using directive.
7657         * src/insets/insettext.C: ditto.
7658
7659 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7660
7661         * lib/layouts/seminar.layout: feeble attempt at a layout for
7662         seminar.cls, far from completet and could really use some looking
7663         at from people used to write layout files.
7664
7665         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
7666         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
7667         a lot nicer and works nicely with ostreams.
7668
7669         * src/mathed/formula.C (draw): a slightly different solution that
7670         the one posted to the list, but I think this one works too. (font
7671         size wrong in headers.)
7672
7673         * src/insets/insettext.C (computeTextRows): some fiddling on
7674         Jürgens turf, added some comments that he should read.
7675
7676         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
7677         used and it gave compiler warnings.
7678         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
7679         writing of lyxrc.
7680
7681         * src/lyx_gui.C (create_forms): do the right thing when
7682         show_banner is true/false.
7683
7684         * src/lyx_cb.C (TimerCB): no need to close or do anything if
7685         show_banner is false.
7686
7687         * most file writing files: Now use iostreams to do almost all of
7688         the writing. Also instead of passing string &, we now use
7689         stringstreams. mathed output is still not adapted to iostreams.
7690         This change can be turned off by commenting out all the occurences
7691         of the "#define USE_OSTREAM_ONLY 1" lines.
7692         
7693         * src/WorkArea.C (createPixmap): don't output debug messages.
7694         (WorkArea): don't output debug messages.
7695
7696         * lib/lyxrc.example: added a comment about the new variable
7697         \show_banner 
7698
7699         * development/Code_rules/Rules: Added some more commente about how
7700         to build class interfaces and on how better encapsulation can be
7701         achieved. 
7702
7703 2000-03-03  Juergen Vigna  <jug@sad.it>
7704
7705         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
7706         automatically with the width of the LyX-Window
7707
7708         * src/insets/insettext.C (computeTextRows): fixed update bug in
7709         displaying text-insets (scrollvalues where not initialized!)
7710
7711 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7712
7713         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
7714         id in the check of the result from lower_bound is not enough since
7715         lower_bound can return last too, and then res->id will not be a
7716         valid construct.
7717
7718         *  all insets and some code that use them: I have conditionalized
7719         removed the Latex(string & out, ...) this means that only the
7720         Latex(ostream &, ...) will be used. This is a work in progress to
7721         move towards using streams for all output of files. 
7722
7723         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
7724         c to 0.
7725
7726 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7727
7728         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
7729         routine (this fixes bug where greek letters were surrounded by too
7730         much white space).
7731
7732         * src/support/filetools.C (findtexfile): change a bit the search
7733         algorithm, to fix bug introduced in 1.1.4. Note that --format is
7734         no longer passed to kpsewhich, we may have to change that later.
7735
7736         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
7737         warning options to avoid problems with X header files (from Angus
7738         Leeming).
7739         * acinclude.m4: regenerated.
7740
7741 2000-03-02  Juergen Vigna  <jug@sad.it>
7742
7743         * src/insets/insettext.C (WriteParagraphData): Using the
7744         par->writeFile() function for writing paragraph-data.
7745         (Read): Using buffer->parseSingleLyXformat2Token()-function
7746         for parsing paragraph data!
7747
7748         * src/buffer.C (readLyXformat2): removed all parse data and using
7749         the new parseSingleLyXformat2Token()-function.
7750         (parseSingleLyXformat2Token): added this function to parse (read)
7751         lyx-file-format (this is called also from text-insets now!)
7752
7753 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7754
7755         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
7756         and temp.
7757
7758         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
7759         directly instead of going through a func. One very bad thing: a
7760         static LyXFindReplace, but I don't know where to place it. 
7761
7762         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
7763         string instead of char[]. Also changed to static.
7764         (GetSelectionOrWordAtCursor): changed to static inline
7765         (SetSelectionOverLenChars): ditto.
7766
7767         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
7768         current_view and global variables. both classes has changed names
7769         and LyXFindReplace is not inherited from SearchForm.
7770         
7771         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
7772         fl_form_search form.
7773
7774         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
7775
7776 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7777
7778         * lib/bind/*.bind: make sure 'buffer-previous' function is not
7779         bound (from Kayvan).
7780
7781         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
7782
7783         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
7784
7785 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7786
7787         * some things that I should comment but the local pub says head to
7788         swirly... 
7789         
7790         * comment out all code that belongs to the Roff code for Ascii
7791         export of tables. (this is unused)
7792         
7793         * src/LyXView.C: use correct type for global variable
7794         current_layout. (LyXTextClass::size_type)
7795
7796         * some code to get the new insetgraphics closer to working I'd be
7797         grateful for any help.
7798         
7799         * src/BufferView2.C (insertInset): use the return type of
7800         NumberOfLayout properly. (also changes in other files)
7801
7802         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
7803         this as a test. I want to know what breaks because of this.
7804
7805         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
7806
7807 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
7808
7809         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
7810         to use a \makebox in the label, this allows proper justification
7811         with out using protected spaces or multiple hfills. Now it is
7812         "label" for left justified, "\hfill label\hfill" for center, and
7813         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
7814         should be changed accordingly. 
7815
7816 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7817
7818         * src/lyxtext.h: change SetLayout() to take a
7819         LyXTextClass::size_type instead of a char (when there is more than
7820         127 layouts in a class); also change type of copylayouttype.
7821         * src/text2.C (SetLayout): ditto.
7822         * src/LyXView.C (updateLayoutChoice): ditto.
7823
7824         * src/LaTeX.C (scanLogFile): errors where the line number was not
7825         given just after the '!'-line were ignored (from Dekel Tsur).
7826
7827         * lib/lyxrc.example: fix description of \date_insert_format
7828
7829         * lib/layouts/llncs.layout: new layout, contributed by Martin
7830         Vermeer. 
7831
7832 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7833
7834         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
7835         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
7836         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
7837         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
7838         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
7839         paragraph.C, text.C, text2.C)
7840
7841 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7842
7843         * src/insets/insettext.C (LocalDispatch): remove extra break
7844         statement. 
7845
7846         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
7847         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
7848
7849         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
7850         * src/insets/insettext.[Ch] (GetCursorPos): ditto
7851
7852         * src/insets/insetbib.h: move InsetBibkey::Holder and
7853         InsetCitation::Holder in public space.
7854
7855 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
7856
7857         * src/insets/insettext.h: small change to get the new files from
7858         Juergen to compile (use "string", not "class string").
7859
7860         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
7861         const & as parameter to LocalDispatch, use LyXFont const & as
7862         paramter to some other func. This also had impacto on lyxinsets.h
7863         and the two mathed insets.
7864
7865 2000-02-24  Juergen Vigna  <jug@sad.it>
7866
7867         * src/buffer.C:
7868         * src/commandtags.h: 
7869         * src/LyXAction.C:
7870         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
7871
7872         * src/BufferView.h
7873         * src/BufferView.C
7874         * src/BufferView2.C: added/updated code for various inset-functions
7875
7876         * src/insets/insetert.[Ch]: added implementation of InsetERT
7877
7878         * src/insets/insettext.[Ch]: added implementation of InsetText
7879
7880         * src/insets/inset.C (Edit): added "unsigned int button" parameter
7881         (draw): added preliminary code for inset scrolling not finshed yet
7882
7883         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
7884         as it is in lyxfunc.C now
7885
7886         * src/insets/lyxinset.h: Added functions for text-insets
7887
7888 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7889
7890         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
7891         BufferView and reimplement the list as a queue put inside its own
7892         class.
7893
7894         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
7895
7896         * several files: use the new interface to the "updateinsetlist"
7897         
7898         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
7899         on doubleclick.
7900         (work_area_handler): call BufferView::trippleClick on trippleclick.
7901
7902         * src/BufferView.C (doubleClick): new function, selects word on
7903         doubleclick. 
7904         (trippleClick): new function, selects line on trippleclick.
7905
7906 2000-02-22  Allan Rae  <rae@lyx.org>
7907
7908         * lib/bind/xemacs.bind: buffer-previous not supported
7909
7910 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7911
7912         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
7913         as const.
7914
7915 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7916
7917         * src/bufferlist.C: get rid of current_view from this file
7918
7919         * src/spellchecker.C: get rid of current_view from this file
7920
7921         * src/vspace.C: get rid of current_view from this file
7922         (inPixels): added BufferView parameter for this func
7923         (asLatexCommand): added a BufferParams for this func
7924
7925         * src/text.C src/text2.C: get rid of current_view from these
7926         files.
7927         
7928         * src/lyxfont.C (getFontDirection): move this function here from
7929         text.C
7930         
7931         * src/bufferparams.C (getDocumentDirection): move this function
7932         here from text.C
7933
7934         * src/paragraph.C (getParDirection): move this function here from
7935         text.C 
7936         (getLetterDirection): ditto
7937         
7938 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
7939
7940         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
7941         resize due to wrong pixmap beeing used. Also took the opurtunity
7942         to make the LyXScreen stateless on regard to WorkArea and some
7943         general cleanup in the same files.
7944         
7945 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7946
7947         * src/Makefile.am: add missing direction.h
7948
7949         * src/PainterBase.h: made the width functions const.
7950         
7951         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
7952         missing ones.
7953         
7954         * src/insets/insetcommand.C (draw): draw Editable as buttons.
7955
7956         * src/insets/insetlatexaccent.C (draw): make the accents draw
7957         better, at present this will only work well with iso8859-1.
7958         
7959         * several files: remove the old drawing code, now we use the new
7960         painter only.
7961
7962         * several files: remove support for mono_video, reverse_video and
7963         fast selection.
7964
7965 2000-02-17  Juergen Vigna  <jug@sad.it>
7966
7967         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
7968         int ** as we have to return the pointer, otherwise we have only
7969         NULL pointers in the returning function.
7970
7971 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7972
7973         * src/LaTeX.C (operator()): quote file name when running latex.
7974
7975 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7976
7977         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
7978         (bubble tip), this removes our special handling of this.
7979
7980         * Remove all code that is unused now that we have the new
7981         workarea. (Code that are not active when NEW_WA is defined.)
7982
7983         * Make the uses of XSync not conditionalized on define USE_XSYNC.
7984         
7985 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7986
7987         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
7988         nonexisting layout; correctly redirect obsoleted layouts.
7989
7990         * lib/lyxrc.example: document \view_dvi_paper_option
7991
7992         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
7993         variable. 
7994
7995         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
7996         (PreviewDVI): handle the view_dvi_paper_option variable.
7997         [Both from Roland Krause]
7998
7999 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
8000
8001         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
8002         char const *, int, LyXFont)
8003         (text(int, int, string, LyXFont)): ditto 
8004
8005         * src/text.C (InsertCharInTable): attempt to fix the double-space
8006         feature in tables too.
8007         (BackspaceInTable): ditto.
8008         (GetVisibleRow): make bottom pagebreak line be a onoff line.
8009
8010 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8011
8012         * src/text2.C (owner): only complain if owner_ is set and bv != 0
8013
8014         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
8015         newly found text in textcache to this.
8016         (buffer): set the owner of the text put into the textcache to 0
8017
8018         * src/insets/figinset.C (draw): fixed the drawing of figures with
8019         the new Painter.
8020
8021         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
8022         drawing of mathframe, hfills, protected space, table lines. I have
8023         now no outstanding drawing problems with the new Painter code. 
8024
8025 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8026
8027         * src/PainterBase.C (ellipse, circle): do not specify the default
8028         arguments. 
8029
8030         * src/LColor.h: add using directive.
8031
8032         * src/Painter.[Ch]: change return type of methods from Painter& to
8033         PainterBase&. Add a using directive.
8034
8035         * src/WorkArea.C: wrap xforms callbacks in C functions
8036         C_WorkArea_xxx. 
8037
8038         * lib/layouts/foils.layout: font fix and simplifications from Carl
8039         Ollivier-Gooch.
8040
8041 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8042
8043         * a lot of files: The Painter, LColor and WorkArea from the old
8044         devel branch has been ported to lyx-devel. Some new files and a
8045         lot of #ifdeffed code. The new workarea is enabled by default, but
8046         if you want to test the new Painter and LColor you have to compile
8047         with USE_PAINTER defined (do this in config.h f.ex.) There are
8048         still some rought edges, and I'd like some help to clear those
8049         out. It looks stable (loads and displays the Userguide very well).
8050         
8051
8052 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8053
8054         * src/buffer.C (pop_tag): revert to the previous implementation
8055         (use a global variable for both loops).
8056
8057         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
8058
8059         * src/lyxrc.C (LyXRC): change slightly default date format.
8060
8061         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
8062         there is an English text with a footnote that starts with a Hebrew
8063         paragraph, or vice versa.
8064         (TeXFootnote): ditto.
8065
8066         * src/text.C (LeftMargin): allow for negative values for
8067         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
8068         this out.
8069
8070         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
8071         for input encoding (cyrillic)
8072
8073 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8074
8075         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
8076         Tsur). 
8077
8078         * src/toolbar.C (set): ditto
8079         * src/insets/insetbib.C (create_form_citation_form): ditto
8080
8081         * lib/CREDITS: added Dekel Tsur.
8082
8083         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
8084         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
8085         hebrew supports files from Dekel Tsur.
8086         
8087         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
8088         <tzafrir@technion.ac.il> 
8089
8090         * src/lyxrc.C: put \date_insert_format at the right place.
8091
8092         * src/buffer.C (makeLaTeXFile): fix the handling of
8093         BufferParams::sides when writing out latex files.
8094
8095         * src/BufferView2.C: add a "using" directive.
8096
8097         * src/support/lyxsum.C (sum): when we use lyxstring,
8098         ostringstream::str needs an additional .c_str().
8099
8100 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
8101
8102         * src/support/filetools.C (ChangeExtension): patch from Etienne
8103         applied.
8104
8105         * src/TextCache.C (show): remove const_cast and make second
8106         parameter non-const LyXText *.
8107
8108         * src/TextCache.h: use non const LyXText in show.
8109
8110         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
8111         with hebrew.
8112
8113 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
8114
8115         * src/support/lyxsum.C: rework to be more flexible.
8116         
8117         * several places: don't check if a pointer is 0 if you are going
8118         to delete it.
8119
8120         * src/text.C: remove some dead code.
8121
8122         * src/insets/figinset.C: remove some dead code
8123         
8124         * src/buffer.C: move the BufferView funcs to BufferView2.C
8125         remove all support for insetlatexdel
8126         remove support for oldpapersize stuff
8127         made some member funcs const
8128
8129         * src/kbmap.C: use a std::list to store the bindings in.
8130         
8131         * src/BufferView2.C: new file
8132
8133         * src/kbsequence.[Ch]: new files
8134         
8135         * src/LyXAction.C + others: remove all trace of buffer-previous
8136         
8137         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
8138         only have one copy in the binary of this table.
8139         
8140         * hebrew patch: moved some functions from LyXText to more
8141         appropriate places. (LyXParagraph, BufferParams, LyXFont)
8142         
8143         * several files: remove support for XForms older than 0.88
8144         whitespace changes.
8145         remove some #if 0 #endif code
8146         
8147         * src/TextCache.[Ch]: new file. Holds the textcache.
8148
8149         * src/BufferView.C: changes to use the new TextCache interface.
8150         (waitForX): remove the now unused code.
8151         
8152         * src/BackStack.h: remove some commented code
8153
8154         * lib/bind/emacs.bind: remove binding for buffer-previous
8155
8156 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
8157
8158         * applied the hebrew patch.
8159
8160         * src/lyxrow.h: make sure that all Row variables are initialized.
8161
8162         * src/text2.C (TextHandleUndo): comment out a delete, this might
8163         introduce a memory leak, but should also help us to not try to
8164         read freed memory. We need to look at this one.
8165
8166         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
8167         (LyXParagraph): initalize footnotekind.
8168
8169         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
8170         forgot this when applying the patch. Please heed the warnings.
8171
8172         * src/BufferView.C (buffer): a fix for the buffer-reload problem
8173         (aka. reformat problem)
8174
8175         * src/bufferlist.C (exists): made const, and use const_iterator
8176         (isLoaded): new func.
8177         (release): use std::find to find the correct buffer.
8178
8179         * src/bufferlist.h: made getState a const func.
8180         made empty a const func.
8181         made exists a const func.
8182         new func: isLoaded
8183
8184 2000-02-01  Juergen Vigna  <jug@sad.it>
8185
8186         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
8187
8188         * po/it.po: updated a bit the italian po file and also changed the
8189         'file nuovo' for newfile to 'filenuovo' without a space, this did
8190         annoy me a lot :)
8191         
8192         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
8193         for the new insert_date command.
8194
8195         * src/lyxfunc.C (Dispatch): added support for a insert_date function
8196         from jdblair, to insert a date into the current text conforming to
8197         a strftime format (for now only considering the locale-set and not
8198         the document-language).
8199
8200 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8201
8202         * src/lyxfont.C (textWidth): hopefully better fix for the Array
8203         Bounds Read error seen by purify. The problem was that islower is
8204         a macros which takes an unsigned char and uses it as an index for
8205         in array of characters properties (and is thus subject to the
8206         above error).
8207         (drawText): ditto.
8208
8209         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
8210         correctly the paper sides radio buttons.
8211         (UpdateDocumentButtons): ditto.
8212
8213 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8214
8215         * src/kbmap.C (getsym + others): change to return unsigned int,
8216         returning a long can give problems on 64 bit systems. (I assume
8217         that int is 32bit on 64bit systems)
8218
8219 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8220
8221         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
8222         LyXLookupString to be zero-terminated. Really fixes problems seen
8223         by purify, I think.
8224
8225 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8226
8227         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
8228         write a (char*)0 to the lyxerr stream.
8229
8230         * src/lastfiles.C: move algorithm before the using statemets.
8231
8232 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8233
8234         * src/lastfiles.C: move using directives in global scope (egcs 1.x
8235         complains otherwise).
8236         * src/table.C: ditto
8237
8238         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
8239         directory. 
8240
8241         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
8242         that I removed earlier... It is really needed.
8243
8244         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
8245
8246 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8247
8248         * INSTALL: update xforms home page URL.
8249
8250         * lib/configure.m4: fix a bug with unreadable layout files.
8251
8252         * src/table.C (calculate_width_of_column): add "using std::max"
8253         directive. 
8254
8255 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
8256
8257         * several files: marked several lines with "DEL LINE", this is
8258         lines that can be deleted without changing anything.
8259         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
8260                                    checks this anyway */
8261                 delete <ptr>
8262
8263         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
8264
8265         * src/DepTable.C (update): add a "+" at the end when the checksum
8266         is different. (debugging string only)
8267
8268         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
8269         the next inset to not be displayed. This should also fix the list
8270         of labels in the "Insert Crossreference" dialog.
8271
8272 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
8273
8274         * src/support/LSubstring.C (LSubstring): set pos to string::npos
8275         when regex was not found.
8276
8277         * src/support/lstrings.C (lowercase): use handcoded transform always.
8278         (uppercase): ditto
8279
8280         * src/text.C (Delete): fixed the crash. cursor.par->prev and
8281         old_cursor.par->prev could be 0.
8282
8283         * several files: changed post inc/dec to pre inc/dec
8284         
8285         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
8286         write the lastfiles to file.
8287
8288         * src/BufferView.C (buffer): only show TextCache info when debugging
8289         (buffer): ditto
8290         (resizeCurrentBuffer): ditto
8291         (workAreaExpose): ditto
8292
8293         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
8294
8295         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
8296
8297         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
8298         a bit better by removing the special case for \i and \j.
8299
8300 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8301
8302         * src/lyx_main.C (easyParse): remove test for bad comand line
8303         options, since this broke all xforms-related parsing.
8304
8305         * src/kbmap.C (getsym): set return type to unsigned long, as
8306         declared in header. On an alpha, long is _not_ the same as int.
8307
8308         * src/support/LOstream.h: add a "using std::flush;"
8309
8310         * src/insets/figinset.C: ditto.
8311
8312 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8313
8314         * src/bufferlist.C (write): use blinding fast file copy instead of
8315         "a char at a time", now we are doing it the C++ way.
8316
8317         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
8318         std::list<int> instead.
8319         (addpidwait): reflect move to std::list<int>
8320         (sigchldchecker): ditto
8321
8322         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
8323         version also. 
8324
8325         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
8326         that obviously was wrong...
8327
8328         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
8329         c, this avoids warnings with purify and islower.
8330
8331         * src/insets/figinset.C: rename struct queue to struct
8332         queue_element and rewrite to use a std::queue. gsqueue is now a
8333         std::queue<queue_element>
8334         (runqueue): reflect move to std::queue
8335         (addwait): ditto
8336
8337         * src/support/lstrings.h (tostr): specialize for bool, otherwise
8338         we would get "1" "0" instead of "true" "false. Also make the tostr
8339         functions inline.
8340
8341 2000-01-21  Juergen Vigna  <jug@sad.it>
8342
8343         * src/buffer.C (writeFileAscii): Disabled code for special groff
8344         handling of tabulars till I fix this in table.C
8345
8346 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8347
8348         * src/support/mkdir.C (mkdir): change second argument of mkdir to
8349         unsigned long int.
8350         * src/support/lyxlib.h: ditto.
8351
8352 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
8353
8354         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
8355         and 'j' look better. This might fix the "macron" bug that has been
8356         observed.
8357
8358         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
8359         functions as one template function. Delete the old versions.
8360
8361         * src/support/lyxsum.C: move using std::ifstream inside
8362         MODERN_STL_STREAMS
8363
8364         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
8365         and putenv.C
8366
8367         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
8368
8369         * src/mathed/formula.C: delete #include "bufferlist.h" never used
8370
8371         * src/insets/figinset.C (InitFigures): use new instead of malloc
8372         to allocate memory for figures and bitmaps.
8373         (DoneFigures): use delete[] instead of free to deallocate memory
8374         for figures and bitmaps.
8375         (runqueue): use new to allocate 
8376         (getfigdata): use new/delete[] instead of malloc/free
8377         (RegisterFigure): ditto
8378
8379         * some files: moved some declarations closer to first use, small
8380         whitespace changes use preincrement instead of postincrement where
8381         it does not make a difference.
8382         
8383         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
8384         step on the way to use stl::containers for key maps. 
8385
8386         * src/bufferlist.h: add a typedef for const_iterator and const
8387         versions of begin and end.
8388
8389         * src/bufferlist.[Ch]: change name of member variable _state to
8390         state_. (avoid reserved names)
8391         (makePup): removed
8392         (getFileNames): returns the filenames of the buffers in a vector.
8393
8394         * configure.in (ALL_LINGUAS): added ro
8395
8396         * src/support/putenv.C: new file
8397
8398         * src/support/mkdir.C: new file
8399
8400 2000-01-20  Allan Rae <rae@lyx.org>
8401
8402         * lib/layouts/IEEEtran.layout: Added several theorem environments
8403
8404         * lib/templates/IEEEtran.lyx: Example theorem environments and a
8405         couple of minor additions.
8406
8407         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
8408         (except for those in footnotes of course)
8409
8410 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
8411
8412         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
8413
8414         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
8415         std::sort and std::lower_bound instead of qsort and handwritten
8416         binarysearch.
8417         (struct compara): struct that holds the functors used by std::sort
8418         and std::lower_bound in MathedLookupBOP.
8419
8420 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8421
8422         * src/support/LAssert.h: do not do partial specialization. We do
8423         not really need it.
8424
8425         * src/support/lyxlib.h: note that lyx::getUserName() and
8426         lyx::date() are not in use right now. Should these be suppressed?
8427
8428         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
8429         (makeLinuxDocFile): do not put date and user name in linuxdoc
8430         headers. 
8431
8432         * src/support/lyxlib.h (kill): change first argument to long int,
8433         since that's what solaris uses.
8434
8435         * src/support/kill.C (kill): fix declaration to match prototype.
8436
8437         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
8438         actually check whether namespaces are supported. This is not what
8439         it used to do.
8440
8441         * src/support/lyxsum.C: add a using directive.
8442
8443 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
8444
8445         * src/support/kill.C: if we have namespace support we don't have
8446         to include lyxlib.h.
8447
8448         * src/support/lyxlib.h: use namespace lyx if supported.
8449
8450 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
8451
8452         * src/support/date.C: new file
8453
8454         * src/support/chdir.C: new file
8455
8456         * src/support/getUserName.C: new file
8457
8458         * src/support/getcwd.C: new file
8459
8460         * src/support/abort.C: new file
8461
8462         * src/support/kill.C: new file
8463
8464         * src/support/lyxlib.h: moved all the functions in this file
8465         insede struct lyx. Added also kill and abort to this struct. This
8466         is a way to avoid the "kill is not defined in <csignal>", we make
8467         C++ wrappers for functions that are not ANSI C or ANSI C++.
8468
8469         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
8470         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
8471         lyx it has been renamed to sum.
8472
8473 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8474
8475         * src/text.C: add using directives for std::min and std::max.
8476
8477 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8478
8479         * src/texrow.C (getIdFromRow): actually return something useful in
8480         id and pos. Hopefully fixes the bug with positionning of errorbox
8481         insets. 
8482
8483         * src/lyx_main.C (easyParse): output an error and exit if an
8484         incorrect command line option has been given.
8485
8486         * src/spellchecker.C (ispell_check_word): document a memory leak.
8487
8488         * src/bufferlist.C (write): fix mismatched allocation/deletion,
8489         where a "struct utimbuf" is allocated with "new" and deleted with
8490         "delete[]". 
8491
8492 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
8493
8494         * src/text2.C (CutSelection): don't delete double spaces.
8495         (PasteSelection): ditto
8496         (CopySelection): ditto
8497         
8498         * src/text.C (Backspace): don't delete double spaces.
8499
8500         * src/lyxlex.C (next): fix a bug that were only present with
8501         conformant std::istream::get to read comment lines, use
8502         std::istream::getline instead. This seems to fix the problem.
8503
8504 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8505
8506         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
8507         allowed to insert space before space" editing problem. Please read
8508         commends at the beginning of the function. Comments about usage
8509         are very welcome.
8510
8511         * src/text.C (InsertChar): fix for the "not allowed to insert
8512         space before space" editing problem.
8513
8514         * src/text2.C (DeleteEmptyParagraphMechanism): when
8515         IsEmptyTableRow can only return false this last "else if" will
8516         always be a no-op. Commented out.
8517
8518         * src/text.C (RedoParagraph): As far as I can understand tmp
8519         cursor is not really needed.
8520
8521         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
8522         present it could only return false anyway. 
8523         (several functions): Did something not so smart...added a const
8524         specifier on a lot of methods.
8525         
8526         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
8527         and add a tmp->text.resize. The LyXParagraph constructor does the
8528         resize for us.
8529         (BreakParagraphConservative): ditto
8530
8531         * src/support/path.h (Path): add a define so that the wrong usage
8532         "Path("/tmp") will be flagged as a compilation error:
8533         "`unnamed_Path' undeclared (first use this function)"
8534
8535 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8536
8537         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
8538         which was bogus for several reasons.
8539
8540         * src/LaTeX.C (scanAux): fix the regular expression used to scan
8541         .aux files. 
8542         (runBibTeX): ditto.
8543
8544         * autogen.sh: do not use "type -path" (what's that anyway?).
8545
8546         * src/support/filetools.C (findtexfile): remove extraneous space
8547         which caused a kpsewhich warning (at least with kpathsea version
8548         3.0). 
8549
8550 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8551
8552         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
8553
8554         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
8555
8556         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
8557
8558 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8559
8560         * src/paragraph.C (BreakParagraph): do not reserve space on text
8561         if we don't need to (otherwise, if pos_end < pos, we end up
8562         reserving huge amounts of memory due to bad unsigned karma).
8563         (BreakParagraphConservative): ditto, although I have not seen
8564         evidence the bug can happen here.
8565
8566         * src/lyxparagraph.h: add a using std::list.
8567
8568 2000-01-11  Juergen Vigna  <jug@sad.it>
8569
8570         * src/menus.C (MenuDocu): output an Alert if the documentation-file
8571         could not be found.
8572
8573 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8574
8575         * src/vc-backend.C (doVCCommand): change to be static and take one
8576         more parameter: the path to chdir too be fore executing the command.
8577         (retrive): new function equiv to "co -r"
8578
8579         * src/bufferlist.C (loadLyXFile): implement the missing parts if
8580         file_not_found_hook is true.
8581
8582         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
8583
8584         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
8585         if a file is readwrite,readonly...anything else.
8586
8587 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8588
8589         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
8590         (CreatePostscript): name change from MenuRunDVIPS (or something)
8591         (PreviewPostscript): name change from MenuPreviewPS
8592         (PreviewDVI): name change from MenuPreviewDVI
8593
8594         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
8595         \view_pdf_command., \pdf_to_ps_command
8596
8597         * lib/configure.m4: added search for PDF viewer, and search for
8598         PDF to PS converter. 
8599         (lyxrc.defaults output): add \pdflatex_command,
8600         \view_pdf_command and \pdf_to_ps_command.
8601
8602         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
8603
8604         * src/bufferlist.C (write): we don't use blocksize for anything so
8605         I removed it.
8606
8607 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8608
8609         * src/support/block.h: disable operator T* (), since it causes
8610         problems with both compilers I tried. See comments in the file.
8611
8612         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
8613         --with-lyxname. 
8614
8615         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
8616         variable LYX_DIR_10x to LYX_DIR_11x.
8617
8618         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
8619
8620         * INSTALL: document --with-lyxname.
8621         * NEWS: ditto.
8622
8623         * configure.in: new configure flag --with-lyxname which allows to
8624         choose the name under which lyx is installed. Default is "lyx", of
8625         course. It used to be possible to do this with --program-suffix,
8626         but the later has in fact a different meaning for autoconf.
8627
8628         * src/support/lstrings.h (lstrchr): reformat a bit.
8629
8630         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
8631         * src/mathed/math_defs.h: ditto.
8632
8633 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8634
8635         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
8636         true, decides if we create a backup file or not when saving. New
8637         tag and variable \pdf_mode, defaults to false. New tag and
8638         variable \pdflatex_command, defaults to pdflatex. New tag and
8639         variable \view_pdf_command, defaults to xpdf. New tag and variable
8640         \pdf_to_ps_command, defaults to pdf2ps.
8641
8642 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8643
8644         * src/bufferlist.C (close): don't call insetUnlock if the buffer
8645         does not have a BufferView.
8646         (unlockInset): ditto + don't access the_locking_inset if the
8647         buffer does not have a BufferView.
8648
8649         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
8650         certain circumstances so that we don't continue a keyboard
8651         operation long after the key was released. Try f.ex. to load a
8652         large document, press PageDown for some seconds and then release
8653         it. Before this change the document would contine to scroll for
8654         some time, with this change it stops imidiatly.
8655
8656         * src/support/block.h: don't allocate more space than needed. As
8657         long as we don't try to write to the arr[x] in a array_type arr[x]
8658         it is perfectly ok. (if you write to it you might segfault).
8659         added operator value_type*() so that is possible to pass the array
8660         to functions expecting a C-pointer.
8661
8662         * lib/Makefile.am (dist-hook): don't fail completely if unable to
8663         cvs.
8664
8665         * intl/*: updated to gettext 0.10.35, tried to add our own
8666         required modifications. Please verify.
8667
8668         * po/*: updated to gettext 0.10.35, tried to add our own required
8669         modifications. Please verify.
8670         
8671         * src/support/lstrings.C (tostr): go at fixing the problem with
8672         cxx and stringstream. When stringstream is used return
8673         oss.str().c_str() so that problems with lyxstring and basic_string
8674         are avoided. Note that the best solution would be for cxx to use
8675         basic_string all the way, but it is not conformant yet. (it seems)
8676
8677         * src/lyx_cb.C + other files: moved several global functions to
8678         class BufferView, some have been moved to BufferView.[Ch] others
8679         are still located in lyx_cb.C. Code changes because of this. (part
8680         of "get rid of current_view project".)
8681
8682         * src/buffer.C + other files: moved several Buffer functions to
8683         class BufferView, the functions are still present in buffer.C.
8684         Code changes because of this.
8685
8686         * config/lcmessage.m4: updated to most recent. used when creating
8687         acinclude.m4.
8688
8689         * config/progtest.m4: updated to most recent. used when creating
8690         acinclude.m4.
8691         
8692         * config/gettext.m4: updated to most recent. applied patch for
8693         tmplinguas.
8694
8695         * config/gettext.m4.patch: new file that shows what changes we
8696         have done to the local copy of gettext.m4.
8697
8698         * config/libtool.m4: new file, used in creation of acinclude.m4
8699
8700         * config/lyxinclude.m4: new file, this is the lyx created m4
8701         macros, used in making acinclude.m4.
8702         
8703         * autogen.sh: GNU m4 discovered as a separate task not as part of
8704         the lib/configure creation. 
8705         Generate acinlucde from files in config. Actually cat
8706         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
8707         easier to upgrade .m4 files that really are external.
8708
8709         * src/Spacing.h: moved using std::istringstream to right after
8710         <sstream>. This should fix the problem seen with some compilers.
8711
8712 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8713
8714         * src/lyx_cb.C: began some work to remove the dependency a lot of
8715         functions have on BufferView::text, even if not really needed.
8716         (GetCurrentTextClass): removed this func, it only hid the
8717         current_view. 
8718
8719         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
8720         forgot this in last commit.
8721
8722         * src/Bullet.C (bulletEntry): use static char const *[] for the
8723         tables, becuase of this the return arg had to change to string.
8724         (bulletSize): ditto
8725         (~Bullet): removed unneeded destructor
8726
8727         * src/BufferView.C (beforeChange): moved from lyx_cb.C
8728         (insetSleep): moved from Buffer
8729         (insetWakeup): moved from Buffer
8730         (insetUnlock): moved from Buffer
8731
8732         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
8733         from Buffer to BufferView.
8734         
8735         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
8736
8737         * config/ltmain.sh: updated to version 1.3.4 of libtool
8738
8739         * config/ltconfig: updated to version 1.3.4 of libtool
8740
8741 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8742
8743
8744         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
8745         Did I get that right?
8746
8747         * src/lyxlex.h: add a "using" directive or two.
8748         * src/Spacing.h: ditto.
8749         * src/insets/figinset.C: ditto.
8750         * src/support/filetools.C: ditto.
8751         * src/support/lstrings.C: ditto.
8752         * src/BufferView.C: ditto.
8753         * src/bufferlist.C: ditto.
8754         * src/lyx_cb.C: ditto.
8755         * src/lyxlex.C: ditto.
8756
8757         * NEWS: add some changes for 1.1.4.
8758         
8759 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8760
8761         * src/BufferView.C: first go at a TextCache to speed up switching
8762         between documents.
8763
8764 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8765
8766         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
8767         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
8768         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
8769         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
8770         Meinen.
8771         
8772         * src/mathed/math_defs.h (MathedRowSt): make sure that all
8773         members of the struct are correctly initialized to 0 (detected by
8774         purify) 
8775         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
8776         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
8777
8778         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
8779         pidwait, since it was allocated with "new". This was potentially
8780         very bad. Thanks to Michael Schmitt for running purify for us.
8781
8782
8783 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8784
8785         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
8786
8787         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
8788
8789 1999-12-30  Allan Rae  <rae@lyx.org>
8790
8791         * lib/templates/IEEEtran.lyx: minor change
8792
8793         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
8794         src/mathed/formula.C (LocalDispatch): askForText changes
8795
8796         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
8797         know when a user has cancelled input. Fixes annoying problems with
8798         inserting labels and version control.
8799
8800 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
8801
8802         * src/support/lstrings.C (tostr): rewritten to use strstream and
8803         stringstream
8804
8805 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
8806
8807         * src/support/filetools.C (IsFileWriteable): use fstream to check
8808         (IsDirWriteable): use fileinfo to check
8809
8810         * src/support/filetools.h (FilePtr): whole class deleted
8811
8812         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
8813
8814         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
8815
8816         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
8817
8818         * src/bufferlist.C (write): use ifstream and ofstream instead of
8819         FILE*
8820
8821         * src/Spacing.h: use istrstream instead of sscanf
8822
8823         * src/mathed/math_defs.h: change first arg to istream from FILE*
8824
8825         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
8826
8827         * src/mathed/math_parser.C: have yyis to be an istream 
8828         (LexGetArg): use istream (yyis)
8829         (yylex): ditto
8830         (mathed_parse): ditto
8831         (mathed_parser_file): first arg istream instead of FILE*, set yyis
8832
8833         * src/mathed/formula.C (Read): rewritten to use istream
8834
8835         * src/mathed/formulamacro.C (Read): rewritten to use istream
8836
8837         * src/lyxlex.h (~LyXLex): deleted desturctor 
8838         (getStream): new function, returns an istream
8839         (getFile): deleted funtion
8840         (IsOK): return is.good();
8841
8842         * src/lyxlex.C (LyXLex): delete file and owns_file
8843         (setFile): open an filebuf and assign that to a istream instead of
8844         using FILE*
8845         (setStream): new function, takes an istream as arg. 
8846         (setFile): deleted function
8847         (EatLine): rewritten us use istream instead of FILE*
8848         (next): ditto
8849         (nextToken): ditto
8850
8851         * src/table.C (LyXTable): use istream instead of FILE*
8852         (Read): rewritten to take an istream instead of FILE*
8853
8854 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8855
8856         * src/buffer.C (Dispatch): remove an extraneous break statement.
8857
8858         * src/support/filetools.C (QuoteName): change to do simple
8859         'quoting'. More work is necessary. Also changed to do nothing
8860         under emx (needs fix too).
8861         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
8862
8863         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
8864         config.h.in to the AC_DEFINE_UNQUOTED() call.
8865         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
8866         needs char * as argument (because Solaris 7 declares it like
8867         that). 
8868
8869         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
8870         remove definition of BZERO.
8871
8872 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
8873
8874         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
8875         defined, "lyxregex.h" if not.
8876
8877         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
8878         pkglib_ to noinst_
8879         (REGEX): new variable that is set to regex.c lyxregex.h when
8880         AM_CONDITIONAL USE_REGEX is set.
8881         (libsupport_la_SOURCES): add $(REGEX)
8882
8883         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
8884         pkglib_ to noinst_
8885
8886         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
8887         pkglib_ to noinst_
8888
8889         * configure.in: add call to LYX_REGEX 
8890
8891         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
8892         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
8893
8894 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8895
8896         * lib/bind/fi_menus.bind: new file, from
8897         pauli.virtanen@saunalahti.fi. 
8898
8899         * src/buffer.C (getBibkeyList): pass the parameter delim to
8900         InsetInclude::getKeys and InsetBibtex::getKeys.
8901
8902         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
8903         is passed to Buffer::getBibkeyList
8904         
8905         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
8906         instead of the hardcoded comma.
8907
8908         * src/insets/insetbib.C (getKeys): make sure that there are not
8909         leading blanks in bibtex keys. Normal latex does not care, but
8910         harvard.sty seems to dislike blanks at the beginning of citation
8911         keys. In particular, the retturn value of the function is
8912
8913         * INSTALL: make it clear that libstdc++ is needed and that gcc
8914         2.7.x probably does not work.
8915
8916         * src/support/filetools.C (findtexfile): make debug message go to
8917         the LATEX channel
8918         * src/insets/insetbib.C (getKeys): ditto
8919
8920         * src/debug.C (showTags): make sure that the output is correctly
8921         aligned. 
8922
8923         * configure.in: add a comment for TWO_COLOR_ICON define.
8924
8925         * acconfig.h: remove all the entries that already defined in
8926         configure.in or acinclude.m4.
8927
8928         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
8929         to avoid user name, date and copyright.
8930
8931 1999-12-21  Juergen Vigna  <jug@sad.it>
8932
8933         * src/table.C (Read): Now read bogus row format informations
8934                 if the format is < 5 so that afterwards the table can
8935                 be read by lyx but without any format-info. Fixed the
8936                 crash we experienced when not doing this.
8937
8938 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8939
8940         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
8941         (RedoDrawingOfParagraph): ditto
8942         (RedoParagraphs): ditto
8943         (RemoveTableRow): ditto
8944
8945         * src/text.C (Fill): rename arg paperwidth -> paper_width
8946
8947         * src/buffer.C (insertLyXFile): rename var filename -> fname
8948         (writeFile): rename arg filename -> fname
8949         (writeFileAscii): ditto
8950         (makeLaTeXFile): ditto
8951         (makeLinuxDocFile): ditto
8952         (makeDocBookFile): ditto
8953
8954         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
8955         (runBibTeX): ditto
8956
8957         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
8958
8959         * src/bmtable.h: add extern "C" on this file when __cplusplus is
8960         defined.
8961
8962         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
8963         compiled by a C compiler not C++. 
8964
8965         * src/layout.h (LyXTextClass): added typedef for const_iterator
8966         (LyXTextClassList): added typedef for const_iterator + member
8967         functions begin and end.
8968
8969         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
8970         iterators to fill the choice_class.
8971         (updateLayoutChoice): rewritten to use iterators to fill the
8972         layoutlist in the toolbar.
8973
8974         * src/BufferView.h (BufferView::work_area_width): removed unused
8975         variable. 
8976
8977         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
8978
8979         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
8980         (sgmlCloseTag): ditto
8981
8982         * src/support/lstrings.h: return type of countChar changed to
8983         unsigned char.
8984
8985         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
8986         what version of this func to use. Also made to return unsigned int.
8987
8988         * configure.in: call LYX_STD_COUNT 
8989
8990         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
8991         conforming std::count. 
8992
8993 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8994
8995         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
8996         and a subscript would give bad display (patch from Dekel Tsur
8997         <dekel@math.tau.ac.il>). 
8998
8999         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
9000
9001         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
9002         please sun CC.
9003
9004         * src/chset.h: add a few 'using' directives
9005
9006         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
9007         triggered when no buffer is active
9008
9009         * src/layout.C: removed `break' after `return' in switch(), since
9010         it is unreachable.
9011
9012         * src/lyx_main.C (init): make sure LyX can be ran in place even
9013         when libtool has done its magic with shared libraries. Fix the
9014         test for the case when the system directory has not been found.
9015
9016         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
9017         name for the latex file.
9018         (MenuMakeHTML): ditto
9019
9020         * src/buffer.h: add an optional boolean argument, which is passed
9021         to ChangeExtension.
9022
9023 1999-12-20  Allan Rae  <rae@lyx.org>
9024
9025         * lib/templates/IEEEtran.lyx: small correction and update.
9026
9027         * configure.in: Attempted to use LYX_PATH_HEADER
9028
9029         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
9030
9031         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
9032         input from JMarc.  Now use preprocessor to find the header.
9033         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
9034         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
9035         LYX_STL_STRING_FWD.  See comments in file.      
9036
9037 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
9038
9039         * The global MiniBuffer * minibuffer variable is dead.
9040         
9041         * The global FD_form_main * fd_form_main variable is dead.
9042
9043 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9044
9045         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
9046
9047         * src/table.h: add the LOstream.h header
9048         * src/debug.h: ditto
9049         
9050         * src/LyXAction.h: change the explaination of the ReadOnly
9051         attribute: is indicates that the function _can_ be used.
9052
9053         * src/LyXAction.C (init): find-replace _can_ be used in read-only
9054         mode. 
9055
9056 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9057
9058         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
9059         unsigned. 
9060         (descent): ditto
9061         (lbearing): ditto
9062         (rbearing): ditto
9063
9064         * src/paragraph.C (GetWord): assert on pos>=0
9065         (GetChar): ditto
9066         
9067         * src/support/lyxstring.C: condition the use of an invariant on
9068         ENABLE_ASSERTIONS 
9069         * src/support/lyxstring.h: ditto
9070
9071         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
9072         Use LAssert.h instead of plain assert().
9073
9074         * src/support/lstrings.h: add LAssert.h, in case it is needed.
9075
9076         * src/lyxfunc.C: do not include LAssert.h, it is not used.
9077         * src/support/filetools.C: ditto
9078
9079         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
9080         is not defined. 
9081
9082         * INSTALL: document the new configure flags
9083         
9084         * configure.in: suppress --with-debug; add --enable-assertions
9085
9086         * acinclude.m4: various changes in alignment of help strings.
9087
9088 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9089
9090         * src/kbmap.C: commented out the use of the hash map in kb_map,
9091         beginning of movement to a stl::container. 
9092
9093         * several files: removed code that was not in effect when
9094         MOVE_TEXT was defined.
9095         
9096         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
9097         for escaping should not be used. We can discuss if the string
9098         should be enclosed in f.ex. [] instead of "".
9099
9100         * src/trans_mgr.C (insert): use the new returned value from
9101         encodeString to get deadkeys and keymaps done correctly.
9102
9103         * src/chset.C (encodeString): changed to return a pair, to tell
9104         what to use if we know the string.
9105
9106         * src/lyxscreen.h (fillArc): new function.
9107
9108         * src/FontInfo.C (resize): rewritten to use more std::string like
9109         structore, especially string::replace.
9110
9111         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
9112         approp. accents.
9113
9114         * configure.in (chmod +x some scripts): remove config/gcc-hack 
9115
9116 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9117
9118         * src/buffer.C (writeFile): change once again the top comment in a
9119         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
9120         instead of an hardcoded version number.
9121         (makeDocBookFile): ditto
9122
9123         * src/version.h: add new define LYX_DOCVERSION
9124
9125         * po/de.po: update from Pit Sütterlin
9126         * lib/bind/de_menus.bind: ditto.
9127         
9128         * src/lyxfunc.C (Dispatch): call MenuExport()
9129         * src/buffer.C (Dispatch): ditto
9130
9131         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
9132         LyXFunc::Dispatch().
9133         (MenuExport): new function, moved from
9134         LyXFunc::Dispatch().
9135
9136         * src/trans_mgr.C (insert): small cleanup
9137         * src/chset.C (loadFile): ditto
9138
9139         * lib/kbd/iso8859-1.cdef: add missing backslashes
9140
9141 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9142
9143         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
9144         help with placing the manually drawn accents better.
9145         (Rbearing): ditto
9146         (Draw): x2 and hg changed to float to minimize rounding errors and
9147         help place the accents better.
9148
9149         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
9150         unsigned short to char is just wrong...cast the char to unsigned
9151         char instead so that the two values can compare sanely. This
9152         should also make the display of insetlatexaccents better and
9153         perhaps also some other insets.
9154         (descent): ditto
9155         (lbearing): new function
9156         (rbearing): ditto
9157
9158 1999-12-15  Allan Rae  <rae@lyx.org>
9159
9160         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
9161         header that provides a wrapper around the very annoying SGI STL header
9162         of the same name.
9163
9164         * src/support/lyxstring.C, src/LString.h:
9165         removed old SGI-STL-compatability attempts.
9166
9167         * configure.in: Use LYX_STL_STRING_FWD.
9168
9169         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
9170         stl_string_fwd.h is around and try to determine it's location.
9171         Major improvement over previous SGI STL 3.2 compatability.
9172         Three small problems remain with this function due to my zero
9173         knowledge of autoconf.  JMarc and lgb see the comments in the code.
9174
9175 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9176
9177         * src/broken_const.h, config/hack-gcc, config/README: removed
9178         
9179         * configure.in: remove --with-gcc-hack option; do not call
9180         LYX_CXX_STL_STACK 
9181
9182         * INSTALL: remove documentation of --with-broken-const and
9183         --with-gcc-hack
9184         
9185         * acconfig.h: remove all trace of BROKEN_CONST define
9186
9187         * src/buffer.C (makeDocBookFile): update version number in output
9188         file. 
9189         (SimpleDocBookOnePar): fix an assert when trying to a character
9190         access beyond string length
9191         [Patch from Jose']
9192
9193 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9194
9195         * po/de.po: fix the Export menu
9196
9197         * lyx.man: update the description of -dbg
9198
9199         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
9200         (commandLineHelp): updated
9201         (easyParse): show list of available debug levels if -dbg is passed
9202         without argument.
9203
9204         * src/Makefile.am: add debug.C
9205
9206         * src/debug.h: moved some code to debug.C
9207
9208         * src/debug.C: new file. Contains code to set and show debug
9209         level. 
9210
9211         * src/layout.C: remove 'break' after 'continue' in switch
9212         statements, since these cannot be reached.
9213
9214 1999-12-13  Allan Rae  <rae@lyx.org>
9215
9216         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
9217         (in_word_set): hash() -> math_hash()
9218
9219         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
9220
9221         * acconfig.h: Added a test for whether we are using exceptions in the
9222         current compilation run. If so USING_EXCEPTIONS is defined.
9223
9224         * config.in: Check for existance of stl_string_fwd.h
9225         * src/LString.h: If compiling --with-included-string and SGI's
9226         STL version 3.2 is present (see above test) we need to block their
9227         forward declaration of string and supply a __get_c_string().
9228         However, it turns out this is only necessary if compiling with
9229         exceptions enabled so I've a bit more to add yet.
9230
9231         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
9232         src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
9233         src/support/LRegex.h, src/undo.h:
9234         Shuffle the order of the included files a little to ensure that
9235         LString.h gets included before anything that includes stl_string_fwd.h
9236
9237         *  src/support/lyxstring.C: We need to #include LString.h instead of
9238         lyxstring.h to get the necessary definition of __get_c_string.
9239         (__get_c_string): New function.  This is defined static just like SGI's
9240         although why they need to do this I'm not sure.  Perhaps it should be
9241         in lstrings.C instead.
9242
9243         * lib/templates/IEEEtran.lyx:  New template file.
9244
9245 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9246         
9247         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
9248         * intl/Makefile.in (MKINSTALLDIRS):  ditto
9249
9250         * src/LyXAction.C (init): changed to hold the LFUN data in a
9251         automatic array in stead of in callso to newFunc, this speeds up
9252         compilation a lot. Also all the memory used by the array is
9253         returned when the init is completed.
9254
9255         * a lot of files: compiled with -Wold-style-cast, changed most of
9256         the reported offenders to C++ style casts. Did not change the
9257         offenders in C files. 
9258
9259         * src/trans.h (Match): change argument type to unsigned int.
9260
9261         * src/support/DebugStream.C: fix some types on the streambufs so
9262         that it works on a conforming implementation.
9263
9264 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9265
9266         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
9267
9268         * src/support/lyxstring.C: remove the inline added earlier since
9269         they cause a bunch of unsatisfied symbols when linking with dec
9270         cxx. Cxx likes to have the body of inlines at the place where they
9271         are declared.
9272
9273         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
9274         accessing negative bounds in array. This fixes the crash when
9275         inserting accented characters.
9276         * src/trans.h (Match): ditto
9277
9278         * src/buffer.C (Dispatch): since this is a void, it should not try
9279         to return anything...
9280
9281 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9282
9283         * src/buffer.h: removed the two friends from Buffer. Some changes
9284         because of this. Buffer::getFileName and Buffer::setFileName
9285         renamed to Buffer::fileName() and Buffer::fileName(...).
9286
9287 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
9288
9289         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
9290         and Buffer::update(short) to BufferView. This move is currently
9291         controlled by a define MOVE_TEXT, this will be removed when all
9292         shows to be ok. This move paves the way for better separation
9293         between buffer contents and buffer view. One side effect is that
9294         the BufferView needs a rebreak when swiching buffers, if we want
9295         to avoid this we can add a cache that holds pointers to LyXText's
9296         that is not currently in use. 
9297
9298         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
9299         André Pönitz. 
9300
9301 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
9302
9303         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
9304
9305         * lyx_main.C: new command line option -x (or --execute) and
9306           -e (or --export). Now direct conversion from .lyx to .tex
9307           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
9308           Unfortunately, X is still needed and the GUI pops up during the
9309           process...
9310
9311 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9312
9313         * src/Spacing.C: add a using directive to bring stream stuff into
9314         normal namespace.
9315         * src/paragraph.C: ditto
9316         * src/buffer.C: ditto
9317
9318         * NEWS: updated a bit the new features of 1.1.3 (took a few things
9319         from Lars' announcement).
9320
9321         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
9322         example files from Tino Meinen.
9323         
9324 1999-12-06  Allan Rae  <rae@lyx.org>
9325
9326         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
9327
9328 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9329
9330         * src/support/lyxstring.C: added a lot of inline for no good
9331         reason
9332         
9333         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
9334         latexWriteEndChanges, they were not used.
9335         
9336         * src/layout.h (operator<<): output operator for PageSides
9337
9338         * src/mathed/math_iter.C (my_memcpy): slightly changed.
9339
9340         * some example files: loaded in LyX 1.0.4 and saved again to update
9341         certain constructs (table format) 
9342
9343         * a lot of files: did the change to use fstream/iostream for all
9344         writing of files. Done with a close look at Andre Poenitz's patch.
9345
9346         * some files: whitespace changes.
9347         
9348 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9349
9350         * src/mathed/math_iter.C (my_memcpy): new function. Since the
9351         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
9352         architecture, we provide our own. It is used unconditionnally, but
9353         I do not think this is a performance problem. Thanks to Angus
9354         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
9355         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
9356         first time).
9357         (GetInset): use my_memcpy.
9358         (Insert): ditto
9359         (Copy): ditto
9360
9361         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
9362         it is easier to understand, but it uses less TeX-only constructs now.
9363
9364         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
9365         elements contain spaces
9366
9367         * lib/configure: regenerated
9368         
9369         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
9370         elements contain spaces; display the list of programs that are
9371         tried.
9372
9373         * autogen.sh: make sure lib/configure is executable
9374
9375         * lib/examples/*: rename the tutorial examples to begin with the
9376         two-letters language code.
9377
9378         * src/lyxfunc.C (getStatus): do not query current font if no
9379         buffer exists.
9380
9381         * src/lyx_cb.C (RunScript): use QuoteName
9382         (MenuRunDvips): ditto
9383         (PrintApplyCB): ditto
9384
9385         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
9386         around argument, so that it works well with the current shell.
9387         Does not work properly with OS/2 shells currently.
9388
9389         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
9390         * src/LyXSendto.C (SendtoApplyCB): ditto
9391         * src/lyxfunc.C (Dispatch): ditto
9392         * src/buffer.C (runLaTeX): ditto
9393         (runLiterate): ditto
9394         (buildProgram): ditto
9395         (runChktex): ditto
9396         * src/lyx_cb.C (RunScript): ditto
9397         (MenuMakeLaTeX): ditto
9398         
9399         * src/buffer.h (getLatexName): new method 
9400
9401         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
9402
9403 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9404
9405         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
9406         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
9407         (create_math_panel): ditto
9408
9409         * src/lyxfunc.C (getStatus): re-activate the code which gets
9410         current font and cursor; add test for export to html.
9411
9412         * src/lyxrc.C (read): remove unreachable break statements; add a
9413         few "using".
9414
9415         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
9416         
9417 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9418
9419         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
9420         introduced by faulty regex.
9421         * src/buffer.C: ditto
9422         * src/lastfiles.C: ditto
9423         * src/paragraph.C: ditto
9424         * src/table.C: ditto
9425         * src/vspace.C: ditto
9426         * src/insets/figinset.C: ditto
9427         Note: most of these is absolutely harmless, except the one in
9428         src/mathed formula.C.
9429
9430 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
9431
9432         * src/ImportNoweb.C (documentclass): fixed bounds for substr
9433           operation, yielding correct results for the reLyX command.
9434
9435 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9436
9437         * src/support/filetools.C (ExpandPath): removed an over eager
9438         Assert.
9439         (ReplaceEnvironmentPath): ditto
9440
9441         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
9442         shows that we are doing something fishy in our code...
9443         (BubblePost): ditto
9444         (ToolbarCB): ditto
9445
9446         * src/lyxrc.C (read): use a double switch trick to get more help
9447         from the compiler. (the same trick is used in layout.C)
9448         (write): new function. opens a ofstream and pass that to output
9449         (output): new function, takes a ostream and writes the lyxrc
9450         elemts to it. uses a dummy switch to make sure no elements are
9451         forgotten. 
9452
9453         * src/lyxlex.h: added a struct pushpophelper for use in functions
9454         with more than one exit point.
9455
9456         * src/lyxlex.[Ch] (GetInteger): made it const
9457         (GetFloat): ditto
9458         (GetBool): ditto
9459
9460         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
9461
9462         * src/layout.[hC] : LayoutTags splitted into several enums, new
9463         methods created, better error handling cleaner use of lyxlex. Read
9464         the diff.
9465
9466         * src/bmtable.[Ch]: change some member prototypes because of the
9467         image const changes. 
9468
9469         * commandtags.h, src/LyXAction.C (init): new function:
9470         "preferences-save", saves the lyxrc entries into .lyx/preferences.
9471         This file is not read automatically but you can add \input
9472         preferences to your lyxrc if you want to. We need to discuss how
9473         to handle this. 
9474
9475         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
9476         in .aux, also remove .bib and .bst files from dependencies when
9477         running bibtex.
9478
9479         * src/BufferView.C, src/LyXView.C: add const_cast several places
9480         because of changes to images.
9481
9482         * lib/images/*: same change as for images/*
9483         
9484         * lib/lyxrc.example: Default for accept_compound is false not no.
9485
9486         * images/*: changed to be const, however I have som misgivings
9487         about this change so it might be changed back.
9488
9489 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9490
9491         * lib/configure, po/POTFILES.in: regenerated
9492
9493         * autogen.sh: autogenerate lib/configure from lib/configure.m4
9494
9495         * config/lib_configure.m4: removed
9496         
9497         * lib/configure.m4: new file (was config/lib_configure.m4)
9498
9499         * configure.in: do not test for rtti, since we do not use it.
9500         
9501 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
9502
9503         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
9504         doubling of allocated space scheme. This makes it faster for large
9505         strings end to use less memory for small strings. xtra rememoved. 
9506
9507         * src/insets/figinset.C (waitalarm): commented out.
9508         (GhostscriptMsg): use static_cast
9509         (GhostscriptMsg): use new instead of malloc to allocate memory for
9510         cmap. also delete the memory after use.
9511
9512         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
9513
9514         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
9515         for changes in bibtex database or style.
9516         (runBibTeX): remove all .bib and .bst files from dep before we
9517         begin. 
9518         (run): use scanAuc in when dep file already exist.
9519
9520         * src/DepTable.C (remove_files_with_extension): new method
9521         (exist): new method
9522
9523         * src/DepTable.[Ch]: made many of the methods const. 
9524
9525 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9526
9527         * src/bufferparams.C: make sure that the default textclass is
9528         "article". It used to be the first one by description order, but
9529         now the first one is "docbook".
9530
9531         * src/lyx_main.C (setDebuggingLevel): change type of argument to
9532         string; call Debug::value.
9533         (easyParse): pass complete argument to setDebuggingLevel().
9534
9535         * src/debug.h (value): fix the code that parses debug levels.
9536
9537         * src/debug.h: add new debug type ACTION, reserved for LyXAction
9538         class.  
9539
9540         * src/LyXAction.C: use Debug::ACTION as debug channel.
9541
9542         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
9543
9544         * NEWS: updated for the future 1.1.3 release.
9545
9546         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
9547         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
9548         it should. This is of course a controversial change (since many
9549         people will find that their lyx workscreen is suddenly full of
9550         red), but done for the sake of correctness.
9551
9552         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
9553           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
9554
9555         * src/insets/inseterror.h, src/insets/inseturl.h,
9556           src/insets/insetinfo.h, src/insets/figinset.h,
9557           src/mathed/formulamacro.h, src/mathed/math_macro.h
9558           (EditMessage): add a missing const and add _() to make sure that
9559         translation happens
9560
9561         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
9562           src/insets/insetbib.C, src/support/filetools.C: add `using'
9563         directives for cxx.  
9564
9565         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
9566         doing 'Insert index of last word' at the beginning of a paragraph.
9567
9568 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9569
9570         * several files: white-space changes.
9571
9572         * src/mathed/formula.C: removed IsAlpha and IsDigit
9573
9574         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
9575         .bib file. use a ifstream instead of FilePtr when parsing the .bib
9576         file for keys.
9577
9578         * src/insets/figinset.C (GetPSSizes): don't break when
9579         "EndComments" is seen. But break when a boundingbox is read.
9580
9581         * all classes inherited from Inset: return value of Clone
9582         changed back to Inset *.
9583
9584         * all classes inherited form MathInset: return value of Clone
9585         changed back to MathedInset *.
9586         
9587         * src/insets/figinset.C (runqueue): use a ofstream to output the
9588         gs/ps file. Might need some setpresicion or setw. However I can
9589         see no problem with the current code.
9590         (runqueue): use sleep instead of the alarm/signal code. I just
9591         can't see the difference.
9592
9593         * src/paragraph.C (LyXParagraph): reserve space in the new
9594         paragraph and resize the inserted paragraph to just fit.
9595
9596         * src/lyxfunc.h (operator|=): added operator for func_status.
9597
9598         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
9599         check for readable file.
9600
9601         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
9602         check for readable file.
9603         (MenuMakeLinuxDoc): ditto
9604         (MenuMakeDocBook): ditto
9605         (MenuMakeAscii): ditto
9606         (InsertAsciiFile): split the test for openable and readable
9607
9608         * src/bmtable.C (draw_bitmaptable): use
9609         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
9610
9611         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
9612         findtexfile from LaTeX to filetools.
9613         
9614         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
9615         instead of FilePtr. Needs to be verified by a literate user.
9616
9617 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9618
9619         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
9620         (EditMessage): likewise.
9621
9622         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
9623         respectively as \textasciitilde and \textasciicircum.
9624
9625 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9626
9627         * src/support/lyxstring.h: made the methods that take iterators
9628         use const_iterator.
9629
9630         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
9631         (regexMatch): made is use the real regex class.
9632
9633         * src/support/Makefile.am: changed to use libtool
9634
9635         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
9636
9637         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
9638         of defines.
9639         (MathIsInset ++): changed several macros to be inline functions
9640         instead. 
9641
9642         * src/mathed/Makefile.am: changed to use libtool
9643
9644         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
9645
9646         * src/insets/inset* : Clone changed to const and return type is
9647         the true insettype not just Inset*.
9648         
9649         * src/insets/Makefile.am: changed to use libtool
9650
9651         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
9652
9653         * src/undo.[Ch] : added empty() and changed some of the method
9654         names.
9655         
9656         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
9657
9658         * src/lyxparagraph.h: use id() and id(...) instead of getID and
9659         setID use block<> for the bullets array, added const several places.
9660
9661         * src/lyxfunc.C (getStatus): new function
9662
9663         * src/lyxfunc.[Ch] : small changes to take advantage of the new
9664         LyXAction, added const to several funtions.
9665
9666         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
9667         a std::map, and to store the dir items in a vector.
9668
9669         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
9670         as dependencies.
9671
9672         * src/LyXView.[Ch] + other files : changed currentView to view.
9673         
9674         * src/LyXAction.[Ch] : ported from the old devel branch.
9675         
9676         * src/.cvsignore: added .libs and a.out
9677
9678         * configure.in : changes to use libtool. 
9679
9680         * acinclude.m4 : inserted libtool.m4
9681
9682         * .cvsignore: added libtool
9683
9684 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9685
9686         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
9687         file name in insets and mathed directories (otherwise the
9688         dependency is not taken in account under cygwin).
9689
9690         * src/text2.C (InsertString[AB]): make sure that we do not try to
9691         read characters past the string length.
9692
9693 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9694
9695         * lib/doc/LaTeXConfig.lyx.in, 
9696           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
9697
9698         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
9699         file saying who created them and when this heppened; this is
9700         useless and annoys tools like cvs.
9701
9702         * lib/layouts/g-brief-{en,de}.layout,
9703           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
9704         from Thomas Hartkens <thomas@hartkens.de>.
9705
9706         * src/{insets,mathed}/Makefile.am: do not declare an empty
9707         LDFLAGS, so that it can be set at configure time (useful on Irix
9708         for -n32 flag).
9709
9710         * lib/reLyX/configure.in: make sure that the prefix is set
9711         correctly in LYX_DIR.
9712
9713 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
9714
9715         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
9716         be used by 'command-sequence' this allows to bind a key to a
9717         sequence of LyX-commands
9718         (Example: 'command-sequence math-insert alpha; math-insert beta;")
9719
9720         * src/LyXAction.C: add "command-sequence"
9721
9722         * src/LyXFunction.C: handling of "command-sequence"
9723
9724         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
9725          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
9726
9727         * src/lyxserver.C, src/minibuffer.C: Use this new interface
9728
9729 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9730
9731         * src/buffer.C (writeFile): Do not output a comment giving user
9732         and date at the beginning of a .lyx file. This is useless and
9733         annoys cvs anyway; update version number to 1.1.
9734
9735         * src/Makefile.am (LYX_DIR): add this definition, so that a
9736         default path is hardcoded in LyX.
9737
9738         * configure.in: Use LYX_GNU_GETTEXT.
9739
9740         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
9741         AM_GNU_GETTEXT with a bug fixed. 
9742
9743         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
9744
9745         * src/chset.C: add "using std::ifstream;" to please dec cxx.
9746
9747         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
9748         which is used to point to LyX data is now LYX_DIR_11x.
9749
9750         * lyx.man: convert to a unix text file; small updates.
9751
9752 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9753
9754         * src/support/LSubstring.[Ch]: made the second arg of most of the
9755         constructors be a const reference. 
9756
9757         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
9758         me fixed.
9759
9760         * src/support/lyxstring.[Ch] (swap): added missing member function
9761         and specialization of swap(str, str); 
9762
9763         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
9764
9765         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
9766         trace of the old one.
9767
9768         * src/undo.[Ch]: made the undostack use std::list to store undo's in
9769         put the member definitions in undo.C.
9770
9771         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
9772         NEW_TEXT and have now only code that was included when this was
9773         defined. 
9774
9775         * src/intl.C (LCombo): use static_cast
9776         (LCombo2): ditto
9777         (DispatchCallback): ditto
9778
9779         * src/definitions.h: removed whole file
9780         
9781         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
9782
9783         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
9784         parsing and stores in a std:map. a regex defines the file format.
9785         removed unneeded members.
9786
9787         * src/bufferparams.h: added several enums from definitions.h here.
9788         Removed unsused destructor. Changed some types to use proper enum
9789         types. use block to have the temp_bullets and user_defined_bullets
9790         and to make the whole class assignable.
9791
9792         * src/bufferparams.C (Copy): removed this functions, use a default
9793         assignment instead. 
9794
9795         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
9796         isLiterate const.
9797
9798         * src/buffer.C (readLyXformat2): commend out all that have with
9799         oldpapersize to do. also comment out all that hve to do with
9800         insetlatex and insetlatexdel. 
9801         (setOldPaperStuff): commented out
9802
9803         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
9804
9805         * src/LyXAction.C: remove use of inset-latex-insert
9806
9807         * src/mathed/math_panel.C (button_cb): use static_cast
9808
9809         * src/insets/Makefile.am (insets_o_SOURCES): removed
9810         insetlatex.[Ch] 
9811
9812         * src/support/lyxstring.C (helper): use the unsigned long
9813         specifier, UL, instead of a static_cast.
9814
9815         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
9816
9817         * src/support/block.h: new file. to be used as a c-style array in
9818         classes, so that the class can be assignable.
9819
9820 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9821
9822         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
9823         NULL, make sure to return an empty string (it is not possible to
9824         set a string to NULL).
9825
9826 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9827
9828         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
9829
9830         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
9831
9832         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
9833         link line, so that Irix users (for example) can set it explicitely to
9834         "-n32".
9835         
9836         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
9837         it can be overidden at make time (static or dynamic link, for
9838         example).
9839         
9840         * src/vc-backend.C, src/LaTeXFeatures.h, 
9841           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
9842         statements to bring templates to global namespace.
9843
9844 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9845
9846         * src/support/lyxstring.C (operator[] const): make it standard
9847         conforming. 
9848
9849         * src/minibuffer.C (Init): changed to reflect that more
9850         information is given from the lyxvc and need not be provided here.
9851
9852         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
9853         
9854         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
9855
9856         * src/LyXView.C (UpdateTimerCB): use static_cast
9857         (KeyPressMask_raw_callback): ditto
9858
9859         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
9860         buffer_, a lot of changes because of this. currentBuffer() ->
9861         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
9862         also changes to other files because of this.
9863
9864 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9865
9866         * src/vc-backend.[Ch]: new files. The backends for vc handling,
9867         have no support for RCS and partial support for CVS, will be
9868         improved later.
9869         
9870         * src/insets/ several files: changes because of function name
9871         changes in Bufferview and LyXView.
9872         
9873         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
9874
9875         * src/support/LSubstring.[Ch]: new files. These implement a
9876         Substring that can be very convenient to use. i.e. is this
9877         possible:
9878         string a = "Mary had a little sheep";
9879         Substring(a, "sheep") = "lamb";
9880         a is now "Mary has a little lamb".
9881
9882         * src/support/LRegex.[Ch]: a regex class that can be used to pick
9883         out patterns and subpatterns of strings. It is used by LSubstring
9884         and also by vc-backend.C
9885         
9886         * src/support/lyxstring.C: went over all the assertions used and
9887         tried to correct the wrong ones and flag which of them is required
9888         by the standard. some bugs found because of this. Also removed a
9889         couple of assertions.
9890
9891         * src/support/Makefile.am (libsupport_a_SOURCES): added
9892         LSubstring.[Ch] and LRegex.[Ch]
9893
9894         * src/support/FileInfo.h: have struct stat buf as an object and
9895         not a pointer to one, some changes because of this.
9896
9897         * src/LaTeXFeatures.C (getTClassPreamble): also use the
9898         information in layout when adding the layouts preamble to the
9899         textclass preamble.
9900
9901         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
9902         usage in.
9903
9904         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
9905         because of bug in OS/2.
9906
9907 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9908
9909         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
9910         \verbatim@font instead of \ttfamily, so that it can be redefined.
9911
9912         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
9913           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
9914           src/layout.h, src/text2.C: add 'using' directive to bring the
9915         STL templates we need from the std:: namespace to the global one.
9916         Needed by DEC cxx in strict ansi mode.
9917
9918         * src/support/LIstream.h,src/support/LOstream.h,
9919           src/support/lyxstring.h,src/table.h,
9920           src/lyxlookup.h: do not include <config.h> in header
9921         files. This should be done in the .C files only.
9922
9923         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
9924         (from Kayvan).
9925         
9926
9927 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9928
9929         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
9930         from Kayvan to fix the tth invokation.
9931
9932         * development/lyx.spec.in: updates from Kayvan to reflect the
9933         changes of file names.
9934
9935 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
9936
9937         * src/text2.C (InsertStringB): use std::copy
9938         (InsertStringA): use std::copy
9939
9940         * src/bufferlist.C: use a vector to store the buffers in. This is
9941         an internal change and should not affect any other thing.
9942         
9943         * src/BufferView.C (waitForX): use XSync instead of the lengthy
9944         stuff in waitForX.
9945
9946         * src/text.C (Fill): fix potential bug, one off bug.
9947
9948 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
9949
9950         * src/Makefile.am (lyx_main.o): add more files it depends on.
9951
9952         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
9953
9954         * src/support/lyxstring.C: use size_t for the reference count,
9955         size, reserved memory and xtra.
9956         (internal_compare): new private member function. Now the compare
9957         functions should work for std::strings that have embedded '\0'
9958         characters.
9959         (compare): all compare functions rewritten to use
9960         internal_compare.
9961         
9962 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9963
9964         * src/support/lyxstring.C (compare): pass c_str()
9965         (compare): pass c_str
9966         (compare): pass c_str
9967
9968 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9969
9970         * src/support/DebugStream.C: <config.h> was not included correctly.
9971
9972         * lib/configure: forgot to re-generate it :( I'll make this file
9973         auto generated soon.
9974
9975 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9976
9977         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
9978         is used.
9979
9980         * src/support/lyxstring.C: some changes from length() to rep->sz.
9981         avoids a function call.
9982
9983         * src/support/filetools.C (SpaceLess): yet another version of the
9984         algorithm...now per Jean-Marc's suggestions.
9985
9986 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9987
9988         * src/layout.C (less_textclass_desc): functor for use in sorting
9989         of textclasses. 
9990         (LyXTextClass::Read): sort the textclasses after reading.
9991         
9992         * src/support/filetools.C (SpaceLess): new version of the
9993         SpaceLess functions. What problems does this one give? Please
9994         report.
9995
9996         * images/banner_bw.xbm: made the arrays unsigned char *
9997
9998 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9999
10000         * src/support/lyxstring.C (find): remove bogus assertion in the
10001         two versions of find where this has not been done yet.
10002
10003         * src/support/lyxlib.h: add missing int return type to
10004         lyx::chdir(). 
10005
10006         * src/menus.C (ShowFileMenu): disable exporting to html if no
10007         html export command is present.
10008
10009         * config/lib_configure.m4: add a test for an HTML converter. The
10010         programs checked for are, in this order: tth, latex2html and
10011         hevea. 
10012
10013         * lib/configure: generated from config/lib_configure.m4.
10014
10015         * src/lyxfunc.C (Dispatch): update and improve the execution of an
10016         html converter. The parameters are now passed through $$FName and
10017         $$OutName, instead of standard input/output.
10018
10019         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
10020
10021         * lib/lyxrc.example: update description of \html_command. 
10022         add "quotes" around \screen_font_xxx font setting examples to help
10023         people who use fonts with spaces in their names.
10024
10025 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
10026
10027         * Distribution files: updates for v1.1.2
10028
10029         * src/support/lyxstring.C (find): remove bogus assert and return
10030         npos for the same condition.
10031
10032 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10033
10034         * added patch for OS/2 from SMiyata.
10035
10036 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10037
10038         * src/text2.C (CutSelection): make space_wrapped a bool
10039         (CutSelection): dont declare int i until we have to.
10040         (alphaCounter): return a char const *.
10041
10042 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10043
10044         * src/support/syscall.C (Systemcalls::kill): 
10045           src/support/filetools.C (PutEnv, PutEnvPath): 
10046           src/lyx_cb.C (addNewlineAndDepth): 
10047           src/FontInfo.C (FontInfo::resize): condition some #warning
10048         directives with WITH_WARNINGS.
10049         
10050
10051 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
10052
10053         * src/layout.[Ch] + several files: access to class variables
10054         limited and made accessor functions instead a lot of code changed
10055         becuase of this. Also instead of returning pointers often a const
10056         reference is returned instead.
10057         
10058         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
10059
10060         * src/Makefile.am (dist-hook): added used to remove the CVS from
10061         cheaders upon creating a dist
10062         (EXTRA_DIST): added cheaders
10063
10064         * src/support/lstrings.C (tostr(char)): fix it to handle param as
10065         a character not as a small integer. 
10066
10067         * src/support/lyxstring.C (find): removed Assert and added i >=
10068         rep->sz to the first if.
10069
10070 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
10071
10072         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
10073         src/LyXView.C src/buffer.C src/bufferparams.C
10074         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
10075         src/text2.C src/insets/insetinclude.C:
10076         lyxlayout renamed to textclasslist.
10077
10078         * src/layout.C: some lyxerr changes.
10079
10080         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
10081         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
10082         (LyXLayoutList): removed all traces of this class.
10083         (LyXTextClass::Read): rewrote LT_STYLE
10084         (LyXTextClass::hasLayout): new function
10085         (LyXTextClass::GetLayout): rewritten to return an iterator + has
10086         both const and nonconst version.
10087         (LyXTextClass::delete_layout): new function.
10088         (LyXTextClassList::Style): bug fix. do the right thing if layout
10089         is to big.
10090         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
10091         (LyXTextClassList::NameOfLayout): ditto 
10092         (LyXTextClassList::Load): ditto
10093
10094         * src/buffer.C (makeLaTeXFile): new access to layoutlist
10095
10096         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
10097
10098         * src/LyXAction.C (LookupFunc): added a workaround for sun
10099         compiler, on the other hand...we don't know if the current code
10100         compiles on sun at all...
10101
10102         * src/support/filetools.C (CleanupPath): subst fix
10103
10104         * src/insets/insetbib.C (delDatabase): subst fix, this looks
10105         _really_ weird.
10106
10107         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
10108         complained about this one?
10109
10110         * src/insets/insetinclude.C (Latex): subst fix
10111
10112         * src/insets/insetbib.C (getKeys): subst fix
10113
10114         * src/LyXSendto.C (SendtoApplyCB): subst fix
10115
10116         * src/lyx_main.C (init): subst fix
10117
10118         * src/layout.C (Read): subst fix
10119
10120         * src/lyx_sendfax_main.C (button_send): subst fix
10121
10122         * src/buffer.C (RoffAsciiTable): subst fix
10123
10124         * src/lyx_cb.C (MenuFax): subst fix
10125         (PrintApplyCB): subst fix
10126
10127 1999-10-26  Juergen Vigna  <jug@sad.it>
10128
10129         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
10130
10131         (Read): Cleaned up this code so now we read only format vestion >= 5
10132
10133 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
10134
10135         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
10136         come nobody has complained about this one?
10137
10138         * src/insets/insetinclude.C (Latex): subst fix
10139
10140         * src/insets/insetbib.C (getKeys): subst fix
10141
10142         * src/lyx_main.C (init): subst fix
10143
10144         * src/layout.C (Read): subst fix
10145
10146         * src/buffer.C (RoffAsciiTable): subst fix
10147
10148         * src/lyx_cb.C (MenuFax): subst fix.
10149
10150         * src/layout.[hC] + some other files: rewrote to use
10151         std::container to store textclasses and layouts in.
10152         Simplified, removed a lot of code. Make all classes
10153         assignable. Further simplifications and review of type
10154         use still to be one. 
10155
10156         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
10157         lastfiles to create the lastfiles partr of the menu.
10158
10159         * src/lastfiles.[Ch]: rewritten to use deque to store the
10160         lastfiles in. Uses fstream for reading and writing. Simplifies
10161         code.
10162
10163         * src/support/syscall.C: remove explicit cast.
10164
10165         * src/BufferView.C (CursorToggleCB): removed code snippets that
10166         were commented out.
10167         use explicat C++ style casts instead of C style casts. also use
10168         u_vdata instea of passing pointers in longs.
10169
10170         * src/PaperLayout.C: removed code snippets that were commented out.
10171
10172         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
10173
10174         * src/lyx_main.C: removed code snippets that wer commented out.
10175
10176         * src/paragraph.C: removed code snippets that were commented out.
10177
10178         * src/lyxvc.C (logClose): use static_cast
10179         (logUpdate): ditto
10180         (viewLog): remove explicit cast to void*
10181         (showLog): removed old commented code
10182
10183         * src/menus.C: use static_cast instead of C style casts. use
10184         u_vdata instead of u_ldata. remove explicit cast to (long) for
10185         pointers. Removed old code that was commented out.
10186
10187         * src/insets/inset.C: removed old commented func
10188
10189         * src/insets/insetref.C (InsetRef): removed old code that had been
10190         commented out for a long time.
10191         (Edit): ditto
10192         (escape): removed C style cast
10193
10194         * src/insets/insetlatexaccent.C (Draw): removed old commented code
10195
10196         * src/insets/insetlatex.C (Draw): removed old commented code
10197         (Read): rewritten to use string
10198
10199         * src/insets/insetlabel.C (escape): removed C style cast
10200
10201         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
10202
10203         * src/insets/insetindex.C: use static_cast and u_vdata, removed
10204         old commented code.
10205
10206         * src/insets/insetinclude.h: removed a couple of stupid bools
10207
10208         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
10209         (Clone): remove C style cast
10210         (getKeys): changed list to lst because of std::list
10211
10212         * src/insets/inseterror.C (Draw): removed som old commented code.
10213
10214         * src/insets/insetcommand.C (Draw): removed some old commented code.
10215
10216         * src/insets/insetbib.C (bibitem_cb): removed code that has been
10217         commented out forever.
10218         (bibitem_cb): use static_cast instead of C style cast
10219         use of vdata changed to u_vdata.
10220
10221         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
10222         parameter.
10223         (CloseUrlCB): use static_cast instead of C style cast.
10224         (CloseUrlCB): added a fl_free form...it seemed to be missing.
10225
10226         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
10227         (C_InsetInfo_CloseInfoCB): forward the ob parameter
10228         (CloseInfoCB): static_cast from ob->u_vdata instead.
10229         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
10230         instead. 
10231
10232         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
10233         (C_InsetError_CloseErrorCB): forward the ob parameter
10234         (CloseErrorCB): static_cast from ob->u_vdata instead.
10235
10236         * src/vspace.h: include LString.h since we use string in this class.
10237
10238         * src/vspace.C (lyx_advance): changed name from advance because of
10239         nameclash with stl. And since we cannot use namespaces yet...I
10240         used a lyx_ prefix instead. Expect this to change when we begin
10241         using namespaces.
10242
10243         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
10244
10245         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
10246         and removed now defunct constructor and deconstructor.
10247
10248         * src/BufferView.h: have backstack as a object not as a pointer.
10249         removed initialization from constructor. added include for BackStack 
10250
10251         * development/lyx.spec.in (%build): add CFLAGS also.
10252
10253         * src/screen.C (drawFrame): removed another warning.
10254
10255 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10256
10257         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
10258         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
10259         README and ANNOUNCE a bit for the next release. More work is
10260         needed, of course.
10261
10262         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
10263         unbreakable if we are in freespacing mode (LyX-Code), but not in
10264         latex mode.
10265
10266 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
10267
10268         * src/BackStack.h: fixed initialization order in constructor
10269
10270         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
10271
10272         * acinclude.m4 (VERSION): new rules for when a version is
10273         development, added also a variable for prerelease.
10274         (warnings): we set with_warnings=yes for prereleases
10275         (lyx_opt): prereleases compile with same optimization as development 
10276         (CXXFLAGS): only use pedantic if we are a development version 
10277
10278         * src/BufferView.C (restorePosition): don't do anything if the
10279         backstack is empty.
10280
10281         * src/BackStack.h: added member empty, use this to test if there
10282         is anything to pop...
10283
10284 1999-10-25  Juergen Vigna  <jug@sad.it>
10285
10286         * forms/form1.fd +
10287         * forms/layout_forms.fd +
10288         * forms/latexoptions.fd +
10289         * lyx.fd: changed for various form resize issues
10290
10291         * src/mathed/math_panel.C +
10292         * src/insets/inseterror.C +
10293         * src/insets/insetinfo.C +
10294         * src/insets/inseturl.C +
10295         * src/insets/inseturl.h +
10296         * src/LaTeXLog.C +
10297         * src/LyXSendto.C +
10298         * src/PaperLayout.C +
10299         * src/ParagraphExtra.C +
10300         * src/TableLayout.C +
10301         * src/form1.C +
10302         * src/layout_forms.C +
10303         * src/lyx.C +
10304         * src/lyx_cb.C +
10305         * src/lyx_gui.C +
10306         * src/lyxfr0.C +
10307         * src/lyxfunc.C +
10308         * src/lyxvc.C +
10309         * src/menus.C: fixed various resize issues. So now forms can be
10310         resized savely or not be resized at all.
10311         
10312         * forms/form_url.fd +
10313         * src/insets/form_url.[Ch]: added because it's cleaner and easier
10314         to modify IMO.
10315
10316         * src/insets/Makefile.am: added files form_url.[Ch]
10317         
10318 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10319
10320         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
10321         (and presumably 6.2).
10322
10323         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
10324         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
10325         remaining static member callbacks. 
10326
10327         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
10328         messages. 
10329
10330         * src/support/lyxstring.h: declare struct Srep as friend of
10331         lyxstring, since DEC cxx complains otherwise.
10332
10333 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10334
10335 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10336
10337         * src/LaTeX.C (run): made run_bibtex also depend on files with
10338         extension ".bst"
10339         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
10340         are put into the dependency file.
10341
10342         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
10343         the code has shown itself to work
10344         (create_ispell_pipe): removed another warning, added a comment
10345         instead. 
10346
10347         * src/minibuffer.C (ExecutingCB): removed code that has been
10348         commented out a long time
10349
10350         * src/lyxfunc.C (processKeyEvent): removed some very old commented
10351         out code + a warning.
10352
10353         * src/support/lyxstring.h: comment out the three private
10354         operators, when compiling with string ansi conforming compilers
10355         they make problems.
10356
10357         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
10358         unsigned char *.
10359         (pixmapFromBitmapData): change type of bdata to be unsigned char *
10360         (pixmapFromBitmapData): add a reinterpret_cast in the call to
10361         XCreateImage
10362
10363         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
10364         unsigned char *
10365
10366         * src/mathed/math_panel.C (create_math_panel): remove explicit
10367         casts
10368
10369         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
10370         unsigned char *.
10371
10372         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
10373         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
10374         to XCreatePixmapFromBitmapData
10375         (fl_set_bmtable_data): change the last argument to be unsigned
10376         char *
10377         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
10378         and bh to be unsigned int, remove explicit casts in call to
10379         XReadBitmapFileData.
10380
10381         * images/arrows.xbm: made the arrays unsigned char *
10382         * images/varsz.xbm: ditto
10383         * images/misc.xbm: ditto
10384         * images/greek.xbm: ditto
10385         * images/dots.xbm: ditto
10386         * images/brel.xbm: ditto
10387         * images/bop.xbm: ditto
10388
10389         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
10390
10391         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
10392         (LYX_PROG_CXX): added -pedantic to g++ compile options when
10393         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
10394         needed. 
10395         (LYX_CXX_CHEADERS): added <clocale> to the test. 
10396
10397 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
10398
10399         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
10400
10401         * src/support/lyxstring.C (append): fixed something that must be a
10402         bug, rep->assign was used instead of rep->append.
10403
10404         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
10405         and LOstream.h
10406
10407         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
10408         lyx insert double chars. Fix spotted by Kayvan.
10409
10410 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
10411
10412         * Fixed the tth support. I messed up with the Emacs patch apply feature
10413         and omitted the changes in lyxrc.C.
10414
10415 1999-10-22  Juergen Vigna  <jug@sad.it>
10416
10417         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
10418
10419         * src/lyx_cb.C (MenuInsertRef) + 
10420         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
10421         the form cannot be resized under it limits (fixes a segfault)
10422         
10423         * src/lyx.C (create_form_form_ref) +
10424         * forms/lyx.fd: Changed Gravity on name input field so that it is
10425         resized correctly.
10426
10427 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10428
10429         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
10430         <ostream> and <istream>.
10431         
10432         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
10433         whether <fstream> provides the latest standard features, or if we
10434         have an oldstyle library (like in egcs).
10435         (LYX_CXX_STL_STRING): fix the test.
10436
10437         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
10438         code on MODERN_STL_STREAM.
10439
10440         * src/support/lyxstring.h: use L{I,O}stream.h.
10441
10442         * src/support/L{I,O}stream.h: new files, designed to setup
10443         correctly streams for our use
10444           - includes the right header depending on STL capabilities
10445           - puts std::ostream and std::endl (for LOStream.h) or
10446           std::istream (LIStream.h) in toplevel namespace.
10447
10448 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10449
10450         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
10451         was a bib file that had been changed we ensure that bibtex is run.
10452         (runBibTeX): enhanced to extract the names of the bib files and
10453         getting their absolute path and enter them into the dep file.
10454         (findtexfile): static func that is used to look for tex-files,
10455         checks for absolute patchs and tries also with kpsewhich.
10456         Alternative ways of finding the correct files are wanted. Will
10457         probably be moved.
10458         (do_popen): function that runs a command using popen and returns
10459         the whole output of that command in a string. Should be moved to
10460         somewhere else.
10461
10462         * src/DepTable.[Ch] (extchanged): new function that returns true if a
10463         file with extension ext has changed.
10464
10465         * src/insets/figinset.C: added ifdef guards around the fl_free
10466         code that jug commented out. Now it is commented out when
10467         compiling with XForms == 0.89.
10468
10469         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
10470         to lyxstring.C, and only keep a forward declaration in
10471         lyxstring.h. Simplifies the header file a bit and should help a
10472         bit on compile time too. Also changes to Srep will not mandate a
10473         recompile of code just using string.
10474         (~lyxstring): definition moved here since it uses srep.
10475         (size): definition moved here since it uses srep.
10476
10477         * src/support/lyxstring.h: removed a couple of "inline" that should
10478         not be there.
10479
10480 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10481
10482         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
10483         the 'ob' argument.
10484
10485 1999-10-21  Juergen Vigna  <jug@sad.it>
10486
10487         * src/table.C (SetPWidth): Just a small fix so the alignment is not
10488         set to left if I just remove the width entry (or it is empty).
10489
10490         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
10491         paragraph when having dummy paragraphs.
10492
10493 1999-10-20  Juergen Vigna  <jug@sad.it>
10494
10495         * src/insets/figinset.C: just commented some fl_free_form calls
10496         and added warnings so that this calls should be activated later
10497         again. This avoids for now a segfault, but we have a memory leak!
10498
10499         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
10500         'const char * argument' to 'string argument', this should
10501         fix some Asserts() in lyxstring.C.
10502
10503         * src/lyxfunc.h: Removed the function argAsString(const char *)
10504         as it is not used anymore.
10505
10506 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
10507
10508         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
10509         get instead of >>
10510
10511         * src/Literate.h: some funcs moved from public to private to make
10512         interface clearer. Unneeded args removed.
10513
10514         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
10515         instead of lyxlex.
10516         (scanBuildLogFile): ditto
10517
10518         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
10519         normal TeX Error. Still room for improvement.
10520
10521         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
10522
10523         * src/buffer.C (insertErrors): changes to make the error
10524         desctription show properly.
10525
10526         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
10527         could never happen
10528
10529         * src/support/lyxstring.C (helper): changed to use
10530         sizeof(object->rep->ref).
10531         (operator>>): changed to use a pointer instead.
10532
10533         * src/support/lyxstring.h: changed const reference & to value_type
10534         const & lets see if that helps.
10535
10536 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
10537
10538         * Makefile.am (rpmdist): fixed to have non static package and
10539         verison.
10540
10541         * src/support/lyxstring.C: removed the compilation guards
10542
10543         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
10544         a bit clearer.
10545
10546         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
10547         conditional compile of lyxstring.Ch
10548
10549         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
10550         stupid check, but it is a lot better than the bastring hack. 
10551         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
10552
10553         * several files: changed string::erase into string::clear. Not
10554         really needed.
10555         
10556         * src/chset.C (encodeString): use a char temporary instead
10557
10558         * src/table.C (TexEndOfCell): added tostr around
10559         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
10560         (TexEndOfCell): ditto
10561         (TexEndOfCell): ditto
10562         (TexEndOfCell): ditto
10563         (DocBookEndOfCell): ditto
10564         (DocBookEndOfCell): ditto
10565         (DocBookEndOfCell): ditto
10566         (DocBookEndOfCell): ditto
10567
10568         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
10569
10570         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
10571
10572         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
10573         (MenuBuildProg): added tostr around ret
10574         (MenuRunChktex): added tostr around ret
10575         (DocumentApplyCB): added tostr around ret
10576
10577         * src/chset.C (encodeString): added tostr around t->ic
10578
10579         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
10580         (makeLaTeXFile): added tostr around tocdepth
10581         (makeLaTeXFile): added tostr around ftcound - 1
10582
10583         * src/insets/insetbib.C (setCounter): added tostr around counter.
10584
10585         * src/support/lyxstring.h: added an operator+=(int) to catch more
10586         mistakes. 
10587
10588         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
10589         (lyxstring): We DON'T allow NULL pointers.
10590
10591 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10592
10593         * src/mathed/math_macro.C (MathMacroArgument::Write,
10594         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
10595         when writing them out.
10596
10597         * src/LString.C: remove, since it is not used anymore.
10598         
10599         * src/support/lyxstring.C: condition the content to
10600         USE_INCLUDED_STRING macro.
10601
10602         * src/mathed/math_symbols.C, src/support/lstrings.C,
10603         src/support/lyxstring.C: add `using' directive to specify what
10604         we need in <algorithm>. I do not think that we need to
10605         conditionalize this, but any thought is appreciated.
10606
10607         * many files: change all callback functions to "C" linkage
10608         functions to please strict C++ compilers like DEC cxx 6.1 in mode
10609         strict_ansi. Those who were static are now global. 
10610             The case of callbacks which are static class members is
10611         trickier, since we have to make C wrappers around them (see
10612         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
10613         did not finish this yet, since it defeats the purpose of
10614         encapsulation, and I am not sure what the best route is.
10615
10616 1999-10-19  Juergen Vigna  <jug@sad.it>
10617
10618         * src/support/lyxstring.C (lyxstring): we permit to have a null
10619         pointer as assignment value and just don't assign it.
10620
10621         * src/vspace.C (nextToken): corrected this function substituting
10622         find_first(_not)_of with find_last_of.
10623
10624         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
10625         (TableOptCloseCB) (TableSpeCloseCB):
10626         inserted fl_set_focus call for problem with fl_hide_form() in
10627         xforms-0.89.
10628
10629 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10630
10631         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
10632         string. 
10633
10634 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10635
10636         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
10637         LyXLex::next() and not eatline() to get its argument.
10638
10639 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
10640
10641         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
10642         instead, use fstreams for io of the depfile, removed unneeded
10643         functions and variables. 
10644
10645         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
10646         vector instead, removed all functions and variables that is not in
10647         use.
10648
10649 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10650
10651         * src/buffer.C (insertErrors): use new interface to TeXError
10652
10653         * Makefile.am (rpmdist): added a rpmdist target
10654
10655         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
10656         per Kayvan's instructions.
10657
10658 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10659
10660         * src/Makefile.am: add a definition for localedir, so that locales
10661         are found after installation (Kayvan)
10662
10663 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10664
10665         * development/.cvsignore: new file.
10666
10667 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10668
10669         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
10670         C++ compiler provides wrappers for C headers and use our alternate
10671         version otherwise.
10672
10673         * configure.in: use LYX_CXX_CHEADERS.
10674
10675         * src/cheader/: new directory, populated with cname headers from
10676         libstdc++-2.8.1. They are a bit old, but probably good enough for
10677         what we want (support compilers who lack them).
10678         
10679         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
10680         from includes. It turns out is was stupid.
10681
10682 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10683
10684         * lib/Makefile.am (install-data-local): forgot a ';'
10685         (install-data-local): forgot a '\'
10686         (libinstalldirs): needed after all. reintroduced.
10687
10688 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
10689
10690         * configure.in (AC_OUTPUT): added lyx.spec
10691
10692         * development/lyx.spec: removed file
10693
10694         * development/lyx.spec.in: new file
10695
10696         * po/*.po: merged with lyx.pot becuase of make distcheck
10697         
10698         * lib/Makefile.am (dist-hook): added dist-hook so that
10699         documentation files will be included when doing a make
10700         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
10701         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
10702         conditional later.
10703         more: tried to make install do the right thing, exclude CVS dirs
10704         etc.
10705
10706         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
10707         Path would fit in more nicely.
10708
10709         * all files that used to use pathstack: uses now Path instead.
10710         This change was a lot easier than expected.
10711         
10712         * src/support/path.h: new file
10713
10714         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
10715
10716         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
10717
10718         * src/support/lyxstring.C (getline): Default arg was given for
10719         para 3. removed.
10720
10721         * Configure.cmd: removed file 
10722
10723 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10724
10725         * src/support/DebugStream.[Ch]: remove the explicit std:: before
10726         streams classes and types, add the proper 'using' statements when
10727         MODERN_STL is defined.
10728         
10729         * src/debug.h: move the << operator definition after the inclusion
10730         of DebugStream.h
10731
10732         * src/support/filetools.C: include "LAssert.h", which is needed
10733         later. 
10734
10735         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
10736         to includes. 
10737
10738         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
10739         include "debug.h" to define a proper ostream.
10740
10741 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
10742
10743         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
10744           method to the SystemCall class which can kill a process, but it's
10745           not fully implemented yet.
10746
10747         * src/*.C: Changed Systemcalls::Startscript() to startscript()
10748
10749         * src/support/FileInfo.h: Better documentation  
10750
10751         * src/lyxfunc.C: Added support for buffer-export html
10752         
10753         * src/menus.C: Added Export->As HTML...
10754         
10755         * lib/bind/*.bind: Added short-cut for buffer-export html
10756
10757         * src/lyxrc.*: Added support for new \tth_command
10758         
10759         * lib/lyxrc.example: Added stuff for new \tth_command
10760
10761 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10762
10763         * lib/Makefile.am (IMAGES): removed images/README
10764         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
10765         installes in correct place. Check permisions is installed
10766         correctly.
10767
10768         * src/LaTeX.C: some no-op changes moved declaration of some
10769         variables around.
10770
10771         * src/LaTeX.h (LATEX_H): changed include guard name
10772
10773 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10774
10775         * lib/reLyX/Makefile.am: install noweb2lyx.
10776
10777         * lib/Makefile.am: install configure. 
10778
10779         * lib/reLyX/configure.in: declare a config aux dir; set package
10780         name to lyx (not sure what the best solution is); generate noweb2lyx.
10781
10782         * lib/layouts/egs.layout: fix the bibliography layout.
10783
10784 1999-10-08  Jürgen Vigna <jug@sad.it>
10785
10786         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
10787         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
10788         it returned without continuing to search the path.
10789         
10790 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10791
10792         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
10793         also fixes a bug. It is not allowed to do tricks with std::strings
10794         like: string a("hei"); &a[e]; this will not give what you
10795         think... Any reason for the complexity in this func?
10796
10797 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
10798
10799         * Updated README and INSTALL a bit, mostly to check that my
10800         CVS rights are correctly set up.
10801
10802 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10803
10804         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
10805         does not allow '\0' chars but lyxstring and std::string does.
10806
10807 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
10808
10809         * autogen.sh (AUTOCONF): let the autogen script create the
10810         POTFILES.in file too. POTFILES.in should perhaps now not be
10811         included in the cvs module.
10812
10813         * some more files changed to use C++ includes instead of C ones.
10814
10815         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
10816         not assigned.
10817         (Reread): added tostr to nlink. buggy output otherwise.
10818         (Reread): added a string() around szMode when assigning to Buffer,
10819         without this I got a log of garbled info strings.
10820
10821         * acconfig.h: commented out the PTR_AS_INT macros. They should not
10822         be needed.
10823
10824         * I have added several ostream & operator<<(ostream &, some_type)
10825         functions. This has been done to avoid casting and warnings when
10826         outputting enums to lyxerr. This as thus eliminated a lot of
10827         explicit casts and has made the code clearer. Among the enums
10828         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
10829         mathed enums, some font enum the Debug::type enum. 
10830
10831         * src/support/lyxstring.h (clear): missing method. equivalent of
10832         erase(0, npos).
10833
10834         * all files that contained "stderr": rewrote constructs that used
10835         stderr to use lyxerr instead. (except bmtable)
10836
10837         * src/support/DebugStream.h (level): and the passed t with
10838         Debug::ANY to avoid spurious bits set.
10839
10840         * src/debug.h (Debug::type value): made it accept strings of the
10841         type INFO,INIT,KEY.
10842
10843         * configure.in (Check for programs): Added a check for kpsewhich,
10844         the latex generation will use this later to better the dicovery of
10845         all used files. 
10846
10847         * src/BufferView.C (create_view): we don't need to cast this to
10848         (void*) that is done automatically.
10849         (WorkAreaButtonPress): removed some dead code.
10850
10851 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10852
10853         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
10854         is not overwritten when translated (David Sua'rez de Lis).
10855
10856         * lib/CREDITS: Added David Sua'rez de Lis
10857
10858         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
10859
10860         * src/bufferparams.C (BufferParams): default input encoding is now
10861         "latin1" 
10862
10863         * acinclude.m4 (cross_compiling): comment out macro
10864         LYX_GXX_STRENGTH_REDUCE. 
10865
10866         * acconfig.h: make sure that const is not defined (to empty) when
10867         we are compiling C++. Remove commented out code using SIZEOF_xx
10868         macros.
10869         
10870         * configure.in : move the test for const and inline as late as
10871         possible so that these C tests do not interefere with C++ ones.
10872         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
10873         has not been proven. 
10874
10875 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10876
10877         * src/table.C (getDocBookAlign): remove bad default value for
10878         isColumn parameter.
10879
10880         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
10881         shortcut. 
10882         (ShowFileMenu2): ditto.
10883
10884         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
10885         of files to ignore.
10886
10887 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
10888
10889         * Most files: finished the change from the old error code to use
10890         DebugStream for all lyxerr debugging. Only minor changes remain
10891         (e.g. the setting of debug levels using strings instead of number) 
10892
10893 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
10894
10895         * src/layout.C (Add): Changed to use compare_no_case instead of
10896         strcasecmp.
10897
10898         * src/FontInfo.C: changed loop variable type too string::size_type.
10899
10900 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10901
10902         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
10903         set ETAGS_ARGS to --c++ 
10904
10905 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
10906
10907         * src/table.C (DocBookEndOfCell): commented out two unused variables
10908
10909         * src/paragraph.C: commented out four unused variables. 
10910
10911         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
10912         insed a if clause with type string::size_type.
10913
10914         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
10915         string::size_type.
10916
10917         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
10918
10919         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
10920         variable, also changed loop to go from 0 to lenght + 1, instead of
10921         -1 to length. This should be correct.
10922
10923         * src/LaTeX.C (scanError): use string::size_type as loop variable
10924         type.
10925
10926         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
10927         (l.896) since y_tmp and row was not used anyway.
10928
10929         * src/insets/insetref.C (escape): use string::size_type as loop
10930         variable type.
10931
10932         * src/insets/insetquotes.C (Width): use string::size_type as loop
10933         variable type.
10934         (Draw): use string::size_type as loop variable type.
10935
10936         * src/insets/insetlatexaccent.C (checkContents): use
10937         string::size_type as loop variable type.
10938
10939         * src/insets/insetlabel.C (escape): use string::size_type as loop
10940         variable type.
10941
10942         * src/insets/insetinfo.C: added an extern for current_view.
10943
10944         * src/insets/insetcommand.C (scanCommand): use string::size_type
10945         as loop variable type.
10946
10947         * most files: removed the RCS tags. With them we had to recompile
10948         a lot of files after a simple cvs commit. Also we have never used
10949         them for anything meaningful. 
10950
10951         * most files: tags-query-replace NULL 0. As adviced several plases
10952         we now use "0" instead of "NULL" in our code. 
10953
10954         * src/support/filetools.C (SpaceLess): use string::size_type as
10955         loop variable type.
10956
10957 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10958
10959         * src/paragraph.C: fixed up some more string stuff.
10960
10961 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
10962
10963         * src/support/filetools.h: make modestr a std::string.
10964
10965         * src/filetools.C (GetEnv): made ch really const.
10966
10967         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
10968         made code that used these use max/min from <algorithm> instead.
10969
10970         * changed several c library include files to their equivalent c++
10971         library include files. All is not changed yet.
10972
10973         * created a support subdir in src, put lyxstring and lstrings
10974         there + the extra files atexit, fileblock, strerror. Created
10975         Makefile.am. edited configure.in and src/Makefile.am to use this
10976         new subdir. More files moved to support.
10977
10978         * imported som of the functions from repository lyx, filetools
10979         
10980         * ran tags-query-replace on LString -> string, corrected the bogus
10981         cases. Tried to make use of lstrings.[hC], debugged a lot. There
10982         is still some errors in there. This is errors where too much or
10983         too litle get deleted from strings (string::erase, string::substr,
10984         string::replace), there can also be some off by one errors, or
10985         just plain wrong use of functions from lstrings. Viewing of quotes
10986         is wrong. 
10987
10988         * LyX is now running fairly well with string, but there are
10989         certainly some bugs yet (see above) also string is quite different
10990         from LString among others in that it does not allow null pointers
10991         passed in and will abort if it gets any.
10992         
10993         * Added the revtex4 files I forgot when setting up the repository.
10994
10995 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
10996
10997         * All over: Tried to clean everything up so that only the files
10998           that we really need are included in the cvs repository.
10999         * Switched to use automake.
11000         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
11001         * Install has not been checked.
11002
11003 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
11004
11005         * po/pt.po: Three errors:
11006                l.533 and l.538 format specification error
11007                l. 402 duplicate entry, I just deleted it.