]> git.lyx.org Git - lyx.git/blob - ChangeLog
a8fbc3bedfce988350b1971497b37101410f440a
[lyx.git] / ChangeLog
1 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * ChangeLog: cleanup.
4
5         * lib/CREDITS: update to add all the contributors we've forgotten.
6         I have obviously missed some, so tell me whether there were
7         errors.
8
9 2000-10-13  Marko Vendelin <markov@ioc.ee>
10
11         * src/frontends/gnome/FormCitation.C
12         * src/frontends/gnome/FormCitation.h
13         * src/frontends/gnome/FormError.C
14         * src/frontends/gnome/FormIndex.C
15         * src/frontends/gnome/FormRef.C
16         * src/frontends/gnome/FormRef.h
17         * src/frontends/gnome/FormUrl.C: hide dialogs on "update" signal
18
19         * src/frontends/gnome/FormCitation.C
20         * src/frontends/gnome/FormCopyright.C
21         * src/frontends/gnome/FormError.C
22         * src/frontends/gnome/FormIndex.C
23         * src/frontends/gnome/FormRef.C
24         * src/frontends/gnome/FormToc.C
25         * src/frontends/gnome/FormUrl.C: replacing gettext N_() with _() where
26         appropriate.
27         
28         * src/frontends/gnome/Menubar_pimpl.C
29         * src/frontends/gnome/Menubar_pimpl.h: using new Menu::expand method to
30         fill the menus.
31
32 2000-10-11  Baruch Even  <baruch.even@writeme.com>
33
34         * src/minibuffer.h:
35         * src/minibuffer.C: Changed the method ExecCommand to PrepareForCommand
36         to convey its real action. 
37
38         * src/minibuffer.C (peek_event): Added action when mouse clicks to
39         clear the minibuffer and prepare to enter a command.
40
41         * src/mathed/formula.C (LocalDispatch): Changed to conform with
42         the rename from ExecCommand to PrepareForCommand.
43         * src/lyxfunc.C (Dispatch): ditto.
44
45 2000-10-11  Baruch Even  <baruch.even@writeme.com>
46
47         * src/buffer.C (writeFile): Added test for errors on writing, this
48         catches all errors and not only file system full errors as intended.
49
50 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * src/lyx_gui.C (create_forms): better fix for crash with
53         translated interface.
54         
55 2000-10-12  John Levon  <moz@compsoc.man.ac.uk>
56
57         * src/frontends/kde/Makefile.am:
58         * src/frontends/kde/FormCopyright.C:
59         * src/frontends/kde/formcopyrightdialog.C:
60         * src/frontends/kde/formcopyrightdialog.h:
61         * src/frontends/kde/formcopyrightdialogdata.C:
62         * src/frontends/kde/formcopyrightdialogdata.h:
63         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg:
64         * src/frontends/kde/dlg/formcopyrightdialog.dlg: convert
65         copyright to use qtarch
66
67 2000-10-12  Dekel Tsur  <dekelts@tau.ac.il>
68
69         * src/encoding.C (read): Fixed bug that caused an error message at 
70         the end of the file.
71
72         * po/Makefile.in.in: Fixed rule for ext_l10n.h
73
74         * lib/lyxrc.example: Fixed hebrew example.
75
76 2000-10-13  Allan Rae <rae@lyx.org>
77
78         * src/frontends/xforms/FormPreferences.C (input): reworking the
79         checking 
80         (build, update, apply): New inputs in various tabfolders
81
82         * src/frontends/xforms/FormToc.C: use new button policy.
83         * src/frontends/ButtonPolicies.h (class IgnorantPolicy): for
84         dialogs that either can't use any existing policy or where it just
85         doesn't care. 
86
87         * src/frontends/xforms/FormTabular.h: removed copyright notice that
88         said it was mine.
89
90         * src/lyx_gui_misc.[Ch] (updateAllVisibleBufferRelatedDialogs):
91         added a bool parameter which is ignored.
92
93         * src/buffer.C (setReadonly):
94         * src/BufferView_pimpl.C (buffer): 
95         * src/frontends/kde/FormCopyright.h (update): 
96         * src/frontends/kde/FormCitation.[Ch] (update): 
97         * src/frontends/kde/FormIndex.[Ch] (update): 
98         * src/frontends/kde/FormPrint.[Ch] (update): 
99         * src/frontends/kde/FormRef.[Ch] (update): 
100         * src/frontends/kde/FormToc.[Ch] (update): 
101         * src/frontends/kde/FormUrl.[Ch] (update): 
102         * src/frontends/gnome/FormCopyright.h (update): 
103         * src/frontends/gnome/FormCitation.[Ch] (update): 
104         * src/frontends/gnome/FormError.[Ch] (update): 
105         * src/frontends/gnome/FormIndex.[Ch] (update): 
106         * src/frontends/gnome/FormPrint.[Ch] (update): 
107         * src/frontends/gnome/FormRef.h (update): 
108         * src/frontends/gnome/FormToc.[Ch] (update): 
109         * src/frontends/gnome/FormUrl.[Ch] (update): 
110         * src/frontends/xforms/FormGraphics.[Ch] (update): reflect new changes
111         to updateBufferDependent and DialogBase
112
113         * src/frontends/xforms/FormCitation.[hC]: 
114         * src/frontends/xforms/FormDocument.[hC]: also removed restore()
115         * src/frontends/xforms/FormError.[Ch]: 
116         * src/frontends/xforms/FormGraphics.[Ch]: 
117         * src/frontends/xforms/FormIndex.[Ch]: 
118         * src/frontends/xforms/FormParagraph.[Ch]: also added missing "virtual"s
119         and fixed readOnly handling.
120         * src/frontends/xforms/FormPrint.[Ch]: 
121         * src/frontends/xforms/FormRef.[Ch]: 
122         * src/frontends/xforms/FormTabular.[Ch]:
123         * src/frontends/xforms/FormToc.[Ch]:
124         * src/frontends/xforms/FormUrl.[Ch]: 
125         * src/frontends/xforms/FormInset.[Ch]:
126         * src/frontends/xforms/FormBase.[hC]: modifications to use the new
127         form of updateBufferDependent.
128
129         * src/frontends/xforms/FormBase.C (hide): only call disconnect()
130         if form()->visible just in case someone does stuff to the form in a
131         derived class.
132
133         * src/frontends/DialogBase.h (enum): removed enum since we can now use
134         the buttoncontroller for everything the enum used to be used for.
135         (update) It would seem we need to force all dialogs to use a bool
136         parameter or have two update functions.  I chose to go with one.
137         I did try removing update() from here and FormBase and defining the
138         appropriate update signatures in FormBaseB[DI] but then ran into the
139         problem of the update() call in FormBase::show().  Whatever I did
140         to get around that would require another function and that just
141         got more confusing.  Hence the decision to make everyone have an
142         update(bool). An alternative might have been to override show() in
143         FormBaseB[DI] and that would allow the different and appropriate
144         update signatures. 
145
146         * src/frontends/Dialogs.h (updateBufferDependent): now takes a bool.
147         true == buffer change occurred.  I decided against using a default
148         template parameter since not all compilers support that at present.
149
150 2000-10-11  Angus Leeming <a.leeming@ic.ac.uk>
151
152         * src/frontends/xforms/FormBase.[Ch] (FormBase) : made less of a "swiss
153         army knife" by removing functionality.
154         (clearStore): removed. All such housekeeping on hide()ing the dialog
155         is to be carried out by overloaded disconnect() methods.
156         (dialogIsOpen): removed. Relevant only to Inset dialogs anyway, but
157         superceded by Baruch's neat test (FormGraphics) to update an existing
158         dialog if a new signal is recieved rather than block all new signals
159         until it is closed.
160         (cba_, parent_, updateOrHide): removed to new FormInset class. Relevant
161         only to Inset dialogs.
162         (FormBaseBI, FormBaseBD): new classes derived from FormBase for
163         "Buffer Independent" and "Buffer Dependent" dialogs respectively.
164
165         * src/frontends/xforms/FormCommand.[Ch]: renamed as FormInset.[Ch]
166
167         * src/frontends/xforms/FormInset.[Ch] (FormInset): New class, defined
168         as a base class to all inset dialogs. Used solely to connect/disconnect
169         the Inset::hide signal and to define what action to take on receipt of
170         a UpdateBufferDependent signal.
171         (FormCommand): now derived from FormInset.
172
173         * src/frontends/xforms/FormCitation.[Ch] (clearStore): reworked as
174         disconnect().
175
176         * src/frontends/xforms/FormCopyright.[Ch]:
177         * src/frontends/xforms/FormPreferences.[Ch]:
178         now derived from FormBaseBI.
179
180         * src/frontends/xforms/FormDocument.[Ch]:
181         * src/frontends/xforms/FormParagraph.[Ch]:
182         * src/frontends/xforms/FormPrint.[Ch]:
183         now derived from FormBaseBD.
184
185         * src/frontends/xforms/FormError.[Ch]: now derived from FormInset.
186
187         * src/frontends/xforms/FormCitation.[Ch]:
188         * src/frontends/xforms/FormError.[Ch]:
189         * src/frontends/xforms/FormRef.[Ch]:
190         * src/frontends/xforms/FormToc.[Ch]:
191         (clearStore): reworked as disconnect().
192
193         * src/frontends/xforms/Makefile.am: removed FormCommand.[Ch], adding
194         FormInset.[Ch].
195
196 2000-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
197
198         * src/converter.C (runLaTeX): constify buffer argument
199         (scanLog): ditto.
200
201         * src/frontends/support/Makefile.am (INCLUDES): fix.
202
203         * src/buffer.h: add std:: qualifier
204         * src/insets/figinset.C (addpidwait): ditto
205         * src/MenuBackend.C: ditto
206         * src/buffer.C: ditto
207         * src/bufferlist.C: ditto
208         * src/layout.C: ditto
209         * src/lyxfunc.C: ditto
210
211 2000-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
212
213         * src/lyxtext.h (bidi_level): change return type to
214         LyXParagraph::size_type. 
215
216         * src/lyxparagraph.h: change size_type to
217         TextContainer::difference_type. This should really be
218         TextContainer::size_type, but we need currently to support signed
219         values. 
220
221 2000-10-11  Marko Vendelin <markov@ioc.ee>
222         * src/frontends/gnome/FormError.h
223         * src/frontends/gnome/FormRef.C
224         * src/frontends/gnome/FormRef.h
225         * src/frontends/gnome/FormError.C
226         * src/frontends/gnome/Makefile.am
227         * src/frontends/gnome/pixbutton.h: FormError and FormRef are ported 
228         to Gnome frontend. Both dialogs use "action" area.
229
230 2000-10-12  Baruch Even  <baruch.even@writeme.com>
231
232         * src/graphics/GraphicsCacheItem_pimpl.C:
233         * src/graphics/Renderer.C:
234         * src/graphics/XPM_Renderer.C: Corrected resolution of conflicts.
235         It now compiles.
236
237 2000-10-12  Juergen Vigna  <jug@sad.it>
238
239         * src/insets/insettext.C (draw): fixed drawing bug (specifically
240         visible when selecting).
241
242         * development/Code_rules/Rules: fixed some typos.
243
244 2000-10-09  Baruch Even  <baruch.even@writeme.com>
245
246         * src/filedlg.C (GroupCache::find): de-inlined the function, makes
247         compiling on egcs 1.1.2 possible.
248         
249         * src/filedlg.C (comp_direntry::operator() ): ditto.
250
251 2000-08-31  Baruch Even  <baruch.even@writeme.com>
252
253         * src/lyx_cb.[hC] (ShowMessage): Result of the const-ificiation of the 
254         Buffer parameter.
255
256         * src/frontends/xforms/FormGraphics.C: Changed the dialog to be
257         transient it now only gets freed when the object is destructed.
258
259 2000-08-24  Baruch Even  <baruch.even@writeme.com>
260
261         * src/frontends/FormGraphics.h:
262         * src/frontends/FormGraphics.C: Changed to use ButtonController and
263         ButtonPolicies.
264
265 2000-08-20  Baruch Even  <baruch.even@writeme.com>
266
267         * src/insets/insetgraphics.C:
268         (draw): Added messages to the drawn rectangle to report status.
269         (updateInset): Disabled the use of the inline graphics,
270         (draw): ditto.
271
272 2000-08-17  Baruch Even  <baruch.even@writeme.com>
273
274         * src/frontends/support: Directory added for the support of GUII LyX.
275
276         * src/frontends/support/LyXImage.h:     
277         * src/frontends/support/LyXImage.C:  Base class for GUII holding of
278         images.
279
280         * src/frontends/support/LyXImage_X.h:
281         * src/frontends/support/LyXImage_X.C: Implementation of the Xlib
282         version of LyXImage, this uses the Xlib Pixmap.
283
284         * src/PainterBase.h:
285         * src/PainterBase.C:
286         * src/Painter.h:
287         * src/Painter.C: Added a new method image() to draw LyXImage-s, a GUII 
288         replacement     to Pixmap.
289
290         * src/insets/insetgraphics.h:
291         * src/insets/insetgraphics.C:
292         * src/graphics/GraphicsCacheItem.h:
293         * src/graphics/GraphicsCacheItem.C:
294         * src/graphics/GraphicsCacheItem_pimpl.h:
295         * src/graphics/GraphicsCacheItem_pimpl.C: Changed to use LyXImage
296         instead  of Pixmap.
297
298         * src/graphics/GraphicsCacheItem.h:
299         * src/graphics/GraphicsCacheItem.C: Added the Clone() method to create 
300         another copy of the object.
301
302         * src/insets/insetgraphics.C (Clone): Changed to create a second copy
303         of cacheHandle, this fixed a bug that sent LyX crashing.
304
305         * src/graphics/XPM_Renderer.h:
306         * src/graphics/XPM_Renderer.C:
307         * src/graphics/EPS_Renderer.h:
308         * src/graphics/EPS_Renderer.C: Changed to Unix LF from DOS CRLF.
309
310 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
311
312         * src/lyxfunc.C (processKeySym): only handle the
313         lockinginset/inset stuff if we have a buffer and text loaded...
314
315         * lib/Makefile.am (EXTRA_DIST): add encodings and languages
316
317 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
318
319         * src/support/lyxfunctional.h: add operator= that takes a reference
320
321         * src/lyxserver.C (mkfifo): make first arg const
322
323         * src/layout.h: renamed name(...) to setName(...) to work around
324         bugs in egcs.
325
326         * src/buffer.C (setFileName): had to change name of function to
327         work around bugs in egcs. (renamed from fileName) 
328
329 2000-10-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
330
331         * src/support/translator.h: move helper template classes to
332         lyxfunctional.h, include "support/lyxfunctional.h"
333
334         * src/support/lyxmanip.h: add delaration of fmt
335
336         * src/support/lyxfunctional.h: new file
337         (class_fun_t): new template class
338         (class_fun): helper template function
339         (back_insert_fun_iterator): new template class
340         (back_inserter_fun): helper template function
341         (compare_memfun_t): new template class
342         (compare_memfun): helper template function
343         (equal_1st_in_pair): moved here from translator
344         (equal_2nd_in_pair): moved here from translator
345
346         * src/support/fmt.C: new file
347         (fmt): new func, can be used for a printf substitute when still
348         using iostreams ex. lyxerr << fmt("Hello %s", "Jürgen") << endl;
349
350         * src/support/StrPool.C: add some comments
351
352         * src/support/Makefile.am (libsupport_la_SOURCES): add fmt.C and
353         lyxfunctional.h
354
355         * src/insets/figinset.C (addpidwait): use std::copy with
356         ostream_iterator to fill the pidwaitlist
357
358         * src/graphics/XPM_Renderer.C (renderImage): use ScreenOfDisplay
359
360         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): remove
361         c_str() 
362
363         * src/frontends/xforms/Menubar_pimpl.C: make several file scope
364         variables static
365
366         * src/frontends/xforms/FormParagraph.C (input): use lyx::atoi
367
368         * src/frontends/xforms/FormDocument.C (build): remove c_str()
369         (class_update): ditto
370         (BulletPanel): ditto
371         (CheckChoiceClass): move initialization of tc and tct
372
373         * src/tabular.C: remove current_view
374         (OldFormatRead): similar to right below [istream::ignore]
375
376         * src/lyxlex_pimpl.C (next): add code for faster skipping of
377         chars, unfortunately this is buggy on gcc 2.95.2, so currently
378         unused [istream::ignore]
379
380         * src/lyxfunc.C: include "support/lyxfunctional.h"
381         (getInsetByCode): use std::find_if and compare_memfun
382
383         * src/lyxfont.C (stateText): remove c_str()
384
385         * src/lyx_main.C (setDebuggingLevel): make static
386         (commandLineHelp): make static
387
388         * src/lyx_gui_misc.C (getScreenDPI): use ScreenOfDisplay to get
389         Screen* together with fl_get_display() and fl_screen
390
391         * src/lyx_gui.C (LyXGUI): use ScreenOfDisplay to get Screen*
392         togheter with fl_get_display() and fl_screen
393         (create_forms): remove c_str()
394
395         * src/layout.C: include "support/lyxfunctional.h"
396         (hasLayout): use std::find_if and compare_memfun
397         (GetLayout): use std::find_if and comapre_memfun
398         (delete_layout): use std::remove_if and compare_memfun
399         (NumberOfClass): use std:.find_if and compare_memfun
400
401         * src/gettext.h: change for the new functions
402
403         * src/gettext.C: new file, make _(char const * str) and _(string
404         const & str) real functions.
405
406         * src/font.C (width): rewrite slightly to avoid one extra variable
407
408         * src/debug.C: initialize Debug::ANY here
409
410         * src/commandtags.h: update number comments
411
412         * src/combox.h (get): make const func
413         (empty): make const
414         (getline): make const
415
416         * src/combox.C (input_cb): handle case where fl_get_input can
417         return NULL
418
419         * src/bufferlist.C: add <functional>, "support/lyxmanip.h",
420         "support/lyxfunctional.h", remove current_view variable.
421         (resize): use std::for_each with std::mem_fun
422         (getFileNames): use std::copy with back_inserter_fun
423         (getBuffer): change arg type to unsigned int
424         (emergencyWriteAll): call emergencyWrite with std::for_each and
425         class_fun.
426         (emergencyWrite): new method, the for loop in emergencyWriteAll
427         has been unrolled.
428         (exists): use std::find_if with compare_memfun
429         (getBuffer): use std::find_if and compare_memfun
430
431         * src/buffer.h: add typedefs for iterator_category, value_type
432         difference_type, pointer and reference for inset_iterator
433         add postfix ++ for inset_iterator
434         make inset_iterator::getPos() const
435
436         * src/buffer.C: added support/lyxmanip.h
437         (readFile): use lyxerr << fmt instead of printf
438         (makeLaTeXFile): use std::copy to write out encodings
439
440         * src/Painter.C (text): rewrite slightly to avoid extra font variable
441
442         * src/MenuBackend.C (read): remove c_str(), as well as strdup and
443         free and the char * temp.
444         (hasMenu): use std::find_if and compare_memfun
445         (getMenu): ditto
446
447         * src/Makefile.am (lyx_SOURCES): added gettext.C
448
449         * src/LyXAction.C (retrieveActionArg): clear the arg, use
450         string::insert small change to avoid temporary
451
452         * src/LColor.C (getGUIName): remove c_str()
453
454         * several files: change all occurrences of fl_display to
455         fl_get_display() 
456
457         * config/lyxinclude.m4 (LYX_PROG_CXX): add a 2.97 clause so
458         that -pedantic is not used for gcc 2.97 (cvs gcc)
459
460         * boost/Makefile.am: begin slowly to prepare for a real boost lib
461
462 2000-10-11  Allan Rae  <rae@lyx.org>
463
464         * src/frontends/xforms/FormPreferences.C (input): template path must be
465         a readable directory.  It doesn't need to be writeable.
466         (build, delete, update, apply): New inputs in the various tabfolders
467
468         * src/frontends/xforms/forms/form_preferences.fd: 
469         * src/frontends/xforms/FormPreferences.h: New tabfolder and added
470         several new entries to existing folders.  Shuffled some existing stuff
471         around. 
472
473         * src/frontends/xforms/forms/form_print.fd: 
474         * src/frontends/xforms/FormPrint.C (apply): rename unsorted to collated.
475         Should probably rework PrinterParams as well.  Note that the switch to
476         collated is effectively the same as !unsorted so changing PrinterParams
477         will require a lot of fiddly changes to reverse the existing logic.
478
479         * src/lyx_cb.C (TimerCB): cleaned up Angus's patch.
480
481 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
482
483         * src/lyx_cb.C (TimerCB): fix crash when fd_form_title doesn't exist.
484
485 2000-10-10  Allan Rae <rae@lyx.org>
486
487         * src/lyxrc.[Ch]:
488         * src/lyxfunc.C (Dispatch): 
489         * src/lyx_gui.C: 
490         * src/BufferView_pimpl.C (scrollCB): cursor_follows_scrollbar made a
491         member of LyXRC
492
493         * src/lyxrc.C (output): Only write the differences between system lyxrc
494         and the users settings.
495
496         * src/lyx_main.C:
497         * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
498         system_lyxrc. 
499         I'll rewrite this later, after 1.1.6 probably, to keep a single
500         LyXRC but two instances of a LyXRCStruct.
501
502 2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
503
504         * lib/Makefile.am (pkgdata_DATA): add encoding and languages
505
506         * src/tabular.h: add a few std:: qualifiers.
507
508         * src/encoding.C: add using directive.
509         * src/language.C: ditto.
510
511         * src/insets/insetquotes.C (Validate): use languages->lang()
512         instead of only language.
513
514 2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
515
516         * lib/languages: New file.
517
518         * lib/encodings: New file.
519
520         * src/language.C (Languages): New class.
521         (read): New method. Reads the languages from the 'languages' file.
522
523         * src/encoding.C (Encodings): New class.
524         (read): New method. Reads the encodings from the 'encodings' file.
525
526         * src/lyx_main.C (init): Call to LyXSetStyle() after languages
527         initialization.
528
529         * src/bufferparams.h and a lot of files: Deleted the member language,
530         and renamed language_info to language
531
532         * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
533         * src/lyxfont.C (latexWriteStartChanges): ditto.
534         * src/paragraph.C (validate,TeXOnePar): ditto.
535         
536         * src/lyxfont.C (update): Restored deleted code.
537
538         * src/frontends/xforms/FormDocument.C (build): Made the combox taller
539
540 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
541
542         * src/BufferView_pimpl.C (buffer): cleaned up a little.
543
544         * src/insets/figinset.[Ch]:
545         * src/insets/insetinclude.[Ch]:
546         * src/insets/insetinclude.[Ch]:
547         * src/insets/insetparent.[Ch]:
548         * src/insets/insetref.[Ch]:
549         * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
550
551         * src/insets/*.[Ch]:
552         * src/mathed/formula.[Ch]:
553         * src/mathed/formulamacro.C (Clone): passed Buffer const &.
554
555         * src/buffer.C (parseSingleLyXformat2Token, readInset):
556         * src/lyx_cb.C (FigureApplyCB):
557         * src/lyxfunc.C (getStatus, Dispatch):
558         * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
559         insets.
560
561         * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
562
563         * src/converter.[Ch] (Formats::View):
564         * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
565
566         * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
567         *current_view->buffer(). This will change later, but this patch is way
568         big enough already!
569
570 2000-10-09  Juergen Vigna  <jug@sad.it>
571
572         * src/text.C (GetRow): small fix.
573
574         * src/BufferView_pimpl.C (cursorPrevious): 
575         (cursorNext): added LyXText parameter to function.
576
577         * src/insets/insettabular.C (LocalDispatch): activate cell inset on
578         keypress depending on cursor position.
579
580 2000-10-06  Juergen Vigna  <jug@sad.it>
581
582         * src/insets/insettabular.C (Ascii): finally call right ascii-function.
583         (copySelection): redone this function and also copy ascii representa-
584         tion to clipboard.
585
586         * src/tabular.C (Ascii): 
587         (AsciiPrintCell): 
588         (AsciiBottomHLine): 
589         (AsciiTopHLine): 
590         (print_n_chars): new functions to realize the ascii export of tabulars.
591
592 2000-10-05  Juergen Vigna  <jug@sad.it>
593
594         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
595         if we don't have a buffer.
596
597 2000-10-10  Allan Rae  <rae@lyx.org>
598
599         * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
600         with closing dialog.  It seems that nested tabfolders require hiding
601         of inner tabfolders before hiding the dialog itself.  Actually all I
602         did was hide the active outer folder.
603
604         * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
605         unless there really is a buffer.  hideBufferDependent is called
606         instead.
607
608         * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
609         POTFILES.in stays in $(srcdir).
610
611 2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
612
613         * lib/lyxrc.example: Few changes.
614
615 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
616
617         * src/BufferView_pimpl.C (buffer): only need one the
618         updateBufferDependent signal to be emitted once! Moved to the end of
619         the method to allow bv_->text to be updated first.
620
621         * src/frontends/xforms/FormBase.[Ch]: replaced the two signals uSignal_
622         and hSignal_ with Dialogs * and BufferDependency variables.
623         New Buffer * parent_, initialised when the dialog is launched. Used to
624         check whether to update() or hide() dialog in the new, private
625         updateOrHide() method that is connected to the updateBufferDependent
626         signal. Daughter classes dictate what to do using the
627         ChangedBufferAction enum, passed to the c-tor.
628
629         * src/frontends/xforms/FormCitation.C:
630         * src/frontends/xforms/FormCommand.C:
631         * src/frontends/xforms/FormCopyright.C:
632         * src/frontends/xforms/FormDocument.C:
633         * src/frontends/xforms/FormError.C:
634         * src/frontends/xforms/FormIndex.C:
635         * src/frontends/xforms/FormPreferences.C:
636         * src/frontends/xforms/FormPrint.C:
637         * src/frontends/xforms/FormRef.C:
638         * src/frontends/xforms/FormToc.C:
639         * src/frontends/xforms/FormUrl.C (c-tor): modified call to FormBase
640         c-tor.
641
642         * src/frontends/xforms/FormCommand.[Ch] (c-tor) passed a
643         ChangedBufferAction enum.
644
645         * src/frontends/xforms/FormParagraph.[Ch]
646         * src/frontends/xforms/forms/form_paragraph.fd: now derived from
647         FormBase.
648         
649 2000-10-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
650
651         * lib/bind/cua.bind: fix a bit.
652         * lib/bind/emacs.bind: ditto.
653
654         * lib/bind/menus.bind: remove real menu entries from there.
655
656         * src/spellchecker.C: make sure we only include strings.h when
657         _AIX is defined.        
658
659 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
660
661         * src/frontends/xforms/Menubar_pimpl.C (get_new_submenu): New
662         function. It enlarges the maximum number of pup when needed.
663         (add_toc2): Open a new menu if maximum number of items per menu has 
664         reached.
665         
666 2000-10-05  John Levon  <moz@compsoc.man.ac.uk>
667
668         * src/frontends/kde/FormPrint.C: fix error reporting
669
670         * src/frontends/xforms/FormDocument.C: fix compiler
671         warnings
672
673         * lib/.cvsignore: add Literate.nw
674
675 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
676
677         * buffer.C
678         * bufferview_funcs.[Ch]
679         * lyxfont.[Ch]
680         * text.C
681         * text2.C: Add support for numbers in RTL text.
682
683 2000-10-06  Allan Rae  <rae@lyx.org>
684
685         * po/Makefile.in.in (POTFILES.in, POTFILES): Fixed
686         to be gettext.m4 friendly again.  ext_l10n.h is now
687         generated into $top_srcdir instead of $top_builddir
688         so that lyx.pot will be built correctly -- without
689         duplicate parsing of ext_l10n.h.
690
691 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
692
693         * src/frontends/kde/FormCitation.C: make the dialog
694         behave more sensibly
695
696 2000-10-03  John Levon  <moz@compsoc.man.ac.uk>
697
698         * config/kde.m4: fix consecutive ./configure runs,
699         look for qtarch, fix library order
700
701         * src/frontends/kde/Makefile.am: tidy up,
702         add Print dialog, add .dlg dependencies
703
704         * src/frontends/kde/FormPrint.C:
705         * src/frontends/kde/FormPrint.h:
706         * src/frontends/kde/formprintdialog.C:
707         * src/frontends/kde/formprintdialog.h:
708         * src/frontends/kde/formprintdialogdata.C:
709         * src/frontends/kde/formprintdialogdata.h:
710         * src/frontends/kde/dlg/formprintdialog.dlg: add
711         print dialog
712
713         * src/frontends/kde/dlg/README: Added explanatory readme
714         
715         * src/frontends/kde/dlg/checkinitorder.pl: small perl
716         script to double-check qtarch's output
717
718         * src/frontends/kde/formindexdialog.C:
719         * src/frontends/kde/formindexdialogdata.C:
720         * src/frontends/kde/formindexdialogdata.h:
721         * src/frontends/kde/dlg/formindexdialog.dlg: update
722         for qtarch, minor fixes
723
724 2000-10-05  Allan Rae  <rae@lyx.org>
725
726         * src/BufferView_pimpl.C (buffer): don't hide all buffer dependent
727         dialogs when switching buffers update them instead.  It's up to each
728         dialog to decide if it should still be visible or not.
729         update() should return a bool to control visiblity within show().
730         Or perhaps better to set a member variable and use that to control
731         visibility.
732
733         * lib/build-listerrors: create an empty "listerrors" file just to stop
734         make trying to regenerate it all the time if you don't have noweb
735         installed.
736
737         * .cvsignore: ignore distdir and dist.tar.gz using rule lyx-*
738
739         * po/Makefile.in.in (ext_l10n.h): added a rule to build
740         $(top_builddir)/src/ext_l10n.h.  The rule has to go here because po/
741         is built before src/ and ext_l10n.h isn't actually needed to build lyx.
742         (POTFILES.in): added a rule to build POTFILES.in.  It is also now safe
743         to rebuild POTFILES.in with scrap *.[hC] files in xforms/forms/.
744
745         * autogen.sh: po/POTFILES.in and src/ext_l10n.h now generated by make.
746
747 2000-10-04  Angus Leeming <a.leeming@ic.ac.uk>
748
749         * src/BufferView_pimpl.C (buffer): emit hideBufferDependent when
750         deleting buffer. Closes all buffer-dependent dialogs.
751
752         * src/frontends/xforms/FormBase.[Ch] (input): modified to pass
753         FL_OBJECT * also.
754         * src/frontends/xforms/FormCitation.[Ch]:
755         * src/frontends/xforms/FormPreferences.[Ch]:
756         * src/frontends/xforms/FormPrint.[Ch]:
757         * src/frontends/xforms/FormRef.[Ch]:
758         * src/frontends/xforms/FormUrl.[Ch]: ditto
759
760         * src/frontends/xforms/FormDocument.[Ch]:
761         * src/frontends/xforms/forms/form_document.C.patch:
762         * src/frontends/xforms/forms/form_document.fd: all input callbacks now
763         pass through a single input() function.
764
765 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
766
767         * lib/build-listerrors: return status as OK
768
769 2000-10-04  Dekel Tsur  <dekelts@tau.ac.il>
770
771         * lib/lyxrc.example: Updated to new export code
772
773 2000-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
774
775         * src/mathed/math_parser.C (LexInitCodes): set lexcode of "@" to
776         LexAlpha. 
777
778         * src/mathed/formula.C (LocalDispatch): add '@' as an LM_TC_VAR
779         character. 
780
781         * lib/layouts/amsart.layout: include lyxmacros.inc, so that
782         LyX-Code is defined.
783         * lib/layouts/amsbook.layout: ditto.
784
785         * boost/Makefile.am: fix typo. 
786
787         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): use
788         Menu::expand. 
789         (add_lastfiles): removed.
790         (add_documents): removed.
791         (add_formats): removed.
792
793         * src/frontends/Menubar.C: remove useless "using" directive.
794
795         * src/MenuBackend.h: add a new MenuItem constructor.
796
797         * src/MenuBackend.[Ch] (Menu::expand): new method. Used in the
798         xforms frontend.
799
800 2000-10-04  Allan Rae  <rae@lyx.org>
801
802         * lib/Makefile.am (listerrors):
803         * lib/build-listerrors: make $builddir != $srcdir compiles work again.
804         I haven't got notangle installed so Kayvan please test. The output
805         should end up in $builddir.  This also allows people who don't have
806         noweb installed to complete the make process without error.
807
808         * src/frontends/xforms/FormCommand.[Ch] (showInset):
809         * src/frontends/xforms/FormError.[Ch] (showInset): fix warnings found
810         by JMarc's picky compiler.
811
812 2000-10-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
813
814
815         * src/insets/insettabular.C (setPos): change for loop to not use
816         sequencing operator. Please check this Jürgen.
817
818         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use "c"
819         instead of 'c'
820         * src/insets/insetcite.C (getScreenLabel): ditto
821         * src/support/filetools.C (QuoteName): ditto
822         (ChangeExtension): ditto
823
824         * src/BufferView_pimpl.C (scrollCB): make heigt int
825
826         * src/BufferView2.C (insertInset): comment out unused arg
827
828         * boost/Makefile.am (EXTRADIST): new variable
829
830 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
831
832         * src/exporter.C (IsExportable): Fixed
833         
834         * lib/configure.m4: Small fix
835
836 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
837
838         * src/insets/insetbutton.C (width): Changed to work with no GUI.
839         * src/insets/insetbib.C (bibitemWidest): ditto.
840         * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto.
841              
842 2000-10-03  Juergen Vigna  <jug@sad.it>
843
844         * src/BufferView2.C (theLockingInset): removed const because of
845         Agnus's compile problems.
846
847         * src/insets/insettext.C (LocalDispatch): set the language of the
848         surronding paragraph on inserting the first character.
849
850         * various files: changed use of BufferView::the_locking_inset.
851         
852         * src/BufferView2.C (theLockingInset): 
853         (theLockingInset): new functions.
854
855         * src/BufferView.h: removed the_locking_inset.
856
857         * src/lyxtext.h: added the_locking_inset
858
859         * src/BufferView_pimpl.C (checkInsetHit): y_tmp form uint to int.
860
861         * src/insets/lyxinset.h: added bool to ShowInsetCursor definition.
862
863 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
864
865         * src/mathed/formula.C (IsMacro): declared but not referenced; removed.
866         * src/mathed/math_cursor.C (IsAlpha): ditto.
867         * src/mathed/math_inset.C (strnew): ditto.
868         * src/mathed/math_iter.C: SizeFont declared but not referenced;removed.
869         (IMetrics): cxp set but never used; removed.
870         * src/insets/figinset.C (InitFigures): removed redundant for loop, now
871         that the variable in question has been removed also!
872
873
874         * src/insets/insetbib.[Ch]: remove need to store Buffer * owner by
875         using the Buffer * passed to Latex(), using the BufferView * passed to
876         bibitemMaxWidth() bibitemWidest() and by passing a Buffer* to getKeys()
877
878         * src/insets/insetinclude.C: use the Buffer * passed to Latex(),
879         Linuxdoc() and DocBook() rather than the stored Buffer * master.
880
881         * src/lyxfunc.C (Dispatch): used new InsetBibtex c-tor
882         * src/buffer.C (readInset): used new InsetBibtex c-tor
883         * (getBibkeyList): used new InsetBibtex::getKeys
884
885 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
886
887         * lib/configure.m4
888         * lib/build-listerrors
889         * src/converter.C
890         * src/exporter.C: Add literate programming support to the export code
891
892         * src/buffer.C
893         * src/lyx_cb.C: Remove old literate code.
894
895         * src/lyxrc.[Ch]: Remove many obsolete (due to new export code)
896         variables.
897
898         * src/lyxfunc.C (getStatus): Use Exporter::IsExportable
899         * src/converter.C (View, Convert): Use QuoteName.
900
901         * src/insets/figinset.C (Preview): Use Formats::View.
902
903         * lib/configure.m4: Add sgml->dvi converter to lyxrc.default
904         
905 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
906
907         * src/lyxfunc.C (Dispatch): move declaration of text variable at
908         the top of the function, because compaq cxx complains that the
909         "goto exit_with_message" when the function is disabled bypasses
910         its initialization.
911         (MenuNew): try a better fix for the generation of new file names.
912         This time, I used AddName() instead of AddPath(), hoping Juergen
913         will be happier :)
914
915 2000-10-03  Allan Rae  <rae@lyx.org>
916
917         * src/frontends/xforms/forms/form_preferences.fd:
918         * src/frontends/xforms/FormPreferences.[Ch]: redesign of dialog using
919         nested tabfolders has begun.  The old "Miscellaneous" was renamed as
920         "Look and Feel"->"General" but will need to be split up further into
921         general output and general input tabs.  Current plan is for four outer
922         tabfolders: "Look and Feel" for colours, bindings, fonts and other HCI
923         stuff; "Inputs" for input and import configuration; "Outputs" for
924         output and export configuration; and one more whatever is left over
925         called "General".  The leftovers at present look like being which
926         viewers to use, spellchecker, language support and might be better
927         named "Support".  I've put "Paths" in "Inputs" for the moment as this
928         seems reasonable for now at least.
929         One problem remains: X error kills LyX when you close Preferences.
930
931 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
932
933         * src/frontends/xforms/FormBase.[Ch]: removed "meaningless" const.
934         qualifier from form()
935         * src/frontends/xforms/FormCitation.[Ch]:
936         * src/frontends/xforms/FormCopyright.[Ch]:
937         * src/frontends/xforms/FormDocument.[Ch]:
938         * src/frontends/xforms/FormError.[Ch]:
939         * src/frontends/xforms/FormIndex.[Ch]:
940         * src/frontends/xforms/FormPreferences.[Ch]:
941         * src/frontends/xforms/FormPrint.[Ch]:
942         * src/frontends/xforms/FormRef.[Ch]:
943         * src/frontends/xforms/FormToc.[Ch]:
944         * src/frontends/xforms/FormUrl.[Ch]: ditto.
945
946         * src/frontends/xforms/FormCitation.[Ch]:
947         * src/frontends/xforms/FormIndex.[Ch]:
948         * src/frontends/xforms/FormRef.[Ch]:
949         * src/frontends/xforms/FormUrl.[Ch]: Renamed a few buttons, consistent
950         with Allan's naming policy
951         
952         * src/frontends/xforms/FormCitation.C: some static casts to remove
953         compiler warnings.
954
955 2000-10-02  Juergen Vigna  <jug@sad.it>
956
957         * src/insets/insettabular.C (LocalDispatch): fixed selection code,
958         now you can type or do stuff inside the table-cell also when in dummy
959         position, fixed visible cursor.
960
961         * src/insets/insettext.C (Edit): fixing cursor-view position.
962
963         * src/lyxfunc.C (Dispatch): use * text variable so that it can
964         be used for equal functions in lyxfunc and insettext.
965
966         * src/text.C (GetVisibleRow): fixed a small clear_area bug.
967
968 2000-10-02  John Levon  <moz@compsoc.man.ac.uk>
969
970         * src/frontends/gnome/FormCitation.h:
971         * src/frontends/gnome/FormCopyright.h:
972         * src/frontends/gnome/FormIndex.h:
973         * src/frontends/gnome/FormPrint.h:
974         * src/frontends/gnome/FormToc.h:
975         * src/frontends/gnome/FormUrl.h:
976         * src/frontends/kde/FormCitation.h:
977         * src/frontends/kde/FormCopyright.h:
978         * src/frontends/kde/FormIndex.h:
979         * src/frontends/kde/FormRef.h:
980         * src/frontends/kde/FormToc.h:
981         * src/frontends/kde/FormUrl.h: fix remaining users of
982         support/utility.hpp 
983
984 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
985
986         * src/buffer.C (linuxDocHandleFootnote): remove const modifier
987         from depth argument.
988         (DocBookHandleCaption): ditto.
989         (DocBookHandleFootnote): ditto.
990         (SimpleDocBookOnePar): ditto.
991
992         * src/frontends/xforms/FormDocument.h (form): remove extra
993         FormDocument:: qualifier.
994
995         * sigc++/macros/basic_signal.h.m4: remove erroneous virtual
996         destructor. 
997         * sigc++/handle.h: ditto.
998
999         * src/lyx_gui_misc.C: add "using" directive.
1000
1001         * src/cheaders/cstddef: new file, needed by the boost library (for
1002         compaq cxx).
1003
1004 2000-10-02  Juergen Vigna  <jug@sad.it>
1005
1006         * src/insets/insettext.C (SetFont): better support.
1007
1008         * src/insets/insettabular.C (draw): fixed drawing of single cell.
1009
1010         * src/screen.C (DrawOneRow): some uint refixes!
1011
1012 2000-10-02  Allan Rae  <rae@lyx.org>
1013
1014         * boost/.cvsignore: ignore Makefile as well
1015
1016         * src/lyxfunc.C (Dispatch): missing break; and moved the '}' for
1017         LFUN_UNKNOWN_ACTION: so it doesn't wrap around default:.
1018
1019         * src/frontends/xforms/FormPreferences.[Ch] (restore): D'oh.
1020         Left this one out by accident.
1021
1022         * src/frontends/xforms/FormBase.h (restore): default to calling
1023         update() since that will restore the original/currently-applied values.
1024         Any input() triggered error messages will require the derived classes
1025         to redefine restore().
1026
1027         * src/frontends/xforms/FormDocument.C: initialize a few variables to
1028         avoid a segfault.  combo_doc_class is the main concern.
1029
1030 2000-10-01  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
1031
1032         * Simplify build-listerrors in view of GUI-less export ability!
1033
1034 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1035
1036         * src/lyx_main.C (easyParse): Disable gui when exporting
1037
1038         * src/insets/figinset.C: 
1039         * src/LaTeX.C
1040         * src/converter.C
1041         * src/lyx_gui_misc.C
1042         * src/tabular.C: Changes to allow no-gui.
1043
1044 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1045
1046         * src/support/utility.hpp: removed file
1047         * src/support/block.h: removed file
1048
1049         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
1050         and utility.hpp
1051
1052         * src/mathed/formula.C: add support/lyxlib.h
1053         * src/mathed/formulamacro.C: ditto
1054
1055         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
1056         * src/lyxparagraph.h: ditto
1057
1058         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
1059         * src/frontends/Makefile.am (INCLUDES): ditto
1060         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
1061         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
1062         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
1063         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
1064         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
1065         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
1066
1067         * src/BufferView.h: use boost/utility.hpp
1068         * src/LColor.h: ditto
1069         * src/LaTeX.h: ditto
1070         * src/LyXAction.h: ditto
1071         * src/LyXView.h: ditto
1072         * src/bufferlist.h: ditto
1073         * src/lastfiles.h: ditto
1074         * src/layout.h: ditto
1075         * src/lyx_gui.h: ditto
1076         * src/lyx_main.h: ditto
1077         * src/lyxlex.h: ditto
1078         * src/lyxrc.h: ditto
1079         * src/frontends/ButtonPolicies.h: ditto
1080         * src/frontends/Dialogs.h: ditto
1081         * src/frontends/xforms/FormBase.h: ditto
1082         * src/frontends/xforms/FormGraphics.h: ditto
1083         * src/frontends/xforms/FormParagraph.h: ditto
1084         * src/frontends/xforms/FormTabular.h: ditto
1085         * src/graphics/GraphicsCache.h: ditto
1086         * src/graphics/Renderer.h: ditto
1087         * src/insets/ExternalTemplate.h: ditto
1088         * src/insets/insetcommand.h: ditto
1089         * src/support/path.h: ditto
1090
1091         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
1092         and introduce clause for 2.97.
1093
1094         * boost/libs/README: new file
1095
1096         * boost/boost/utility.hpp: new file
1097
1098         * boost/boost/config.hpp: new file
1099
1100         * boost/boost/array.hpp: new file
1101
1102         * boost/Makefile.am: new file
1103
1104         * boost/.cvsignore: new file
1105
1106         * configure.in (AC_OUTPUT): add boost/Makefile
1107
1108         * Makefile.am (SUBDIRS): add boost
1109
1110 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
1111
1112         * src/support/lstrings.C (suffixIs): Fixed.
1113
1114 2000-10-01  Allan Rae  <rae@lyx.org>
1115
1116         * src/PrinterParams.h: moved things around to avoid the "can't
1117         inline call" warning.
1118
1119         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
1120         into doc++ documentation.
1121
1122         * src/frontends/xforms/FormCommand.[Ch]: support button policy
1123
1124         * src/frontends/xforms/FormRef.C: make use of button controller
1125         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
1126         cleaned up button controller usage.
1127         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
1128         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
1129         use the button controller
1130
1131         * src/frontends/xforms/forms/*.fd: and associated generated files
1132         updated to reflect changes to FormBase.  Some other FormXxxx files
1133         also got minor updates to reflect changes to FormBase.
1134
1135         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
1136         (hide): made virtual.
1137         (input): return a bool. true == valid input
1138         (RestoreCB, restore): new
1139         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
1140         Changes to allow derived dialogs to use a ButtonController and
1141         make sense when doing so: OK button calls ok() and so on.
1142
1143         * src/frontends/xforms/ButtonController.h (class ButtonController):
1144         Switch from template implementation to taking Policy parameter.
1145         Allows FormBase to provide a ButtonController for any dialog.
1146
1147         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
1148         Probably should rename connect and disconnect.
1149         (apply): use the radio button groups
1150         (form): needed by FormBase
1151         (build): setup the radio button groups
1152
1153 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
1154
1155         * several files: type changes to reduce the number of warnings and
1156         to unify type hangling a bit. Still much to do. 
1157
1158 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1159
1160         * lib/images/*: rename a bunch of icons to match Dekel converter
1161         changes. 
1162
1163         * src/buffer.h (SimpleLinuxDocOnePar): remove const qualifier to
1164         last parameter.
1165
1166         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
1167
1168         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
1169         virtual destructor
1170         * sigc++/handle.h: ditto for class Handle. 
1171
1172 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
1173
1174         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
1175
1176 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
1177
1178         * src/intl.C (InitKeyMapper): Correct the value of n due to the
1179         removal of the "default" language.
1180
1181         * src/combox.h (getline): Check that sel > 0
1182
1183 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
1184
1185         * lib/examples/docbook_example.lyx
1186         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
1187
1188         * lib/layouts/docbook-book.layout: new docbook book layout.
1189
1190         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
1191         
1192         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
1193
1194         * src/insets/figinset.C (DocBook):fixed small typo.
1195
1196         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
1197
1198         * src/insets/insetinclude.h: string include_label doesn't need to be
1199         mutable.
1200         
1201 2000-09-29  Allan Rae  <rae@lyx.org>
1202
1203         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
1204         Allow derived type to control connection and disconnection from signals
1205         of its choice if desired.
1206
1207 2000-09-28  Juergen Vigna  <jug@sad.it>
1208
1209         * src/insets/insettabular.C (update): fixed cursor setting when
1210         the_locking_inset changed.
1211         (draw): made this a bit cleaner.
1212         (InsetButtonPress): fixed!
1213
1214         * various files: added LyXText Parameter to fitCursor call.
1215         
1216         * src/BufferView.C (fitCursor): added LyXText parameter.
1217
1218         * src/insets/insettabular.C (draw): small draw fix.
1219
1220         * src/tabular.C: right setting of left/right celllines.
1221
1222         * src/tabular.[Ch]: fixed various types in funcions and structures. 
1223         * src/insets/insettabular.C: ditto
1224         * src/frontends/xforms/FormTabular.C: ditto
1225
1226 2000-09-28  Allan Rae  <rae@lyx.org>
1227
1228         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
1229         that the #ifdef's had been applied to part of what should have been
1230         a complete condition.  It's possible there are other tests that
1231         were specific to tables that are also wrong now that InsetTabular is
1232         being used. Now we need to fix the output of '\n' after a table in a
1233         float for the same reason as the original condition:
1234         "don't insert this if we would be adding it before or after a table
1235         in a float.  This little trick is needed in order to allow use of
1236         tables in \subfigures or \subtables."
1237         Juergen can you check this?
1238
1239 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1240
1241         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
1242         outputed to the ostream.
1243
1244         * several files: fixed types based on warnings from cxx 
1245
1246 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
1247
1248         * src/frontends/kde/Makefile.am: fix rule for
1249         formindexdialogdata_moc.C
1250
1251         * src/.cvsignore: add ext_l10n.h to ignore
1252
1253         * acconfig.h: stop messing with __STRICT_ANSI__ 
1254         * config/gnome.m4: remove option to set -ansi
1255         * config/kde.m4: remove option to set -ansi
1256         * config/lyxinclude.m4: don't set -ansi 
1257
1258 2000-09-27  Juergen Vigna  <jug@sad.it>
1259
1260         * various files: remove "default" language check.
1261         
1262         * src/insets/insetquotes.C: removed use of current_view.
1263
1264         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
1265         the one should have red ears by now!
1266
1267         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
1268         in more then one paragraph. Fixed cursor-movement/selection.
1269
1270         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
1271         paragraphs inside a text inset.
1272
1273         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
1274         text-inset if this owner is an inset.
1275
1276 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
1277
1278         * src/Bullet.h: changed type of font, character and size to int
1279
1280         * src/buffer.C (asciiParagraph): remove actcell and fname1.
1281
1282         * src/insets/inseturl.[Ch]: 
1283         * src/insets/insetref.[Ch]:
1284         * src/insets/insetlabel.[Ch]: add linelen to Ascii
1285
1286 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
1287
1288         * src/buffer.C (readFile): block-if statement rearranged to minimise
1289         bloat. Patch does not reverse Jean-Marc's change ;-)
1290
1291         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
1292         Class rewritten to store pointers to hide/update signals directly,
1293         rather than Dialogs *. Also defined an enum to ease use. All xforms
1294         forms can now be derived from this class.
1295
1296         * src/frontends/xforms/FormCommand.[Ch]
1297         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
1298
1299         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
1300         out of header file.
1301
1302         * src/frontends/xforms/forms/form_citation.fd
1303         * src/frontends/xforms/forms/form_copyright.fd
1304         * src/frontends/xforms/forms/form_error.fd
1305         * src/frontends/xforms/forms/form_index.fd
1306         * src/frontends/xforms/forms/form_ref.fd
1307         * src/frontends/xforms/forms/form_toc.fd
1308         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
1309
1310         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
1311
1312         * src/insets/insetfoot.C: removed redundent using directive.
1313
1314 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1315
1316         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
1317         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
1318
1319         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
1320         created in the constructors in different groups. Then set() just
1321         have to show the groups as needed. This fixes the redraw problems
1322         (and is how the old menu code worked).
1323
1324         * src/support/lyxlib.h: declare the methods as static when we do
1325         not have namespaces.
1326
1327 2000-09-26  Juergen Vigna  <jug@sad.it>
1328
1329         * src/buffer.C (asciiParagraph): new function.
1330         (writeFileAscii): new function with parameter ostream.
1331         (writeFileAscii): use now asciiParagraph.
1332
1333         * various inset files: added the linelen parameter to the Ascii-func.
1334         
1335         * src/tabular.C (Write): fixed error in writing file introduced by
1336         the last changes from Lars.
1337
1338         * lib/bind/menus.bind: removed not supported functions.
1339
1340         * src/insets/insettext.C (Ascii): implemented this function.
1341
1342         * src/insets/lyxinset.h (Ascii): added linelen parameter.
1343
1344         * src/tabular.C (write_attribute[int,string,bool]): new functions.
1345         (Write): use of the write_attribute functions.
1346
1347         * src/bufferlist.C (close): fixed reasking question!
1348
1349 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1350
1351         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
1352         new files use the everwhere possible.
1353         
1354         * several files: 
1355         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
1356         src/log_form.C src/lyx.C:
1357         regenerated
1358         
1359         * src/buffer.C (runLaTeX): remove func
1360         
1361         * src/PaperLayout.C: removed file
1362         * src/ParagraphExtra.C: likewise
1363         * src/bullet_forms.C: likewise
1364         * src/bullet_forms.h: likewise
1365         * src/bullet_forms_cb.C: likewise
1366         
1367         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
1368         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
1369         bullet_forms_cb.C 
1370
1371         * several files: remove all traces of the old fd_form_paragraph,
1372         and functions belonging to that.
1373         
1374         * several files: remove all traces of the old fd_form_document,
1375         and functions belonging to that.
1376         
1377         * several files: constify local variables were possible.
1378         
1379         * several files: remove all code that was dead when NEW_EXPORT was
1380         defined 
1381         
1382         * several files: removed string::c_str in as many places as
1383         possible.
1384         
1385         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
1386         (e): be a bit more outspoken when patching
1387         (updatesrc): only move files if changed.
1388
1389         * forms/layout_forms.h.patch: regenerated
1390         
1391         * forms/layout_forms.fd: remove form_document and form_paragraph
1392         and form_quotes and form_paper and form_table_options and
1393         form_paragraph_extra 
1394
1395         * forms/form1.fd: remove form_table
1396
1397         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
1398         the fdui->... rewrite. Update some comments to xforms 0.88
1399
1400         * forms/bullet_forms.C.patch: removed file
1401         * forms/bullet_forms.fd: likewise
1402         * forms/bullet_forms.h.patch: likewise
1403         
1404         * development/Code_rules/Rules: added a section on switch
1405         statements. Updated some comment to xforms 0.88.
1406
1407 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1408
1409         * src/buffer.C (readFile): make sure that the whole version number
1410         is read after \lyxformat (even when it contains a comma)
1411
1412         * lib/ui/default.ui: change shortcut of math menu to M-a.
1413
1414 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1415
1416         * src/vspace.C (nextToken): use isStrDbl() to check for proper
1417         double values.
1418
1419         * src/LyXView.C (updateWindowTitle): show the full files name in
1420         window title, limited to 30 characters.
1421
1422         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
1423         When a number of characters has been given, we should not assume
1424         that the string is 0-terminated.
1425
1426         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
1427         calls (fixes some memory leaks)
1428         
1429         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
1430         trans member on exit.
1431
1432 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1433
1434         * src/converter.C (GetReachable): fix typo.
1435
1436         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
1437         understand ',' instead of '.'.
1438         (GetInteger): rewrite to use strToInt().
1439
1440 2000-09-26  Juergen Vigna  <jug@sad.it>
1441
1442         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
1443         better visibility and error-message on wrong VSpace input.
1444
1445         * src/language.C (initL): added english again.
1446
1447 2000-09-25  Juergen Vigna  <jug@sad.it>
1448
1449         * src/frontends/kde/Dialogs.C (Dialogs): 
1450         * src/frontends/gnome/Dialogs.C (Dialogs): 
1451         * src/frontends/kde/Makefile.am: 
1452         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
1453
1454         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
1455
1456         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
1457
1458         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
1459
1460         * src/frontends/xforms/FormParagraph.C: 
1461         * src/frontends/xforms/FormParagraph.h:
1462         * src/frontends/xforms/form_paragraph.C:
1463         * src/frontends/xforms/form_paragraph.h:
1464         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
1465         paragraph layout.
1466
1467         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
1468
1469         * src/tabular.C (OldFormatRead): forgot to delete the temporary
1470         Paragraph-Data after use.
1471
1472         * src/insets/insettext.C (LocalDispatch): don't set the layout on
1473         non breakable paragraphs.
1474
1475 2000-09-25  Garst R. Reese <reese@isn.net>
1476
1477         * src/language.C (initL): added missing language_country codes.
1478
1479 2000-09-25  Juergen Vigna  <jug@sad.it>
1480
1481         * src/insets/insettext.C (InsetText):
1482         (deleteLyXText): remove the not released LyXText structure!
1483
1484 2000-09-24  Marko Vendelin <markov@ioc.ee>
1485
1486         * src/frontends/gnome/mainapp.C
1487         * src/frontends/gnome/mainapp.h: added support for keyboard 
1488         accelerators
1489
1490         * src/frontends/gnome/FormCitation.C
1491         * src/frontends/gnome/FormCitation.h
1492         * src/frontends/gnome/Makefile.am
1493         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
1494         FormCitation to use "action area" in mainapp window
1495
1496         * src/frontends/gnome/Menubar_pimpl.C   
1497         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
1498         large TOC.
1499
1500 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
1501
1502         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
1503         width/descent/ascent values if name is empty.
1504         (mathed_string_height): Use std::max.
1505
1506 2000-09-25  Allan Rae  <rae@lyx.org>
1507
1508         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
1509         segfault.  This will be completely redesigned soon.
1510
1511         * sigc++: updated libsigc++.  Fixes struct timespec bug.
1512
1513         * development/tools/makeLyXsigc.sh:  .cvsignore addition
1514
1515 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
1516
1517         * several files: removed almost all traces of the old table
1518         (tabular) code.
1519
1520         * src/TableLayout.C: removed file
1521         
1522 2000-09-22  Juergen Vigna  <jug@sad.it>
1523
1524         * src/frontends/kde/Dialogs.C: added credits forms.
1525
1526         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
1527
1528         * src/frontends/gnome/Dialogs.C: added some forms.
1529
1530         * src/spellchecker.C (init_spell_checker): set language in pspell code
1531         (RunSpellChecker): some modifications for setting language string.
1532
1533         * src/language.[Ch]: added language_country code.
1534
1535 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
1536
1537         * src/frontends/Dialogs.h: added new signal showError.
1538         Rearranged existing signals in some sort of alphabetical order.
1539
1540         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
1541         FormError.[Ch], form_error.[Ch]
1542         * src/frontends/xforms/forms/makefile: added new file form_error.fd
1543         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
1544
1545         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
1546         dialogs. I think that this can be used as the base to all these
1547         dialogs.
1548
1549         * src/frontends/xforms/FormError.[Ch]
1550         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
1551         implementation of InsetError dialog.
1552         
1553         * src/insets/inseterror.[Ch]: rendered GUI-independent.
1554
1555         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
1556         * src/frontends/kde/Makefile.am: ditto
1557
1558 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
1559
1560         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
1561         macrobf. This fixes a bug of invisible text.
1562
1563 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1564
1565         * lib/doc/LaTeXConfig.lyx.in: updated.
1566
1567         * src/language.C (initL): remove language "francais" and change a
1568         bit the names of the two other french variations.
1569
1570         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
1571         string that may not be 0-terminated.
1572
1573 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1574
1575         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
1576
1577 2000-09-20  Marko Vendelin <markov@ioc.ee>
1578
1579         * src/frontends/gnome/FormCitation.C
1580         * src/frontends/gnome/FormIndex.C
1581         * src/frontends/gnome/FormToc.C
1582         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
1583         the variable initialization to shut up the warnings
1584
1585 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1586
1587         * src/table.[Ch]: deleted files
1588         
1589         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
1590         second arg.
1591
1592 2000-09-18  Juergen Vigna  <jug@sad.it>
1593
1594         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
1595         problems with selection. Inserted new LFUN_PASTESELECTION.
1596         (InsetButtonPress): inserted handling of middle mouse-button paste.
1597
1598         * src/spellchecker.C: changed word to word.c_str().
1599
1600 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
1601
1602         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
1603           included in the ``make dist'' tarball.
1604
1605 2000-09-15  Juergen Vigna  <jug@sad.it>
1606
1607         * src/CutAndPaste.C (cutSelection): small fix return the right
1608         end position after cut inside one paragraph only.
1609
1610         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
1611         we are locked as otherwise we don't have a valid cursor position!
1612
1613         * src/insets/figinset.C (draw): small bugfix but why is this needed???
1614
1615 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
1616
1617         * src/frontends/kde/FormRef.C: added using directive.
1618         * src/frontends/kde/FormToc.C: ditto
1619
1620         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
1621
1622         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
1623
1624 2000-09-19  Marko Vendelin <markov@ioc.ee>
1625         
1626         * src/frontends/gnome/Menubar_pimpl.C
1627         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
1628         Toc, ViewFormats, UpdateFormats, and ExportFormats.
1629
1630         * src/frontends/gnome/mainapp.C
1631         * src/frontends/gnome/mainapp.h: support for menu update used 
1632         by Toc menu.
1633
1634         * src/frontends/gnome/mainapp.C
1635         * src/frontends/gnome/mainapp.h: support for "action" area in the
1636         main window. This area is used by small simple dialogs, such as
1637         FormUrl.
1638
1639         * src/frontends/gnome/FormIndex.C
1640         * src/frontends/gnome/FormIndex.h
1641         * src/frontends/gnome/FormUrl.C
1642         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
1643         area
1644
1645         * src/frontends/gnome/FormCitation.C
1646         * src/frontends/gnome/FormCitation.h: rewrite to use main window
1647         action area. Only "Insert new citation" is implemented.
1648
1649 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
1650
1651         * src/buffer.C (Dispatch): fix call to Dispatch
1652         * src/insets/insetref.C (Edit): likewise
1653         * src/insets/insetparent.C (Edit): likewise
1654         * src/insets/insetinclude.C (include_cb): likewise
1655         * src/frontends/xforms/FormUrl.C (apply): likewise
1656         * src/frontends/xforms/FormToc.C (apply): likewise
1657         * src/frontends/xforms/FormRef.C (apply): likewise
1658         * src/frontends/xforms/FormIndex.C (apply): likewise
1659         * src/frontends/xforms/FormCitation.C (apply): likewise
1660         * src/lyxserver.C (callback): likewise
1661         * src/lyxfunc.C (processKeySym): likewise
1662         (Dispatch): likewise
1663         (Dispatch): likewise
1664         * src/lyx_cb.C (LayoutsCB): likewise
1665
1666         * Makefile.am (sourcedoc): small change
1667
1668 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
1669
1670         * src/main.C (main): Don't make an empty GUIRunTime object. all
1671         methods are static. constify a bit remove unneded using + headers.
1672
1673         * src/tabular.C: some more const to local vars move some loop vars
1674         
1675         * src/spellchecker.C: added some c_str after some word for pspell
1676
1677         * src/frontends/GUIRunTime.h: add new static method setDefaults
1678         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
1679         * src/frontends/kde/GUIRunTime.C (setDefaults): 
1680         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
1681
1682         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
1683         with strnew in arg, use correct emptystring when calling SetName.
1684
1685         * several files: remove all commented code with relation to
1686         HAVE_SSTREAM beeing false. We now only support stringstream and
1687         not strstream. 
1688
1689 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1690
1691         * src/lyxfunc.C: construct correctly the automatic new file
1692         names. 
1693
1694         * src/text2.C (IsStringInText): change type of variable i to shut
1695         off a warning.
1696
1697         * src/support/sstream.h: do not use namespaces if the compiler
1698         does not support them.
1699
1700 2000-09-15  Marko Vendelin <markov@ioc.ee>
1701         * src/frontends/gnome/FormCitation.C
1702         * src/frontends/gnome/FormCitation.h
1703         * src/frontends/gnome/diainsertcitation_interface.c
1704         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
1705         regexp support to FormCitation [Gnome].
1706
1707 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
1708
1709         * acconfig.h
1710         * configure.in: remove unused KDE/GTKGUI define
1711
1712         * src/frontends/kde/FormRef.C
1713         * src/frontends/kde/FormRef.h
1714         * src/frontends/kde/formrefdialog.C
1715         * src/frontends/kde/formrefdialog.h: double click will
1716         go to reference, now it is possible to change a cross-ref
1717         after the fact
1718
1719         * src/frontends/kde/FormToc.C
1720         * src/frontends/kde/FormToc.h
1721         * src/frontends/kde/formtocdialog.C
1722         * src/frontends/kde/formtocdialog.h: add a depth
1723         slider
1724
1725         * src/frontends/kde/Makefile.am: add QtLyXView.h
1726         to the sources list
1727
1728 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
1729
1730         * src/frontends/kde/FormCitation.h: added some using directives.
1731
1732         * src/frontends/kde/FormToc.h: corrected definition of doTree.
1733
1734         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
1735         cerr. 
1736
1737         * src/mathed/math_defs.h: redefine SetAlign to use string rather
1738         than char *.
1739         
1740 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1741
1742         * src/buffer.C (pop_tag): revert for the second time a change by
1743         Lars, who seems to really hate having non-local loop variables :)
1744
1745         * src/Lsstream.h: add "using" statements.
1746
1747         * src/support/copy.C (copy): add a bunch of std:: qualifiers
1748         * src/buffer.C (writeFile): ditto
1749
1750 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1751
1752         * src/buffer.C (writeFile): try to fix the locale modified format
1753         number to always be as we want it.
1754
1755         * src/WorkArea.C (work_area_handler): try to workaround the bugs
1756         in XForms 0.89. C-space is now working again.
1757
1758         * src/Lsstream.h src/support/sstream.h: new files.
1759
1760         * also commented out all cases where strstream were used.
1761         
1762         * src/Bullet.h (c_str): remove method.
1763         
1764         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
1765         
1766         * a lot of files: get rid of "char const *" and "char *" is as
1767         many places as possible. We only want to use them in interaction
1768         with system of other libraries, not inside lyx.
1769         
1770         * a lot of files: return const object is not of pod type. This
1771         helps ensure that temporary objects is not modified. And fits well
1772         with "programming by contract".
1773
1774         * configure.in: check for the locale header too 
1775
1776         * Makefile.am (sourcedoc): new tag for generation of doc++
1777         documentation 
1778
1779 2000-09-14  Juergen Vigna  <jug@sad.it>
1780
1781         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
1782         callback to check which combo called it and do the right action.
1783
1784         * src/combox.C (combo_cb): added combo * to the callbacks.
1785         (Hide): moved call of callback after Ungrab of the pointer.
1786
1787         * src/intl.h: removed LCombo2 function.
1788
1789         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
1790         function as this can now be handled in one function.
1791
1792         * src/combox.h: added Combox * to callback prototype.
1793
1794         * src/frontends/xforms/Toolbar_pimpl.C: 
1795         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
1796
1797 2000-09-14  Garst Reese    <reese@isn.net>
1798
1799         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
1800         moved usepackage{xxx}'s to beginning of file. Changed left margin
1801         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
1802         underlining from title. Thanks to John Culleton for useful suggestions.
1803
1804 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1805
1806         * src/lyxlex_pimpl.C (setFile): change error message to debug
1807         message. 
1808
1809 2000-09-13  Juergen Vigna  <jug@sad.it>
1810
1811         * src/frontends/xforms/FormDocument.C: implemented choice_class
1812         as combox and give callback to combo_language so OK/Apply is activated
1813         on change.
1814
1815         * src/bufferlist.C (newFile): small fix so already named files
1816         (via an open call) are not requested to be named again on the
1817         first save!
1818
1819 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
1820
1821         * src/frontends/kde/Makefile.am
1822         * src/frontends/kde/FormRef.C
1823         * src/frontends/kde/FormRef.h
1824         * src/frontends/kde/formrefdialog.C
1825         * src/frontends/kde/formrefdialog.h: implement
1826         cross-ref dialog
1827
1828 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
1829
1830         * src/frontends/kde/formtocdialog.C
1831         * src/frontends/kde/formtocdialog.h
1832         * src/frontends/kde/FormToc.C
1833         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
1834
1835 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
1836
1837         * src/frontends/kde/FormCitation.C: fix thinko
1838         where we didn't always display the reference text
1839         properly
1840
1841         * src/frontends/kde/formurldialog.C
1842         * src/frontends/kde/formurldialog.h
1843         * src/frontends/kde/FormUrl.C
1844         * src/frontends/kde/FormUrl.h: minor cleanups
1845
1846         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
1847
1848         * src/frontends/kde/Makefile.am
1849         * src/frontends/kde/FormToc.C
1850         * src/frontends/kde/FormToc.h
1851         * src/frontends/kde/FormCitation.C
1852         * src/frontends/kde/FormCitation.h
1853         * src/frontends/kde/FormIndex.C
1854         * src/frontends/kde/FormIndex.h
1855         * src/frontends/kde/formtocdialog.C
1856         * src/frontends/kde/formtocdialog.h
1857         * src/frontends/kde/formcitationdialog.C
1858         * src/frontends/kde/formcitationdialog.h
1859         * src/frontends/kde/formindexdialog.C
1860         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
1861
1862 2000-09-12  Juergen Vigna  <jug@sad.it>
1863
1864         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
1865         static strings.
1866
1867 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1868
1869         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
1870         not cerr.
1871
1872 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
1873
1874         * src/converter.C (Add, Convert): Added support for converter flags:
1875         needaux, resultdir, resultfile.
1876         (Convert): Added new parameter view_file.
1877         (dvips_options): Fixed letter paper option.
1878
1879         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
1880         (Export, GetExportableFormats, GetViewableFormats): Added support
1881         for Ascii.
1882
1883         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
1884         directory!
1885         (easyParse): Fixed to work with new export code.
1886         
1887         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
1888         directories.
1889
1890         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
1891
1892         * lib/bind/*.bind: Replaced
1893         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
1894         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
1895
1896 2000-09-11  Juergen Vigna  <jug@sad.it>
1897
1898         * src/lyx_gui.C (runTime): uses global guiruntime variable.
1899
1900         * src/main.C (main): now GUII defines global guiruntime!
1901
1902         * src/frontends/gnome/GUIRunTime.C (initApplication): 
1903         * src/frontends/kde/GUIRunTime.C (initApplication): 
1904         * src/frontends/xforms/GUIRunTime.C (initApplication): 
1905         * src/frontends/GUIRunTime.h: added new function initApplication.
1906
1907         * src/spellchecker.C (sc_accept_word): change to add_to_session.
1908
1909         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
1910
1911 2000-09-08  Juergen Vigna  <jug@sad.it>
1912
1913         * src/lyx_gui.C (create_forms): don't display the "default" entry as
1914         we have already "Reset".
1915
1916         * src/language.C (initL): inserted "default" language and made this
1917         THE default language (and not american!)
1918
1919         * src/paragraph.C: inserted handling of "default" language!
1920
1921         * src/lyxfont.C: ditto
1922
1923         * src/text.C: ditto
1924
1925         * src/paragraph.C: output the \\par only if we have a following
1926         paragraph otherwise it's not needed.
1927
1928 2000-09-05  Juergen Vigna  <jug@sad.it>
1929
1930         * config/pspell.m4: added entry to lyx-flags
1931
1932         * src/spellchecker.C: modified version from Kevin for using pspell
1933
1934 2000-09-01  Marko Vendelin <markov@ioc.ee>
1935         * src/frontends/gnome/Makefile.am
1936         * src/frontends/gnome/FormCitation.C
1937         * src/frontends/gnome/FormCitation.h
1938         * src/frontends/gnome/diainsertcitation_callbacks.c
1939         * src/frontends/gnome/diainsertcitation_callbacks.h
1940         * src/frontends/gnome/diainsertcitation_interface.c
1941         * src/frontends/gnome/diainsertcitation_interface.h
1942         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
1943         dialog for Gnome frontend
1944
1945         * src/main.C: Gnome libraries require keeping application name
1946         and its version as strings
1947
1948         * src/frontends/gnome/mainapp.C: Change the name of the main window
1949         from GnomeLyX to PACKAGE
1950
1951 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1952
1953         * src/frontends/Liason.C: add "using: declaration.
1954
1955 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
1956
1957         * src/mathed/math_macro.C (Metrics): Set the size of the template
1958
1959         * src/mathed/formulamacro.C (Latex): Fixed the returned value
1960
1961 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
1962
1963         * src/converter.C (add_options): New function.
1964         (SetViewer): Change $$FName into '$$FName'.
1965         (View): Add options when running xdvi
1966         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
1967         (Convert): The 3rd parameter is now the desired filename. Converts
1968         calls to lyx::rename if necessary.
1969         Add options when running dvips.
1970         (dvi_papersize,dvips_options): New methods.
1971
1972         * src/exporter.C (Export): Use getLatexName() instead of fileName().
1973
1974         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
1975         using a call to Converter::dvips_options.
1976         Fixed to work with nex export code.
1977
1978         * src/support/copy.C
1979         * src/support/rename.C: New files
1980
1981         * src/support/syscall.h
1982         * src/support/syscall.C: Added Starttype SystemDontWait.
1983
1984         * lib/ui/default.ui: Changed to work with new export code
1985
1986         * lib/configure.m4: Changed to work with new export code
1987
1988         * src/encoding.C: Changed latex name for iso8859_7 encoding.
1989
1990 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
1991
1992         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
1993         so that code compiles with DEC cxx.
1994         
1995         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
1996         to work correctly! Also now supports the additional elements
1997         neeeded by natbib.
1998         
1999 2000-09-01  Allan Rae  <rae@lyx.org>
2000
2001         * src/frontends/ButtonPolicies.C: renamed all the references to
2002         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
2003
2004         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
2005         since it's a const not a type.
2006
2007         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
2008
2009 2000-08-31  Juergen Vigna  <jug@sad.it>
2010
2011         * src/insets/figinset.C: Various changes to look if the filename has
2012         an extension and if not add it for inline previewing.
2013
2014 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2015
2016         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
2017         make buttonStatus and isReadOnly be const methods. (also reflect
2018         this in derived classes.)
2019
2020         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
2021         (nextState): change to be static inline, pass the StateMachine as
2022         a const reference
2023         (PreferencesPolicy): remove casts
2024         (OkCancelPolicy): remvoe casts
2025         (OkCancelReadOnlyPolicy): remove casts
2026         (NoRepeatedApplyReadOnlyPolicy): remove casts
2027         (OkApplyCancelReadOnlyPolicy): remove casts
2028         (OkApplyCancelPolicy): remove casts
2029         (NoRepeatedApplyPolicy): remove casts
2030
2031 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
2032
2033         * src/converter.C: added some using directives
2034
2035         * src/frontends/ButtonPolicies.C: changes to overcome
2036         "need lvalue" error with DEC c++
2037
2038         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
2039         to WMHideCB for DEC c++
2040
2041         * src/frontends/xforms/Menubar_pimpl.C: added using directive
2042
2043         * src/frontends/xforms/forms/form_document.C.patch: use C callback
2044         to BulletBMTableCB for DEC c++
2045
2046 2000-08-31  Allan Rae  <rae@lyx.org>
2047
2048         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
2049         character dialog separately from old document dialogs combo_language.
2050         Stops a segfault.
2051
2052 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
2053
2054         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
2055         Removed LFUN_REF_CREATE.
2056
2057         * src/MenuBackend.C: Added new tags: toc and references
2058
2059         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
2060         (add_lastfiles, add_documents, add_formats): Removed the unused smn
2061         parameter.
2062         (add_toc, add_references): New methods.
2063         (create_submenu): Handle correctly the case when there is a
2064         seperator after optional menu items.
2065
2066         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
2067         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
2068         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
2069
2070         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
2071
2072 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
2073
2074         * src/converter.[Ch]: New file for converting between different
2075         formats.
2076         
2077         * src/export.[Ch]: New file for exporting a LyX file to different
2078         formats.
2079         
2080         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
2081         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
2082         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
2083         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
2084         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
2085         RunDocBook, MenuExport.
2086         
2087         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
2088         Exporter::Preview methods if NEW_EXPORT is defined.     
2089         
2090         * src/buffer.C (Dispatch): Use Exporter::Export.
2091         
2092         * src/lyxrc.C: Added new tags: \converter and \viewer.
2093         
2094         * src/commandtags.h
2095         * src/LyXAction.C: Define new lyx-function: buffer-update.
2096         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
2097         when NEW_EXPORT is defined.
2098         
2099         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
2100         
2101         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
2102         
2103         * lib/ui/default.ui: Added submenus "view" and "update" to the 
2104         "file" menu.
2105         
2106         * src/filetools.C (GetExtension): New function.
2107         
2108         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
2109
2110 2000-08-29  Allan Rae  <rae@lyx.org>
2111
2112         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
2113
2114         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
2115         (EnableDocumentLayout): removed
2116         (DisableDocumentLayout): removed
2117         (build): make use of ButtonController's read-only handling to
2118         de/activate various objects. Replaces both of the above functions.
2119
2120         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
2121         (readOnly): was read_only
2122         (refresh): fixed dumb mistakes with read_only_ handling
2123
2124         * src/frontends/xforms/forms/form_document.fd:
2125         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
2126         tabbed dialogs so the tabs look more like tabs and so its easier to
2127         work out which is the current tab.
2128
2129         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
2130         segfault with form_table
2131
2132         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
2133
2134 2000-08-28  Juergen Vigna  <jug@sad.it>
2135
2136         * acconfig.h: added USE_PSPELL.
2137
2138         * src/config.h.in: added USE_PSPELL.
2139
2140         * autogen.sh: added pspell.m4
2141
2142         * config/pspell.m4: new file.
2143
2144         * src/spellchecker.C: implemented support for pspell libary.
2145
2146 2000-08-25  Juergen Vigna  <jug@sad.it>
2147
2148         * src/LyXAction.C (init): renamed LFUN_TABLE to
2149         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
2150
2151         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
2152
2153         * src/lyxscreen.h: add force_clear variable and fuction to force
2154         a clear area when redrawing in LyXText.
2155
2156         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
2157
2158 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2159
2160         * some whitespace and comment changes.
2161         
2162         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
2163
2164         * src/buffer.C: up te LYX_FORMAT to 2.17
2165
2166 2000-08-23  Juergen Vigna  <jug@sad.it>
2167
2168         * src/BufferView_pimpl.C (tripleClick): disable this when in a
2169         locking_inset.
2170
2171         * src/insets/insettabular.C (pasteSelection): delete the insets
2172         LyXText as it is not valid anymore.
2173         (copySelection): new function.
2174         (pasteSelection): new function.
2175         (cutSelection): new function.
2176         (LocalDispatch): implemented cut/copy/paste of cell selections.
2177
2178         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
2179         don't have a LyXText.
2180
2181         * src/LyXAction.C (init): a NEW_TABULAR define too much.
2182
2183         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
2184         NEW_TABULAR define.
2185
2186 2000-08-22  Juergen Vigna  <jug@sad.it>
2187
2188         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
2189         ifdef form_table out if NEW_TABULAR.
2190
2191 2000-08-21  Juergen Vigna  <jug@sad.it>
2192
2193         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
2194         (draw): fixed draw position so that the cursor is positioned in the
2195         right place.
2196         (InsetMotionNotify): hide/show cursor so the position is updated.
2197         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
2198         using cellstart() function where it should be used.
2199
2200         * src/insets/insettext.C (draw): ditto.
2201
2202         * src/tabular.C: fixed initialization of some missing variables and
2203         made BoxType into an enum.
2204
2205 2000-08-22  Marko Vendelin <markov@ioc.ee>
2206         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
2207         stock menu item using action numerical value, not its string
2208         representation.
2209
2210
2211 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2212
2213         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
2214         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
2215
2216         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
2217
2218         * src/frontends/xforms/GUIRunTime.C: new file
2219
2220         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
2221         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
2222
2223         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
2224
2225         * src/frontends/kde/GUIRunTime.C: new file
2226
2227         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
2228         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
2229
2230         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
2231
2232         * src/frontends/gnome/GUIRunTime.C: new file
2233
2234         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
2235         GUIRunTime.C 
2236
2237         * src/frontends/GUIRunTime.h: removed constructor and destructor,
2238         small change to documetentation.
2239
2240         * src/frontends/GUIRunTime.C: removed file
2241
2242         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
2243
2244         * src/lyxparagraph.h: enable NEW_TABULAR as default
2245
2246         * src/lyxfunc.C (processKeySym): remove some commented code
2247
2248         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
2249         NEW_TABULAR around the fd_form_table_options.
2250
2251         * src/lyx_gui.C (runTime): call the static member function as
2252         GUIRunTime::runTime().
2253
2254 2000-08-21  Allan Rae  <rae@lyx.org>
2255
2256         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
2257         policy here also.
2258
2259 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
2260
2261         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
2262
2263 2000-08-21  Allan Rae  <rae@lyx.org>
2264
2265         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
2266         keep Garst happy ;-)
2267         * src/frontends/xforms/FormPreferences.C (build): use setOK
2268         * src/frontends/xforms/FormDocument.C (build): use setOK
2269         (FormDocument): use the appropriate policy.
2270
2271 2000-08-21  Allan Rae  <rae@lyx.org>
2272
2273         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
2274         automatic [de]activation of arbitrary objects when in a read-only state.
2275
2276         * src/frontends/ButtonPolicies.h: More documentation
2277         (isReadOnly): added to support the above.
2278
2279         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
2280
2281 2000-08-18  Juergen Vigna  <jug@sad.it>
2282
2283         * src/insets/insettabular.C (getStatus): changed to return func_status.
2284
2285         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
2286         display toggle menu entries if they are.
2287
2288         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
2289         new document layout now.
2290
2291         * src/lyxfunc.C: ditto
2292
2293         * src/lyx_gui_misc.C: ditto
2294
2295         * src/lyx_gui.C: ditto
2296
2297         * lib/ui/default.ui: removed paper and quotes layout as they are now
2298         all in the document layout tabbed folder.
2299
2300         * src/frontends/xforms/forms/form_document.fd: added Restore
2301         button and callbacks for all inputs for Allan's ButtonPolicy.
2302
2303         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
2304         (CheckChoiceClass): added missing params setting on class change.
2305         (UpdateLayoutDocument): added for updating the layout on params.
2306         (build): forgot to RETURN_ALWAYS input_doc_spacing.
2307         (FormDocument): Implemented Allan's ButtonPolicy with the
2308         PreferencesPolicy.
2309
2310 2000-08-17  Allan Rae  <rae@lyx.org>
2311
2312         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
2313         so we can at least see the credits again.
2314
2315         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
2316         controller calls for the appropriate callbacks.  Note that since Ok
2317         calls apply followed by cancel, and apply isn't a valid input for the
2318         APPLIED state, the bc_ calls have to be made in the static callback not
2319         within each of the real callbacks.
2320
2321         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
2322         (setOk): renamed from setOkay()
2323
2324 2000-08-17  Juergen Vigna  <jug@sad.it>
2325
2326         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
2327         in the implementation part.
2328         (composeUIInfo): don't show optional menu-items.
2329
2330         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
2331
2332         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
2333
2334         * src/bufferview_funcs.C (CurrentState): fixed to show also the
2335         text-state when in a text-inset.
2336
2337         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
2338
2339 2000-08-17  Marko Vendelin <markov@ioc.ee>
2340         * src/frontends/gnome/FormIndex.C
2341         * src/frontends/gnome/FormIndex.h
2342         * src/frontends/gnome/FormToc.C
2343         * src/frontends/gnome/FormToc.h
2344         * src/frontends/gnome/dialogs
2345         * src/frontends/gnome/diatoc_callbacks.c
2346         * src/frontends/gnome/diatoc_callbacks.h
2347         * src/frontends/gnome/diainsertindex_callbacks.h
2348         * src/frontends/gnome/diainsertindex_callbacks.c
2349         * src/frontends/gnome/diainsertindex_interface.c
2350         * src/frontends/gnome/diainsertindex_interface.h
2351         * src/frontends/gnome/diatoc_interface.h
2352         * src/frontends/gnome/diatoc_interface.c
2353         * src/frontends/gnome/Makefile.am: Table of Contents and 
2354         Insert Index dialogs implementation for Gnome frontend
2355
2356         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
2357
2358         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
2359
2360         * src/frontends/gnome/diainserturl_interface.c: make the dialog
2361         resizable
2362
2363 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2364
2365         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
2366         destructor. Don't definde if you don't need it
2367         (processEvents): made static, non-blocking events processing for
2368         xforms.
2369         (runTime): static method. event loop for xforms
2370         * similar as above for kde and gnome.
2371         
2372         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
2373         new Pimpl is correct
2374         (runTime): new method calss the real frontends runtime func.
2375
2376         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
2377
2378 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2379
2380         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
2381
2382 2000-08-16  Juergen Vigna  <jug@sad.it>
2383
2384         * src/lyx_gui.C (runTime): added GUII RunTime support.
2385
2386         * src/frontends/Makefile.am: 
2387         * src/frontends/GUIRunTime.[Ch]:
2388         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
2389         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
2390         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
2391
2392         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
2393
2394         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
2395         as this is already set in ${FRONTEND_INCLUDE} if needed.
2396
2397         * configure.in (CPPFLAGS): setting the include dir for the frontend
2398         directory and don't set FRONTEND=xforms for now as this is executed
2399         always.
2400
2401 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
2402
2403         * src/frontends/kde/Makefile.am:
2404         * src/frontends/kde/FormUrl.C:
2405         * src/frontends/kde/FormUrl.h:
2406         * src/frontends/kde/formurldialog.h:
2407         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
2408
2409 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
2410
2411         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
2412
2413 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2414
2415         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
2416         processKeySym
2417         
2418 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2419
2420         * src/WorkArea.C (work_area_handler): more work to get te
2421         FL_KEYBOARD to work with xforms 0.88 too, please test.
2422
2423         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
2424
2425 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
2426
2427         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
2428         -pedantic
2429
2430 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2431
2432         * src/Timeout.h: remove Qt::emit hack.
2433
2434         * several files: changes to allo doc++ compilation
2435         
2436         * src/lyxfunc.C (processKeySym): new method
2437         (processKeyEvent): comment out if FL_REVISION < 89
2438
2439         * src/WorkArea.C: change some debugging levels.
2440         (WorkArea): set wantkey to FL_KEY_ALL
2441         (work_area_handler): enable the FL_KEYBOARD clause, this enables
2442         clearer code and the use of compose with XForms 0.89. Change to
2443         use signals instead of calling methods in bufferview directly.
2444
2445         * src/Painter.C: change some debugging levels.
2446
2447         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
2448         if FL_REVISION < 89
2449
2450         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
2451         (workAreaKeyPress): new method
2452
2453 2000-08-14  Juergen Vigna  <jug@sad.it>
2454
2455         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
2456
2457         * config/kde.m4: addes some features
2458
2459         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
2460         include missing xforms dialogs.
2461
2462         * src/Timeout.h: a hack to be able to compile with qt/kde.
2463
2464         * sigc++/.cvsignore: added acinclude.m4
2465
2466         * lib/.cvsignore: added listerros
2467
2468         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
2469         xforms tree as objects are needed for other frontends.
2470
2471         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
2472         linking with not yet implemented xforms objects.
2473
2474         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
2475
2476 2000-08-14  Baruch Even  <baruch.even@writeme.com>
2477
2478         * src/frontends/xforms/FormGraphics.h:
2479         * src/frontends/xforms/FormGraphics.C:
2480         * src/frontends/xforms/RadioButtonGroup.h:
2481         * src/frontends/xforms/RadioButtonGroup.C:
2482         * src/insets/insetgraphics.h:
2483         * src/insets/insetgraphics.C:
2484         * src/insets/insetgraphicsParams.h:
2485         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
2486         instead of spaces, and various other indentation issues to make the
2487         sources more consistent.
2488
2489 2000-08-14  Marko Vendelin <markov@ioc.ee>
2490
2491         * src/frontends/gnome/dialogs/diaprint.glade
2492         * src/frontends/gnome/FormPrint.C
2493         * src/frontends/gnome/FormPrint.h
2494         * src/frontends/gnome/diaprint_callbacks.c
2495         * src/frontends/gnome/diaprint_callbacks.h
2496         * src/frontends/gnome/diaprint_interface.c
2497         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
2498         implementation
2499         
2500         * src/frontends/gnome/dialogs/diainserturl.glade
2501         * src/frontends/gnome/FormUrl.C
2502         * src/frontends/gnome/FormUrl.h
2503         * src/frontends/gnome/diainserturl_callbacks.c
2504         * src/frontends/gnome/diainserturl_callbacks.h
2505         * src/frontends/gnome/diainserturl_interface.c
2506         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
2507         Gnome implementation
2508
2509         * src/frontends/gnome/Dialogs.C
2510         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
2511         all other dialogs. Copy all unimplemented dialogs from Xforms
2512         frontend
2513         
2514         * src/frontends/gnome/support.c
2515         * src/frontends/gnome/support.h: support files generated by Glade
2516
2517         * autogen.sh
2518         * configure.in
2519         * config/gnome.m4: Gnome configuration scripts
2520
2521         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
2522         configure --help message
2523
2524         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
2525         only if there are no events pendling in Gnome/Gtk. This enhances
2526         the performance of menus.
2527
2528
2529 2000-08-14  Allan Rae  <rae@lyx.org>
2530
2531         * lib/Makefile.am: listerrors cleaning
2532
2533         * lib/listerrors: removed -- generated file
2534         * acinclude.m4: ditto
2535         * sigc++/acinclude.m4: ditto
2536
2537         * src/frontends/xforms/forms/form_citation.fd:
2538         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
2539         manageable size.
2540
2541         * src/frontends/xforms/forms/makefile: I renamed the `install` target
2542         `updatesrc` and now we have a `test` target that does what `updatesrc`
2543         used to do. I didn't like having an install target that wasn't related
2544         to the dist.
2545
2546         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
2547         on all except FormGraphics.  This may yet happen. Followed by a major
2548         cleanup including using FL_TRANSIENT for most of the dialogs.  More
2549         changes to come when the ButtonController below is introduced.
2550
2551         * src/frontends/xforms/ButtonController.h: New file for managing up to
2552         four buttons on a dialog according to an externally defined policy.
2553         * src/frontends/xforms/Makefile.am: added above
2554
2555         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
2556         Apply and Cancel/Close buttons and everything in between and beyond.
2557         * src/frontends/Makefile.am: added above.
2558
2559         * src/frontends/xforms/forms/form_preferences.fd:
2560         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
2561         and removed variable 'status' as a result. Fixed the set_minsize thing.
2562         Use the new screen-font-update after checking screen fonts were changed
2563         Added a "Restore" button to restore the original lyxrc values while
2564         editing.  This restores everything not just the last input changed.
2565         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
2566
2567         * src/LyXAction.C: screen-font-update added for updating buffers after
2568         screen font settings have been changed.
2569         * src/commandtags.h: ditto
2570         * src/lyxfunc.C: ditto
2571
2572         * forms/lyx.fd: removed screen fonts dialog.
2573         * src/lyx_gui.C: ditto
2574         * src/menus.[Ch]: ditto
2575         * src/lyx.[Ch]: ditto
2576         * src/lyx_cb.C: ditto + code from here moved to make
2577         screen-font-update. And people wonder why progress on GUII is
2578         slow.  Look at how scattered this stuff was!  It takes forever
2579         just find it all. 
2580
2581         * forms/fdfix.sh: Fixup the spacing after commas.
2582         * forms/makefile: Remove date from generated files. Fewer clashes now.
2583         * forms/bullet_forms.C.patch: included someones handwritten changes
2584
2585         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
2586         once I've discovered why LyXRC was made noncopyable.
2587         * src/lyx_main.C: ditto
2588
2589 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
2590
2591         * src/frontends/xforms/forms/fdfix.sh:
2592         * src/frontends/xforms/forms/fdfixh.sed:
2593         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
2594         * src/frontends/xforms/Form*.[hC]:
2595         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
2596         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
2597         provide a destructor for the struct FD_form_xxxx. Another version of
2598         the set_[max|min]size workaround and a few other cleanups. Actually,
2599         Angus' patch from 20000809.
2600
2601 2000-08-13  Baruch Even  <baruch.even@writeme.com>
2602
2603         * src/insets/insetgraphics.C (Clone): Added several fields that needed
2604         copying.
2605
2606 2000-08-11  Juergen Vigna  <jug@sad.it>
2607
2608         * src/insets/insetgraphics.C (InsetGraphics): changing init
2609         order because of warnings.
2610
2611         * src/frontends/xforms/forms/makefile: adding patching .C with
2612         .C.patch files.
2613
2614         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
2615         from .C.patch to .c.patch
2616
2617         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
2618         order because of warning.
2619
2620         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
2621
2622         * src/frontends/Liason.C (setMinibuffer): new helper function
2623
2624         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
2625
2626         * src/lyxfunc.C (Dispatch): calling new Document-Layout
2627
2628         * lib/ui/default.ui: commented out PaperLayout entry
2629
2630         * src/frontends/xforms/form_document.[Ch]: new added files 
2631         
2632         * src/frontends/xforms/FormDocument.[Ch]: ditto
2633
2634         * src/frontends/xforms/forms/form_document.fd: ditto
2635
2636         * src/frontends/xforms/forms/form_document.C.patch: ditto
2637
2638 2000-08-10  Juergen Vigna  <jug@sad.it>
2639
2640         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
2641         (InsetGraphics): initialized cacheHandle to 0.
2642         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
2643
2644 2000-08-10  Baruch Even  <baruch.even@writeme.com>
2645
2646         * src/graphics/GraphicsCache.h:
2647         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
2648         correctly as a cache.
2649
2650         * src/graphics/GraphicsCacheItem.h:
2651         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
2652         reference counting.
2653
2654         * src/graphics/GraphicsCacheItem_pimpl.h:
2655         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
2656         GraphicsCacheItem.
2657
2658         * src/insets/insetgraphics.h: 
2659         * src/insets/insetgraphics.C: Changed from using a signal notification
2660         to polling when image is not loaded.
2661
2662 2000-08-10  Allan Rae  <rae@lyx.org>
2663
2664         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
2665         that there are two functions that have to been taken out of line by
2666         hand and aren't taken care of in the script.  (Just a reminder note)
2667
2668         * sigc++/macros/*.h.m4: Updated as above.
2669
2670 2000-08-09  Juergen Vigna  <jug@sad.it>
2671
2672         * src/insets/insettext.C (draw): small fix for clearing rectangle.
2673
2674         * src/insets/insettabular.C: make drawing of single cell smarter.
2675
2676 2000-08-09  Marko Vendelin <markov@ioc.ee>
2677         * src/frontends/gnome/Menubar_pimpl.C
2678         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
2679         implementation: new files
2680         
2681         * src/frontends/gnome/mainapp.C
2682         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
2683         implementation)
2684
2685         * src/main.C: create Gnome main window
2686
2687         * src/frontends/xforms/Menubar_pimpl.h
2688         * src/frontends/Menubar.C
2689         * src/frontends/Menubar.h: added method Menubar::update that calls 
2690         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
2691
2692         * src/LyXView.C: calls Menubar::update to update the state
2693         of menu items
2694
2695         * src/frontends/gnome/Makefile.am: added new files
2696         
2697         * src/frontends/Makefile.am: added frontend compiler options
2698
2699 2000-08-08  Juergen Vigna  <jug@sad.it>
2700
2701         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
2702
2703         * src/bufferlist.C (close): 
2704         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
2705         documents if exiting without saving.
2706
2707         * src/buffer.C (save): use removeAutosaveFile()
2708
2709         * src/support/filetools.C (removeAutosaveFile): new function.
2710
2711         * src/lyx_cb.C (MenuWrite): returns a bool now.
2712         (MenuWriteAs): check if file could really be saved and revert to the
2713         old name if not.
2714         (MenuWriteAs): removing old autosavefile if existant.
2715
2716         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
2717         before Goto toggle declaration, because of compiler warning.
2718
2719         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
2720
2721         * src/lyxfunc.C (MenuNew): small fix.
2722
2723         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
2724
2725         * src/bufferlist.C (newFile):
2726         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
2727
2728         * src/lyxrc.C: added new_ask_filename tag
2729
2730 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
2731
2732         * src/lyx.fd: removed code pertaining to form_ref
2733         * src/lyx.[Ch]: ditto
2734         * src/lyx_cb.C: ditto
2735         * src/lyx_gui.C: ditto
2736         * src/lyx_gui_misc.C: ditto
2737
2738         * src/BufferView_pimpl.C (restorePosition): update buffer only
2739         if file has changed
2740
2741         * src/commandtags.h (LFUN_REFTOGGLE): removed
2742         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
2743         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
2744         (LFUN_REFBACK): renamed LFUN_REF_BACK
2745
2746         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
2747         * src/menus.C: ditto
2748         * src/lyxfunc.C (Dispatch): ditto.
2749         InsertRef dialog is now GUI-independent.
2750
2751         * src/texrow.C: added using std::endl;
2752
2753         * src/insets/insetref.[Ch]: strip out large amounts of code.
2754         The inset is now a container and this functionality is now
2755         managed by a new FormRef dialog
2756         
2757         * src/frontends/Dialogs.h (showRef, createRef): new signals
2758
2759         * src/frontends/xforms/FormIndex.[Ch],
2760         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
2761         when setting dialog's min/max size
2762         * src/frontends/xforms/FormIndex.[Ch]: ditto
2763
2764         * src/frontends/xforms/FormRef.[Ch],
2765         src/frontends/xforms/forms/form_ref.fd: new xforms
2766         implementation of an InsetRef dialog
2767
2768         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
2769         DEC cxx
2770
2771         * src/graphics/XPM_Renderer.C (isImageFormatOK):
2772         ios::nocreate is not part of the standard. Removed.
2773
2774 2000-08-07  Baruch Even  <baruch.even@writeme.com>
2775
2776         * src/graphics/Renderer.h:
2777         * src/graphics/Renderer.C: Added base class for rendering of different
2778         image formats into Pixmaps.
2779
2780         * src/graphics/XPM_Renderer.h:
2781         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
2782         in a different class.
2783
2784         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
2785         easily add support for other formats.
2786
2787         * src/insets/figinset.C: plugged a leak of an X resource.
2788
2789 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2790
2791         * src/CutAndPaste.[Ch]: make all metods static. 
2792
2793         * development/Code_rules/Rules: more work, added section on
2794         Exceptions, and a References section.
2795
2796         * a lot of header files: work to make doc++ able to generate the
2797         source documentation, some workarounds of doc++ problems. Doc++ is
2798         now able to generate the documentation.
2799
2800 2000-08-07  Juergen Vigna  <jug@sad.it>
2801
2802         * src/insets/insettabular.C (recomputeTextInsets): removed function
2803
2804         * src/tabular.C (SetWidthOfMulticolCell): 
2805         (SetWidthOfCell): 
2806         (calculate_width_of_column_NMC): fixed return value so that it really
2807         only returns true if the column-width has changed (there where
2808         problems with muliticolumn-cells in this column).
2809
2810 2000-08-04  Juergen Vigna  <jug@sad.it>
2811
2812         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
2813         also on the scrollstatus of the inset.
2814         (workAreaMotionNotify): ditto.
2815
2816         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
2817
2818 2000-08-01  Juergen Vigna  <jug@sad.it>
2819
2820         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
2821
2822         * src/commandtags.h: 
2823         * src/LyXAction.C (init): 
2824         * src/insets/inset.C (LocalDispatch): added support for
2825         LFUN_SCROLL_INSET.
2826
2827         * src/insets/inset.C (scroll): new functions.
2828
2829         * src/insets/insettext.C (removeNewlines): new function.
2830         (SetAutoBreakRows): removes forced newlines in the text of the
2831         paragraph if autoBreakRows is set to false.
2832
2833         * src/tabular.C (Latex): generates a parbox around the cell contents
2834         if needed.
2835
2836         * src/frontends/xforms/FormTabular.C (local_update): removed
2837         the radio_useparbox button.
2838
2839         * src/tabular.C (UseParbox): new function
2840
2841 2000-08-06  Baruch Even  <baruch.even@writeme.com>
2842
2843         * src/graphics/GraphicsCache.h:
2844         * src/graphics/GraphicsCache.C:
2845         * src/graphics/GraphicsCacheItem.h:
2846         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
2847         usefull.
2848
2849         * src/insets/insetgraphics.h:
2850         * src/insets/insetgraphics.C: Added the use of the GraphicsCache
2851         and the drawing of the inline image.
2852
2853         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be
2854         loaded into the wrong position.
2855
2856         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
2857         launched.
2858
2859 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2860
2861         * src/support/translator.h: move all typedefs to public section
2862
2863         * src/support/filetools.C (MakeLatexName): return string const
2864         (QuoteName): ditto
2865         (TmpFileName): ditto
2866         (FileOpenSearch): ditto
2867         (FileSearch): ditto
2868         (LibFileSearch): ditto
2869         (i18nLibFileSearch): ditto
2870         (GetEnv): ditto
2871         (GetEnvPath): ditto
2872         (CreateTmpDir): ditto
2873         (CreateBufferTmpDir): ditto
2874         (CreateLyXTmpDir): ditto
2875         (GetCWD): ditto
2876         (OnlyPath): ditto
2877         (MakeAbsPath): ditto
2878         (AddName): ditto
2879         (OnlyFilename): ditto
2880         (ExpandPath): ditto
2881         (NormalizePath): ditto
2882         (CleanupPath): ditto
2883         (GetFileContents): ditto
2884         (ReplaceEnvironmentPath): ditto
2885         (MakeRelPath): ditto
2886         (AddPath): ditto
2887         (ChangeExtension): ditto
2888         (MakeDisplayPath): ditto
2889         (do_popen): return cmdret const
2890         (findtexfile): return string const
2891
2892         * src/support/DebugStream.h: add some /// to please doc++
2893
2894         * src/frontends/DialogBase.h (endif): add some /// to please doc++
2895
2896         * src/texrow.C (same_rownumber): functor to use with find_if
2897         (getIdFromRow): rewritten to use find_if and to not update the
2898         positions. return true if row is found
2899         (increasePos): new method, use to update positions
2900
2901         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
2902
2903         * src/lyxlex_pimpl.C (verifyTable): new method
2904         (pushTable): use it
2905         (Pimpl): use it
2906         (GetString): return string const
2907         (pushTable): rewrite to use std::stack
2908         (popTable): ditto
2909         (setFile): better check
2910         (setStream): ditto
2911
2912         * src/lyxlex.h: make LyXLex noncopyable
2913
2914         * src/lyxlex.C (text): return char const * const
2915         (GetString): return string const
2916         (getLongString): return string const
2917
2918         * src/lyx_gui_misc.C (askForText): return pair<...> const
2919
2920         * src/lastfiles.[Ch] (operator): return string const
2921
2922         * src/buffer.C (parseSingleLyXformat2Token): pass string to
2923         istringstream not char const *. 
2924         move token.end() out of loop.
2925         (readFile): move initializaton of token
2926
2927         * src/BufferView2.C (insertErrors): run texrow.increasePos if
2928         getIdFromRow is successful.
2929
2930         * lib/bind/emacs.bind: don't include menus bind
2931
2932         * development/Code_rules/Rules: the beginnings of making this
2933         better and covering more of the unwritten rules that we have.
2934
2935         * development/Code_rules/Recommendations: a couple of wording
2936         changes. 
2937
2938 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2939
2940         * src/support/strerror.c: remove C++ comment.
2941
2942 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
2943
2944         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
2945         LFUN_INDEX_INSERT_LAST
2946
2947         * src/texrow.C (getIdFromRow): changed from const_iterator to
2948         iterator, allowing code to compile with DEC cxx
2949
2950         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
2951         stores part of the class, as suggested by Allan. Will allow
2952         multiple LyXViews.
2953         (apply): test to apply uses InsetCommandParams operator!=
2954
2955         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
2956         (apply): test to apply uses InsetCommandParams operator!=
2957
2958         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
2959         stores part of the class.
2960         (update): removed limits on min/max size.
2961
2962         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
2963         (apply): test to apply uses InsetCommandParams operator!=
2964
2965         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
2966         (Read, Write, scanCommand, getCommand): moved functionality
2967         into InsetCommandParams.
2968         (Clone): removed
2969         (getScreenLabel): made pure virtual
2970         new InsetCommandParams operators== and !=
2971         
2972         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
2973         c-tors based on InsetCommandParams. Removed others.
2974         * src/insets/insetinclude.[Ch]: ditto
2975         * src/insets/insetlabel.[Ch]: ditto
2976         * src/insets/insetparent.[Ch]: ditto
2977         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
2978         
2979         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
2980         insets derived from InsetCommand created using similar c-tors
2981         based on InsetCommandParams
2982         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
2983         * src/menus.C (ShowRefsMenu): ditto
2984         * src/paragraph.C (Clone): ditto
2985         * src/text2.C (SetCounter): ditto
2986         * src/lyxfunc.C (Dispatch) ditto
2987         Also recreated old InsetIndex behaviour exactly. Can now
2988         index-insert at the start of a paragraph and index-insert-last
2989         without launching the pop-up.
2990
2991 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2992
2993         * lib/lyxrc.example: mark te pdf options as non functional.
2994
2995         * src/support/lstrings.C (strToInt): move initalization of tmpstr
2996         (isStrDbl): move tmpstr.end() out of loop.
2997         (strToDbl): move intialization of tmpstr
2998         (lowercase): return string const and move tmp.end() out of loop.
2999         (uppercase): return string const and move tmp.edn() out of loop.
3000         (prefixIs): add assertion
3001         (suffixIs): ditto
3002         (contains): ditto
3003         (contains): ditto
3004         (contains): ditto
3005         (containsOnly): ditto
3006         (containsOnly): ditto
3007         (containsOnly): ditto
3008         (countChar): make last arg char not char const
3009         (token): return string const
3010         (subst): return string const, move tmp.end() out of loop.
3011         (subst): return string const, add assertion
3012         (strip): return string const
3013         (frontStrip): return string const, add assertion
3014         (frontStrip): return string const
3015         (split): ditto
3016         (split): ditto
3017         (rsplit): ditto
3018
3019         * src/support/lstrings.C: add inclde "LAssert.h"
3020         (isStrInt): move tmpstr.end() out of loop.
3021
3022         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
3023         toollist.end() out of loop.
3024         (deactivate): move toollist.end() out of loop.
3025         (update): move toollist.end() out of loop.
3026         (updateLayoutList): move tc.end() out of loop.
3027         (add): move toollist.end() out of loop.
3028
3029         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
3030         md.end() out of loop.
3031
3032         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
3033
3034         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
3035         of loop.
3036
3037         * src/paragraph.C (Erase): move fontlist.end() out of loop.
3038         (Erase): move insetlist.end() out of loop.
3039
3040         * src/lyx_sendfax_main.C: make show_logfile static and to take a
3041         ref to const string as first arg. Move initialization of some
3042         variables, whitespace changes.
3043
3044         * src/kbmap.C (defkey): move table.end() out of loop.
3045         (kb_keymap): move table.end() out of loop.
3046         (findbinding): move table.end() out of loop.
3047
3048         * src/MenuBackend.C (hasMenu): move end() out of loop.
3049         (getMenu): move end() out of loop.
3050         (getMenu): move menulist_.end() out of loop.
3051
3052         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
3053
3054         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
3055         out of loop.
3056
3057         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
3058         (getFromLyXName): move infotab.end() out of loop.
3059
3060         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
3061         -fvtable-thunks -ffunction-sections -fdata-sections 
3062
3063 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
3064
3065         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
3066         FORMS_H_LOCATION.
3067
3068 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
3069
3070         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
3071
3072         * src/frontends/xforms/FormCitation.[Ch],
3073         src/frontends/xforms/FormIndex.[Ch],
3074         src/frontends/xforms/FormToc.[Ch],
3075         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
3076
3077 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
3078
3079         * src/commandtags.h: renamed, created some flags for citation
3080         and index
3081
3082         * src/lyx_gui_misc.C: stripped out old FD_index_form code
3083
3084         * src/lyxfunc.C (dispatch): use signals to insert index entry
3085         
3086         * src/frontends/Dialogs.h: new signal createIndex
3087
3088         * src/frontends/xforms/FormCommand.[Ch],
3089         src/frontends/xforms/FormCitation.[Ch],
3090         src/frontends/xforms/FormToc.[Ch],
3091         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
3092
3093         * src/insets/insetindex.[Ch]: GUI-independent
3094
3095         * src/frontends/xforms/FormIndex.[Ch],
3096         * src/frontends/xforms/forms/form_index.fd: xforms implementation
3097         of the Index dialog
3098         
3099 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
3100
3101         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
3102         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
3103         
3104 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3105
3106         * src/insets/insetref.C (Latex): rewrite so that there is now
3107         question that a initialization is requested.
3108
3109         * src/insets/insetcommand.h: reenable the hide signal
3110
3111 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3112
3113         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
3114         fix handling of shortcuts (many bugs :)
3115         (add_lastfiles): ditto.
3116
3117         * lib/ui/default.ui: fix a few shortcuts.
3118
3119 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
3120
3121         * Makefile.am: Fix ``rpmdist'' target to return the exit
3122         status of the ``rpm'' command, instead of the last command in
3123         the chain (the ``rm lyx.xpm'' command, which always returns
3124         success).
3125
3126 2000-08-02  Allan Rae  <rae@lyx.org>
3127
3128         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
3129         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
3130         * src/frontends/xforms/FormToc.C (FormToc): ditto
3131
3132         * src/frontends/xforms/Makefile.am: A few forgotten files
3133
3134         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
3135         Signals-not-copyable-problem Lars' started commenting out.
3136
3137         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
3138
3139 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3140
3141         * src/insets/insetcommand.h: Signals is not copyable so anoter
3142         scheme for automatic hiding of forms must be used.
3143
3144         * src/frontends/xforms/FormCitation.h: don't inerit from
3145         noncopyable, FormCommand already does that.
3146         * src/frontends/xforms/FormToc.h: ditto
3147         * src/frontends/xforms/FormUrl.h: ditto
3148
3149         * src/frontends/xforms/FormCitation.C: add include <algorithm>
3150
3151 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3152
3153         * src/insets/insetcommand.h (hide): new SigC::Signal0
3154         (d-tor) new virtual destructor emits hide signal
3155
3156         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
3157         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
3158
3159         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
3160         LOF and LOT. Inset is now GUI-independent
3161
3162         * src/insets/insetloa.[Ch]: redundant
3163         * src/insets/insetlof.[Ch]: ditto
3164         * src/insets/insetlot.[Ch]: ditto
3165         
3166         * src/frontends/xforms/forms/form_url.fd: tweaked!
3167         * src/frontends/xforms/forms/form_citation.fd: ditto
3168
3169         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
3170         dialogs dealing with InsetCommand insets
3171
3172         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
3173         FormCommand base class
3174         * src/frontends/xforms/FormUrl.[Ch]: ditto
3175
3176         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
3177         of the TOC dialog
3178         * src/frontends/xforms/FormToc.[Ch]: ditto
3179
3180         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
3181         passed a generic InsetCommand pointer
3182         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
3183
3184         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
3185         and modified InsetTOC class
3186         * src/buffer.C: ditto
3187
3188         * forms/lyx.fd: strip out old FD_form_toc code
3189         * src/lyx_gui_misc.C: ditto
3190         * src/lyx_gui.C: ditto
3191         * src/lyx_cb.C: ditto
3192         * src/lyx.[Ch]: ditto
3193
3194 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3195
3196         * src/support/utility.hpp: tr -d '\r'
3197
3198 2000-08-01  Juergen Vigna  <jug@sad.it>
3199
3200         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
3201
3202         * src/commandtags.h: 
3203         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
3204         LFUN_TABULAR_FEATURES.
3205
3206         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
3207         LFUN_LAYOUT_TABULAR.
3208
3209         * src/insets/insettabular.C (getStatus): implemented helper function.
3210
3211         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
3212
3213 2000-07-31  Juergen Vigna  <jug@sad.it>
3214
3215         * src/text.C (draw): fixed screen update problem for text-insets.
3216
3217         * src/text2.C (SetParagrpah): call an update of the inset-owner when
3218         something changed probably this has to be added in various other
3219         functions too.
3220
3221         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
3222
3223 2000-07-31  Baruch Even <baruch.even@writeme.com>
3224
3225         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
3226         templates to satisfy compaq cxx.
3227
3228
3229 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
3230
3231         * src/support/translator.h (equal_1st_in_pair::operator()): take
3232         const ref pair_type as arg. 
3233         (equal_2nd_in_pair::operator()): ditto
3234         (Translator::~Translator): remove empty d-tor.
3235
3236         * src/graphics/GraphicsCache.C: move include config.h to top, also
3237         put initialization of GraphicsCache::singleton here.
3238         (~GraphicsCache): move here
3239         (addFile): take const ref as arg
3240         (removeFile): ditto
3241
3242         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
3243
3244         * src/BufferView2.C (insertLyXFile): change te with/without header
3245         check slightly.
3246
3247 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3248
3249         * src/frontends/xforms/FormGraphics.C (apply): add some
3250         static_cast. Not very nice, but required by compaq cxx.
3251
3252         * src/frontends/xforms/RadioButtonGroup.h: include header
3253         <utility> instead of <pair.h>
3254
3255         * src/insets/insetgraphicsParams.C: add using directive. 
3256         (readResize): change return type to void. 
3257         (readOrigin): ditto.
3258
3259         * src/lyxfunc.C (getStatus): add missing break for build-program
3260         function; add test for Literate for export functions.
3261
3262         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
3263         entries in Options menu.
3264
3265 2000-07-31  Baruch Even <baruch.even@writeme.com>
3266
3267         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
3268         protect against auto-allocation; release icon when needed.
3269
3270 2000-07-31  Matej Cepl <CeplM@seznam.cz>
3271
3272         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
3273         on usual typewriter.
3274
3275         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
3276         earlier czech.kmap), useful only for programming.
3277
3278 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3279
3280         * src/frontends/xforms/FormCitation.h: fix conditioning around
3281         #pragma. 
3282
3283 2000-07-31  Juergen Vigna  <jug@sad.it>
3284
3285         * src/frontends/xforms/FormTabular.C (local_update): changed
3286         radio_linebreaks to radio_useparbox and added radio_useminipage.
3287
3288         * src/tabular.C: made support for using minipages/parboxes.
3289
3290         * src/bufferlist.C (QwriteAll): small fix for asking for save.
3291
3292         * src/insets/insetgraphics.C (draw): just draw the inset so that the
3293         cursor is visible.
3294         (descent): so the cursor is in the middle.
3295         (width): bit smaller box.
3296
3297         * src/insets/insetgraphics.h: added display() function.
3298
3299 2000-07-31  Baruch Even <baruch.even@writeme.com>
3300
3301         * src/frontends/Dialogs.h: Added showGraphics signals.
3302
3303         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
3304         xforms form definition of the graphics dialog.
3305
3306         * src/frontends/xforms/FormGraphics.h: 
3307         * src/frontends/xforms/FormGraphics.C: Added files, the
3308         GUIndependent code of InsetGraphics
3309
3310         * src/insets/insetgraphics.h: 
3311         * src/insets/insetgraphics.C: Major writing to make it work.
3312
3313         * src/insets/insetgraphicsParams.h:     
3314         * src/insets/insetgraphicsParams.C: Added files, parameter passing
3315         struct between InsetGraphics and GUI.
3316
3317         * src/LaTeXFeatures.h:
3318         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
3319         support for graphicx package. 
3320
3321         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
3322         for the graphics inset.
3323
3324         * src/support/translator.h: Added file, used in
3325         InsetGraphicsParams. this is a template to translate between two
3326         types.
3327
3328         * src/frontends/xforms/RadioButtonGroup.h: 
3329         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
3330         way to easily control a radio button group.
3331
3332 2000-07-28  Juergen Vigna  <jug@sad.it>
3333
3334         * src/insets/insettabular.C (LocalDispatch): 
3335         (TabularFeatures): added support for lyx-functions of tabular features.
3336         (cellstart): refixed this function after someone wrongly changed it.
3337
3338         * src/commandtags.h:
3339         * src/LyXAction.C (init): added support for tabular-features
3340
3341 2000-07-28  Allan Rae  <rae@lyx.org>
3342
3343         * src/frontends/xforms/FormPreferences.C (build): Setup input return
3344         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
3345         triggers the callback for input checking. As a result we sometimes get
3346         "LyX: This shouldn't happen..." printed to cerr.
3347         (input): Started using status variable since I only free() on 
3348         destruction.  Some input checking for paths and font sizes.
3349
3350         * src/frontends/xforms/FormPreferences.h: Use status to control 
3351         activation of Ok and Apply
3352
3353         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
3354         callback.  Also resized to stop segfaults with 0.88.  The problem is
3355         that xforms-0.88 requires the folder to be wide enough to fit all the
3356         tabs.  If it isn't it causes all sorts of problems.
3357
3358         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
3359
3360         * src/frontends/xforms/forms/README: Reflect reality.
3361
3362         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
3363         * src/frontends/xforms/forms/makefile: ditto.
3364
3365         * src/commandtags.h: Get access to new Preferences dialog
3366         * src/LyXAction.C: ditto
3367         * src/lyxfunc.C: ditto
3368         * lib/ui/default.ui: ditto
3369
3370 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3371
3372         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
3373
3374         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
3375         few files.
3376
3377         * src/frontends/xforms/form_url.[Ch]: added.
3378
3379 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3380
3381         * src/insets/insetbib.h: fixed bug in previous commit
3382
3383         * src/frontends/xforms/FormUrl.h: ditto
3384
3385         * src/frontends/xforms/FormPrint.h: ditto
3386
3387         * src/frontends/xforms/FormPreferences.h: ditto
3388
3389         * src/frontends/xforms/FormCopyright.h: ditto
3390
3391         * src/frontends/xforms/FormCitation.C: ditto
3392
3393         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
3394         private copyconstructor and private default contructor
3395
3396         * src/support/Makefile.am: add utility.hpp
3397
3398         * src/support/utility.hpp: new file from boost
3399
3400         * src/insets/insetbib.h: set owner in clone
3401
3402         * src/frontends/xforms/FormCitation.C: added missing include
3403         algorithm
3404
3405         * src/insets/form_url.[Ch]: removed
3406
3407 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
3408
3409         * development/lyx.spec.in
3410         * Makefile.am: Fix buglet for LyX RPM generation resulting from
3411         file/directory re-organization.
3412
3413 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
3414
3415         * src/insets/insetcommand.[Ch]: moved the string data and
3416         associated manipulation methods into a new stand-alone class
3417         InsetCommandParams. This class has two additional methods
3418         getAsString() and setFromString() allowing the contents to be
3419         moved around as a single string.
3420         (addContents) method removed.
3421         (setContents) method no longer virtual.
3422
3423         * src/buffer.C (readInset): made use of new InsetCitation,
3424         InsetUrl constructors based on InsetCommandParams.
3425
3426         * src/commandtags.h: add LFUN_INSERT_URL
3427
3428         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
3429         independent InsetUrl and use InsetCommandParams to extract
3430         string info and create new Insets.
3431
3432         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
3433
3434         * src/frontends/xforms/FormCitation.C (apply): uses 
3435         InsetCommandParams.
3436
3437         * src/frontends/xforms/form_url.C
3438         * src/frontends/xforms/form_url.h
3439         * src/frontends/xforms/FormUrl.h
3440         * src/frontends/xforms/FormUrl.C
3441         * src/frontends/xforms/forms/form_url.fd: new files
3442
3443         * src/insets/insetcite.[Ch]: removed unused constructors.
3444
3445         * src/insets/insetinclude.[Ch]: no longer store filename
3446
3447         * src/insets/inseturl.[Ch]: GUI-independent.
3448
3449 2000-07-26  Juergen Vigna  <jug@sad.it>
3450         * renamed frontend from gtk to gnome as it is that what is realized
3451         and did the necessary changes in the files.
3452         
3453 2000-07-26  Marko Vendelin <markov@ioc.ee>
3454         * autogen.sh
3455         * configure.in: cleaning up gnome configuration scripts
3456
3457 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3458
3459         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
3460         shortcuts syndrom by redrawing them explicitely (a better solution
3461         would be appreciated).
3462
3463         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
3464
3465         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
3466         the button.
3467
3468         * src/lyx_cb.C (MenuExport): change html export to do the right
3469         thing depending of the document type (instead of having
3470         html-linuxdoc and html-docbook).
3471         * src/lyxfunc.C (getStatus): update for html
3472         * lib/ui/default.ui: simplify due to the above change.
3473         * src/menus.C (ShowFileMenu): update too (in case we need it).
3474
3475         * src/MenuBackend.C (read): if a menu is defined twice, add the
3476         new entries to the exiting one.
3477
3478 2000-07-26  Juergen Vigna  <jug@sad.it>
3479
3480         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
3481
3482         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
3483         and return a bool if it did actual save the file.
3484         (AutoSave): don't autosave a unnamed doc.
3485
3486         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
3487         check if this is an UNNAMED new file and react to it.
3488         (newFile): set buffer to unnamed and change to not mark a new
3489         buffer dirty if I didn't do anything with it.
3490
3491         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
3492
3493 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3494
3495         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
3496         friend as per Angus's patch posted to lyx-devel.
3497
3498         * src/ext_l10n.h: updated
3499
3500         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
3501         gettext on the style string right before inserting them into the
3502         combox. 
3503
3504         * autogen.sh: add code to extract style strings form layout files,
3505         not good enough yet. 
3506
3507         * src/frontends/gtk/.cvsignore: add MAKEFILE
3508
3509         * src/MenuBackend.C (read): run the label strings through gettext
3510         before storing them in the containers.
3511
3512         * src/ext_l10n.h: new file 
3513
3514         * autogen.sh : generate the ext_l10n.h file here
3515
3516 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3517
3518         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
3519         arguments. 
3520
3521         * lib/ui/default.ui: fix a couple of typos.
3522
3523         * config/gnome/gtk.m4: added (and added to the list of files in 
3524         autogen.sh).
3525
3526         * src/insets/insetinclude.C (unique_id): fix when we are using
3527         lyxstring instead of basic_string<>. 
3528         * src/insets/insettext.C (LocalDispatch): ditto.
3529         * src/support/filetools.C: ditto.
3530
3531         * lib/configure.m4: create the ui/ directory if necessary.
3532
3533         * src/LyXView.[Ch] (updateToolbar): new method.
3534
3535         * src/BufferView_pimpl.C (buffer): update the toolbar when
3536         opening/closing buffer.
3537
3538 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3539
3540         * src/LyXAction.C (getActionName): enhance to return also the name
3541         and options of pseudo-actions.
3542         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
3543
3544         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
3545         as an example of what is possible). Used in File->Build too (more
3546         useful) and in the import/export menus (to mimick the complicated
3547         handling of linuxdoc and friends). Try to update all the entries.
3548
3549         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
3550         optional entries.
3551
3552         * src/MenuBackend.C (read): Parse the new OptItem tag.
3553
3554         * src/MenuBackend.h: Add a new optional_ data member (used if the
3555         entry should be omitted when the lyxfunc is disabled).
3556
3557         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
3558         function, used as a shortcut.
3559         (create_submenu): align correctly the shortcuts on the widest
3560         entry.
3561         
3562         * src/MenuBackend.h: MenuItem.label() only returns the label of
3563         the menu without shortcut; new method shortcut().
3564         
3565 2000-07-14  Marko Vendelin <markov@ioc.ee>
3566
3567         * src/frontends/gtk/Dialogs.C:
3568         * src/frontends/gtk/FormCopyright.C:
3569         * src/frontends/gtk/FormCopyright.h:
3570         * src/frontends/gtk/Makefile.am: added these source-files for the
3571         Gtk/Gnome support of the Copyright-Dialog.
3572
3573         * src/main.C: added Gnome::Main initialization if using
3574         Gtk/Gnome frontend-GUI.
3575
3576         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
3577         frontend-GUI.
3578         * config/gnome/aclocal-include.m4
3579         * config/gnome/compiler-flags.m4
3580         * config/gnome/curses.m4
3581         * config/gnome/gnome--.m4
3582         * config/gnome/gnome-bonobo-check.m4
3583         * config/gnome/gnome-common.m4
3584         * config/gnome/gnome-fileutils.m4
3585         * config/gnome/gnome-ghttp-check.m4
3586         * config/gnome/gnome-gnorba-check.m4
3587         * config/gnome/gnome-guile-checks.m4
3588         * config/gnome/gnome-libgtop-check.m4
3589         * config/gnome/gnome-objc-checks.m4
3590         * config/gnome/gnome-orbit-check.m4
3591         * config/gnome/gnome-print-check.m4
3592         * config/gnome/gnome-pthread-check.m4
3593         * config/gnome/gnome-support.m4
3594         * config/gnome/gnome-undelfs.m4
3595         * config/gnome/gnome-vfs.m4
3596         * config/gnome/gnome-x-checks.m4
3597         * config/gnome/gnome-xml-check.m4
3598         * config/gnome/gnome.m4
3599         * config/gnome/gperf-check.m4
3600         * config/gnome/gtk--.m4
3601         * config/gnome/linger.m4
3602         * config/gnome/need-declaration.m4: added configuration scripts
3603         for Gtk/Gnome frontend-GUI
3604
3605         * configure.in: added support for the --with-frontend=gtk option
3606
3607         * autogen.sh: added config/gnome/* to list of config-files
3608
3609         * acconfig.h: added define for GTKGUI-support
3610
3611         * config/lyxinclude.m4: added --with-frontend[=value] option value
3612         for Gtk/Gnome frontend-GUI support.
3613
3614 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
3615
3616         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
3617         can be used.
3618         (suffixIs): ditto
3619
3620         * src/paragraph.C (GetChar): remove non-const version
3621
3622         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
3623         (search_kw): use it.
3624
3625         * src/lyx_main.C (init): if "preferences" exist, read that instead
3626         of "lyxrc".
3627         (ReadRcFile): return bool if the file could be read ok.
3628         (ReadUIFile): add a check to see if lex file is set ok.
3629
3630         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
3631         bastring can be used instead of lyxstring (still uses the old code
3632         if std::string is good enough or if lyxstring is used.)
3633
3634         * src/encoding.C: make the arrays static, move ininle functions
3635         here
3636         * src/encoding.h: from here.
3637
3638         * src/buffer.C: have last_isnet_read as a file scope variable for now.
3639         (parseSingleLyXformat2Token): move inset parsing to separate method
3640         (readInset): new private method
3641
3642         * src/Variables.h: remove virtual from get().
3643
3644         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
3645         access to NEW_INSETS and NEW_TABULAR
3646
3647         * src/MenuBackend.h: remove superfluous forward declaration of
3648         MenuItem. Add documentations tags "///", remove empty MenuItem
3649         destructor, remove private default contructor.
3650
3651         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
3652         (add): return *this
3653         (read): more string mlabel and mname to where they are used
3654         (read): remove unused variables mlabel and mname
3655         (defaults): unconditional clear, make menusetup take advantage of
3656         add returning Menu &.
3657
3658         * src/LyXView.h: define NEW_MENUBAR as default
3659
3660         * src/LyXAction.C: include lyxparagraph.h temporary to get access
3661         to NEW_INSETS and NEW_TABULAR.
3662         (init): commetn out some funcs that is obsolete when NEW_INSETS is
3663         defined. Change some of the "xxxx-inset-insert" functions names to
3664         "xxxx-insert".
3665
3666         * several files: more enahncements to NEW_INSETS and the resulting
3667         LyXParagraph code.
3668         
3669         * lib/lyxrc.example (\date_insert_format): move to misc section 
3670
3671         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
3672         bastring and use AC_CACHE_CHECK. 
3673         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
3674         the system have the newest methods. uses AC_CACHE_CHECK 
3675         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
3676         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
3677         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
3678
3679         * configure.in: add LYX_CXX_GOOD_STD_STRING
3680
3681         * acinclude.m4: recreated
3682
3683 2000-07-24  Amir Karger <karger@lyx.org>
3684
3685         * README: add Hebrew, Arabic kmaps
3686         * ANNOUNCE: typo
3687
3688 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3689
3690         * src/buffer.C (writeFileAscii): Define actcell as an int instead
3691         of int*.
3692
3693 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3694
3695         * Lot of files: add pragma interface/implementation.
3696         
3697         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
3698
3699         * lib/ui/default.ui: new file (ans new directory). Contains the
3700         default menu and toolbar.
3701
3702         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
3703         global space. Toolbars are now read (as menus) in ui files. 
3704
3705         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
3706
3707         * src/lyxfunc.C (getStatus): do not exit immediately if a command
3708         is disabled because the document is read-only. We want to have the
3709         toggle state of the function anyway.
3710         (getStatus): add code for LFUN_VC* functions (mimicking what is
3711         done in old-style menus)
3712         
3713         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
3714         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
3715
3716         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
3717         * src/BufferView_pimpl.C: ditto. 
3718         * src/lyxfunc.C: ditto.         
3719
3720         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
3721         default). This replaces old-style menus by new ones.
3722         
3723         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
3724         MenuItem. Contain the data structure of a menu.
3725
3726         * src/insets/insettext.C: use LyXView::setLayout instead of
3727         accessing directly the toolbar combox.
3728         * src/lyxfunc.C (Dispatch): ditto.
3729
3730         * src/LyXView.C (setLayout): new method, which just calls
3731         Toolbar::setLayout(). 
3732         (updateLayoutChoice): move part of this method in Toolbar.
3733
3734         * src/toolbar.[Ch]: removed.
3735         
3736         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
3737         implementation the toolbar. 
3738
3739         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
3740         the toolbar. It might make sense to merge it with ToolbarDefaults
3741         later. 
3742         (setLayout): new function. 
3743         (updateLayoutList): ditto.
3744         (openLayoutList): ditto.
3745         
3746         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
3747         xforms implementation of the toolbar.
3748         (get_toolbar_func): comment out, since I do not
3749         know what it is good for. 
3750         
3751         * src/ToolbarDefaults.h: Add the ItemType enum.
3752
3753         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
3754         for a list of allocated C strings. Used in Menubar xforms
3755         implementation to avoid memory leaks.
3756
3757         * src/support/lstrings.[Ch] (uppercase): new version taking and
3758         returning a char.
3759         (lowercase): ditto.
3760
3761         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
3762         * lib/bind/emacs.bind: ditto.
3763
3764 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
3765
3766         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
3767         forward decl of LyXView.
3768
3769         * src/toolbar.C (toolbarItem): moved from toolbar.h
3770         (toolbarItem::clean): ditto
3771         (toolbarItem::~toolbarItem): ditto
3772         (toolbarItem::operator): ditto
3773
3774         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
3775
3776         * src/paragraph.h: control the NEW_TABULAR define from here
3777
3778         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
3779         USE_TABULAR_INSETS to NEW_TABULAR
3780
3781         * src/ToolbarDefaults.C: add include "lyxlex.h"
3782
3783         * files using the old table/tabular: use NEW_TABULAR to control
3784         compilation of old tabular stuff. 
3785
3786         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
3787         to correct place.
3788
3789         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
3790         planemet in reading of old style floats, fix the \end_deeper
3791         problem when reading old style floats. 
3792
3793 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3794
3795         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
3796
3797 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
3798
3799         * lib/bind/sciword.bind: updated.
3800
3801 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
3802
3803         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
3804         layout write problem
3805
3806 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3807
3808         * src/Makefile.am (INCLUDES): remove image directory from include
3809         path. 
3810
3811         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
3812         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
3813
3814         * src/LyXView.C (create_form_form_main): read the application icon
3815         from the disk.
3816
3817         * lib/images/*.xpm: change the icons to use transparent color for
3818         background. 
3819
3820         * src/toolbar.C (update): change the color of the button when it
3821         is toggled on.
3822
3823 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3824
3825         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
3826         setting explicitely the minibuffer.
3827         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
3828
3829         * src/LyXView.C (showState): new function. Shows font information
3830         in minibuffer and update toolbar state.
3831         (LyXView): call Toolbar::update after creating the
3832         view. 
3833
3834         * src/toolbar.C: change toollist to be a vector instead of a
3835         linked list.
3836         (BubbleTimerCB): get help string directly from the callback
3837         argument of the corresponding icon (which is the action) 
3838         (set): remove unnecessary ugliness.
3839         (update): new function. update the icons (depressed, disabled)
3840         depending of the status of the corresponding action.
3841         
3842         * src/toolbar.h: remove help in toolbarItem
3843
3844 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
3845
3846         * src/Painter.C (text): Added code for using symbol glyphs from
3847         iso10646 fonts. Currently diabled.
3848
3849         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
3850         symbol_encoding.
3851
3852         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
3853         magyar,turkish and usorbian.
3854
3855         * src/paragraph.C (isMultiLingual): Made more efficient.
3856
3857         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
3858         keyboard.
3859
3860         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
3861         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
3862         Also changed the prototype to "bool math_insert_greek(char)".
3863
3864 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3865
3866         * lots of files: apply the NEW_INSETS on all code that will not be
3867         needed when we move to use the new insets. Enable the define in
3868         lyxparagrah.h to try it.
3869         
3870         * src/insets/insettabular.C (cellstart): change to be a static
3871         inline function
3872         (InsetTabular): initialize buffer in the initializer list.
3873
3874 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
3875
3876         * src/frontends/xforms/FormPrint.[Ch] : moved #include
3877         form_print.h out of the header file. Replaced with forward
3878         declarations of the relevant struct.
3879
3880         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
3881         form_preferences.h.
3882
3883         * src/commandtags.h: do not include "debug.h" which does not
3884         belong there. #include it in some other places because of this
3885         change. 
3886
3887 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3888
3889         * src/insets/insetcaption.C: add a couple "using" directives.
3890
3891         * src/toolbar.C (add): get the help text directly from lyxaction.
3892         (getPixmap): nuked.
3893         (setPixmap): new function. Loads from disk and sets a pixmap on a
3894         botton; the name of the pixmap file is derived from the command
3895         name. 
3896
3897         * src/toolbar.h: remove members isBitmap and pixmap from
3898         toobarItem struct. 
3899
3900         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
3901         * lib/images/: move many files from images/banner.xpm.
3902
3903         * src/lyx_gui.C (create_forms): read banner pixmap from file.
3904
3905         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
3906         * src/toolbar.C: ditto.
3907         * configure.in: ditto.
3908         * INSTALL: document. 
3909
3910         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
3911         the spellchecker popup is closed from the WM.
3912
3913 2000-07-19  Juergen Vigna  <jug@sad.it>
3914
3915         * src/insets/insetfloat.C (Write): small fix because we use the
3916         insetname for the type now!
3917
3918 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
3919
3920         * src/frontends/xforms/forms/form_citation.fd: object sizes are
3921         now set here
3922
3923         * src/frontends/Dialogs.h: removed hideCitation signal
3924
3925         * src/insets/insetcite.h: added hide signal
3926
3927         * src/insets/insetcite.C (~InsetCitation): emits new signal
3928         (getScreenLabel): "intelligent" label should now fit on the screen!
3929
3930         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
3931
3932         * src/frontends/xforms/FormCitation.C (showInset): connects
3933         hide() to the inset's hide signal
3934         (show): modified to use fl_set_object_position rather than
3935         fl_set_object_geometry wherever possible
3936         
3937 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
3938
3939         * src/insets/lyxinset.h: add caption code
3940
3941         * src/insets/insetfloat.C (type): new method
3942
3943         * src/insets/insetcaption.C (Write): new method
3944         (Read): new method
3945         (LyxCode): new method
3946
3947         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
3948         to get it right together with using the FloatList.
3949
3950         * src/commandtags.h: add LFUN_INSET_CAPTION
3951         * src/lyxfunc.C (Dispatch): handle it
3952
3953         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
3954         caption inset.
3955
3956         * src/Variables.[Ch]: make expand take a const reference, remove
3957         the destructor, some whitespace changes.
3958
3959         * src/LyXAction.C (init): add caption-inset-insert
3960
3961         * src/FloatList.C (FloatList): update the default floats a bit.
3962
3963 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3964
3965         * src/Variables.[Ch]: new files. Intended to be used for language
3966         specific strings (like \chaptername) and filename substitution in
3967         commands. 
3968
3969         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
3970         kmap files.
3971         * lib/kbd/american.kmap: update
3972
3973         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
3974
3975         * src/bufferparams.[Ch]: remove member allowAccents.
3976
3977         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
3978
3979         * src/LaTeXLog.C: use the log_form.h header.
3980         * src/lyx_gui.C: ditto.
3981         * src/lyx_gui_misc.C: ditto.
3982         * src/lyxvc.h: ditto.
3983
3984         * forms/log_form.fd: new file, created from latexoptions.fd. I
3985         kept the log popup and nuked the options form.
3986
3987         * src/{la,}texoptions.[Ch]: removed.
3988         * src/lyx_cb.C (LaTeXOptions): ditto
3989
3990         * src/lyx_gui.C (create_forms): do not handle the
3991         fd_latex_options form. 
3992
3993 2000-07-18  Juergen Vigna  <jug@sad.it>
3994
3995         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
3996         name of the inset so that it can be requested outside (text2.C).
3997
3998         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
3999         labels.
4000
4001 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4002
4003         * src/mathed/formula.h (ConvertFont): constify
4004
4005         * src/mathed/formula.C (Read): add warning if \end_inset is not
4006         found on expected place.
4007
4008         * src/insets/lyxinset.h (ConvertFont): consify
4009
4010         * src/insets/insetquotes.C (ConvertFont): constify
4011         * src/insets/insetquotes.h: ditto
4012
4013         * src/insets/insetinfo.h: add labelfont
4014
4015         * src/insets/insetinfo.C (InsetInfo): set the labelfont
4016         (ascent): use labelfont
4017         (descent): likewise
4018         (width): likewise
4019         (draw): likewise
4020         (Write): make .lyx file a bit nicer
4021
4022         * src/insets/insetfloat.C (Write): simplify somewhat...
4023         (Read): add warning if arg is not found
4024
4025         * src/insets/insetcollapsable.C: add using std::max
4026         (Read): move string token and add warning in arg is not found
4027         (draw): use std::max to get the right ty
4028         (getMaxWidth): simplify by using std::max
4029
4030         * src/insets/insetsection.h: new file
4031         * src/insets/insetsection.C: new file
4032         * src/insets/insetcaption.h: new file
4033         * src/insets/insetcaption.C: new file
4034
4035         * src/insets/inset.C (ConvertFont): constify signature
4036
4037         * src/insets/Makefile.am (libinsets_la_SOURCES): add
4038         insetcaption.[Ch] and insetsection.[Ch]
4039
4040         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
4041         uses to use LABEL_COUNTER_CHAPTER instead.
4042         * src/text2.C (SetCounter): here
4043
4044         * src/counters.h: new file
4045         * src/counters.C: new file
4046         * src/Sectioning.h: new file
4047         * src/Sectioning.C: new file
4048
4049         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
4050
4051 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4052
4053         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
4054         not always in "."!
4055
4056         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
4057         the last argument.
4058
4059 2000-07-17  Juergen Vigna  <jug@sad.it>
4060
4061         * src/tabular.C (Validate): check if array-package is needed.
4062         (SetVAlignment): added support for vertical alignment.
4063         (SetLTFoot): better support for longtable header/footers
4064         (Latex): modified to support added features.
4065
4066         * src/LaTeXFeatures.[Ch]: added array-package.
4067
4068 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
4069
4070         * src/lyx_gui.C (LyXGUI): make sure that the height is large
4071         enough. 
4072
4073 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
4074
4075         * configure.in: do not forget to put a space after -isystem.
4076
4077 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
4078
4079         * lib/kbd/arabic.kmap: a few fixes.
4080
4081 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4082
4083         * some whitespace chagnes to a number of files.
4084         
4085         * src/support/DebugStream.h: change to make it easier for
4086         doc++ to parse correctly.
4087         * src/support/lyxstring.h: ditto
4088
4089         * src/mathed/math_utils.C (compara): change to have only one
4090         operator()
4091         (MathedLookupBOP): change because of the above.
4092
4093         * src/mathed/math_delim.C (math_deco_compare): change to have only
4094         one operator()
4095         (search_deco): change becasue of the above.
4096
4097         * src/insets/insettabular.C (DrawCellSelection): use std::swap
4098         instead of manually coded one.
4099
4100         * src/insets/insetquotes.C (Read): read the \end_inset too
4101
4102         * src/insets/insetlatex.h: remove file
4103         * src/insets/insetlatex.C: remove file
4104         
4105         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
4106         constructor 
4107         (InsetPrintIndex): remove destructor
4108
4109         * src/insets/insetinclude.h: remove default constructor
4110
4111         * src/insets/insetfloat.C: work to make it work better
4112
4113         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
4114
4115         * src/insets/insetcite.h (InsetCitation): remove default constructor
4116
4117         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
4118
4119         * src/text.C (GetColumnNearX): comment out some currently unused code.
4120
4121         * src/paragraph.C (writeFile): move some initializations closer to
4122         first use.
4123         (CutIntoMinibuffer): small change to use new matchIT operator
4124         (Erase): ditto
4125         (Erase): ditto
4126         (InsertChar): ditto
4127         (InsertInset): ditto
4128         (GetInset): ditto
4129         (GetInset): ditto
4130         (InsetIterator): ditto
4131         (Erase): small change to use new matchFT operator
4132         (InsertChar): ditto
4133         (GetFontSettings): ditto
4134         (HighestFontInRange): ditto
4135         (SetFont): ditto
4136
4137         * src/lyxparagraph.h: some chars changed to value_type
4138         (matchIT): because of some stronger checking (perhaps too strong)
4139         in SGI STL, the two operator() unified to one.
4140         (matchFT): ditto
4141
4142         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
4143
4144         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
4145         the last inset read added
4146         (parseSingleLyXformat2Token): some more (future) compability code added
4147         (parseSingleLyXformat2Token): warning about solitary \end_inset added
4148         (parseSingleLyXformat2Token): set last_inset_read
4149         (parseSingleLyXformat2Token): more code to read new "Float" correctly
4150         (parseSingleLyXformat2Token): don't double intializw string next_token
4151
4152         * src/TextCache.C (text_fits::operator()): add const's to the signature
4153         (has_buffer::operator()): ditto
4154
4155         * src/Floating.h: add some comments on the class
4156
4157         * src/FloatList.[Ch] (typeExist): new method
4158         (getType): ditto
4159
4160         * src/BackStack.h: added default constructor, wanted by Gcc.
4161
4162 2000-07-14  Juergen Vigna  <jug@sad.it>
4163
4164         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
4165
4166         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
4167
4168         * src/insets/insettabular.C (resizeLyXText): need this to be able to
4169         do a redraw when the window is resized!
4170         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
4171
4172         * src/insets/insettext.C (resizeLyXText): added function to correctly
4173         being able to resize the LyXWindow.
4174
4175         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
4176
4177 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4178
4179         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
4180         crashes when closing dialog to a deleted inset.
4181
4182         * src/insets/insetcite.[Ch] (Edit) : the return of this former
4183         method! Now similar to other insets.
4184
4185 2000-07-13  Juergen Vigna  <jug@sad.it>
4186
4187         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
4188
4189         * lib/examples/Literate.lyx: small patch!
4190
4191         * src/insets/insetbib.C (Read): added this function because of wrong
4192         Write (without [begin|end]_inset).
4193
4194 2000-07-11  Juergen Vigna  <jug@sad.it>
4195
4196         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
4197         as the insertInset could not be good!
4198
4199         * src/screen.C (ToggleSelection): fixed toggle selection bug as
4200         the bool param should not be last.
4201
4202 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4203
4204         * sigc++/configure.in: fix bug in threading-related code (Yes, I
4205         did submit that to Karl).
4206
4207         * configure.in: use -isystem instead of -I for X headers. This
4208         fixes a problem on solaris with a recent gcc; 
4209         put the front-end code after the X detection code;
4210         configure in sigc++ before lib/
4211
4212         * src/lyx_main.C (commandLineHelp): remove -display from command
4213         line help.
4214
4215 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
4216
4217         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
4218         Also put in Makefile rules for building the ``listerrors''
4219         program for parsing errors from literate programs written in LyX.
4220
4221         * lib/build-listerrors: Added small shell script as part of compile
4222         process. This builds a working ``listerrors'' binary if noweb is
4223         installed and either 1) the VNC X server is installed on the machine,
4224         or 2) the user is compiling from within a GUI. The existence of a GUI
4225         is necessary to use the ``lyx --export'' feature for now. This
4226         hack can be removed once ``lyx --export'' no longer requires a GUI to
4227         function.
4228
4229 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
4230
4231         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
4232         now passed back correctly from gcc and placed "under" error
4233         buttons in a Literate LyX source.
4234
4235 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4236
4237         * src/text.C (GetColumnNearX): Better behavior when a RTL
4238         paragraph is ended by LTR text.
4239
4240         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
4241         Ditto
4242
4243 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4244
4245         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
4246         true when clipboard is empty.
4247
4248 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
4249
4250         * text.C (Backspace): Prevent rebreaking of a row if it is the last
4251         row of the paragraph.
4252         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
4253         to prevent calculation of bidi tables
4254
4255 2000-07-07  Juergen Vigna  <jug@sad.it>
4256
4257         * src/screen.C (ToggleSelection): added y_offset and x_offset
4258         parameters.
4259
4260         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
4261         mouse.
4262
4263         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
4264
4265         * src/insets/insettext.C: fixed Layout-Display!
4266
4267 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4268
4269         * configure.in: add check for strings.h header.
4270
4271         * src/spellchecker.C: include <strings.h> in order to have a
4272         definition for bzero().
4273
4274 2000-07-07  Juergen Vigna  <jug@sad.it>
4275
4276         * src/insets/insettext.C (draw): set the status of the bv->text to
4277         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
4278
4279         * src/screen.C (DrawOneRow): 
4280         (DrawFromTo): redraw the actual row if something has changed in it
4281         while drawing.
4282
4283         * src/text.C (draw): call an update of the toplevel-inset if something
4284         has changed inside while drawing.
4285
4286         * src/lyxtext.h: added CHANGED_IN_DRAW status.
4287
4288 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
4289
4290         * src/insets/insetbib.[Ch] (callback) new method, moving callback
4291         processing inside class.
4292
4293         * src/insets/insetindex.[Ch] (callback) new method, moving callback
4294         processing inside class.
4295
4296         * src/insets/insetindex.h new struct Holder, consistent with other
4297         insets.
4298
4299         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
4300         citation dialog from main code and placed it in src/frontends/xforms.
4301         Dialog launched through signals instead of callbacks
4302         
4303 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
4304
4305         * lyx.man: update the options description.
4306
4307 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
4308
4309         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
4310         handle neg values, set min width to 590, add doc about -display  
4311
4312 2000-07-05  Juergen Vigna  <jug@sad.it>
4313
4314         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
4315         calls to BufferView *.
4316
4317         * src/insets/insettext.C (checkAndActivateInset): small fix non
4318         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
4319
4320         * src/insets/insetcommand.C (Read): Fixed as insets should read till
4321         their \end_inset token!
4322
4323 2000-07-04  edscott  <edscott@imp.mx>
4324
4325         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
4326         lib/lyxrc.example: added option \wheel_jump
4327
4328 2000-07-04   R. Lahaye  <lahaye@postech.ac.kr>
4329
4330         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
4331         remove support for -width,-height,-xpos and -ypos.
4332
4333 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
4334
4335         * src/encoding.[Ch]: New files.
4336
4337         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
4338         (text): Call to the underline() method only when needed.
4339
4340         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
4341
4342         * src/buffer.C (makeLaTeXFile): Compute automatically the input
4343           encoding(s) for the document.
4344
4345         * src/bufferparams.C (BufferParams): Changed default value of
4346         inputenc to "auto".
4347
4348         * src/language.C (newLang): Removed.
4349         (items[]): Added encoding information for all defined languages.
4350
4351         * src/lyx_gui.C (create_forms): Added "auto" option to the input
4352         encoding choice button.
4353
4354         * src/lyxrc.h (font_norm_type): New member variable.
4355         (set_font_norm_type): New method.
4356
4357         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
4358         paragraphs with different encodings.  
4359
4360         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
4361         (TransformChar): Changed to work correctly with Arabic points.
4362         (draw): Added support for drawing Arabic points.
4363         (draw): Removed code for drawing underbars (this is done by
4364         the Painter!)
4365
4366         * src/support/textutils.h (IsPrintableNonspace): New function.
4367
4368         * src/BufferView_pimpl.h: Added "using SigC::Object".
4369         * src/LyXView.h: ditto.
4370
4371         * src/insets/insetinclude.h (include_label): Changed to mutable.
4372
4373 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4374
4375         * src/mathed/math_iter.h: remove empty destructor
4376
4377         * src/mathed/math_cursor.h: remove empty destructor
4378
4379         * src/insets/lyxinset.h: add THEOREM_CODE
4380
4381         * src/insets/insettheorem.[Ch]: new files 
4382
4383         * src/insets/insetminipage.C: (InsertInset): remove
4384
4385         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
4386         of InsetCollapsable
4387         (InsertInset): remove
4388
4389         * src/insets/insetlist.C: (InsertList): remove
4390
4391         * src/insets/insetfootlike.[Ch]: new files 
4392
4393         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
4394         InsetCollapsable.
4395         (Write): remove
4396         (InsertInset): ditto
4397
4398         * src/insets/insetert.C: remove include Painter.h, reindent
4399         (InsertInset): move to header
4400
4401         * src/insets/insetcollapsable.h: remove explicit from default
4402         contructor, remove empty destructor, add InsertInset
4403
4404         * src/insets/insetcollapsable.C (InsertInset): new func
4405
4406         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
4407
4408         * src/vspace.h: add explicit to constructor
4409
4410         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
4411         \textcompwordmark, please test this.
4412
4413         * src/lyxrc.C: set ascii_linelen to 65 by default
4414
4415         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
4416
4417         * src/commandtags.h: add LFUN_INSET_THEOREM
4418
4419         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
4420         (makeLinuxDocFile): remove _some_ of the nice logic
4421         (makeDocBookFile): ditto
4422
4423         * src/Painter.[Ch]: (~Painter): removed
4424
4425         * src/LyXAction.C (init): entry for insettheorem added
4426
4427         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
4428         enum
4429         (deplog): code to detect files generated by LaTeX, needs testing
4430         (deptex): removed
4431
4432 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4433
4434         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
4435
4436 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4437
4438         * src/LaTeX.C (deplog): Add a check for files that are going to be
4439         created by the first latex run, part of the project to remove the
4440         all_files array.
4441
4442         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
4443         contents to the extension list.
4444
4445 2000-07-04  Juergen Vigna  <jug@sad.it>
4446
4447         * src/text.C (NextBreakPoint): added support for needFullRow()
4448
4449         * src/insets/lyxinset.h: added needFullRow()
4450
4451         * src/insets/insetcollapsable.C: redone now this uses a text-inset
4452         and isn't one.
4453
4454         * src/insets/insettext.C: lots of changes for update!
4455
4456 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
4457
4458         * src/LaTeXFeatures.h: add a missing std:: qualifier.
4459
4460 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
4461
4462         *  src/insets/insetinclude.C (InsetInclude): fixed
4463         initialization of include_label.
4464         (unique_id): now returns a string.
4465
4466 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
4467
4468         * src/LaTeXFeatures.h: new member IncludedFiles, for
4469         a map of key, included file name.
4470
4471         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
4472         with the included files for inclusion in SGML preamble,
4473         i. e., linuxdoc and docbook.
4474
4475         * src/buffer.h:
4476         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
4477         nice (is the generated linuxdoc code to be exported?), that
4478         allows to remove column, and only_body that will be true for
4479         slave documents. Insets are allowed inside SGML font type.
4480         New handling of the SGML preamble for included files.
4481         (makeDocBookFile): the same for docbook.
4482
4483         * src/insets/insetinclude.h:
4484         * src/insets/insetinclude.C (Validate): keeps a list of included files.
4485         (Linuxdoc): 
4486         (DocBook): new export methods.
4487
4488         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
4489         and makeDocBookFile.
4490
4491         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
4492         formats to export with command line argument -x.
4493
4494 2000-06-29  Juergen Vigna  <jug@sad.it>
4495
4496         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
4497         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
4498
4499         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
4500         region could already been cleared by an inset!
4501
4502 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4503
4504         * src/BufferView_pimpl.h: remove member variables lyx_focus and
4505         work_area_focus
4506
4507         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
4508         and lyx_focus
4509         (cursorToggle): remove special handling of lyx focus.
4510
4511 2000-06-28  Juergen Vigna  <jug@sad.it>
4512
4513         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
4514         insetHeight.
4515
4516 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4517
4518         * src/insets/insetindex.C (Edit): add a callback when popup is
4519         closed by the WM.
4520
4521         * src/insets/insettext.C (LocalDispatch): 
4522         * src/insets/insetmarginal.h: 
4523         * src/insets/insetlist.h: 
4524         * src/insets/insetfoot.h: 
4525         * src/insets/insetfloat.h: 
4526         * src/insets/insetert.h: add a missing std:: qualifier.
4527
4528 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4529
4530         * src/support/lyxsum.C (sum): '\0' teminate file read when using
4531         strstream. 
4532
4533         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
4534
4535         * src/insets/insettext.C (Read): remove tmptok unused variable
4536         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
4537         (InsertInset): change for new InsetInset code
4538
4539         * src/insets/insettext.h: add TEXT inline method
4540
4541         * src/insets/insettext.C: remove TEXT macro
4542
4543         * src/insets/insetmarginal.C (Write): new method
4544         (Latex): change output slightly
4545
4546         * src/insets/insetfoot.C (Write): new method
4547         (Latex): change output slightly (don't use endl when no need)
4548
4549         * src/insets/insetert.C (Write): new method
4550
4551         * src/insets/insetcollapsable.h: make button_length, button_top_y
4552         and button_bottm_y protected.
4553
4554         * src/insets/insetcollapsable.C (Write): simplify code by using
4555         tostr. Also do not output the float name, the children class
4556         should to that to get control over own arguments
4557
4558         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
4559         src/insets/insetminipage.[Ch]:
4560         new files
4561
4562         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
4563         
4564         * src/lyxfunc.C (Dispatch): cases for new insets/commands
4565
4566         * src/Makefile.am (lyx_SOURCES): add the new files
4567
4568         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
4569         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
4570         * src/commandtags.h: ditto
4571         
4572         * src/LaTeXFeatures.h: add a std::set of used floattypes
4573
4574         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
4575
4576         * src/FloatList.[Ch] src/Floating.h: new files
4577
4578         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
4579         InsertInset. 
4580         * src/lyx_cb.C (TableApplyCB): ditto
4581         * src/text.C: ditto
4582         * src/text2.C: ditto
4583         * src/buffer.C (SimpleLinuxDocOnePar): ditto
4584         (parseSingleLyXformat2Token): ditto + add code for
4585         backwards compability for old float styles + add code for new insets
4586         
4587         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
4588         method
4589         (InsertInset(size_type, Inset *, LyXFont)): new method
4590         (InsetChar(size_type, char)): changed to use the other InsetChar
4591         with a LyXFont(ALL_INHERIT).
4592         (InsetInset(size_type, Inset*)): changed to use InsetChar to
4593         insert the META_INSET.
4594         
4595         * sigc++/thread.cc (Privete<int>::operator int&): move definition
4596         out of line. 
4597         * sigc++/thread.h (Threads): from here
4598
4599         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
4600         definition out of line
4601         * sigc++/scope.h: from here
4602
4603 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4604
4605         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
4606         is specified (adapted from a patch from edscott <edscott@imp.mx>).
4607
4608         * Makefile.am (bindist): new target.
4609
4610         * INSTALL: add instructions for doing a binary distribution.
4611
4612         * development/tools/README.bin.example: update a bit. 
4613
4614 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
4615
4616         * src/lyxrc.C: 
4617         * lib/lyxrc.example: new lyxrc tag \set_color.
4618
4619         * src/lyxfunc.C (Dispatch): 
4620         * src/commandtags.h: 
4621         * src/LyXAction.C: new lyxfunc "set-color".
4622
4623         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
4624         and an x11name given as strings.
4625
4626         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
4627         cache when a color is changed.
4628
4629 2000-06-26  Juergen Vigna  <jug@sad.it>
4630
4631         * src/lyxrow.C (width): added this functions and variable.
4632
4633         * src/insets/insetcite.C (create_form_citation_form): some Gravity
4634         changes.
4635
4636         * src/text.C (SetHeightOfRow): fixed calcualting of width.
4637
4638 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4639
4640         * images/undo_bw.xpm: new icon.
4641         * images/redo_bw.xpm: ditto.
4642
4643         * configure.in (INSTALL_SCRIPT): change value to
4644         ${INSTALL} to avoid failures of install-script target.
4645         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
4646
4647         * src/BufferView.h: add a magic "friend" declaration to please
4648         compaq cxx.
4649
4650 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
4651
4652         * forms/cite.fd: modified to allow resizing without messing
4653         up the dialog.
4654
4655         * src/insetcite.C: Uses code from cite.fd almost without
4656         tweaking. ;-)
4657         User can now resize dialog in the x-direction.
4658         Resizing the dialog in the y-direction is prevented, as the
4659         code does this intelligently already.
4660
4661 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4662
4663         * INSTALL: remove obsolete entry in "problems" section.
4664
4665         * lib/examples/sl_*.lyx: update of the slovenian examples.
4666
4667         * src/support/FileInfo.[Ch] (getBlockSize): remove.
4668
4669 2000-06-23  Juergen Vigna  <jug@sad.it>
4670
4671         * src/lyxtext.h: added a 'cleared' flag to draw() function.
4672
4673         * src/buffer.C (resize): delete the LyXText of textinsets.
4674
4675         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
4676
4677         * src/insets/lyxinset.h: added another parameter 'cleared' to
4678         the draw() function.
4679
4680         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
4681         unlocking inset in inset.
4682
4683 2000-06-22  Juergen Vigna  <jug@sad.it>
4684
4685         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
4686         of insets and moved first to LyXText.
4687
4688         * src/mathed/formulamacro.[Ch]:
4689         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
4690
4691 2000-06-21  Juergen Vigna  <jug@sad.it>
4692
4693         * src/text.C (GetVisibleRow): look if I should clear the area or not
4694         using Inset::doClearArea() function.
4695
4696         * src/insets/lyxinset.h: added doClearArea() function and
4697         modified draw(Painter &, ...) to draw(BufferView *, ...)
4698
4699         * src/text2.C (UpdateInset): return bool insted of int
4700
4701 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
4702
4703         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
4704         combox in the character popup
4705
4706         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
4707         BufferParams const & params
4708
4709 2000-06-20  Juergen Vigna  <jug@sad.it>
4710
4711         * src/insets/insettext.C (SetParagraphData): set insetowner on
4712         2- paragraphs.
4713
4714 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
4715
4716         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
4717         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
4718         from SigC::Object
4719         (form_main_): remove
4720         
4721         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
4722         (create_form_form_main): remove FD_form_main stuff, connect to
4723         autosave_timeout signal
4724
4725         * src/LyXView.[Ch] (getMainForm): remove 
4726         (UpdateTimerCB): remove
4727         * src/BufferView_pimpl.h: inherit from SigC::Object
4728
4729         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
4730         signal instead of callback
4731
4732         * src/BufferView.[Ch] (cursorToggleCB): remove 
4733
4734 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4735
4736         * src/BufferView_pimpl.C: changes because of the one below
4737
4738         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
4739         instead of storing a pointer to a LyXText. 
4740
4741         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
4742
4743 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
4744
4745         * src/lyxparagraph.h
4746
4747         * src/paragraph.C: Changed fontlist to a sorted vector.
4748
4749 2000-06-19  Juergen Vigna  <jug@sad.it>
4750
4751         * src/BufferView.h: added screen() function.
4752
4753         * src/insets/insettext.C (LocalDispatch): some selection code
4754         fixed.
4755
4756         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
4757
4758         * src/insets/insettext.C (SetParagraphData):
4759         (Read): 
4760         (InsetText):  fixes for multiple paragraphs.
4761
4762 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
4763
4764         * development/lyx.spec.in: Call configure with ``--without-warnings''
4765         to work around a bug with the Makefiles when doing ``make lyxrpm''.
4766         This should be fine, however, since we generally don't want to be
4767         verbose when making an RPM.
4768         
4769 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
4770
4771         * lib/scripts/fig2pstex.py: New file
4772
4773 2000-06-16  Juergen Vigna  <jug@sad.it>
4774
4775         * src/insets/insettabular.C (UpdateLocal): 
4776         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
4777         (LocalDispatch): Changed all functions to use LyXText.
4778
4779 2000-06-15  Juergen Vigna  <jug@sad.it>
4780
4781         * src/text.C (SetHeightOfRow): call inset::update before requesting
4782         any width/height.
4783
4784         * src/insets/insettext.C (update): 
4785         * src/insets/insettabular.C (update): added implementation
4786
4787         * src/insets/lyxinset.h: added update function
4788
4789 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4790
4791         * src/text.C (SelectNextWord): protect against null pointers with
4792         old-style string streams. (fix from Paul Theo Gonciari
4793         <gptheo@yahoo.com>) 
4794
4795         * src/cite.[Ch]: remove erroneous files.
4796
4797         * lib/configure.m4: update the list of created directories.
4798
4799         * src/lyxrow.C: include <config.h>
4800         * src/lyxcursor.C: ditto.
4801
4802 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4803
4804         * lib/examples/decimal.lyx: new example file from Mike.
4805
4806         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
4807         to find template definitions (from Dekel)
4808
4809         * src/frontends/.cvsignore: add a few things.
4810
4811         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
4812
4813         * src/Timeout.C (TimeOut): remove default argument.
4814
4815         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
4816         "C" linkage.
4817
4818         * src/insets/ExternalTemplate.C: add a "using" directive.
4819
4820         * src/lyx_main.h: remove the act_ struct, which seems unused
4821         anyway. 
4822
4823 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
4824
4825         * LyX Developers Meeting: All files changed, due to random C++ (by
4826         coincidence) code generator script.
4827
4828         - external inset (cool!)
4829         - initial online editing of preferences
4830         - insettabular breaks insettext(s contents)
4831         - cleanup
4832         - some DocBook fixes
4833         - example files update
4834         - other cool stuff, create a diff and look for yourself.
4835
4836 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
4837
4838         * src/insets/insettext.C (computeTextRows): if the maxWidth is
4839         -1 this is a non-line-breaking textinset.
4840
4841         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
4842         if there is no width set.
4843
4844 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4845
4846         * Lots of files: Merged the dialogbase branch.
4847
4848 2000-06-09  Allan Rae  <rae@lyx.org>
4849
4850         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
4851         and the Dispatch methods that used it.
4852
4853         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
4854         access to functions formerly kept in Dispatch.
4855
4856 2000-05-19  Allan Rae  <rae@lyx.org>
4857
4858         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
4859         made to_page and count_copies integers again.  from_page remains a
4860         string however because I want to allow entry of a print range like
4861         "1,4,22-25" using this field.
4862
4863         * src/LyXAction.C: added action info and commands for buffer-print-xtl
4864         and printer-params-get.  These aren't useful from the minibuffer but
4865         could be used by a script/LyXServer app provided it passes a suitable
4866         auto_mem_buffer.  I guess I should take a look at how the LyXServer
4867         works and make it support xtl buffers.
4868
4869         * sigc++/: updated to libsigc++-1.0.1
4870
4871         * src/xtl/: updated to xtl-1.3.pl.11
4872
4873         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
4874         those changes done to the files in src/ are actually recreated when
4875         they  get regenerated. Please don't ever accept a patch that changes a
4876         dialog unless that patch includes the changes to the corresponding *.fd
4877         file.
4878
4879         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
4880         stringOnlyContains, renamed it and generalised it.
4881
4882         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
4883         branch.  Removed the remaining old form_print code.
4884
4885 2000-04-26  Allan Rae  <rae@lyx.org>
4886
4887         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
4888         trap I was trying to fix with the ID: fields in src/xtl/  :-)
4889
4890 2000-04-25  Allan Rae  <rae@lyx.org>
4891
4892         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
4893         against a base of xtl-1.3.pl.4
4894
4895         * development/tools/lxtl.sh: fixed a couple of silly typos and now
4896         filter the Id: entries so they still show the xtl version number
4897         they are based on.
4898
4899         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
4900         into the src/xtl code.  Patch still pending with José (XTL)
4901
4902 2000-04-24  Allan Rae  <rae@lyx.org>
4903
4904         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
4905         both more generic and much safer. Use the new template functions.
4906         * src/buffer.[Ch] (Dispatch): ditto.
4907
4908         * src/frontends/xforms/FormPrint.C (update): Use new template functions
4909         and mem buffer more intelligently. Also a little general cleanup.
4910         (apply): ditto.
4911
4912         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
4913         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
4914         * src/xtl/Makefile.am: ditto.
4915         * src/xtl/.cvsignore: ditto.
4916         * src/Makefile.am: ditto.
4917
4918         * src/PrinterParams.h: Removed the macros member functions. Added a
4919         testInvariant member function.  A bit of tidying up and commenting.
4920         Included Angus's idea for fixing operation with egcs-1.1.2.
4921
4922         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
4923         cool expansion of XTL's mem_buffer to support automatic memory
4924         management within the buffer itself.  Removed the various macros and
4925         replaced them with template functions that use either auto_mem_buffer
4926         or mem_buffer depending on a #define.  The mem_buffer support will
4927         disappear as soon as the auto_mem_buffer is confirmed to be good on
4928         other platforms/compilers.  That is, it's there so you've got something
4929         to compare against.
4930
4931         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
4932         effectively forked XTL.  However I expect José will include my code
4933         into the next major release.  Also fixed a memory leak.
4934         * src/xtl/text.h: ditto.
4935         * src/xtl/xdr.h: ditto.
4936         * src/xtl/giop.h: ditto.
4937
4938 2000-04-16  Allan Rae  <rae@lyx.org>
4939
4940         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
4941         by autogen.sh and removed by maintainer-clean anyway.
4942         * .cvsignore, sigc++/.cvsignore:  Support the above.
4943
4944         * sigc++/.cvsignore: Forgot that retbind.h was generated.
4945
4946         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
4947
4948         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
4949         macros, renamed static callback-target member functions to suit new
4950         scheme and made them public.
4951         * src/frontends/xforms/forms/form_print.fd: ditto.
4952         * src/frontends/xforms/forms/form_copyright.fd: ditto.
4953
4954         * src/support/lxtl.h: small cleanup to use typedef instead of #define
4955         for gui_format.
4956
4957         * src/xtl/: New directory containing a minimal distribution of XTL.
4958         This is XTL-1.3.pl.4.
4959
4960         * development/tools/lxtl.sh: A script to generate the above mini-dist.
4961
4962 2000-04-15  Allan Rae  <rae@lyx.org>
4963
4964         * development/tools/makeLyXsigc.sh: Remove the library version numbers
4965
4966         * sigc++/:  Updated to libsigc++-1.0.0
4967
4968 2000-04-14  Allan Rae  <rae@lyx.org>
4969
4970         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
4971         use the generic ones in future.  I'll modify my conversion script.
4972
4973         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
4974
4975         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
4976         (CloseAllBufferRelatedDialogs): Renamed.
4977         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
4978
4979         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
4980         of the generic ones.  These are the same ones my conversion script
4981         generates.
4982
4983         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
4984         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
4985         * src/buffer.C (Dispatch): ditto
4986
4987         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
4988         functions for updating and hiding buffer dependent dialogs.
4989         * src/BufferView.C (buffer): ditto
4990         * src/buffer.C (setReadonly): ditto
4991         * src/lyxfunc.C (CloseBuffer): ditto
4992
4993         * src/buffer.h: Take setReadonly() out of line so I don't have to include
4994         Dialogs.h, and hence all the SigC stuff, into every file that includes
4995         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
4996
4997         * src/BufferView2.C: reduce the number of headers included by buffer.h
4998
4999 2000-04-11  Allan Rae  <rae@lyx.org>
5000
5001         * src/frontends/xforms/xform_macros.h:  A small collection of macros
5002         for building C callbacks.
5003
5004         * src/frontends/xforms/Makefile.am: Added above file.
5005
5006         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
5007         scheme again.  This time it should work for JMarc.  If this is
5008         successful I'll revise my conversion script to automate some of this.
5009         The static member functions in the class also have to be public for
5010         this scheme will work.  If the scheme works (it's almost identical to
5011         the way BufferView::cursorToggleCB is handled so it should work) then
5012         FormCopyright and FormPrint will be ready for inclusion into the main
5013         trunk immediately after 1.1.5 is released -- provided we're prepared
5014         for complaints about lame compilers not handling XTL.
5015
5016         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
5017
5018 2000-04-07  Allan Rae  <rae@lyx.org>
5019
5020         * config/lyxinclude.m4:  A bit more tidying up (Angus)
5021
5022         * src/LString.h: JMarc's <string> header fix
5023
5024         * src/PrinterParams.h: Used string for most data to remove some
5025         ugly code in the Print dialog and avoid even uglier code when 
5026         appending the ints to a string for output.
5027
5028         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
5029         and moved "default:" back to the end of switch statement.  Cleaned
5030         up the printing so it uses the right function calls and so the
5031         "print to file" option actually puts the file in the right directory.
5032
5033         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
5034
5035         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
5036         and Ok+Apply button control into a separate method: input (Angus).
5037         (input) Cleaned it up and improved it to be very thorough now.
5038         (All CB) static_cast used instead of C style cast (Angus).  This will
5039         probably change again once we've worked out how to keep gcc-2.8.1 happy
5040         with real C callbacks.
5041         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
5042         ignore some of the bool settings and has random numbers instead. Needs
5043         some more investigation.  Added other input length checks and checking
5044         of file and printer names.
5045
5046         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
5047         would link (Angus).  Seems the old code doesn't compile with the pragma
5048         statement either.  Separated callback entries from internal methods.
5049
5050         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
5051
5052 2000-03-17  Allan Rae  <rae@lyx.org>
5053
5054         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
5055         need it?  Maybe it could go in Dialogs instead?  I could make it a
5056         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
5057         values to get the bool return value.
5058         (Dispatch): New overloaded method for xtl support.
5059
5060         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
5061         extern "C" callback instead of static member functions.  Hopefully,
5062         JMarc will be able to compile this.  I haven't changed 
5063         forms/form_copyright.fd yet. Breaking one of my own rules already.
5064
5065         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
5066         because they aren't useful from the minibuffer.  Maybe a LyXServer
5067         might want a help message though?
5068
5069         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
5070
5071         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
5072         xtl which needs both rtti and exceptions.
5073
5074         * src/support/Makefile.am:
5075         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
5076
5077         * src/frontends/xforms/input_validators.[ch]: input filters and
5078         validators.  These conrol what keys are valid in input boxes.
5079         Use them and write some more.  Much better idea than waiting till
5080         after the user has pressed Ok to say that the input fields don't make
5081         sense.
5082
5083         * src/frontends/xforms/Makefile.am:
5084         * src/frontends/xforms/forms/form_print.fd:
5085         * src/frontends/xforms/forms/makefile:
5086         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
5087         new scheme.  Still have to make sure I haven't missed anything from
5088         the current implementation.
5089
5090         * src/Makefile.am, src/PrinterParams.h: New data store.
5091
5092         * other files: Added a couple of copyright notices.
5093
5094 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5095
5096         * src/insets/insetbib.h: move Holder struct in public space.
5097
5098         * src/frontends/include/DialogBase.h: use SigC:: only when
5099         SIGC_CXX_NAMESPACES is defined.
5100         * src/frontends/include/Dialogs.h: ditto.
5101
5102         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
5103
5104         * src/frontends/xforms/FormCopyright.[Ch]: do not
5105         mention SigC:: explicitely.
5106
5107 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5108
5109         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
5110         deals with testing KDE in main configure.in
5111         * configure.in: ditto.
5112
5113 2000-02-22  Allan Rae  <rae@lyx.org>
5114
5115         * Lots of files: Merged from HEAD
5116
5117         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
5118         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
5119
5120         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
5121
5122         * sigc++/: new minidist.
5123
5124 2000-02-14  Allan Rae  <rae@lyx.org>
5125
5126         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
5127
5128 2000-02-08  Juergen Vigna  <jug@sad.it>
5129
5130         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
5131         file for the buildin GUI builder of KDevelop of the copyright-dialog.
5132
5133         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
5134         for this port and so it is much easier for other people to port
5135         dialogs in a common development environment.
5136
5137         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
5138         the QT/KDE implementation.
5139
5140         * src/frontends/kde/Dialogs.C:
5141         * src/frontends/kde/FormCopyright.C:
5142         * src/frontends/kde/FormCopyright.h:
5143         * src/frontends/kde/Makefile.am:
5144         * src/frontends/kde/formcopyrightdialog.C:
5145         * src/frontends/kde/formcopyrightdialog.h:
5146         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
5147         for the kde support of the Copyright-Dialog.
5148
5149         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
5150         subdir-substitution instead of hardcoded 'xforms' as we now have also
5151         the kde subdir.
5152
5153         * src/frontends/include/DialogBase.h (Object): just commented the
5154         label after #endif (nasty warning and I don't like warnings ;)
5155
5156         * src/main.C (main): added KApplication initialization if using
5157         KDE frontend-GUI.
5158
5159         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
5160         For now only the KDE event-loop is added if frontend==kde.
5161
5162         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
5163
5164         * configure.in: added support for the --with-frontend[=value] option
5165
5166         * autogen.sh: added kde.m4 file to list of config-files
5167
5168         * acconfig.h: added define for KDEGUI-support
5169
5170         * config/kde.m4: added configuration functions for KDE-port
5171
5172         * config/lyxinclude.m4: added --with-frontend[=value] option with
5173         support for xforms and KDE.
5174
5175 2000-02-08  Allan Rae <rae@lyx.org>
5176
5177         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
5178         install and uninstall all work even if builddir != srcdir.  Still
5179         have a new sigc++ minidist update to come.
5180
5181         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
5182
5183 2000-02-01  Allan Rae <rae@lyx.org>
5184
5185         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
5186         Many mods to get builddir != srcdir working.
5187         
5188         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
5189         for building on NT and so we can do the builddir != srcdir stuff.
5190
5191 2000-01-30  Allan Rae <rae@lyx.org>
5192
5193         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
5194         This will stay in "rae" branch.  We probably don't really need it in
5195         the main trunk as anyone who wants to help programming it should get
5196         a full library installed also.  So they can check both included and
5197         system supplied library compilation.
5198
5199         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
5200         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
5201         change something in these directories - Resist it.  If you can't 
5202         resist the urge then you should modify the following script and rebuild
5203         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
5204         all happen.  Still uses a hacked version of libsigc++'s configure.in.
5205         I'm quite happy with the results.  I'm not sure the extra work to turn
5206         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
5207         worth the trouble and would probably lead to extra maintenance 
5208         headaches.
5209         I haven't tested the following important make targets: install, dist.
5210         Not ready for prime time but very close.  Maybe 1.1.5.
5211
5212         * development/tools/makeLyXsigc.sh:  A shell script to automatically
5213         generate our mini-dist of libsigc++.  It can only be used with a CVS
5214         checkout of libsigc++ not a tarball distribution.  It's well commented.
5215         This will end up as part of the libsigc++ distribution so other apps
5216         can easily have an included mini-dist.  If someone makes mods to the
5217         sigc++ subpackage without modifying this script to generate those
5218         changes I'll be very upset!
5219
5220         * src/frontends/:  Started the gui/system indep structure.
5221
5222         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
5223         to access the gui-indep dialogs are in this class.  Much improved
5224         design compared to previous revision.  Lars,  please refrain from
5225         moving this header into src/ like you did with Popups.h last time.
5226
5227         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
5228
5229         * src/frontends/xforms/:  Started the gui-indep system with a single
5230         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
5231         successful.
5232
5233         * src/frontends/xforms/forms: Repository for the xforms .fd files.
5234         Here you'll find a very useful makefile and automated fdfix.sh that
5235         makes updating dailogs a no-brainer -- provided you follow the rules
5236         set out in the README.  I'm thinking about adding another script to
5237         automatically generate skeleton code for a new dialog given just the
5238         name of the dialog.
5239
5240         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
5241         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
5242         Made FormCopyright gui-indep and added a lyxfunc to get to it.
5243
5244 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5245
5246         * src/support/LSubstring.C (operator): simplify
5247
5248         * src/lyxtext.h: removed bparams, use buffer_->params instead
5249         
5250         * src/lyxrow.h: make Row a real class, move all variables to
5251         private and use accessors.
5252
5253         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
5254         arguament.
5255         (isRightToLeftPar): ditto
5256         (ChangeLanguage): ditto
5257         (isMultiLingual): ditto
5258         (String): ditto
5259         (TeXOnePar): ditto
5260         (SimpleTeXOnePar): ditto
5261         (TeXEnvironment): ditto
5262         (GetEndLabel): ditto
5263         (SetLayout): ditto
5264         (SetOnlyLayout): ditto
5265         (BreakParagraph): ditto
5266         (BreakParagraphConservative): ditto
5267         (GetFontSettings): ditto
5268         (getFont): ditto
5269         (CopyIntoMinibuffer): ditto
5270         (CutIntoMinibuffer): ditto
5271         (PasteParagraph): ditto
5272         (SetPExtraType): ditto
5273         (UnsetPExtraType): ditto
5274         (DocBookContTableRows): ditto
5275         (SimpleDocBookOneTablePar): ditto
5276         (TeXDeeper): ditto
5277         (TeXFootnote): ditto
5278         (SimpleTeXOneTablePar): ditto
5279         (TeXContTableRows): ditto
5280         (SimpleTeXSpecialChars): ditto
5281         
5282
5283         * src/lyxcursor.h: make LyXCursor a real class, move all variables
5284         to private and use accessors.
5285
5286         * src/lyx_cb.C: remove char updatetimer, and all code that uses
5287         this, we did not use it anymore and has not been for ages. Just a
5288         waste of cpu cycles.
5289
5290         * src/language.h: make Language a real class, move all variables
5291         to private and use accessors.
5292
5293         * src/BufferView_pimpl.C (Pimpl): use new timer code.
5294         (create_view): remove
5295         (update): some changes for new timer
5296         (cursorToggle): use new timer
5297         (beforeChange): change for new timer
5298
5299         * src/BufferView.h (cursorToggleCB): removed last paramter because
5300         of new timer code. 
5301
5302         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
5303         (cursorToggleCB): change because of new timer code
5304
5305         * lib/CREDITS: updated own mailaddress
5306
5307 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5308
5309         * src/support/filetools.C (PutEnv): fix the code in case neither
5310         putenv() nor setenv() have been found.
5311
5312         * INSTALL: mention the install-strip Makefile target.
5313
5314         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
5315         read-only documents.
5316
5317 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5318
5319         * lib/reLyX/configure.in (VERSION): avoid using a previously
5320         generated reLyX wrapper to find out $prefix.
5321
5322         * lib/examples/eu_adibide_lyx-atua.lyx: 
5323         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
5324         translation of the Tutorial (Dooteo)
5325
5326 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
5327
5328         * forms/cite.fd: new citation dialog
5329
5330         * src/insetcite.[Ch]: the new citation dialog is moved into
5331         its own files.
5332
5333         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
5334         (Dekel).
5335
5336         * src/insets/insetcommand.h: data members made private. 
5337
5338 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5339
5340         * LyX 1.1.5 released
5341
5342 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5343
5344         * src/version.h (LYX_RELEASE): to 1.1.5
5345
5346         * src/spellchecker.C (RunSpellChecker): return false if the
5347         spellchecker dies upon creation.
5348
5349 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5350
5351         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
5352         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
5353         
5354         * NEWS: update.
5355
5356         * lib/CREDITS: update entry for Martin Vermeer.
5357
5358 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
5359
5360         * src/text.C (draw): Draw foreign language bars at the bottom of
5361         the row instead of at the baseline.
5362
5363         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
5364
5365 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5366
5367         * lib/bind/de_menus.bind: updated
5368
5369 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
5370
5371         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
5372
5373 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
5374
5375         * src/menus.C (Limit_string_length): New function
5376         (ShowTocMenu): Limit the number of items/length of items in the
5377         LOT/LOF/LOA menus.
5378
5379         * src/paragraph.C (String): Correct result for a paragraph inside
5380         a footnote.
5381
5382 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5383
5384         * src/bufferlist.C (close): test of buf->getuser() == NULL
5385
5386 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
5387
5388         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
5389         Do not call to SetCursor when the paragraph is a closed footnote!
5390
5391 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
5392
5393         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
5394         label is changed.
5395
5396         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
5397
5398 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
5399
5400         * forms/lyx.fd
5401         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
5402         reference popup, that activates the reference-back action
5403
5404         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
5405
5406         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
5407         the menus. Also fixed a bug.
5408
5409         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
5410         the math panels when switching buffers (unless new buffer is readonly).
5411
5412         * src/BufferView.C (NoSavedPositions)
5413         * src/BufferView_pimpl.C (NoSavedPositions): New methods
5414
5415 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5416
5417         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
5418         less of dvi dirty or not.
5419
5420         * src/trans_mgr.[Ch] (insert): change first parameter to string
5421         const &.  
5422
5423         * src/chset.[Ch] (encodeString): add const to first parameter
5424
5425 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
5426
5427         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
5428         rep->get_own_copy()
5429         (end): ditto
5430
5431         * src/LaTeX.C (deplog): better searching for dependency files in
5432         the latex log. Uses now regexps.
5433
5434         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
5435         instead of the box hack or \hfill. 
5436
5437 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5438
5439         * src/lyxfunc.C (doImportHelper): do not create the file before
5440         doing the actual import. 
5441         (doImportASCIIasLines): create a new file before doing the insert.
5442         (doImportASCIIasParagraphs): ditto.
5443
5444         * lib/lyxrc.example: remove mention of non-existing commands
5445
5446         * lyx.man: remove mention of color-related switches.
5447
5448         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
5449
5450         * src/lyx_gui.C: remove all the color-related ressources, which
5451         are not used anymore.
5452
5453         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
5454         name. 
5455
5456 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
5457
5458         * src/lyxrc.C (read): Add a missing break in the switch
5459
5460 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
5461
5462         * src/text2.C (InsertStringA): Fix a bug with insertion into table
5463         
5464         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
5465         text is Hebrew.
5466
5467 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
5468
5469         * src/text.C (draw): draw bars under foreign language words.
5470         
5471         * src/LColor.[Ch]: add LColor::language
5472
5473 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
5474
5475         * src/lyxcursor.h (boundary): New member variable
5476
5477         * src/text.C (IsBoundary): New methods
5478
5479         * src/text.C: Use the above for currect cursor movement when there
5480         is both RTL & LTR text.
5481         
5482         * src/text2.C: ditto
5483         
5484         * src/bufferview_funcs.C (ToggleAndShow): ditto
5485
5486 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5487
5488         * src/text.C (DeleteLineForward): set selection to true to avoid
5489         that DeleteEmptyParagraphMechanism does some magic. This is how it
5490         is done in all other functions, and seems reasonable.
5491         (DeleteWordForward): do not jump over non-word stuff, since
5492         CursorRightOneWord() already does it.
5493         
5494         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
5495         DeleteWordBackward, since they seem safe to me (since selection is
5496         set to "true") DeleteEmptyParagraphMechanism does nothing.
5497
5498 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5499
5500         * src/lyx_main.C (easyParse): simplify the code by factoring the
5501         part that removes parameters from the command line.
5502         (LyX): check wether wrong command line options have been given.
5503
5504 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
5505
5506         * src/lyx_main.C : add support for specifying user LyX
5507         directory via command line option -userdir.
5508
5509 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
5510
5511         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
5512         the number of items per popup.
5513         (Add_to_refs_menu): Ditto.
5514         
5515 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5516
5517         * src/lyxparagraph.h: renamed ClearParagraph() to
5518         StripLeadingSpaces() and moved it to paragraph.C. We pass the
5519         textclass as parameter, and do nothing if free_spacing is
5520         true. This fixes part of the line-delete-forward problems.
5521
5522         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
5523         (pasteSelection): ditto.
5524         (SwitchLayoutsBetweenClasses): more translatable strings.
5525
5526         * src/text2.C (CutSelection): use StripLeadingSpaces.
5527         (PasteSelection): ditto.
5528         (DeleteEmptyParagraphMechanism): ditto.
5529
5530 2000-05-26  Juergen Vigna  <jug@sad.it>
5531
5532         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
5533         is not needed in tabular insets.
5534
5535         * src/insets/insettabular.C (TabularFeatures): added missing features.
5536
5537         * src/tabular.C (DeleteColumn):
5538         (AppendColumn): 
5539         (AppendRow): implemented this functions
5540         (cellsturct::operator=): clone the inset too; 
5541
5542 2000-05-23  Juergen Vigna  <jug@sad.it>
5543
5544         * src/insets/insettabular.C (LocalDispatch): better selection support
5545         when having multicolumn-cells.
5546
5547 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
5548
5549         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
5550
5551 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5552
5553         * src/ColorHandler.C (getGCForeground): put more test into _()
5554
5555         * lib/examples/eu_splash.lyx: new file (Basque translation) from
5556         Dooteo. 
5557
5558         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
5559         get the version.
5560
5561 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
5562
5563         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
5564         there are no labels, or when buffer is readonly.
5565
5566         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
5567         there are no labels, buffer is SGML, or when buffer is readonly.
5568
5569 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
5570
5571         * src/LColor.C (LColor): change a couple of grey40 to grey60
5572         (LColor): rewore initalization to make compiles go some magnitude
5573         faster.
5574         (getGUIName): don't use gettext until we need the string.
5575
5576 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
5577
5578         * src/Bullet.[Ch]: Fixed a small bug.
5579
5580 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
5581
5582         * src/paragraph.C (String): Several fixes/improvements
5583
5584         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
5585
5586 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
5587
5588         * src/paragraph.C (String): give more correct output.
5589
5590 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
5591
5592         * src/lyxfont.C (stateText) Do not output the language if it is
5593         eqaul to the language of the document.
5594
5595         * src/paragraph.C (TeXOnePar): Do not put language switch commands
5596         between two paragraphs with the same language.
5597
5598         * src/paragraph.C (getParLanguage) Return a correct answer for an
5599         empty dummy paragraph.
5600
5601         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
5602         menus.
5603
5604         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
5605         layout menu.
5606
5607         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
5608         the menus/popup, if requested fonts are unavailable.
5609
5610 2000-05-22  Juergen Vigna  <jug@sad.it>
5611
5612         * src/insets/insettabular.C (LocalDispatch): added some more cursor
5613         movement support (Up/Down/Tab/Shift-Tab).
5614         (LocalDispatch): added also preliminari cursor-selection.
5615
5616         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
5617
5618         * src/paragraph.C (PasteParagraph): Hopefully now right!
5619
5620 2000-05-22  Garst R. Reese  <reese@isn.net>
5621
5622         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
5623          of list, change all references to Environment to Command
5624         * tex/hollywood.cls : rewrite environments as commands, add 
5625         \uppercase to interiorshot and exteriorshot to force uppecase.
5626         * tex/broadway.cls : rewrite environments as commands. Tweak
5627         whitespace.
5628
5629 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5630
5631         * src/menus.C (Add_to_toc_menu): fix the code which limits the
5632         size of items: use a constant intead of the hardcoded 40, and more
5633         importantly do not remove the %m and %x tags added at the end.
5634         (Add_to_refs_menu): use vector::size_type instead of
5635         unsigned int as basic types for the variables. _Please_ do not
5636         assume that size_t is equal to unsigned int. On an alpha, this is
5637         unsigned long, which is _not_ the same.
5638
5639         * src/language.C (initL): remove language "hungarian", since it
5640         seems that "magyar" is better.
5641
5642 2000-05-22  Juergen Vigna  <jug@sad.it>
5643
5644         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
5645
5646         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
5647         end markers!
5648
5649         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
5650         next was deleted but not set to 0.
5651
5652 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5653
5654         * src/language.C (initL): change the initialization of languages
5655         so that compiles goes _fast_.
5656
5657         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
5658         40 chars.
5659
5660         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
5661
5662 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5663
5664         * release 1.1.5pre3
5665
5666 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5667
5668         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
5669
5670 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
5671
5672         * src/commandtags.h
5673         * src/LyXAction.C
5674         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
5675         and LFUN_LOAVIEW
5676         
5677         * src/insets/insetlo*.[Ch]: Made editable
5678
5679 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
5680
5681         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
5682         the current selection.
5683
5684         * src/BufferView_pimpl.C (stuffClipboard): new method
5685
5686         * src/BufferView.C (stuffClipboard): new method
5687
5688         * src/paragraph.C (String): new method
5689
5690         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
5691         LColor::ignore when lyxname is not found.
5692
5693         * src/BufferView.C (pasteSelection): new method
5694
5695         * src/BufferView_pimpl.C (pasteSelection): new method
5696
5697         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
5698
5699         * src/WorkArea.C (request_clipboard_cb): new static function
5700         (getClipboard): new method
5701         (putClipboard): new method
5702
5703 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5704
5705         * LyX 1.1.5pre2 released
5706
5707 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
5708
5709         * src/vspace.C (operator=): removed
5710         (operator=): removed
5711
5712         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
5713
5714         * src/layout.C (NumberOfClass): manually set the type in make_pair
5715         (NumberOfLayout): ditto
5716
5717         * src/language.C: use the Language constructor for ignore_lang
5718
5719         * src/language.h: add constructors to struct Language
5720
5721         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
5722
5723         * src/text2.C (SetCursorIntern): comment out #warning
5724
5725         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
5726
5727         * src/mathed/math_iter.h: initialize sx and sw to 0
5728
5729 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
5730
5731         * forms/lyx.fd: Redesign of form_ref
5732
5733         * src/LaTeXFeatures.[Ch]
5734         * src/buffer.C
5735         * src/lyx_cb.C
5736         * src/menus.C   
5737         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
5738
5739         * src/buffer.h
5740         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
5741         and Buffer::inset_iterator.
5742
5743         * src/menus.C: Added new menus: TOC and Refs.
5744
5745         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
5746
5747         * src/buffer.C (getTocList): New method.
5748
5749         * src/BufferView2.C (ChangeRefs): New method.
5750
5751         * src/buffer.C (getLabelList): New method. It replaces the old
5752         getReferenceList. The return type is vector<string> instead of 
5753         string.
5754
5755         * src/insets/insetinclude.C (getLabelList): New method. Replaces
5756         the old getLabel() and GetNumberOfLabels() methods.
5757         * src/insets/insetlabel.C (getLabelList): ditto
5758         * src/mathed/formula.C (getLabelList): ditto
5759         
5760         * src/paragraph.C (String): New method.
5761
5762         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
5763         Uses the new getTocList() method. 
5764         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
5765         which automatically updates the contents of the browser.
5766         (RefUpdateCB): Use the new getLabelList method.
5767
5768         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
5769         
5770         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
5771
5772         * src/spellchecker.C: Added using std::reverse;
5773
5774 2000-05-19  Juergen Vigna  <jug@sad.it>
5775
5776         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
5777
5778         * src/insets/insettext.C (computeTextRows): small fix for display of
5779         1 character after a newline.
5780
5781         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
5782         to cont-rows!
5783
5784 2000-05-18  Juergen Vigna  <jug@sad.it>
5785
5786         * src/insets/insettabular.C (TabularFeatures): fixed update of display
5787         when changing width of column.
5788
5789         * src/tabular.C (set_row_column_number_info): setting of
5790         autobreak rows if necessary.
5791
5792 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5793
5794         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
5795
5796         * src/vc-backend.*: renamed stat() to status() and vcstat to
5797         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
5798         compilation broke. The new name seems more relevant, anyway.
5799
5800 2000-05-17  Juergen Vigna  <jug@sad.it>
5801
5802         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
5803         which was wrong if the removing caused removing of rows!
5804
5805         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
5806         (pushToken): new function.
5807
5808         * src/text2.C (CutSelection): fix problem discovered with purify
5809
5810 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5811
5812         * src/debug.C (showTags): enlarge the first column, now that we
5813         have 6-digits debug codes.
5814
5815         * lib/layouts/hollywood.layout:
5816         * lib/tex/hollywood.cls:        
5817         * lib/tex/brodway.cls: 
5818         * lib/layouts/brodway.layout: more commands and fewer
5819         environments. Preambles moved in the .cls files. Broadway now has 
5820         more options on scene numbering and less whitespace (from Garst)
5821
5822         * src/insets/insetbib.C (getKeys): make sure that we are in the
5823         document directory, in case the bib file is there.
5824
5825         * src/insets/insetbib.C (Latex): revert bogus change.
5826
5827 2000-05-16  Juergen Vigna  <jug@sad.it>
5828
5829         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
5830         the TabularLayout on cursor move.
5831
5832         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
5833
5834         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
5835         undo-handling.
5836         (getCellXPos): 
5837         (draw): fixed cursor position and drawing so that the cursor is
5838         visible when before the tabular-inset.
5839
5840         * src/insets/insettext.C (init): drawLockedFrame was not initialized
5841         when creating from old insettext.
5842
5843         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
5844
5845 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5846
5847         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
5848         * lib/tex/brodway.cls: ditto 
5849
5850         * lib/layouts/brodway.layout: change alignment of parenthical
5851         layout (Garst)
5852         
5853 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5854
5855         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
5856         versions 0.88 and 0.89 are supported.
5857
5858 2000-05-15  Juergen Vigna  <jug@sad.it>
5859
5860         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
5861         width calculating.
5862
5863         * src/insets/insettext.C (computeTextRows): redone completely this
5864         function in a much cleaner way, because of problems when having a
5865         fixed maxWidth.
5866         (draw): added a frame border when the inset is locked.
5867         (SetDrawLockedFrame): this sets if we draw the border or not.
5868         (SetFrameColor): this sets the frame color (default=insetframe).
5869
5870         * src/insets/lyxinset.h: added x() and y() functions which return
5871         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
5872         function which is needed to see if we have a locking inset of some
5873         type in this inset (needed for now in insettabular).
5874
5875         * src/vspace.C (inPixels): the same function also without a BufferView
5876         parameter as so it is easier to use it in some ocasions.
5877
5878         * src/lyxfunc.C: changed all places where insertInset was used so
5879         that now if it couldn't be inserted it is deleted!
5880
5881         * src/TabularLayout.C: 
5882         * src/TableLayout.C: added support for new tabular-inset!
5883
5884         * src/BufferView2.C (insertInset): this now returns a bool if the
5885         inset was really inserted!!!
5886
5887         * src/tabular.C (GetLastCellInRow): 
5888         (GetFirstCellInRow): new helper functions.
5889         (Latex): implemented for new tabular class.
5890         (TeXCellPostamble): 
5891         (TeXCellPreamble): 
5892         (TeXBottomHLine): 
5893         (TeXTopHLine): new Latex() helper functions.
5894
5895 2000-05-12  Juergen Vigna  <jug@sad.it>
5896
5897         * src/mathed/formulamacro.C (Read): 
5898         * src/mathed/formula.C (Read): read also the \end_inset here!
5899
5900 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
5901
5902         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
5903         crush when saving formulae with unbalanced parenthesis.
5904
5905 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
5906
5907         * src/layout.C: Add new keyword "endlabelstring" to layout file
5908
5909         * src/text.C (GetVisibleRow): Draw endlabel string.
5910
5911         * lib/layouts/broadway.layout
5912         * lib/layouts/hollywood.layout: Added endlabel for the
5913         Parenthetical layout.
5914
5915         * lib/layouts/heb-article.layout: Do not use slanted font shape
5916         for Theorem like environments.
5917
5918         * src/buffer.C (makeLaTeXFile): Always add "american" to 
5919         the UsedLanguages list if document language is RTL. 
5920
5921 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5922
5923         * add addendum to README.OS2 and small patch (from SMiyata)
5924
5925 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5926
5927         * many files: correct the calls to ChangeExtension().
5928
5929         * src/support/filetools.C (ChangeExtension): remove the no_path
5930         argument, which does not belong there. Use OnlyFileName() instead.
5931
5932         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
5933         files when LaTeXing a non-nice latex file.
5934
5935         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
5936         a chain of "if". Return false when deadkeys are not handled.
5937         
5938         * src/lyx_main.C (LyX): adapted the code for default bindings.
5939
5940         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
5941         bindings for basic functionality (except deadkeys).
5942         (deadKeyBindings): new method. Performs the bindings of deadkeys.
5943
5944         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
5945         several methods: handle override_x_deadkeys.
5946
5947         * src/lyxrc.h: remove the "bindings" map, which did not make much
5948         sense anyway. New variable override_x_deadkeys, defaulting to "true".
5949         
5950 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5951
5952         * src/lyxfont.C (stateText): use a saner method to determine
5953         whether the font is "default". Seems to fix the crash with DEC
5954         cxx. 
5955
5956         * src/Bullet.[Ch] (Bullet): remove const on parameters.
5957
5958 2000-05-08  Juergen Vigna  <jug@sad.it>
5959
5960         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
5961         TabularLayoutMenu with mouse-button-3
5962         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
5963
5964         * src/TabularLayout.C: added this file for having a Layout for
5965         tabular-insets.
5966
5967 2000-05-05  Juergen Vigna  <jug@sad.it>
5968
5969         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
5970         recalculating inset-widths.
5971         (TabularFeatures): activated this function so that I can change
5972         tabular-features via menu.
5973
5974         * src/menus.C (ShowEditMenu): inserted support for insettabular so
5975         that I can test some functions with the Table menu.
5976
5977 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5978
5979         * src/lyxfont.C (stateText): guard against stupid c++libs.
5980
5981         * src/tabular.C: add using std::vector
5982         some whitespace changes, + removed som autogenerated code.
5983
5984         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
5985
5986 2000-05-05  Juergen Vigna  <jug@sad.it>
5987
5988         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
5989         row, columns and cellstructures.
5990
5991 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5992
5993         * lib/lyxrc.example: remove obsolete entries.
5994
5995         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
5996         reading of protected_separator for free_spacing.
5997
5998 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5999
6000         * src/text.C (draw): do not display an exclamation mark in the
6001         margin for margin notes. This is confusing, ugly and
6002         uninformative. 
6003
6004         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
6005         AMS math' is checked.
6006
6007         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
6008         name to see whether including the amsmath package is needed.
6009
6010 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
6011
6012         * src/paragraph.C (validate): Compute UsedLanguages correctly
6013         (don't insert the american language if it doesn't appear in the
6014         document)
6015
6016         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
6017         The argument of \thanks{} command is considered moving argument
6018
6019         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
6020         moving argument.
6021
6022 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
6023
6024         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
6025         for appendix/minipage/depth. The lines can be now both in the footnote 
6026         frame, and outside the frame.
6027
6028         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
6029         points ("nikud")
6030
6031 2000-05-05  Juergen Vigna  <jug@sad.it>
6032
6033         * src/table.[Ch]: removed the inset and buffer stuff as this is now
6034         neede only in tabular.[Ch].
6035
6036 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6037
6038         * src/insets/insetspecialchar.C (Read): allow command == '~' for
6039         PROTECTED_SEPARATOR 
6040         (Write): write '~' for PROTECTED_SEPARATOR
6041
6042 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6043
6044         * src/lyxparagraph.h: add a friend struct matchIT after the struct
6045         InsetTable.
6046
6047         * src/mathed/formula.C (drawStr): rename size to siz.
6048
6049         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
6050         possibly fix a bug by not changing the pflags = flags to piflags =
6051         flags.
6052
6053 2000-05-05  Juergen Vigna  <jug@sad.it>
6054
6055         * src/insets/insetbib.C: moved using directive
6056
6057         * src/ImportNoweb.C: small fix for being able to compile (missing
6058         include cstdlib)
6059
6060 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6061
6062         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
6063         to use clear, since we don't depend on this in the code. Add test
6064         for string::compare
6065
6066 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6067
6068         * (various *.C files): add using std::foo directives to please dec
6069         cxx.
6070
6071         * replace calls to string::clear() to string::erase() (Angus)
6072
6073         * src/cheaders/cmath: modified to provide std::abs.
6074
6075 2000-05-04  Juergen Vigna  <jug@sad.it>
6076
6077         * src/insets/insettext.C: Prepared all for inserting of multiple
6078         paragraphs. Still display stuff to do (alignment and other things),
6079         but I would like to use LyXText to do this when we cleaned out the
6080         table-support stuff.
6081
6082         * src/insets/insettabular.C: Changed lot of stuff and added lots
6083         of functionality still a lot to do.
6084
6085         * src/tabular.C: Various functions changed name and moved to be
6086         const functions. Added new Read and Write functions and changed
6087         lots of things so it works good with tabular-insets (also removed
6088         some stuff which is not needed anymore * hacks *).
6089
6090         * src/lyxcursor.h: added operators == and != which just look if
6091         par and pos are (not) equal.
6092
6093         * src/buffer.C (latexParagraphs): inserted this function to latex
6094         all paragraphs form par to endpar as then I can use this too for
6095         text-insets.
6096
6097         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
6098         so that I can call this to from text insets with their own cursor.
6099
6100         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
6101         output off all paragraphs (because of the fix below)!
6102
6103         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
6104         the very last paragraph (this could be also the last paragraph of an
6105         inset!)
6106
6107         * src/texrow.h: added rows() call which returns the count-variable.
6108
6109 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
6110
6111         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
6112
6113         * lib/configure.m4: better autodetection of DocBook tools.
6114
6115 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6116
6117         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
6118
6119         * src/lyx_cb.C: add using std::reverse;
6120
6121         * src/LaTeX.C (run): on error always run deleteFilesOnError before
6122         returning.
6123
6124         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
6125         selected files. Should fix repeated errors from generated files.
6126
6127 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
6128
6129         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
6130
6131         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
6132         the spellchecker popup. 
6133
6134         * lib/lyxrc.example:  Removed the \number_inset section
6135
6136 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6137
6138         * src/insets/figinset.C (various): Use IsFileReadable() to make
6139         sure that the file actually exist. Relying on ghostscripts errors
6140         is a bad idea since they can lead to X server crashes.  
6141
6142 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
6143
6144         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
6145         open under CYGWIN 
6146
6147         * lib/lyxrc.example: smallish typo in description of
6148         \view_dvi_paper_option 
6149
6150 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6151
6152         * src/lyxfunc.h:
6153         * src/lyxfunc.C: doImportHelper to factor out common code of the
6154         various import methods. New functions doImportASCIIasLines,
6155         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
6156         doImportLinuxDoc  for the  format specific parts.
6157
6158         * buffer.h:
6159         * buffer.C: Dispatch  returns now a bool to indicate success
6160
6161         * lyx_gui.h:
6162         * lyx_gui.C: Add getLyXView() for member access
6163
6164         * lyx_main.C: Change logic for batch commands: First try
6165         Buffer::Dispatch (possibly without GUI), if that fails, use
6166         LyXFunc::Dispatch
6167
6168         * lyx_main.C: Add support for --import command line switch.
6169         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
6170         Available Formats: Everything  accepted by 'buffer-import <format>'
6171
6172 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
6173
6174         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
6175         unnumbered parts.
6176
6177         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
6178         documents will be reformatted upon reentry.
6179
6180 2000-04-27  Juergen Vigna  <jug@sad.it>
6181
6182         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
6183         correctly only last pos this was a bug.
6184
6185 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6186
6187         * release of lyx-1.1.5pre1
6188
6189 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6190
6191         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
6192
6193         * src/menus.C: revert the change of naming (Figure->Graphic...)
6194         from 2000-04-11. It was incomplete and bad.
6195         
6196         * src/LColor.[Ch]: add LColor::depthbar.
6197         * src/text.C (GetVisibleRow): use it.
6198
6199         * README: update the languages list.
6200
6201 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
6202
6203         * src/text.C (GetVisibleRow): show the depth of paragraphs using
6204         vertical bars.
6205
6206 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6207
6208         * README: remove sections that were just wrong.
6209
6210         * src/text2.C (GetRowNearY): remove currentrow code
6211
6212         * src/text.C (GetRow): remove currentrow code
6213
6214         * src/screen.C (Update): rewritten a bit.
6215         (SmallUpdate): removed func
6216
6217         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
6218         used.
6219         (FullRebreak): return bool
6220         (currentrow): remove var
6221         (currentrow_y): ditto
6222
6223         * src/lyxscreen.h (Draw): change arg to unsigned long
6224         (FitCursor): return bool
6225         (FitManualCursor): ditto
6226         (Smallpdate): remove func
6227         (first): change to unsigned long
6228         (DrawOneRow): change second arg to long (from long &)
6229         (screen_refresh_y): remove var
6230         (scree_refresh_row): ditto
6231         
6232         * src/lyxrow.h: change baseline to usigned int from unsigned
6233         short, this brings some implicit/unsigned issues out in the open.
6234
6235         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
6236         accordingly.
6237         (Dispatch): don't call updateScrollbar after fitCursor. Use update
6238         instead of smallUpdate.
6239
6240         * src/lyxcursor.h: change y to unsigned long
6241
6242         * src/buffer.h: don't call updateScrollbar after fitcursor
6243
6244         * src/buffer.C (parseSingleLyXformat2Token): move variables to
6245         where they are used. Removed "\\direction", this was not present
6246         in 1.1.4 and is already obsolete. Commented out some code that I
6247         believe to never be called.
6248         (runLiterate): don't call updateScrollbar after fitCursor
6249         (runLaTeX): ditto
6250         (buildProgram): ditto
6251         (runChktex): ditto
6252
6253         * src/WorkArea.h (workWidth): change return val to unsigned
6254         (width): ditto
6255         (height): ditto
6256         (redraw): remove the button redraws
6257         (setScrollbarValue): change for scrollbar
6258         (getScrollbarValue): change for scrollbar
6259         (getScrollbarBounds): change for scrollbar
6260
6261         * src/WorkArea.C (C_WorkArea_up_cb): removed func
6262         (C_WorkArea_down_cb): removed func
6263         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
6264         (resize): change for scrollbar
6265         (setScrollbar): ditto
6266         (setScrollbarBounds): ditto
6267         (setScrollbarIncrements): ditto
6268         (up_cb): removed func
6269         (down_cb): removed func
6270         (scroll_cb): change for scrollbar
6271         (work_area_handler): ditto
6272
6273         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
6274         when FitCursor did something.
6275         (updateScrollbar): some unsigned changes
6276         (downCB): removed func
6277         (scrollUpOnePage): removed func
6278         (scrollDownOnePage): remvoed func
6279         (workAreaMotionNotify): don't call screen->FitCursor but use
6280         fitCursor instead. and bool return val
6281         (workAreaButtonPress): ditto
6282         (workAreaButtonRelease): some unsigned changes
6283         (checkInsetHit): ditto
6284         (workAreaExpose): ditto
6285         (update): parts rewritten, comments about the signed char arg added
6286         (smallUpdate): removed func
6287         (cursorPrevious): call needed updateScrollbar
6288         (cursorNext): ditto
6289
6290         * src/BufferView2.C (allFloats): don't call updateScrollbar after
6291         fitCursor.
6292
6293         * src/BufferView.[Ch] (upCB): removed func
6294         (downCB): removed func
6295         (smallUpdate): removed func
6296
6297 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
6298
6299         * src/lyxtext.h src/text.C src/text2.C: removed support for the
6300         currentrow, currentrow_y optimization. This did not help a lot and
6301         if we want to do this kind of optimization we should rather use
6302         cursor.row instead of the currentrow. 
6303
6304         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
6305         buffer spacing and klyx spacing support.
6306
6307 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
6308
6309         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
6310         a factor of 50!
6311
6312 2000-04-26  Juergen Vigna  <jug@sad.it>
6313
6314         * src/insets/figinset.C: fixes to Lars sstream changes!
6315
6316 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
6317
6318         * A lot of files: Added Ascii(ostream &) methods to all inset
6319         classes. Used when exporting to ASCII.
6320         
6321         * src/buffer.C (writeFileAscii,RoffAsciiTable)
6322         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
6323         instead of Latex()
6324
6325         * src/text2.C (ToggleFree): Disabled implicit word selection when
6326         there is a change in the language
6327         
6328         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
6329         no output was generated for end-of-sentence inset.
6330         
6331         * src/insets/lyxinset.h
6332         * src/buffer.C
6333         * src/lyxfunc.C
6334         * src/paragraph.C: Removed the insetnumber code
6335
6336         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
6337
6338 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6339
6340         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
6341         no_babel and no_epsfig completely from the file.
6342         (parseSingleLyXformat2Token): add handling for per-paragraph
6343         spacing as written by klyx.
6344
6345         * src/insets/figinset.C: applied patch by Andre. Made it work with
6346         ostringstream too.
6347
6348 2000-04-20  Juergen Vigna  <jug@sad.it>
6349
6350         * src/insets/insettext.C (cutSelection): 
6351         (copySelection): Fixed with selection from right to left.
6352         (draw): now the rows are not recalculated at every draw.
6353         (computeTextRows): for now reset the inset-owner here (this is
6354         important for an undo or copy where the inset-owner is not set
6355         automatically!)
6356
6357         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
6358         motion to the_locking_inset screen->first was forgotten, this was
6359         not important till we got multiline insets.
6360
6361 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6362
6363         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
6364         code seems to be alright (it is code changed by Dekel, and the
6365         intent is indeed that all macros should be defined \protect'ed)
6366
6367         * NEWS: a bit of reorganisation of the new user-visible features.
6368
6369 2000-04-19  Juergen Vigna  <jug@sad.it>
6370
6371         * src/insets/insettext.C (init): using a LyXCursor now for cursor
6372         position. Set the inset_owner of the used paragraph so that it knows
6373         that it is inside an inset. Fixed cursor handling with mouse and
6374         cursor keys. Fixed wrong timed inset redraws and lots of other changes
6375         and cleanups to make TextInsets work better.
6376
6377         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
6378         Changed parameters of various functions and added LockInsetInInset().
6379
6380         * src/insets/insettext.C: 
6381
6382         * src/insets/insetcollapsable.h: 
6383         * src/insets/insetcollapsable.C: 
6384         * src/insets/insetfoot.h: 
6385         * src/insets/insetfoot.C: 
6386         * src/insets/insetert.h: 
6387         * src/insets/insetert.C: cleaned up the code so that it works now
6388         correctly with insettext.
6389
6390         * src/insets/inset.C: 
6391         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
6392         that insets in insets are supported right.
6393
6394         * src/table.h: 
6395         * src/table.C: lots of changes for use with inset tabular (and cleanup)
6396
6397         * src/paragraph.C: some small fixes
6398
6399         * src/debug.h: inserted INSETS debug info
6400
6401         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
6402         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
6403
6404         * src/commandtags.h: 
6405         * src/LyXAction.C: insert code for InsetTabular.
6406
6407         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
6408         not Button1MotionMask.
6409         (workAreaButtonRelease): send always a InsetButtonRelease event to
6410         the_locking_inset.
6411         (checkInsetHit): some setCursor fixes (always with insets).
6412
6413         * src/BufferView2.C (lockInset): returns a bool now and extended for
6414         locking insets inside insets.
6415         (showLockedInsetCursor): it is important to have the cursor always
6416         before the locked inset.
6417         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
6418
6419         * src/BufferView.h: made lockInset return a bool.
6420
6421         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
6422
6423         * src/text2.C (SetCursor): This now has a version with a LyXCursor
6424         that is used also internally but can be called as public to have back
6425         a cursor pos which is not set internally.
6426         (SetCursorIntern): Changed to use above function.
6427
6428         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
6429
6430 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
6431
6432         * ANNOUNCE: 
6433         * INSTALL: 
6434         * UPGRADING: 
6435         * NEWS: updated for prerelease of 1.1.5. Please comment and send
6436         patches for things that should be in or should be changed.
6437
6438         * src/* [insetfiles]: change "usigned char fragile" to bool
6439         fragile. There was only one point that could that be questioned
6440         and that is commented in formulamacro.C. Grep for "CHECK".
6441         
6442         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
6443         (DeleteBuffer): take it out of CutAndPaste and make it static.
6444
6445 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6446
6447         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
6448         output the spacing envir commands. Also the new commands used in
6449         the LaTeX output makes the result better.
6450
6451         * src/Spacing.C (writeEnvirBegin): new method
6452         (writeEnvirEnd): new method
6453
6454 2000-04-18  Juergen Vigna  <jug@sad.it>
6455
6456         * src/CutAndPaste.C: made textclass a static member of the class
6457         as otherwise it is not accesed right!!!
6458
6459 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
6460
6461         * forms/layout_forms.fd
6462         * src/layout_forms.h
6463         * src/layout_forms.C (create_form_form_character)
6464         * src/lyx_cb.C (UserFreeFont)
6465         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
6466         documents (in the layout->character popup).
6467
6468 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6469
6470         * src/spellchecker.C (create_ispell_pipe): fix a bug where
6471         \spell_command was in fact not honored (from Kevin Atkinson).
6472
6473         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
6474         quitting (Angus)
6475
6476         * src/lyx_gui.h: make lyxViews private (Angus)
6477
6478 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
6479
6480         * src/mathed/math_write.C
6481         (MathMatrixInset::Write) Put \protect before \begin{array} and
6482         \end{array} if fragile
6483         (MathParInset::Write): Put \protect before \\ if fragile
6484
6485 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6486
6487         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
6488         initialization if the LyXColorHandler must be done after the
6489         connections to the XServer has been established.
6490
6491         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
6492         get the background pixel from the lyxColorhandler so that the
6493         figures are rendered with the correct background color.
6494         (NextToken): removed functions.
6495         (GetPSSizes): use ifs >> string instead of NextToken.
6496
6497         * src/Painter.[Ch]: the color cache moved out of this file. 
6498
6499         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
6500         and lines.  
6501
6502 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6503
6504         * src/WorkArea.C (work_area_handler): call BufferView::enterView
6505         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
6506
6507         * src/BufferView.C (enterView): new func
6508         (leaveView): new func
6509
6510         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
6511         when approp.
6512         (leaveView): new func, undefines xterm cursor when approp.
6513
6514         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
6515         (AllowInput): delete the Workarea cursor handling from this func.
6516
6517         * src/Painter.C (underline): draw a slimer underline in most cases.
6518
6519         * src/lyx_main.C (error_handler): use extern "C"
6520
6521 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6522
6523         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
6524         sent directly to me.
6525
6526         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
6527         to the list by Dekel.
6528
6529         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
6530         strstream too.
6531
6532         * src/bufferview_funcs.[Ch]: two new files, moved several of the
6533         methods from lyx_cb.here.
6534
6535         * src/lyx_cb.C: in addition to the above; removed input_prohibited
6536         it was not used.
6537
6538 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
6539
6540         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
6541         instead of using current_view directly. 
6542
6543         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
6544
6545         * src/LyXAction.C (init): add the paragraph-spacing command.
6546
6547         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
6548
6549         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
6550
6551         * src/lyx_cb.C (CurrentState): output a string when the spacing is
6552         different from the documents.
6553
6554         * src/text.C (SetHeightOfRow): take paragraph spacing into
6555         account, paragraph spacing takes precedence over buffer spacing
6556         (GetVisibleRow): ditto
6557
6558         * src/paragraph.C (writeFile): output the spacing parameter too.
6559         (validate): set the correct features if spacing is used in the
6560         paragraph. 
6561         (Clear): set spacing to default
6562         (MakeSameLayout): spacing too
6563         (HasSameLayout): spacing too
6564         (SetLayout): spacing too
6565         (TeXOnePar): output the spacing commands
6566
6567         * src/lyxparagraph.h: added a spacing variable for use with
6568         per-paragraph spacing.
6569
6570         * src/Spacing.h: add a Default spacing and a method to check if
6571         the current spacing is default. also added an operator==
6572
6573         * src/text2.C (DeleteEmptyParagraphMechanism): added a
6574         RedoParagraphs.
6575
6576 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6577
6578         * src/lyxserver.C (callback): fix dispatch of functions
6579
6580         * src/insets/insetlatexaccent.C (checkContents): turn bogus
6581         printf() into lyxerr call. 
6582
6583         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
6584         fonts. 
6585
6586         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
6587         "Table" to "Table Box", "Float" to "Floating Material"; deletes
6588         the "Float" from each of the subitems.
6589         (ShowHelpMenu): add entry for "FAQ" and "TOC".
6590
6591         * src/support/DebugStream.h: add an #ifdef to work around a gcc
6592         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
6593         documented the change so that the workaround can be nuked later.
6594
6595         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
6596         LyX::init().
6597         
6598         * src/lyxlex_pimpl.C (next): do not re-declare the default value
6599         of arguments.
6600         * src/buffer.C (getLatexName): ditto
6601         (setReadonly): ditto
6602
6603 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
6604
6605         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
6606         avoid some uses of current_view. Added also a bufferParams()
6607         method to get at this.
6608
6609         * src/lyxtext.h: changed params->buffer and paramters->bparams.
6610
6611 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6612
6613         * src/lyxparagraph.[Ch]: removed
6614         operator<(LyXParagraph::InsetTable..., added a struct matchIT
6615         with operators used by lower_bound and
6616         upper_bound in InsetTable's
6617         Make struct InsetTable private again. Used matchpos.
6618
6619 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
6620         
6621         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
6622         document, the language of existing text is changed (unless the
6623         document is multi-lingual)
6624
6625         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
6626
6627         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
6628
6629         * A lot of files: A rewrite of the Right-to-Left support.
6630   
6631 2000-04-10  Juergen Vigna  <jug@sad.it>
6632
6633         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
6634         misplaced cursor when inset in inset is locked.
6635
6636         * src/insets/insettext.C (LocalDispatch): small fix so that a
6637         BREAKLINE is not inserted if we don't permit it with autBreakRows.
6638
6639         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
6640         footnote font should be decreased in size twice when displaying.
6641
6642         * src/insets/insettext.C (GetDrawFont): inserted this function as
6643         the drawing-font may differ from the real paragraph font.
6644
6645         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
6646         insets (inset in inset!).
6647
6648         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
6649         function here because we don't want footnotes inside footnotes.
6650
6651         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
6652         Cloned insets.
6653         (init): now set the inset_owner in paragraph.C
6654         (LocalDispatch): added some resetPos() in the right position
6655         (cutSelection): 
6656         (copySelection): 
6657         (pasteSelection): changed to use the new CutAndPaste-Class.
6658
6659         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
6660         which tells if it is allowed to insert another inset inside this one.
6661
6662         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
6663         SwitchLayoutsBetweenClasses.
6664
6665         * src/text2.C (InsertInset): checking of the new paragraph-function
6666         InsertInsetAllowed.
6667         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
6668         is not needed anymore here!
6669         (CutSelection): 
6670         (CopySelection): 
6671         (PasteSelection): redone (also with #ifdef) so that now this uses
6672         the CutAndPaste-Class.
6673         (SwitchLayoutsBetweenClasses): removed here and implemented in the
6674         CutAndPaste-Class.
6675         
6676         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
6677         from/to text/insets.
6678
6679         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
6680         so that the paragraph knows if it is inside an (text)-inset.
6681         (InsertFromMinibuffer): changed return-value to bool as now it
6682         may happen that an inset is not inserted in the paragraph.
6683         (InsertInsetAllowed): this checks if it is allowed to insert an
6684         inset in this paragraph.
6685         (PasteParagraph): 
6686         (BreakParagraphConservative): 
6687         (BreakParagraph) : small change for the above change of the return
6688         value of InsertFromMinibuffer.
6689
6690         * src/lyxparagraph.h: added inset_owner and the functions to handle
6691         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
6692
6693 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6694
6695         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
6696         functions from BufferView to BufferView::Pimpl to ease maintence.
6697         
6698         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
6699         correctly. Also use SetCursorIntern instead of SetCursor.
6700
6701         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
6702         correct color.
6703
6704 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
6705
6706         * src/WorkArea.C (belowMouse): manually implement below mouse.
6707
6708         * src/*: Add "explicit" on several constructors, I added probably
6709         some unneeded ones. A couple of changes to code because of this.
6710
6711         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
6712         implementation and private parts from the users of BufferView. Not
6713         quite finished.
6714
6715         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
6716         implementation and private parts from the users of LyXLex. Not
6717         quite finished.
6718
6719         * src/BufferView_pimpl.[Ch]: new files
6720
6721         * src/lyxlex_pimpl.[Ch]: new files
6722
6723         * src/LyXView.[Ch]: some inline functions move out-of-line
6724
6725 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6726
6727         * src/lyxparagraph.h: make struct InsetTable public.
6728
6729         * src/support/lyxstring.h: change lyxstring::difference_type to be
6730         ptrdiff_t. Add std:: modifiers to streams.
6731
6732         * src/font.C: include the <cctype> header, for islower() and
6733         isupper(). 
6734
6735 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6736
6737         * src/font.[Ch]: new files. Contains the metric functions for
6738         fonts, takes a LyXFont as parameter. Better separation of concepts.
6739         
6740         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
6741         changes because of this.
6742
6743         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
6744
6745         * src/*: compile with -Winline and move functions that don't
6746         inline out of line.
6747         
6748         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
6749         instead of strspn.
6750
6751 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6752
6753         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
6754         (various files changed because of this)
6755
6756         * src/Painter.C (text): fixed the drawing of smallcaps.
6757
6758         * src/lyxfont.[Ch] (drawText): removed unused member func.
6759         (drawString): ditto
6760
6761         * src/*.C: added needed "using" statements and "std::" qualifiers. 
6762
6763 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
6764
6765         * src/*.h: removed all use of "using" from header files use
6766         qualifier std:: instead. 
6767
6768 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6769
6770         * src/text.C (Backspace): some additional cleanups (we already
6771         know whether cursor.pos is 0 or not).
6772
6773         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
6774         automake does not provide one).
6775
6776         * src/bmtable.h: replace C++ comments with C comments.
6777
6778 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
6779
6780         * src/screen.C (ShowCursor): Change the shape of the cursor if
6781         the current language is not equal to the language of the document.
6782         (If the cursor change its shape unexpectedly, then you've found a bug)
6783
6784         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
6785         bugs [I hope...]
6786
6787         * src/insets/insetnumber.[Ch]: New files.
6788
6789         * src/LyXAction.C (init)
6790         * src/lyxfunc.C (dispatch): Add command number-inset-insert
6791
6792         * lyxrc.example
6793         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
6794
6795         * src/lyxparagraph.h
6796         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
6797         (the vector is kept sorted).
6798
6799         * src/text.C (GetVisibleRow): Draw selection correctly when there
6800         is both LTR and RTL text.
6801
6802         * src/paragraph.C (Clone): Use the assignment operator for cloning,
6803         which is much faster.
6804
6805         * src/text.C (GetVisibleRow and other): Do not draw the last space 
6806         in a row if the direction of the last letter is not equal to the
6807         direction of the paragraph.
6808
6809         * src/lyxfont.C (latexWriteStartChanges):
6810         Check that font language is not equal to basefont language.
6811         (latexWriteEndChanges): ditto
6812
6813         * src/lyx_cb.C (StyleReset): Don't change the language while using
6814         the font-default command.
6815
6816         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
6817         empty paragraph before a footnote.
6818
6819         * src/insets/insetcommand.C (draw): Increase x correctly.
6820
6821         * src/screen.C (ShowCursor): Change cursor shape if
6822         current language != document language.
6823
6824         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
6825
6826 2000-03-31  Juergen Vigna  <jug@sad.it>
6827
6828         * src/paragraph.C (GetInset): commented out text[pos] = ' '
6829         (Clone): changed mode how the paragraph-data is copied to the
6830         new clone-paragraph.
6831
6832         * src/lyxfunc.C (Dispatch): fixed small problem when calling
6833         GetInset(pos) with no inset anymore there (in inset UNDO)
6834
6835         * src/insets/insetcommand.C (draw): small fix as here x is
6836         incremented not as much as width() returns (2 before, 2 behind = 4)
6837
6838 2000-03-30  Juergen Vigna  <jug@sad.it>
6839
6840         * src/insets/insettext.C (InsetText): small fix in initialize
6841         widthOffset (should not be done in the init() function)
6842
6843 2000-03-29  Amir Karger <karger@lyx.org>
6844
6845         * lib/examples/it_ItemizeBullets.lyx: translation by 
6846         Stefano Mastella
6847
6848         * Implemented \textasciitilde and fixed a tiny bug in reLyX
6849
6850 2000-03-29  Juergen Vigna  <jug@sad.it>
6851
6852         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
6853
6854         * src/insets/insetfoot.C (Clone): small change as for the below
6855         new init function in the text-inset
6856
6857         * src/insets/insettext.C (init): new function as I've seen that
6858         clone did not copy the Paragraph-Data!
6859         (LocalDispatch): Added code so that now we have some sort of Undo
6860         functionality (well actually we HAVE Undo ;)
6861
6862         * src/text.C (Backspace): Small fix for the a | a Backspace problem
6863
6864 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
6865         
6866         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
6867         were erased)
6868
6869 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6870
6871         * src/main.C: added a runtime check that verifies that the xforms
6872         header used when building LyX and the library used when running
6873         LyX match. Exit with a message if they don't match. This is a
6874         version number check only.
6875
6876         * src/buffer.C (save): Don't allocate memory on the heap for
6877         struct utimbuf times.
6878
6879         * *: some using changes, use iosfwd instead of the real headers.
6880
6881         * src/lyxfont.C use char const * instead of string for the static
6882         strings. Rewrite some functions to use sstream.
6883
6884 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6885
6886         * src/text.C (Backspace): hopefully fix the dreaded backaspace
6887         bug. 
6888
6889 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6890
6891         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
6892         of Geodesy (from Martin Vermeer)
6893
6894         * lib/layouts/svjour.inc: include file for the Springer svjour
6895         class. It can be used to support journals other than JoG.
6896
6897         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
6898         Miskiewicz <misiek@pld.org.pl>)
6899         * lib/reLyX/Makefile.am: ditto.
6900
6901 2000-03-27  Juergen Vigna  <jug@sad.it>
6902
6903         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
6904         also some modifications with operations on selected text.
6905
6906         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
6907         problems with clicking on insets (last famous words ;)
6908
6909         * src/insets/insetcommand.C (draw): 
6910         (width): Changed to have a bit of space before and after the inset so
6911         that the blinking cursor can be seen (otherwise it was hidden)
6912
6913 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6914
6915         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
6916         would not be added to the link list when an installed gettext (not
6917         part of libc) is found.
6918
6919 2000-03-24  Juergen Vigna  <jug@sad.it>
6920
6921         * src/insets/insetcollapsable.C (Edit): 
6922         * src/mathed/formula.C (InsetButtonRelease): 
6923         (InsetButtonPress): fixed for new handling of ButtonPress/Release
6924         handling.
6925
6926         * src/BufferView.C (workAreaButtonPress): 
6927         (workAreaButtonRelease): 
6928         (checkInsetHit): Finally fixed the clicking on insets be handled
6929         correctly!
6930
6931         * src/insets/insetert.C (Edit): inserted this call so that ERT
6932         insets work always with LaTeX-font
6933
6934 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
6935
6936         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
6937         caused lyx to startup with no GUI in place, causing in a crash
6938         upon startup when called with arguments.
6939
6940 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6941
6942         * src/FontLoader.C: better initialization of dummyXFontStruct.
6943
6944 2000-03-20 José Abílio Matos <jamatos@lyx.org>
6945
6946         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
6947         for linuxdoc and docbook import and export format options.
6948
6949         * lib/lyxrc.example Example of default values for the previous flags.
6950
6951         * src/lyx_cb.C Use those flags instead of the hardwired values for
6952         linuxdoc and docbook export.
6953
6954         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
6955         linuxdoc import.
6956
6957         * src/menus.C Added menus entries for the new import/exports formats.
6958         
6959 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6960
6961         * src/lyxrc.*: Added support for running without Gui 
6962         (\use_gui false)
6963           
6964         * src/FontLoader.C: sensible defaults if no fonts are needed
6965
6966         * src/lyx_cb.C: New function ShowMessage (writes either to the
6967         minibuffer or cout in case of no gui
6968         New function AskOverwrite for common stuff
6969         Consequently various changes to call these functions
6970
6971         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
6972         wild guess at sensible screen resolution when having no gui
6973
6974         * src/lyxfont.C: no gui, no fonts... set some defaults
6975
6976 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6977
6978         * src/LColor.C: made the command inset background a bit lighter.
6979
6980 2000-03-20  Hartmut Goebel <goebel@noris.net>
6981
6982         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
6983         stdstruct.inc. Koma-Script added some title elements which
6984         otherwise have been listed below "bibliography". This split allows
6985         adding title elements to where they belong.
6986
6987         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
6988         define the additional title elements and then include
6989         stdstruct.inc. 
6990
6991         * many other layout files: changed to include stdtitle.inc just
6992         before stdstruct.inc.
6993
6994 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
6995
6996         * src/buffer.C: (save) Added the option to store all backup files
6997         in a single directory
6998
6999         * src/lyxrc.[Ch]: Added variable \backupdir_path
7000
7001         * lib/lyxrc.example: Added descriptions of recently added variables
7002
7003         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
7004         bibtex inset, not closing the bibtex popup when deleting the inset)
7005
7006 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7007
7008         * src/lyx_cb.C: add a couple using directives.
7009
7010 2000-03-17 José Abílio Matos <jamatos@lyx.org>
7011         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
7012         import based on the filename.
7013         
7014         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
7015         file would be imported at start, if the filename where of a sgml file.
7016
7017         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
7018         
7019         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
7020         
7021 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
7022         * src/lyxfont.h Replaced the member variable bits.direction by the
7023         member variable lang. Made many changes in other files.
7024         This allows having a multi-lingual document
7025
7026         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
7027         that change the current language to <l>.
7028         Removed the command "font-rtl"
7029
7030         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
7031         format for Hebrew documents)
7032
7033         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
7034         When auto_mathmode is "true", pressing a digit key in normal mode 
7035         will cause entering into mathmode.
7036         If auto_mathmode is "rtl" then this behavior will be active only
7037         when writing right-to-left text.
7038
7039         * src/text2.C (InsertStringA) The string is inserted using the
7040         current font.
7041
7042         * src/paragraph.C (GetEndLabel) Gives a correct result for
7043         footnote paragraphs.
7044
7045         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
7046
7047 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7048
7049         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
7050         front of PasteParagraph. Never insert a ' '. This should at least
7051         fix some cause for the segfaults that we have been experiencing,
7052         it also fixes backspace behaviour slightly. (Phu!)
7053
7054         * src/support/lstrings.C (compare_no_case): some change to make it
7055         compile with gcc 2.95.2 and stdlibc++-v3
7056
7057         * src/text2.C (MeltFootnoteEnvironment): change type o
7058         first_footnote_par_is_not_empty to bool.
7059
7060         * src/lyxparagraph.h: make text private. Changes in other files
7061         because of this.
7062         (fitToSize): new function
7063         (setContentsFromPar): new function
7064         (clearContents): new function
7065         (SetChar): new function
7066
7067         * src/paragraph.C (readSimpleWholeFile): deleted.
7068
7069         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
7070         the file, just use a simple string instead. Also read the file in
7071         a more maintainable manner.
7072
7073         * src/text2.C (InsertStringA): deleted.
7074         (InsertStringB): deleted.
7075
7076 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7077
7078         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
7079         RedoParagraphs from the doublespace handling part, just set status
7080         to NEED_MORE_REFRESH. Also don't update cursor position (should be
7081         done, but perhaps not like this.)
7082
7083 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7084
7085         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
7086         character when inserting an inset.
7087
7088 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7089
7090         * src/bufferparams.C (readLanguage): now takes "default" into
7091         consideration.
7092
7093         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
7094         also initialize the toplevel_keymap with the default bindings from
7095         lyxrc. 
7096         
7097         * src/buffer.C (Buffer): remove lyxrc from the parameters.
7098
7099         * all files using lyxrc: have lyxrc as a real variable and not a
7100         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
7101         done in lyxrc.h.
7102         
7103         * src/lyxrc.C: remove double call to defaultKeyBindings
7104
7105         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
7106         toolbar defauls using lyxlex. Remove enums, structs, functions
7107         related to this. 
7108
7109         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
7110         toolbar defaults. Also store default keybindings in a map.
7111
7112         * src/ToolbarDefaults.[Ch]: New file. This class is used for
7113         storing the toolbar defaults without any xforms dependencies. 
7114
7115         * src/insets/figinset.C: patch posted to list by Andre Poenitz
7116         applied. Changed to use iterators.
7117
7118 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
7119
7120         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
7121         systems that don't have LINGUAS set to begin with.
7122
7123 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7124
7125         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
7126         the list by Dekel Tsur.
7127
7128 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7129
7130         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
7131         * src/insets/form_graphics.C: ditto.
7132
7133         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
7134
7135 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7136
7137         * src/bufferparams.C (readLanguage): use the new language map
7138
7139         * src/intl.C (InitKeyMapper): use the new language map
7140
7141         * src/lyx_gui.C (create_forms): use the new language map
7142
7143         * src/language.[Ch]: New files. Used for holding the information
7144         about each language. Now! Use this new language map enhance it and
7145         make it really usable for our needs. 
7146
7147 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
7148         
7149         * screen.C (ShowCursor): Removed duplicate code.
7150         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
7151         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
7152         
7153         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
7154
7155         * src/lyxtext.h
7156         * src/text.C  Added TransformChar method. Used for rendering Arabic
7157         text correctly (change the glyphs of the letter according to the
7158         position in the word)
7159
7160         * src/buffer.C
7161         * src/paragraph.C
7162         * src/lyxrc.h
7163         * src/lyxrc.C  Added lyxrc command {language_command_begin,
7164         language_command_end,language_command_ltr,language_command_rtl,
7165         language_package} which allows the use of either arabtex or Omega
7166         for Arabic
7167
7168         * src/lyx_gui.C (init)
7169         * src/lyxrc.h
7170         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
7171         to use encoding for menu fonts which is different than the encoding
7172         for screen fonts
7173
7174         * src/buffer.C (makeLaTeXFile): If params.language = "default",
7175         do not load the babel package.
7176         To write an English document with Hebrew/Arabic, change the document
7177         language to "english".
7178
7179         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
7180         (alphaCounter): changed to return char
7181         (loweralphaCounter, hebrewCounter, romanCounter): New functions
7182
7183         * lib/lyxrc.example  Added examples for Hebrew/Arabic
7184
7185         * src/layout.h
7186         * src/layout.C  Added layout command endlabeltype
7187
7188         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
7189
7190         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
7191
7192 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7193
7194         * src/mathed/math_delim.C (search_deco): return a
7195         math_deco_struct* instead of index.
7196
7197 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7198
7199         * All files with a USE_OSTREAM_ONLY within: removed all code that
7200         was unused when USE_OSTREAM_ONLY is defined.
7201         
7202         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
7203         of any less. Removed header and using.
7204
7205         * src/text.C (GetVisibleRow): draw the string "Page Break
7206         (top/bottom)" on screen when drawing a pagebreak line.
7207
7208 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7209
7210         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
7211
7212         * src/mathed/math_macro.C (draw): do some cast magic.
7213         (Metrics): ditto.
7214
7215         * src/mathed/math_defs.h: change byte* argument to byte const*.
7216
7217         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
7218
7219         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
7220         know it is right to return InsetFoot* too, but cxx does not like
7221         it...). 
7222
7223         * src/insets/insetcollapsable.[Ch] (Clone): make const.
7224
7225         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
7226
7227         * src/mathed/math_delim.C: change == to proper assignment.
7228
7229 2000-03-09  Juergen Vigna  <jug@sad.it>
7230
7231         * src/insets/insettext.C (setPos): fixed various cursor positioning
7232         problems (via mouse and cursor-keys)
7233         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
7234         inset (still a small display problem but it works ;)
7235
7236         * src/insets/insetcollapsable.C (draw): added button_top_y and
7237         button_bottom_y to have correct values for clicking on the inset.
7238
7239         * src/support/lyxalgo.h: commented out 'using std::less'
7240
7241 2000-03-08  Juergen Vigna  <jug@sad.it>
7242
7243         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
7244         Button-Release event closes as it is alos the Release-Event
7245         which opens it.
7246
7247         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
7248
7249 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
7250
7251         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
7252         can add multiple spaces in Scrap (literate programming) styles...
7253         which, by the way, is how I got hooked on LyX to begin with.
7254
7255         * src/mathed/formula.C (Write): Added dummy variable to an
7256         inset::Latex() call.
7257         (Latex): Add free_spacing boolean to inset::Latex()
7258
7259         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
7260         
7261         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
7262         virtual function to include the free_spacing boolean from
7263         the containing paragraph's style.
7264
7265         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
7266         Added free_spacing boolean arg to match inset.h
7267         
7268         * src/insets/insettext.C, src/insets/insettext.h (Latex):
7269         Added free_spacing boolean arg to match inset.h
7270         
7271         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
7272         Added free_spacing boolean and made sure that if in a free_spacing
7273         paragraph, that we output normal space if there is a protected space.
7274         
7275         * src/insets/insetref.C, src/insets/insetref.h (Latex):
7276         Added free_spacing boolean arg to match inset.h
7277         
7278         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
7279         Added free_spacing boolean arg to match inset.h
7280         
7281         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
7282         Added free_spacing boolean arg to match inset.h
7283         
7284         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
7285         Added free_spacing boolean arg to match inset.h
7286         
7287         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
7288         Added free_spacing boolean arg to match inset.h
7289         
7290         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
7291         free_spacing boolean arg to match inset.h 
7292         
7293         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
7294         Added free_spacing boolean arg to match inset.h
7295         
7296         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
7297         Added free_spacing boolean arg to match inset.h
7298         
7299         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
7300         Added free_spacing boolean arg to match inset.h
7301         
7302         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
7303         Added free_spacing boolean arg to match inset.h
7304         
7305         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
7306         Added free_spacing boolean arg to match inset.h
7307         
7308         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
7309         free_spacing boolean arg to match inset.h
7310         
7311         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
7312         free_spacing boolean arg to match inset.h
7313         
7314         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
7315         ignore free_spacing paragraphs. The user's spaces are left
7316         alone. 
7317         
7318         * src/text.C (InsertChar): Fixed the free_spacing layout
7319         attribute behavior. Now, if free_spacing is set, you can
7320         add multiple spaces in a paragraph with impunity (and they
7321         get output verbatim).
7322         (SelectSelectedWord): Added dummy argument to inset::Latex()
7323         call.
7324         
7325         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
7326         calls.
7327         
7328         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
7329         paragraph layouts now only input a simple space instead.
7330         Special character insets don't make any sense in free-spacing
7331         paragraphs.
7332         
7333         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
7334         hard-spaces in the *input* file to simple spaces if the layout
7335         is free-spacing. This converts old files which had to have
7336         hard-spaces in free-spacing layouts where a simple space was
7337         preferrable.
7338         (writeFileAscii): Added free_spacing check to pass to the newly
7339         reworked inset::Latex(...) methods. The inset::Latex() code
7340         ensures that hard-spaces in free-spacing paragraphs get output
7341         as spaces (rather than "~").
7342         
7343 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7344         
7345         * src/mathed/math_delim.C (draw): draw the empty placeholder
7346         delims with a onoffdash line.
7347         (struct math_deco_compare): struct that holds the "functors" used
7348         for the sort and the binary search in math_deco_table.
7349         (class init_deco_table): class used for initial sort of the
7350         math_deco_table. 
7351         (search_deco): use lower_bound to do a binary search in the
7352         math_deco_table.
7353
7354 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
7355
7356         * src/lyxrc.C: a small secret thingie...
7357
7358         * src/lyxlex.C (printTable): changed to take a ostream as paramter
7359         and to not flush the stream as often as it used to.
7360
7361         * src/support/lyxalgo.h: new file 
7362         (sorted): template function used for checking if a sequence is
7363         sorted or not. Two versions with and without user supplied
7364         compare. Uses same compare as std::sort.
7365
7366         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
7367         it and give warning on lyxerr.
7368         (pushTable): ditto
7369         (struct compare_tags): struct with function operators used for
7370         checking if sorted, sorting and lower_bound.
7371         (search_kw): use lower_bound instead of manually implemented
7372         binary search.
7373
7374 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7375
7376         * src/insets/insetcollapsable.h: fix Clone() declaration.
7377         * src/insets/insetfoot.h: ditto.
7378
7379         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
7380
7381 2000-03-08  Juergen Vigna  <jug@sad.it>
7382
7383         * src/insets/lyxinset.h: added owner call which tells us if
7384         this inset is inside another inset. Changed also the return-type
7385         of Editable to an enum so it tells clearer what the return-value is.
7386
7387         * src/insets/insettext.C (computeTextRows): fixed computing of
7388         textinsets which split automatically on more rows.
7389
7390         * src/insets/insetert.[Ch]: changed this to be of BaseType
7391         InsetCollapsable.
7392
7393         * src/insets/insetfoot.[Ch]: added footnote inset
7394
7395         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
7396         collapsable insets (like footnote, ert, ...)
7397
7398 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
7399
7400         * src/lyxdraw.h: remvoe file
7401
7402         * src/lyxdraw.C: remove file
7403
7404         * src/insets/insettext.C: added <algorithm>.
7405
7406 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
7407
7408         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
7409         (matrix_cb): case MM_OK use string stream
7410
7411         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
7412         stream.
7413
7414         * src/mathed/math_macro.C (draw): use string stream
7415         (Metrics): use string stream
7416
7417         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
7418         directly to the ostream.
7419
7420         * src/vspace.C (asString): use string stream.
7421         (asString): use string stream
7422         (asLatexString): use string stream
7423
7424         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
7425         setting Spacing::Other.
7426
7427         * src/LaTeXFeatures.C (getPackages): use string stream instead of
7428         sprintf when creating the stretch vale.
7429
7430         * src/text2.C (alphaCounter): changed to return a string and to
7431         not use a static variable internally. Also fixed a one-off bug.
7432         (SetCounter): changed the drawing of the labels to use string
7433         streams instead of sprintf.
7434
7435         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
7436         manipulator to use a scheme that does not require library support.
7437         This is also the way it is done in the new GNU libstdc++. Should
7438         work with DEC cxx now. 
7439
7440 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7441
7442         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
7443         end. This fixes a bug. 
7444
7445         * src/mathed (all files concerned with file writing): apply the
7446         USE_OSTREAM_ONLY changes to mathed too.
7447         
7448         * src/support/DebugStream.h: make the constructor explicit.
7449
7450         * src/lyxfont.C (latexWriteStartChanges): small bug related to
7451         count and ostream squashed.
7452
7453 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7454
7455         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
7456
7457         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
7458         ostringstream uses STL strings, and we might not.
7459
7460         * src/insets/insetspecialchar.C: add using directive.
7461         * src/insets/insettext.C: ditto.
7462
7463 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7464
7465         * lib/layouts/seminar.layout: feeble attempt at a layout for
7466         seminar.cls, far from completet and could really use some looking
7467         at from people used to write layout files.
7468
7469         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
7470         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
7471         a lot nicer and works nicely with ostreams.
7472
7473         * src/mathed/formula.C (draw): a slightly different solution that
7474         the one posted to the list, but I think this one works too. (font
7475         size wrong in headers.)
7476
7477         * src/insets/insettext.C (computeTextRows): some fiddling on
7478         Jürgens turf, added some comments that he should read.
7479
7480         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
7481         used and it gave compiler warnings.
7482         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
7483         writing of lyxrc.
7484
7485         * src/lyx_gui.C (create_forms): do the right thing when
7486         show_banner is true/false.
7487
7488         * src/lyx_cb.C (TimerCB): no need to close or do anything if
7489         show_banner is false.
7490
7491         * most file writing files: Now use iostreams to do almost all of
7492         the writing. Also instead of passing string &, we now use
7493         stringstreams. mathed output is still not adapted to iostreams.
7494         This change can be turned off by commenting out all the occurences
7495         of the "#define USE_OSTREAM_ONLY 1" lines.
7496         
7497         * src/WorkArea.C (createPixmap): don't output debug messages.
7498         (WorkArea): don't output debug messages.
7499
7500         * lib/lyxrc.example: added a comment about the new variable
7501         \show_banner 
7502
7503         * development/Code_rules/Rules: Added some more commente about how
7504         to build class interfaces and on how better encapsulation can be
7505         achieved. 
7506
7507 2000-03-03  Juergen Vigna  <jug@sad.it>
7508
7509         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
7510         automatically with the width of the LyX-Window
7511
7512         * src/insets/insettext.C (computeTextRows): fixed update bug in
7513         displaying text-insets (scrollvalues where not initialized!)
7514
7515 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7516
7517         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
7518         id in the check of the result from lower_bound is not enough since
7519         lower_bound can return last too, and then res->id will not be a
7520         valid construct.
7521
7522         *  all insets and some code that use them: I have conditionalized
7523         removed the Latex(string & out, ...) this means that only the
7524         Latex(ostream &, ...) will be used. This is a work in progress to
7525         move towards using streams for all output of files. 
7526
7527         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
7528         c to 0.
7529
7530 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7531
7532         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
7533         routine (this fixes bug where greek letters were surrounded by too
7534         much white space).
7535
7536         * src/support/filetools.C (findtexfile): change a bit the search
7537         algorithm, to fix bug introduced in 1.1.4. Note that --format is
7538         no longer passed to kpsewhich, we may have to change that later.
7539
7540         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
7541         warning options to avoid problems with X header files (from Angus
7542         Leeming).
7543         * acinclude.m4: regenerated.
7544
7545 2000-03-02  Juergen Vigna  <jug@sad.it>
7546
7547         * src/insets/insettext.C (WriteParagraphData): Using the
7548         par->writeFile() function for writing paragraph-data.
7549         (Read): Using buffer->parseSingleLyXformat2Token()-function
7550         for parsing paragraph data!
7551
7552         * src/buffer.C (readLyXformat2): removed all parse data and using
7553         the new parseSingleLyXformat2Token()-function.
7554         (parseSingleLyXformat2Token): added this function to parse (read)
7555         lyx-file-format (this is called also from text-insets now!)
7556
7557 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7558
7559         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
7560         and temp.
7561
7562         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
7563         directly instead of going through a func. One very bad thing: a
7564         static LyXFindReplace, but I don't know where to place it. 
7565
7566         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
7567         string instead of char[]. Also changed to static.
7568         (GetSelectionOrWordAtCursor): changed to static inline
7569         (SetSelectionOverLenChars): ditto.
7570
7571         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
7572         current_view and global variables. both classes has changed names
7573         and LyXFindReplace is not inherited from SearchForm.
7574         
7575         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
7576         fl_form_search form.
7577
7578         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
7579
7580 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7581
7582         * lib/bind/*.bind: make sure 'buffer-previous' function is not
7583         bound (from Kayvan).
7584
7585         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
7586
7587         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
7588
7589 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7590
7591         * some things that I should comment but the local pub says head to
7592         swirly... 
7593         
7594         * comment out all code that belongs to the Roff code for Ascii
7595         export of tables. (this is unused)
7596         
7597         * src/LyXView.C: use correct type for global variable
7598         current_layout. (LyXTextClass::size_type)
7599
7600         * some code to get the new insetgraphics closer to working I'd be
7601         grateful for any help.
7602         
7603         * src/BufferView2.C (insertInset): use the return type of
7604         NumberOfLayout properly. (also changes in other files)
7605
7606         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
7607         this as a test. I want to know what breaks because of this.
7608
7609         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
7610
7611 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
7612
7613         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
7614         to use a \makebox in the label, this allows proper justification
7615         with out using protected spaces or multiple hfills. Now it is
7616         "label" for left justified, "\hfill label\hfill" for center, and
7617         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
7618         should be changed accordingly. 
7619
7620 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7621
7622         * src/lyxtext.h: change SetLayout() to take a
7623         LyXTextClass::size_type instead of a char (when there is more than
7624         127 layouts in a class); also change type of copylayouttype.
7625         * src/text2.C (SetLayout): ditto.
7626         * src/LyXView.C (updateLayoutChoice): ditto.
7627
7628         * src/LaTeX.C (scanLogFile): errors where the line number was not
7629         given just after the '!'-line were ignored (from Dekel Tsur).
7630
7631         * lib/lyxrc.example: fix description of \date_insert_format
7632
7633         * lib/layouts/llncs.layout: new layout, contributed by Martin
7634         Vermeer. 
7635
7636 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
7637
7638         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
7639         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
7640         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
7641         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
7642         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
7643         paragraph.C, text.C, text2.C)
7644
7645 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7646
7647         * src/insets/insettext.C (LocalDispatch): remove extra break
7648         statement. 
7649
7650         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
7651         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
7652
7653         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
7654         * src/insets/insettext.[Ch] (GetCursorPos): ditto
7655
7656         * src/insets/insetbib.h: move InsetBibkey::Holder and
7657         InsetCitation::Holder in public space.
7658
7659 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
7660
7661         * src/insets/insettext.h: small change to get the new files from
7662         Juergen to compile (use "string", not "class string").
7663
7664         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
7665         const & as parameter to LocalDispatch, use LyXFont const & as
7666         paramter to some other func. This also had impacto on lyxinsets.h
7667         and the two mathed insets.
7668
7669 2000-02-24  Juergen Vigna  <jug@sad.it>
7670
7671         * src/buffer.C:
7672         * src/commandtags.h: 
7673         * src/LyXAction.C:
7674         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
7675
7676         * src/BufferView.h
7677         * src/BufferView.C
7678         * src/BufferView2.C: added/updated code for various inset-functions
7679
7680         * src/insets/insetert.[Ch]: added implementation of InsetERT
7681
7682         * src/insets/insettext.[Ch]: added implementation of InsetText
7683
7684         * src/insets/inset.C (Edit): added "unsigned int button" parameter
7685         (draw): added preliminary code for inset scrolling not finshed yet
7686
7687         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
7688         as it is in lyxfunc.C now
7689
7690         * src/insets/lyxinset.h: Added functions for text-insets
7691
7692 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7693
7694         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
7695         BufferView and reimplement the list as a queue put inside its own
7696         class.
7697
7698         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
7699
7700         * several files: use the new interface to the "updateinsetlist"
7701         
7702         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
7703         on doubleclick.
7704         (work_area_handler): call BufferView::trippleClick on trippleclick.
7705
7706         * src/BufferView.C (doubleClick): new function, selects word on
7707         doubleclick. 
7708         (trippleClick): new function, selects line on trippleclick.
7709
7710 2000-02-22  Allan Rae  <rae@lyx.org>
7711
7712         * lib/bind/xemacs.bind: buffer-previous not supported
7713
7714 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7715
7716         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
7717         as const.
7718
7719 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7720
7721         * src/bufferlist.C: get rid of current_view from this file
7722
7723         * src/spellchecker.C: get rid of current_view from this file
7724
7725         * src/vspace.C: get rid of current_view from this file
7726         (inPixels): added BufferView parameter for this func
7727         (asLatexCommand): added a BufferParams for this func
7728
7729         * src/text.C src/text2.C: get rid of current_view from these
7730         files.
7731         
7732         * src/lyxfont.C (getFontDirection): move this function here from
7733         text.C
7734         
7735         * src/bufferparams.C (getDocumentDirection): move this function
7736         here from text.C
7737
7738         * src/paragraph.C (getParDirection): move this function here from
7739         text.C 
7740         (getLetterDirection): ditto
7741         
7742 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
7743
7744         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
7745         resize due to wrong pixmap beeing used. Also took the opurtunity
7746         to make the LyXScreen stateless on regard to WorkArea and some
7747         general cleanup in the same files.
7748         
7749 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7750
7751         * src/Makefile.am: add missing direction.h
7752
7753         * src/PainterBase.h: made the width functions const.
7754         
7755         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
7756         missing ones.
7757         
7758         * src/insets/insetcommand.C (draw): draw Editable as buttons.
7759
7760         * src/insets/insetlatexaccent.C (draw): make the accents draw
7761         better, at present this will only work well with iso8859-1.
7762         
7763         * several files: remove the old drawing code, now we use the new
7764         painter only.
7765
7766         * several files: remove support for mono_video, reverse_video and
7767         fast selection.
7768
7769 2000-02-17  Juergen Vigna  <jug@sad.it>
7770
7771         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
7772         int ** as we have to return the pointer, otherwise we have only
7773         NULL pointers in the returning function.
7774
7775 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7776
7777         * src/LaTeX.C (operator()): quote file name when running latex.
7778
7779 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
7780
7781         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
7782         (bubble tip), this removes our special handling of this.
7783
7784         * Remove all code that is unused now that we have the new
7785         workarea. (Code that are not active when NEW_WA is defined.)
7786
7787         * Make the uses of XSync not conditionalized on define USE_XSYNC.
7788         
7789 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7790
7791         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
7792         nonexisting layout; correctly redirect obsoleted layouts.
7793
7794         * lib/lyxrc.example: document \view_dvi_paper_option
7795
7796         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
7797         variable. 
7798
7799         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
7800         (PreviewDVI): handle the view_dvi_paper_option variable.
7801         [Both from Roland Krause]
7802
7803 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7804
7805         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
7806         char const *, int, LyXFont)
7807         (text(int, int, string, LyXFont)): ditto 
7808
7809         * src/text.C (InsertCharInTable): attempt to fix the double-space
7810         feature in tables too.
7811         (BackspaceInTable): ditto.
7812         (GetVisibleRow): make bottom pagebreak line be a onoff line.
7813
7814 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
7815
7816         * src/text2.C (owner): only complain if owner_ is set and bv != 0
7817
7818         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
7819         newly found text in textcache to this.
7820         (buffer): set the owner of the text put into the textcache to 0
7821
7822         * src/insets/figinset.C (draw): fixed the drawing of figures with
7823         the new Painter.
7824
7825         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
7826         drawing of mathframe, hfills, protected space, table lines. I have
7827         now no outstanding drawing problems with the new Painter code. 
7828
7829 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7830
7831         * src/PainterBase.C (ellipse, circle): do not specify the default
7832         arguments. 
7833
7834         * src/LColor.h: add using directive.
7835
7836         * src/Painter.[Ch]: change return type of methods from Painter& to
7837         PainterBase&. Add a using directive.
7838
7839         * src/WorkArea.C: wrap xforms callbacks in C functions
7840         C_WorkArea_xxx. 
7841
7842         * lib/layouts/foils.layout: font fix and simplifications from Carl
7843         Ollivier-Gooch.
7844
7845 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7846
7847         * a lot of files: The Painter, LColor and WorkArea from the old
7848         devel branch has been ported to lyx-devel. Some new files and a
7849         lot of #ifdeffed code. The new workarea is enabled by default, but
7850         if you want to test the new Painter and LColor you have to compile
7851         with USE_PAINTER defined (do this in config.h f.ex.) There are
7852         still some rought edges, and I'd like some help to clear those
7853         out. It looks stable (loads and displays the Userguide very well).
7854         
7855
7856 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7857
7858         * src/buffer.C (pop_tag): revert to the previous implementation
7859         (use a global variable for both loops).
7860
7861         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
7862
7863         * src/lyxrc.C (LyXRC): change slightly default date format.
7864
7865         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
7866         there is an English text with a footnote that starts with a Hebrew
7867         paragraph, or vice versa.
7868         (TeXFootnote): ditto.
7869
7870         * src/text.C (LeftMargin): allow for negative values for
7871         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
7872         this out.
7873
7874         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
7875         for input encoding (cyrillic)
7876
7877 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7878
7879         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
7880         Tsur). 
7881
7882         * src/toolbar.C (set): ditto
7883         * src/insets/insetbib.C (create_form_citation_form): ditto
7884
7885         * lib/CREDITS: added Dekel Tsur.
7886
7887         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
7888         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
7889         hebrew supports files from Dekel Tsur.
7890         
7891         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
7892         <tzafrir@technion.ac.il> 
7893
7894         * src/lyxrc.C: put \date_insert_format at the right place.
7895
7896         * src/buffer.C (makeLaTeXFile): fix the handling of
7897         BufferParams::sides when writing out latex files.
7898
7899         * src/BufferView2.C: add a "using" directive.
7900
7901         * src/support/lyxsum.C (sum): when we use lyxstring,
7902         ostringstream::str needs an additional .c_str().
7903
7904 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
7905
7906         * src/support/filetools.C (ChangeExtension): patch from Etienne
7907         applied.
7908
7909         * src/TextCache.C (show): remove const_cast and make second
7910         parameter non-const LyXText *.
7911
7912         * src/TextCache.h: use non const LyXText in show.
7913
7914         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
7915         with hebrew.
7916
7917 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7918
7919         * src/support/lyxsum.C: rework to be more flexible.
7920         
7921         * several places: don't check if a pointer is 0 if you are going
7922         to delete it.
7923
7924         * src/text.C: remove some dead code.
7925
7926         * src/insets/figinset.C: remove some dead code
7927         
7928         * src/buffer.C: move the BufferView funcs to BufferView2.C
7929         remove all support for insetlatexdel
7930         remove support for oldpapersize stuff
7931         made some member funcs const
7932
7933         * src/kbmap.C: use a std::list to store the bindings in.
7934         
7935         * src/BufferView2.C: new file
7936
7937         * src/kbsequence.[Ch]: new files
7938         
7939         * src/LyXAction.C + others: remove all trace of buffer-previous
7940         
7941         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
7942         only have one copy in the binary of this table.
7943         
7944         * hebrew patch: moved some functions from LyXText to more
7945         appropriate places. (LyXParagraph, BufferParams, LyXFont)
7946         
7947         * several files: remove support for XForms older than 0.88
7948         whitespace changes.
7949         remove some #if 0 #endif code
7950         
7951         * src/TextCache.[Ch]: new file. Holds the textcache.
7952
7953         * src/BufferView.C: changes to use the new TextCache interface.
7954         (waitForX): remove the now unused code.
7955         
7956         * src/BackStack.h: remove some commented code
7957
7958         * lib/bind/emacs.bind: remove binding for buffer-previous
7959
7960 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
7961
7962         * applied the hebrew patch.
7963
7964         * src/lyxrow.h: make sure that all Row variables are initialized.
7965
7966         * src/text2.C (TextHandleUndo): comment out a delete, this might
7967         introduce a memory leak, but should also help us to not try to
7968         read freed memory. We need to look at this one.
7969
7970         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
7971         (LyXParagraph): initalize footnotekind.
7972
7973         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
7974         forgot this when applying the patch. Please heed the warnings.
7975
7976         * src/BufferView.C (buffer): a fix for the buffer-reload problem
7977         (aka. reformat problem)
7978
7979         * src/bufferlist.C (exists): made const, and use const_iterator
7980         (isLoaded): new func.
7981         (release): use std::find to find the correct buffer.
7982
7983         * src/bufferlist.h: made getState a const func.
7984         made empty a const func.
7985         made exists a const func.
7986         new func: isLoaded
7987
7988 2000-02-01  Juergen Vigna  <jug@sad.it>
7989
7990         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
7991
7992         * po/it.po: updated a bit the italian po file and also changed the
7993         'file nuovo' for newfile to 'filenuovo' without a space, this did
7994         annoy me a lot :)
7995         
7996         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
7997         for the new insert_date command.
7998
7999         * src/lyxfunc.C (Dispatch): added support for a insert_date function
8000         from jdblair, to insert a date into the current text conforming to
8001         a strftime format (for now only considering the locale-set and not
8002         the document-language).
8003
8004 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8005
8006         * src/lyxfont.C (textWidth): hopefully better fix for the Array
8007         Bounds Read error seen by purify. The problem was that islower is
8008         a macros which takes an unsigned char and uses it as an index for
8009         in array of characters properties (and is thus subject to the
8010         above error).
8011         (drawText): ditto.
8012
8013         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
8014         correctly the paper sides radio buttons.
8015         (UpdateDocumentButtons): ditto.
8016
8017 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8018
8019         * src/kbmap.C (getsym + others): change to return unsigned int,
8020         returning a long can give problems on 64 bit systems. (I assume
8021         that int is 32bit on 64bit systems)
8022
8023 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8024
8025         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
8026         LyXLookupString to be zero-terminated. Really fixes problems seen
8027         by purify, I think.
8028
8029 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8030
8031         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
8032         write a (char*)0 to the lyxerr stream.
8033
8034         * src/lastfiles.C: move algorithm before the using statemets.
8035
8036 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8037
8038         * src/lastfiles.C: move using directives in global scope (egcs 1.x
8039         complains otherwise).
8040         * src/table.C: ditto
8041
8042         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
8043         directory. 
8044
8045         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
8046         that I removed earlier... It is really needed.
8047
8048         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
8049
8050 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8051
8052         * INSTALL: update xforms home page URL.
8053
8054         * lib/configure.m4: fix a bug with unreadable layout files.
8055
8056         * src/table.C (calculate_width_of_column): add "using std::max"
8057         directive. 
8058
8059 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
8060
8061         * several files: marked several lines with "DEL LINE", this is
8062         lines that can be deleted without changing anything.
8063         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
8064                                    checks this anyway */
8065                 delete <ptr>
8066
8067         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
8068
8069         * src/DepTable.C (update): add a "+" at the end when the checksum
8070         is different. (debugging string only)
8071
8072         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
8073         the next inset to not be displayed. This should also fix the list
8074         of labels in the "Insert Crossreference" dialog.
8075
8076 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
8077
8078         * src/support/LSubstring.C (LSubstring): set pos to string::npos
8079         when regex was not found.
8080
8081         * src/support/lstrings.C (lowercase): use handcoded transform always.
8082         (uppercase): ditto
8083
8084         * src/text.C (Delete): fixed the crash. cursor.par->prev and
8085         old_cursor.par->prev could be 0.
8086
8087         * several files: changed post inc/dec to pre inc/dec
8088         
8089         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
8090         write the lastfiles to file.
8091
8092         * src/BufferView.C (buffer): only show TextCache info when debugging
8093         (buffer): ditto
8094         (resizeCurrentBuffer): ditto
8095         (workAreaExpose): ditto
8096
8097         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
8098
8099         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
8100
8101         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
8102         a bit better by removing the special case for \i and \j.
8103
8104 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8105
8106         * src/lyx_main.C (easyParse): remove test for bad comand line
8107         options, since this broke all xforms-related parsing.
8108
8109         * src/kbmap.C (getsym): set return type to unsigned long, as
8110         declared in header. On an alpha, long is _not_ the same as int.
8111
8112         * src/support/LOstream.h: add a "using std::flush;"
8113
8114         * src/insets/figinset.C: ditto.
8115
8116 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8117
8118         * src/bufferlist.C (write): use blinding fast file copy instead of
8119         "a char at a time", now we are doing it the C++ way.
8120
8121         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
8122         std::list<int> instead.
8123         (addpidwait): reflect move to std::list<int>
8124         (sigchldchecker): ditto
8125
8126         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
8127         version also. 
8128
8129         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
8130         that obviously was wrong...
8131
8132         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
8133         c, this avoids warnings with purify and islower.
8134
8135         * src/insets/figinset.C: rename struct queue to struct
8136         queue_element and rewrite to use a std::queue. gsqueue is now a
8137         std::queue<queue_element>
8138         (runqueue): reflect move to std::queue
8139         (addwait): ditto
8140
8141         * src/support/lstrings.h (tostr): specialize for bool, otherwise
8142         we would get "1" "0" instead of "true" "false. Also make the tostr
8143         functions inline.
8144
8145 2000-01-21  Juergen Vigna  <jug@sad.it>
8146
8147         * src/buffer.C (writeFileAscii): Disabled code for special groff
8148         handling of tabulars till I fix this in table.C
8149
8150 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8151
8152         * src/support/mkdir.C (mkdir): change second argument of mkdir to
8153         unsigned long int.
8154         * src/support/lyxlib.h: ditto.
8155
8156 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
8157
8158         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
8159         and 'j' look better. This might fix the "macron" bug that has been
8160         observed.
8161
8162         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
8163         functions as one template function. Delete the old versions.
8164
8165         * src/support/lyxsum.C: move using std::ifstream inside
8166         MODERN_STL_STREAMS
8167
8168         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
8169         and putenv.C
8170
8171         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
8172
8173         * src/mathed/formula.C: delete #include "bufferlist.h" never used
8174
8175         * src/insets/figinset.C (InitFigures): use new instead of malloc
8176         to allocate memory for figures and bitmaps.
8177         (DoneFigures): use delete[] instead of free to deallocate memory
8178         for figures and bitmaps.
8179         (runqueue): use new to allocate 
8180         (getfigdata): use new/delete[] instead of malloc/free
8181         (RegisterFigure): ditto
8182
8183         * some files: moved some declarations closer to first use, small
8184         whitespace changes use preincrement instead of postincrement where
8185         it does not make a difference.
8186         
8187         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
8188         step on the way to use stl::containers for key maps. 
8189
8190         * src/bufferlist.h: add a typedef for const_iterator and const
8191         versions of begin and end.
8192
8193         * src/bufferlist.[Ch]: change name of member variable _state to
8194         state_. (avoid reserved names)
8195         (makePup): removed
8196         (getFileNames): returns the filenames of the buffers in a vector.
8197
8198         * configure.in (ALL_LINGUAS): added ro
8199
8200         * src/support/putenv.C: new file
8201
8202         * src/support/mkdir.C: new file
8203
8204 2000-01-20  Allan Rae <rae@lyx.org>
8205
8206         * lib/layouts/IEEEtran.layout: Added several theorem environments
8207
8208         * lib/templates/IEEEtran.lyx: Example theorem environments and a
8209         couple of minor additions.
8210
8211         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
8212         (except for those in footnotes of course)
8213
8214 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
8215
8216         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
8217
8218         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
8219         std::sort and std::lower_bound instead of qsort and handwritten
8220         binarysearch.
8221         (struct compara): struct that holds the functors used by std::sort
8222         and std::lower_bound in MathedLookupBOP.
8223
8224 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8225
8226         * src/support/LAssert.h: do not do partial specialization. We do
8227         not really need it.
8228
8229         * src/support/lyxlib.h: note that lyx::getUserName() and
8230         lyx::date() are not in use right now. Should these be suppressed?
8231
8232         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
8233         (makeLinuxDocFile): do not put date and user name in linuxdoc
8234         headers. 
8235
8236         * src/support/lyxlib.h (kill): change first argument to long int,
8237         since that's what solaris uses.
8238
8239         * src/support/kill.C (kill): fix declaration to match prototype.
8240
8241         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
8242         actually check whether namespaces are supported. This is not what
8243         it used to do.
8244
8245         * src/support/lyxsum.C: add a using directive.
8246
8247 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
8248
8249         * src/support/kill.C: if we have namespace support we don't have
8250         to include lyxlib.h.
8251
8252         * src/support/lyxlib.h: use namespace lyx if supported.
8253
8254 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
8255
8256         * src/support/date.C: new file
8257
8258         * src/support/chdir.C: new file
8259
8260         * src/support/getUserName.C: new file
8261
8262         * src/support/getcwd.C: new file
8263
8264         * src/support/abort.C: new file
8265
8266         * src/support/kill.C: new file
8267
8268         * src/support/lyxlib.h: moved all the functions in this file
8269         insede struct lyx. Added also kill and abort to this struct. This
8270         is a way to avoid the "kill is not defined in <csignal>", we make
8271         C++ wrappers for functions that are not ANSI C or ANSI C++.
8272
8273         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
8274         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
8275         lyx it has been renamed to sum.
8276
8277 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8278
8279         * src/text.C: add using directives for std::min and std::max.
8280
8281 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8282
8283         * src/texrow.C (getIdFromRow): actually return something useful in
8284         id and pos. Hopefully fixes the bug with positionning of errorbox
8285         insets. 
8286
8287         * src/lyx_main.C (easyParse): output an error and exit if an
8288         incorrect command line option has been given.
8289
8290         * src/spellchecker.C (ispell_check_word): document a memory leak.
8291
8292         * src/bufferlist.C (write): fix mismatched allocation/deletion,
8293         where a "struct utimbuf" is allocated with "new" and deleted with
8294         "delete[]". 
8295
8296 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
8297
8298         * src/text2.C (CutSelection): don't delete double spaces.
8299         (PasteSelection): ditto
8300         (CopySelection): ditto
8301         
8302         * src/text.C (Backspace): don't delete double spaces.
8303
8304         * src/lyxlex.C (next): fix a bug that were only present with
8305         conformant std::istream::get to read comment lines, use
8306         std::istream::getline instead. This seems to fix the problem.
8307
8308 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8309
8310         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
8311         allowed to insert space before space" editing problem. Please read
8312         commends at the beginning of the function. Comments about usage
8313         are very welcome.
8314
8315         * src/text.C (InsertChar): fix for the "not allowed to insert
8316         space before space" editing problem.
8317
8318         * src/text2.C (DeleteEmptyParagraphMechanism): when
8319         IsEmptyTableRow can only return false this last "else if" will
8320         always be a no-op. Commented out.
8321
8322         * src/text.C (RedoParagraph): As far as I can understand tmp
8323         cursor is not really needed.
8324
8325         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
8326         present it could only return false anyway. 
8327         (several functions): Did something not so smart...added a const
8328         specifier on a lot of methods.
8329         
8330         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
8331         and add a tmp->text.resize. The LyXParagraph constructor does the
8332         resize for us.
8333         (BreakParagraphConservative): ditto
8334
8335         * src/support/path.h (Path): add a define so that the wrong usage
8336         "Path("/tmp") will be flagged as a compilation error:
8337         "`unnamed_Path' undeclared (first use this function)"
8338
8339 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8340
8341         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
8342         which was bogus for several reasons.
8343
8344         * src/LaTeX.C (scanAux): fix the regular expression used to scan
8345         .aux files. 
8346         (runBibTeX): ditto.
8347
8348         * autogen.sh: do not use "type -path" (what's that anyway?).
8349
8350         * src/support/filetools.C (findtexfile): remove extraneous space
8351         which caused a kpsewhich warning (at least with kpathsea version
8352         3.0). 
8353
8354 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8355
8356         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
8357
8358         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
8359
8360         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
8361
8362 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8363
8364         * src/paragraph.C (BreakParagraph): do not reserve space on text
8365         if we don't need to (otherwise, if pos_end < pos, we end up
8366         reserving huge amounts of memory due to bad unsigned karma).
8367         (BreakParagraphConservative): ditto, although I have not seen
8368         evidence the bug can happen here.
8369
8370         * src/lyxparagraph.h: add a using std::list.
8371
8372 2000-01-11  Juergen Vigna  <jug@sad.it>
8373
8374         * src/menus.C (MenuDocu): output an Alert if the documentation-file
8375         could not be found.
8376
8377 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8378
8379         * src/vc-backend.C (doVCCommand): change to be static and take one
8380         more parameter: the path to chdir too be fore executing the command.
8381         (retrive): new function equiv to "co -r"
8382
8383         * src/bufferlist.C (loadLyXFile): implement the missing parts if
8384         file_not_found_hook is true.
8385
8386         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
8387
8388         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
8389         if a file is readwrite,readonly...anything else.
8390
8391 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
8392
8393         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
8394         (CreatePostscript): name change from MenuRunDVIPS (or something)
8395         (PreviewPostscript): name change from MenuPreviewPS
8396         (PreviewDVI): name change from MenuPreviewDVI
8397
8398         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
8399         \view_pdf_command., \pdf_to_ps_command
8400
8401         * lib/configure.m4: added search for PDF viewer, and search for
8402         PDF to PS converter. 
8403         (lyxrc.defaults output): add \pdflatex_command,
8404         \view_pdf_command and \pdf_to_ps_command.
8405
8406         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
8407
8408         * src/bufferlist.C (write): we don't use blocksize for anything so
8409         I removed it.
8410
8411 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8412
8413         * src/support/block.h: disable operator T* (), since it causes
8414         problems with both compilers I tried. See comments in the file.
8415
8416         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
8417         --with-lyxname. 
8418
8419         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
8420         variable LYX_DIR_10x to LYX_DIR_11x.
8421
8422         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
8423
8424         * INSTALL: document --with-lyxname.
8425         * NEWS: ditto.
8426
8427         * configure.in: new configure flag --with-lyxname which allows to
8428         choose the name under which lyx is installed. Default is "lyx", of
8429         course. It used to be possible to do this with --program-suffix,
8430         but the later has in fact a different meaning for autoconf.
8431
8432         * src/support/lstrings.h (lstrchr): reformat a bit.
8433
8434         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
8435         * src/mathed/math_defs.h: ditto.
8436
8437 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
8438
8439         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
8440         true, decides if we create a backup file or not when saving. New
8441         tag and variable \pdf_mode, defaults to false. New tag and
8442         variable \pdflatex_command, defaults to pdflatex. New tag and
8443         variable \view_pdf_command, defaults to xpdf. New tag and variable
8444         \pdf_to_ps_command, defaults to pdf2ps.
8445
8446 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
8447
8448         * src/bufferlist.C (close): don't call insetUnlock if the buffer
8449         does not have a BufferView.
8450         (unlockInset): ditto + don't access the_locking_inset if the
8451         buffer does not have a BufferView.
8452
8453         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
8454         certain circumstances so that we don't continue a keyboard
8455         operation long after the key was released. Try f.ex. to load a
8456         large document, press PageDown for some seconds and then release
8457         it. Before this change the document would contine to scroll for
8458         some time, with this change it stops imidiatly.
8459
8460         * src/support/block.h: don't allocate more space than needed. As
8461         long as we don't try to write to the arr[x] in a array_type arr[x]
8462         it is perfectly ok. (if you write to it you might segfault).
8463         added operator value_type*() so that is possible to pass the array
8464         to functions expecting a C-pointer.
8465
8466         * lib/Makefile.am (dist-hook): don't fail completely if unable to
8467         cvs.
8468
8469         * intl/*: updated to gettext 0.10.35, tried to add our own
8470         required modifications. Please verify.
8471
8472         * po/*: updated to gettext 0.10.35, tried to add our own required
8473         modifications. Please verify.
8474         
8475         * src/support/lstrings.C (tostr): go at fixing the problem with
8476         cxx and stringstream. When stringstream is used return
8477         oss.str().c_str() so that problems with lyxstring and basic_string
8478         are avoided. Note that the best solution would be for cxx to use
8479         basic_string all the way, but it is not conformant yet. (it seems)
8480
8481         * src/lyx_cb.C + other files: moved several global functions to
8482         class BufferView, some have been moved to BufferView.[Ch] others
8483         are still located in lyx_cb.C. Code changes because of this. (part
8484         of "get rid of current_view project".)
8485
8486         * src/buffer.C + other files: moved several Buffer functions to
8487         class BufferView, the functions are still present in buffer.C.
8488         Code changes because of this.
8489
8490         * config/lcmessage.m4: updated to most recent. used when creating
8491         acinclude.m4.
8492
8493         * config/progtest.m4: updated to most recent. used when creating
8494         acinclude.m4.
8495         
8496         * config/gettext.m4: updated to most recent. applied patch for
8497         tmplinguas.
8498
8499         * config/gettext.m4.patch: new file that shows what changes we
8500         have done to the local copy of gettext.m4.
8501
8502         * config/libtool.m4: new file, used in creation of acinclude.m4
8503
8504         * config/lyxinclude.m4: new file, this is the lyx created m4
8505         macros, used in making acinclude.m4.
8506         
8507         * autogen.sh: GNU m4 discovered as a separate task not as part of
8508         the lib/configure creation. 
8509         Generate acinlucde from files in config. Actually cat
8510         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
8511         easier to upgrade .m4 files that really are external.
8512
8513         * src/Spacing.h: moved using std::istringstream to right after
8514         <sstream>. This should fix the problem seen with some compilers.
8515
8516 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8517
8518         * src/lyx_cb.C: began some work to remove the dependency a lot of
8519         functions have on BufferView::text, even if not really needed.
8520         (GetCurrentTextClass): removed this func, it only hid the
8521         current_view. 
8522
8523         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
8524         forgot this in last commit.
8525
8526         * src/Bullet.C (bulletEntry): use static char const *[] for the
8527         tables, becuase of this the return arg had to change to string.
8528         (bulletSize): ditto
8529         (~Bullet): removed unneeded destructor
8530
8531         * src/BufferView.C (beforeChange): moved from lyx_cb.C
8532         (insetSleep): moved from Buffer
8533         (insetWakeup): moved from Buffer
8534         (insetUnlock): moved from Buffer
8535
8536         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
8537         from Buffer to BufferView.
8538         
8539         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
8540
8541         * config/ltmain.sh: updated to version 1.3.4 of libtool
8542
8543         * config/ltconfig: updated to version 1.3.4 of libtool
8544
8545 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8546
8547
8548         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
8549         Did I get that right?
8550
8551         * src/lyxlex.h: add a "using" directive or two.
8552         * src/Spacing.h: ditto.
8553         * src/insets/figinset.C: ditto.
8554         * src/support/filetools.C: ditto.
8555         * src/support/lstrings.C: ditto.
8556         * src/BufferView.C: ditto.
8557         * src/bufferlist.C: ditto.
8558         * src/lyx_cb.C: ditto.
8559         * src/lyxlex.C: ditto.
8560
8561         * NEWS: add some changes for 1.1.4.
8562         
8563 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
8564
8565         * src/BufferView.C: first go at a TextCache to speed up switching
8566         between documents.
8567
8568 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8569
8570         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
8571         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
8572         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
8573         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
8574         Meinen.
8575         
8576         * src/mathed/math_defs.h (MathedRowSt): make sure that all
8577         members of the struct are correctly initialized to 0 (detected by
8578         purify) 
8579         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
8580         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
8581
8582         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
8583         pidwait, since it was allocated with "new". This was potentially
8584         very bad. Thanks to Michael Schmitt for running purify for us.
8585
8586
8587 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8588
8589         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
8590
8591         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
8592
8593 1999-12-30  Allan Rae  <rae@lyx.org>
8594
8595         * lib/templates/IEEEtran.lyx: minor change
8596
8597         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
8598         src/mathed/formula.C (LocalDispatch): askForText changes
8599
8600         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
8601         know when a user has cancelled input. Fixes annoying problems with
8602         inserting labels and version control.
8603
8604 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
8605
8606         * src/support/lstrings.C (tostr): rewritten to use strstream and
8607         stringstream
8608
8609 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
8610
8611         * src/support/filetools.C (IsFileWriteable): use fstream to check
8612         (IsDirWriteable): use fileinfo to check
8613
8614         * src/support/filetools.h (FilePtr): whole class deleted
8615
8616         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
8617
8618         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
8619
8620         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
8621
8622         * src/bufferlist.C (write): use ifstream and ofstream instead of
8623         FILE*
8624
8625         * src/Spacing.h: use istrstream instead of sscanf
8626
8627         * src/mathed/math_defs.h: change first arg to istream from FILE*
8628
8629         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
8630
8631         * src/mathed/math_parser.C: have yyis to be an istream 
8632         (LexGetArg): use istream (yyis)
8633         (yylex): ditto
8634         (mathed_parse): ditto
8635         (mathed_parser_file): first arg istream instead of FILE*, set yyis
8636
8637         * src/mathed/formula.C (Read): rewritten to use istream
8638
8639         * src/mathed/formulamacro.C (Read): rewritten to use istream
8640
8641         * src/lyxlex.h (~LyXLex): deleted desturctor 
8642         (getStream): new function, returns an istream
8643         (getFile): deleted funtion
8644         (IsOK): return is.good();
8645
8646         * src/lyxlex.C (LyXLex): delete file and owns_file
8647         (setFile): open an filebuf and assign that to a istream instead of
8648         using FILE*
8649         (setStream): new function, takes an istream as arg. 
8650         (setFile): deleted function
8651         (EatLine): rewritten us use istream instead of FILE*
8652         (next): ditto
8653         (nextToken): ditto
8654
8655         * src/table.C (LyXTable): use istream instead of FILE*
8656         (Read): rewritten to take an istream instead of FILE*
8657
8658 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8659
8660         * src/buffer.C (Dispatch): remove an extraneous break statement.
8661
8662         * src/support/filetools.C (QuoteName): change to do simple
8663         'quoting'. More work is necessary. Also changed to do nothing
8664         under emx (needs fix too).
8665         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
8666
8667         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
8668         config.h.in to the AC_DEFINE_UNQUOTED() call.
8669         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
8670         needs char * as argument (because Solaris 7 declares it like
8671         that). 
8672
8673         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
8674         remove definition of BZERO.
8675
8676 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
8677
8678         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
8679         defined, "lyxregex.h" if not.
8680
8681         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
8682         pkglib_ to noinst_
8683         (REGEX): new variable that is set to regex.c lyxregex.h when
8684         AM_CONDITIONAL USE_REGEX is set.
8685         (libsupport_la_SOURCES): add $(REGEX)
8686
8687         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
8688         pkglib_ to noinst_
8689
8690         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
8691         pkglib_ to noinst_
8692
8693         * configure.in: add call to LYX_REGEX 
8694
8695         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
8696         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
8697
8698 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8699
8700         * lib/bind/fi_menus.bind: new file, from
8701         pauli.virtanen@saunalahti.fi. 
8702
8703         * src/buffer.C (getBibkeyList): pass the parameter delim to
8704         InsetInclude::getKeys and InsetBibtex::getKeys.
8705
8706         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
8707         is passed to Buffer::getBibkeyList
8708         
8709         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
8710         instead of the hardcoded comma.
8711
8712         * src/insets/insetbib.C (getKeys): make sure that there are not
8713         leading blanks in bibtex keys. Normal latex does not care, but
8714         harvard.sty seems to dislike blanks at the beginning of citation
8715         keys. In particular, the retturn value of the function is
8716
8717         * INSTALL: make it clear that libstdc++ is needed and that gcc
8718         2.7.x probably does not work.
8719
8720         * src/support/filetools.C (findtexfile): make debug message go to
8721         the LATEX channel
8722         * src/insets/insetbib.C (getKeys): ditto
8723
8724         * src/debug.C (showTags): make sure that the output is correctly
8725         aligned. 
8726
8727         * configure.in: add a comment for TWO_COLOR_ICON define.
8728
8729         * acconfig.h: remove all the entries that already defined in
8730         configure.in or acinclude.m4.
8731
8732         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
8733         to avoid user name, date and copyright.
8734
8735 1999-12-21  Juergen Vigna  <jug@sad.it>
8736
8737         * src/table.C (Read): Now read bogus row format informations
8738                 if the format is < 5 so that afterwards the table can
8739                 be read by lyx but without any format-info. Fixed the
8740                 crash we experienced when not doing this.
8741
8742 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8743
8744         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
8745         (RedoDrawingOfParagraph): ditto
8746         (RedoParagraphs): ditto
8747         (RemoveTableRow): ditto
8748
8749         * src/text.C (Fill): rename arg paperwidth -> paper_width
8750
8751         * src/buffer.C (insertLyXFile): rename var filename -> fname
8752         (writeFile): rename arg filename -> fname
8753         (writeFileAscii): ditto
8754         (makeLaTeXFile): ditto
8755         (makeLinuxDocFile): ditto
8756         (makeDocBookFile): ditto
8757
8758         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
8759         (runBibTeX): ditto
8760
8761         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
8762
8763         * src/bmtable.h: add extern "C" on this file when __cplusplus is
8764         defined.
8765
8766         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
8767         compiled by a C compiler not C++. 
8768
8769         * src/layout.h (LyXTextClass): added typedef for const_iterator
8770         (LyXTextClassList): added typedef for const_iterator + member
8771         functions begin and end.
8772
8773         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
8774         iterators to fill the choice_class.
8775         (updateLayoutChoice): rewritten to use iterators to fill the
8776         layoutlist in the toolbar.
8777
8778         * src/BufferView.h (BufferView::work_area_width): removed unused
8779         variable. 
8780
8781         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
8782
8783         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
8784         (sgmlCloseTag): ditto
8785
8786         * src/support/lstrings.h: return type of countChar changed to
8787         unsigned char.
8788
8789         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
8790         what version of this func to use. Also made to return unsigned int.
8791
8792         * configure.in: call LYX_STD_COUNT 
8793
8794         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
8795         conforming std::count. 
8796
8797 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8798
8799         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
8800         and a subscript would give bad display (patch from Dekel Tsur
8801         <dekel@math.tau.ac.il>). 
8802
8803         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
8804
8805         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
8806         please sun CC.
8807
8808         * src/chset.h: add a few 'using' directives
8809
8810         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
8811         triggered when no buffer is active
8812
8813         * src/layout.C: removed `break' after `return' in switch(), since
8814         it is unreachable.
8815
8816         * src/lyx_main.C (init): make sure LyX can be ran in place even
8817         when libtool has done its magic with shared libraries. Fix the
8818         test for the case when the system directory has not been found.
8819
8820         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
8821         name for the latex file.
8822         (MenuMakeHTML): ditto
8823
8824         * src/buffer.h: add an optional boolean argument, which is passed
8825         to ChangeExtension.
8826
8827 1999-12-20  Allan Rae  <rae@lyx.org>
8828
8829         * lib/templates/IEEEtran.lyx: small correction and update.
8830
8831         * configure.in: Attempted to use LYX_PATH_HEADER
8832
8833         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
8834
8835         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
8836         input from JMarc.  Now use preprocessor to find the header.
8837         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
8838         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
8839         LYX_STL_STRING_FWD.  See comments in file.      
8840
8841 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
8842
8843         * The global MiniBuffer * minibuffer variable is dead.
8844         
8845         * The global FD_form_main * fd_form_main variable is dead.
8846
8847 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8848
8849         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
8850
8851         * src/table.h: add the LOstream.h header
8852         * src/debug.h: ditto
8853         
8854         * src/LyXAction.h: change the explaination of the ReadOnly
8855         attribute: is indicates that the function _can_ be used.
8856
8857         * src/LyXAction.C (init): find-replace _can_ be used in read-only
8858         mode. 
8859
8860 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8861
8862         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
8863         unsigned. 
8864         (descent): ditto
8865         (lbearing): ditto
8866         (rbearing): ditto
8867
8868         * src/paragraph.C (GetWord): assert on pos>=0
8869         (GetChar): ditto
8870         
8871         * src/support/lyxstring.C: condition the use of an invariant on
8872         ENABLE_ASSERTIONS 
8873         * src/support/lyxstring.h: ditto
8874
8875         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
8876         Use LAssert.h instead of plain assert().
8877
8878         * src/support/lstrings.h: add LAssert.h, in case it is needed.
8879
8880         * src/lyxfunc.C: do not include LAssert.h, it is not used.
8881         * src/support/filetools.C: ditto
8882
8883         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
8884         is not defined. 
8885
8886         * INSTALL: document the new configure flags
8887         
8888         * configure.in: suppress --with-debug; add --enable-assertions
8889
8890         * acinclude.m4: various changes in alignment of help strings.
8891
8892 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8893
8894         * src/kbmap.C: commented out the use of the hash map in kb_map,
8895         beginning of movement to a stl::container. 
8896
8897         * several files: removed code that was not in effect when
8898         MOVE_TEXT was defined.
8899         
8900         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
8901         for escaping should not be used. We can discuss if the string
8902         should be enclosed in f.ex. [] instead of "".
8903
8904         * src/trans_mgr.C (insert): use the new returned value from
8905         encodeString to get deadkeys and keymaps done correctly.
8906
8907         * src/chset.C (encodeString): changed to return a pair, to tell
8908         what to use if we know the string.
8909
8910         * src/lyxscreen.h (fillArc): new function.
8911
8912         * src/FontInfo.C (resize): rewritten to use more std::string like
8913         structore, especially string::replace.
8914
8915         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
8916         approp. accents.
8917
8918         * configure.in (chmod +x some scripts): remove config/gcc-hack 
8919
8920 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8921
8922         * src/buffer.C (writeFile): change once again the top comment in a
8923         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
8924         instead of an hardcoded version number.
8925         (makeDocBookFile): ditto
8926
8927         * src/version.h: add new define LYX_DOCVERSION
8928
8929         * po/de.po: update from Pit Sütterlin
8930         * lib/bind/de_menus.bind: ditto.
8931         
8932         * src/lyxfunc.C (Dispatch): call MenuExport()
8933         * src/buffer.C (Dispatch): ditto
8934
8935         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
8936         LyXFunc::Dispatch().
8937         (MenuExport): new function, moved from
8938         LyXFunc::Dispatch().
8939
8940         * src/trans_mgr.C (insert): small cleanup
8941         * src/chset.C (loadFile): ditto
8942
8943         * lib/kbd/iso8859-1.cdef: add missing backslashes
8944
8945 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8946
8947         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
8948         help with placing the manually drawn accents better.
8949         (Rbearing): ditto
8950         (Draw): x2 and hg changed to float to minimize rounding errors and
8951         help place the accents better.
8952
8953         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
8954         unsigned short to char is just wrong...cast the char to unsigned
8955         char instead so that the two values can compare sanely. This
8956         should also make the display of insetlatexaccents better and
8957         perhaps also some other insets.
8958         (descent): ditto
8959         (lbearing): new function
8960         (rbearing): ditto
8961
8962 1999-12-15  Allan Rae  <rae@lyx.org>
8963
8964         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
8965         header that provides a wrapper around the very annoying SGI STL header
8966         of the same name.
8967
8968         * src/support/lyxstring.C, src/LString.h:
8969         removed old SGI-STL-compatability attempts.
8970
8971         * configure.in: Use LYX_STL_STRING_FWD.
8972
8973         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
8974         stl_string_fwd.h is around and try to determine it's location.
8975         Major improvement over previous SGI STL 3.2 compatability.
8976         Three small problems remain with this function due to my zero
8977         knowledge of autoconf.  JMarc and lgb see the comments in the code.
8978
8979 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8980
8981         * src/broken_const.h, config/hack-gcc, config/README: removed
8982         
8983         * configure.in: remove --with-gcc-hack option; do not call
8984         LYX_CXX_STL_STACK 
8985
8986         * INSTALL: remove documentation of --with-broken-const and
8987         --with-gcc-hack
8988         
8989         * acconfig.h: remove all trace of BROKEN_CONST define
8990
8991         * src/buffer.C (makeDocBookFile): update version number in output
8992         file. 
8993         (SimpleDocBookOnePar): fix an assert when trying to a character
8994         access beyond string length
8995         [Patch from Jose']
8996
8997 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8998
8999         * po/de.po: fix the Export menu
9000
9001         * lyx.man: update the description of -dbg
9002
9003         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
9004         (commandLineHelp): updated
9005         (easyParse): show list of available debug levels if -dbg is passed
9006         without argument.
9007
9008         * src/Makefile.am: add debug.C
9009
9010         * src/debug.h: moved some code to debug.C
9011
9012         * src/debug.C: new file. Contains code to set and show debug
9013         level. 
9014
9015         * src/layout.C: remove 'break' after 'continue' in switch
9016         statements, since these cannot be reached.
9017
9018 1999-12-13  Allan Rae  <rae@lyx.org>
9019
9020         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
9021         (in_word_set): hash() -> math_hash()
9022
9023         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
9024
9025         * acconfig.h: Added a test for whether we are using exceptions in the
9026         current compilation run. If so USING_EXCEPTIONS is defined.
9027
9028         * config.in: Check for existance of stl_string_fwd.h
9029         * src/LString.h: If compiling --with-included-string and SGI's
9030         STL version 3.2 is present (see above test) we need to block their
9031         forward declaration of string and supply a __get_c_string().
9032         However, it turns out this is only necessary if compiling with
9033         exceptions enabled so I've a bit more to add yet.
9034
9035         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
9036         src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
9037         src/support/LRegex.h, src/undo.h:
9038         Shuffle the order of the included files a little to ensure that
9039         LString.h gets included before anything that includes stl_string_fwd.h
9040
9041         *  src/support/lyxstring.C: We need to #include LString.h instead of
9042         lyxstring.h to get the necessary definition of __get_c_string.
9043         (__get_c_string): New function.  This is defined static just like SGI's
9044         although why they need to do this I'm not sure.  Perhaps it should be
9045         in lstrings.C instead.
9046
9047         * lib/templates/IEEEtran.lyx:  New template file.
9048
9049 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9050         
9051         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
9052         * intl/Makefile.in (MKINSTALLDIRS):  ditto
9053
9054         * src/LyXAction.C (init): changed to hold the LFUN data in a
9055         automatic array in stead of in callso to newFunc, this speeds up
9056         compilation a lot. Also all the memory used by the array is
9057         returned when the init is completed.
9058
9059         * a lot of files: compiled with -Wold-style-cast, changed most of
9060         the reported offenders to C++ style casts. Did not change the
9061         offenders in C files. 
9062
9063         * src/trans.h (Match): change argument type to unsigned int.
9064
9065         * src/support/DebugStream.C: fix some types on the streambufs so
9066         that it works on a conforming implementation.
9067
9068 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9069
9070         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
9071
9072         * src/support/lyxstring.C: remove the inline added earlier since
9073         they cause a bunch of unsatisfied symbols when linking with dec
9074         cxx. Cxx likes to have the body of inlines at the place where they
9075         are declared.
9076
9077         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
9078         accessing negative bounds in array. This fixes the crash when
9079         inserting accented characters.
9080         * src/trans.h (Match): ditto
9081
9082         * src/buffer.C (Dispatch): since this is a void, it should not try
9083         to return anything...
9084
9085 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9086
9087         * src/buffer.h: removed the two friends from Buffer. Some changes
9088         because of this. Buffer::getFileName and Buffer::setFileName
9089         renamed to Buffer::fileName() and Buffer::fileName(...).
9090
9091 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
9092
9093         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
9094         and Buffer::update(short) to BufferView. This move is currently
9095         controlled by a define MOVE_TEXT, this will be removed when all
9096         shows to be ok. This move paves the way for better separation
9097         between buffer contents and buffer view. One side effect is that
9098         the BufferView needs a rebreak when swiching buffers, if we want
9099         to avoid this we can add a cache that holds pointers to LyXText's
9100         that is not currently in use. 
9101
9102         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
9103         André Pönitz. 
9104
9105 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
9106
9107         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
9108
9109         * lyx_main.C: new command line option -x (or --execute) and
9110           -e (or --export). Now direct conversion from .lyx to .tex
9111           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
9112           Unfortunately, X is still needed and the GUI pops up during the
9113           process...
9114
9115 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9116
9117         * src/Spacing.C: add a using directive to bring stream stuff into
9118         normal namespace.
9119         * src/paragraph.C: ditto
9120         * src/buffer.C: ditto
9121
9122         * NEWS: updated a bit the new features of 1.1.3 (took a few things
9123         from Lars' announcement).
9124
9125         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
9126         example files from Tino Meinen.
9127         
9128 1999-12-06  Allan Rae  <rae@lyx.org>
9129
9130         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
9131
9132 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9133
9134         * src/support/lyxstring.C: added a lot of inline for no good
9135         reason
9136         
9137         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
9138         latexWriteEndChanges, they were not used.
9139         
9140         * src/layout.h (operator<<): output operator for PageSides
9141
9142         * src/mathed/math_iter.C (my_memcpy): slightly changed.
9143
9144         * some example files: loaded in LyX 1.0.4 and saved again to update
9145         certain constructs (table format) 
9146
9147         * a lot of files: did the change to use fstream/iostream for all
9148         writing of files. Done with a close look at Andre Poenitz's patch.
9149
9150         * some files: whitespace changes.
9151         
9152 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9153
9154         * src/mathed/math_iter.C (my_memcpy): new function. Since the
9155         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
9156         architecture, we provide our own. It is used unconditionnally, but
9157         I do not think this is a performance problem. Thanks to Angus
9158         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
9159         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
9160         first time).
9161         (GetInset): use my_memcpy.
9162         (Insert): ditto
9163         (Copy): ditto
9164
9165         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
9166         it is easier to understand, but it uses less TeX-only constructs now.
9167
9168         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
9169         elements contain spaces
9170
9171         * lib/configure: regenerated
9172         
9173         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
9174         elements contain spaces; display the list of programs that are
9175         tried.
9176
9177         * autogen.sh: make sure lib/configure is executable
9178
9179         * lib/examples/*: rename the tutorial examples to begin with the
9180         two-letters language code.
9181
9182         * src/lyxfunc.C (getStatus): do not query current font if no
9183         buffer exists.
9184
9185         * src/lyx_cb.C (RunScript): use QuoteName
9186         (MenuRunDvips): ditto
9187         (PrintApplyCB): ditto
9188
9189         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
9190         around argument, so that it works well with the current shell.
9191         Does not work properly with OS/2 shells currently.
9192
9193         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
9194         * src/LyXSendto.C (SendtoApplyCB): ditto
9195         * src/lyxfunc.C (Dispatch): ditto
9196         * src/buffer.C (runLaTeX): ditto
9197         (runLiterate): ditto
9198         (buildProgram): ditto
9199         (runChktex): ditto
9200         * src/lyx_cb.C (RunScript): ditto
9201         (MenuMakeLaTeX): ditto
9202         
9203         * src/buffer.h (getLatexName): new method 
9204
9205         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
9206
9207 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9208
9209         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
9210         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
9211         (create_math_panel): ditto
9212
9213         * src/lyxfunc.C (getStatus): re-activate the code which gets
9214         current font and cursor; add test for export to html.
9215
9216         * src/lyxrc.C (read): remove unreachable break statements; add a
9217         few "using".
9218
9219         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
9220         
9221 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9222
9223         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
9224         introduced by faulty regex.
9225         * src/buffer.C: ditto
9226         * src/lastfiles.C: ditto
9227         * src/paragraph.C: ditto
9228         * src/table.C: ditto
9229         * src/vspace.C: ditto
9230         * src/insets/figinset.C: ditto
9231         Note: most of these is absolutely harmless, except the one in
9232         src/mathed formula.C.
9233
9234 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
9235
9236         * src/ImportNoweb.C (documentclass): fixed bounds for substr
9237           operation, yielding correct results for the reLyX command.
9238
9239 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9240
9241         * src/support/filetools.C (ExpandPath): removed an over eager
9242         Assert.
9243         (ReplaceEnvironmentPath): ditto
9244
9245         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
9246         shows that we are doing something fishy in our code...
9247         (BubblePost): ditto
9248         (ToolbarCB): ditto
9249
9250         * src/lyxrc.C (read): use a double switch trick to get more help
9251         from the compiler. (the same trick is used in layout.C)
9252         (write): new function. opens a ofstream and pass that to output
9253         (output): new function, takes a ostream and writes the lyxrc
9254         elemts to it. uses a dummy switch to make sure no elements are
9255         forgotten. 
9256
9257         * src/lyxlex.h: added a struct pushpophelper for use in functions
9258         with more than one exit point.
9259
9260         * src/lyxlex.[Ch] (GetInteger): made it const
9261         (GetFloat): ditto
9262         (GetBool): ditto
9263
9264         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
9265
9266         * src/layout.[hC] : LayoutTags splitted into several enums, new
9267         methods created, better error handling cleaner use of lyxlex. Read
9268         the diff.
9269
9270         * src/bmtable.[Ch]: change some member prototypes because of the
9271         image const changes. 
9272
9273         * commandtags.h, src/LyXAction.C (init): new function:
9274         "preferences-save", saves the lyxrc entries into .lyx/preferences.
9275         This file is not read automatically but you can add \input
9276         preferences to your lyxrc if you want to. We need to discuss how
9277         to handle this. 
9278
9279         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
9280         in .aux, also remove .bib and .bst files from dependencies when
9281         running bibtex.
9282
9283         * src/BufferView.C, src/LyXView.C: add const_cast several places
9284         because of changes to images.
9285
9286         * lib/images/*: same change as for images/*
9287         
9288         * lib/lyxrc.example: Default for accept_compound is false not no.
9289
9290         * images/*: changed to be const, however I have som misgivings
9291         about this change so it might be changed back.
9292
9293 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9294
9295         * lib/configure, po/POTFILES.in: regenerated
9296
9297         * autogen.sh: autogenerate lib/configure from lib/configure.m4
9298
9299         * config/lib_configure.m4: removed
9300         
9301         * lib/configure.m4: new file (was config/lib_configure.m4)
9302
9303         * configure.in: do not test for rtti, since we do not use it.
9304         
9305 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
9306
9307         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
9308         doubling of allocated space scheme. This makes it faster for large
9309         strings end to use less memory for small strings. xtra rememoved. 
9310
9311         * src/insets/figinset.C (waitalarm): commented out.
9312         (GhostscriptMsg): use static_cast
9313         (GhostscriptMsg): use new instead of malloc to allocate memory for
9314         cmap. also delete the memory after use.
9315
9316         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
9317
9318         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
9319         for changes in bibtex database or style.
9320         (runBibTeX): remove all .bib and .bst files from dep before we
9321         begin. 
9322         (run): use scanAuc in when dep file already exist.
9323
9324         * src/DepTable.C (remove_files_with_extension): new method
9325         (exist): new method
9326
9327         * src/DepTable.[Ch]: made many of the methods const. 
9328
9329 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9330
9331         * src/bufferparams.C: make sure that the default textclass is
9332         "article". It used to be the first one by description order, but
9333         now the first one is "docbook".
9334
9335         * src/lyx_main.C (setDebuggingLevel): change type of argument to
9336         string; call Debug::value.
9337         (easyParse): pass complete argument to setDebuggingLevel().
9338
9339         * src/debug.h (value): fix the code that parses debug levels.
9340
9341         * src/debug.h: add new debug type ACTION, reserved for LyXAction
9342         class.  
9343
9344         * src/LyXAction.C: use Debug::ACTION as debug channel.
9345
9346         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
9347
9348         * NEWS: updated for the future 1.1.3 release.
9349
9350         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
9351         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
9352         it should. This is of course a controversial change (since many
9353         people will find that their lyx workscreen is suddenly full of
9354         red), but done for the sake of correctness.
9355
9356         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
9357           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
9358
9359         * src/insets/inseterror.h, src/insets/inseturl.h,
9360           src/insets/insetinfo.h, src/insets/figinset.h,
9361           src/mathed/formulamacro.h, src/mathed/math_macro.h
9362           (EditMessage): add a missing const and add _() to make sure that
9363         translation happens
9364
9365         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
9366           src/insets/insetbib.C, src/support/filetools.C: add `using'
9367         directives for cxx.  
9368
9369         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
9370         doing 'Insert index of last word' at the beginning of a paragraph.
9371
9372 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
9373
9374         * several files: white-space changes.
9375
9376         * src/mathed/formula.C: removed IsAlpha and IsDigit
9377
9378         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
9379         .bib file. use a ifstream instead of FilePtr when parsing the .bib
9380         file for keys.
9381
9382         * src/insets/figinset.C (GetPSSizes): don't break when
9383         "EndComments" is seen. But break when a boundingbox is read.
9384
9385         * all classes inherited from Inset: return value of Clone
9386         changed back to Inset *.
9387
9388         * all classes inherited form MathInset: return value of Clone
9389         changed back to MathedInset *.
9390         
9391         * src/insets/figinset.C (runqueue): use a ofstream to output the
9392         gs/ps file. Might need some setpresicion or setw. However I can
9393         see no problem with the current code.
9394         (runqueue): use sleep instead of the alarm/signal code. I just
9395         can't see the difference.
9396
9397         * src/paragraph.C (LyXParagraph): reserve space in the new
9398         paragraph and resize the inserted paragraph to just fit.
9399
9400         * src/lyxfunc.h (operator|=): added operator for func_status.
9401
9402         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
9403         check for readable file.
9404
9405         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
9406         check for readable file.
9407         (MenuMakeLinuxDoc): ditto
9408         (MenuMakeDocBook): ditto
9409         (MenuMakeAscii): ditto
9410         (InsertAsciiFile): split the test for openable and readable
9411
9412         * src/bmtable.C (draw_bitmaptable): use
9413         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
9414
9415         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
9416         findtexfile from LaTeX to filetools.
9417         
9418         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
9419         instead of FilePtr. Needs to be verified by a literate user.
9420
9421 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9422
9423         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
9424         (EditMessage): likewise.
9425
9426         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
9427         respectively as \textasciitilde and \textasciicircum.
9428
9429 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9430
9431         * src/support/lyxstring.h: made the methods that take iterators
9432         use const_iterator.
9433
9434         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
9435         (regexMatch): made is use the real regex class.
9436
9437         * src/support/Makefile.am: changed to use libtool
9438
9439         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
9440
9441         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
9442         of defines.
9443         (MathIsInset ++): changed several macros to be inline functions
9444         instead. 
9445
9446         * src/mathed/Makefile.am: changed to use libtool
9447
9448         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
9449
9450         * src/insets/inset* : Clone changed to const and return type is
9451         the true insettype not just Inset*.
9452         
9453         * src/insets/Makefile.am: changed to use libtool
9454
9455         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
9456
9457         * src/undo.[Ch] : added empty() and changed some of the method
9458         names.
9459         
9460         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
9461
9462         * src/lyxparagraph.h: use id() and id(...) instead of getID and
9463         setID use block<> for the bullets array, added const several places.
9464
9465         * src/lyxfunc.C (getStatus): new function
9466
9467         * src/lyxfunc.[Ch] : small changes to take advantage of the new
9468         LyXAction, added const to several funtions.
9469
9470         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
9471         a std::map, and to store the dir items in a vector.
9472
9473         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
9474         as dependencies.
9475
9476         * src/LyXView.[Ch] + other files : changed currentView to view.
9477         
9478         * src/LyXAction.[Ch] : ported from the old devel branch.
9479         
9480         * src/.cvsignore: added .libs and a.out
9481
9482         * configure.in : changes to use libtool. 
9483
9484         * acinclude.m4 : inserted libtool.m4
9485
9486         * .cvsignore: added libtool
9487
9488 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9489
9490         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
9491         file name in insets and mathed directories (otherwise the
9492         dependency is not taken in account under cygwin).
9493
9494         * src/text2.C (InsertString[AB]): make sure that we do not try to
9495         read characters past the string length.
9496
9497 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9498
9499         * lib/doc/LaTeXConfig.lyx.in, 
9500           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
9501
9502         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
9503         file saying who created them and when this heppened; this is
9504         useless and annoys tools like cvs.
9505
9506         * lib/layouts/g-brief-{en,de}.layout,
9507           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
9508         from Thomas Hartkens <thomas@hartkens.de>.
9509
9510         * src/{insets,mathed}/Makefile.am: do not declare an empty
9511         LDFLAGS, so that it can be set at configure time (useful on Irix
9512         for -n32 flag).
9513
9514         * lib/reLyX/configure.in: make sure that the prefix is set
9515         correctly in LYX_DIR.
9516
9517 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
9518
9519         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
9520         be used by 'command-sequence' this allows to bind a key to a
9521         sequence of LyX-commands
9522         (Example: 'command-sequence math-insert alpha; math-insert beta;")
9523
9524         * src/LyXAction.C: add "command-sequence"
9525
9526         * src/LyXFunction.C: handling of "command-sequence"
9527
9528         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
9529          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
9530
9531         * src/lyxserver.C, src/minibuffer.C: Use this new interface
9532
9533 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9534
9535         * src/buffer.C (writeFile): Do not output a comment giving user
9536         and date at the beginning of a .lyx file. This is useless and
9537         annoys cvs anyway; update version number to 1.1.
9538
9539         * src/Makefile.am (LYX_DIR): add this definition, so that a
9540         default path is hardcoded in LyX.
9541
9542         * configure.in: Use LYX_GNU_GETTEXT.
9543
9544         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
9545         AM_GNU_GETTEXT with a bug fixed. 
9546
9547         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
9548
9549         * src/chset.C: add "using std::ifstream;" to please dec cxx.
9550
9551         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
9552         which is used to point to LyX data is now LYX_DIR_11x.
9553
9554         * lyx.man: convert to a unix text file; small updates.
9555
9556 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9557
9558         * src/support/LSubstring.[Ch]: made the second arg of most of the
9559         constructors be a const reference. 
9560
9561         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
9562         me fixed.
9563
9564         * src/support/lyxstring.[Ch] (swap): added missing member function
9565         and specialization of swap(str, str); 
9566
9567         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
9568
9569         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
9570         trace of the old one.
9571
9572         * src/undo.[Ch]: made the undostack use std::list to store undo's in
9573         put the member definitions in undo.C.
9574
9575         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
9576         NEW_TEXT and have now only code that was included when this was
9577         defined. 
9578
9579         * src/intl.C (LCombo): use static_cast
9580         (LCombo2): ditto
9581         (DispatchCallback): ditto
9582
9583         * src/definitions.h: removed whole file
9584         
9585         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
9586
9587         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
9588         parsing and stores in a std:map. a regex defines the file format.
9589         removed unneeded members.
9590
9591         * src/bufferparams.h: added several enums from definitions.h here.
9592         Removed unsused destructor. Changed some types to use proper enum
9593         types. use block to have the temp_bullets and user_defined_bullets
9594         and to make the whole class assignable.
9595
9596         * src/bufferparams.C (Copy): removed this functions, use a default
9597         assignment instead. 
9598
9599         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
9600         isLiterate const.
9601
9602         * src/buffer.C (readLyXformat2): commend out all that have with
9603         oldpapersize to do. also comment out all that hve to do with
9604         insetlatex and insetlatexdel. 
9605         (setOldPaperStuff): commented out
9606
9607         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
9608
9609         * src/LyXAction.C: remove use of inset-latex-insert
9610
9611         * src/mathed/math_panel.C (button_cb): use static_cast
9612
9613         * src/insets/Makefile.am (insets_o_SOURCES): removed
9614         insetlatex.[Ch] 
9615
9616         * src/support/lyxstring.C (helper): use the unsigned long
9617         specifier, UL, instead of a static_cast.
9618
9619         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
9620
9621         * src/support/block.h: new file. to be used as a c-style array in
9622         classes, so that the class can be assignable.
9623
9624 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9625
9626         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
9627         NULL, make sure to return an empty string (it is not possible to
9628         set a string to NULL).
9629
9630 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9631
9632         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
9633
9634         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
9635
9636         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
9637         link line, so that Irix users (for example) can set it explicitely to
9638         "-n32".
9639         
9640         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
9641         it can be overidden at make time (static or dynamic link, for
9642         example).
9643         
9644         * src/vc-backend.C, src/LaTeXFeatures.h, 
9645           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
9646         statements to bring templates to global namespace.
9647
9648 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9649
9650         * src/support/lyxstring.C (operator[] const): make it standard
9651         conforming. 
9652
9653         * src/minibuffer.C (Init): changed to reflect that more
9654         information is given from the lyxvc and need not be provided here.
9655
9656         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
9657         
9658         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
9659
9660         * src/LyXView.C (UpdateTimerCB): use static_cast
9661         (KeyPressMask_raw_callback): ditto
9662
9663         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
9664         buffer_, a lot of changes because of this. currentBuffer() ->
9665         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
9666         also changes to other files because of this.
9667
9668 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9669
9670         * src/vc-backend.[Ch]: new files. The backends for vc handling,
9671         have no support for RCS and partial support for CVS, will be
9672         improved later.
9673         
9674         * src/insets/ several files: changes because of function name
9675         changes in Bufferview and LyXView.
9676         
9677         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
9678
9679         * src/support/LSubstring.[Ch]: new files. These implement a
9680         Substring that can be very convenient to use. i.e. is this
9681         possible:
9682         string a = "Mary had a little sheep";
9683         Substring(a, "sheep") = "lamb";
9684         a is now "Mary has a little lamb".
9685
9686         * src/support/LRegex.[Ch]: a regex class that can be used to pick
9687         out patterns and subpatterns of strings. It is used by LSubstring
9688         and also by vc-backend.C
9689         
9690         * src/support/lyxstring.C: went over all the assertions used and
9691         tried to correct the wrong ones and flag which of them is required
9692         by the standard. some bugs found because of this. Also removed a
9693         couple of assertions.
9694
9695         * src/support/Makefile.am (libsupport_a_SOURCES): added
9696         LSubstring.[Ch] and LRegex.[Ch]
9697
9698         * src/support/FileInfo.h: have struct stat buf as an object and
9699         not a pointer to one, some changes because of this.
9700
9701         * src/LaTeXFeatures.C (getTClassPreamble): also use the
9702         information in layout when adding the layouts preamble to the
9703         textclass preamble.
9704
9705         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
9706         usage in.
9707
9708         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
9709         because of bug in OS/2.
9710
9711 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9712
9713         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
9714         \verbatim@font instead of \ttfamily, so that it can be redefined.
9715
9716         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
9717           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
9718           src/layout.h, src/text2.C: add 'using' directive to bring the
9719         STL templates we need from the std:: namespace to the global one.
9720         Needed by DEC cxx in strict ansi mode.
9721
9722         * src/support/LIstream.h,src/support/LOstream.h,
9723           src/support/lyxstring.h,src/table.h,
9724           src/lyxlookup.h: do not include <config.h> in header
9725         files. This should be done in the .C files only.
9726
9727         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
9728         (from Kayvan).
9729         
9730
9731 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9732
9733         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
9734         from Kayvan to fix the tth invokation.
9735
9736         * development/lyx.spec.in: updates from Kayvan to reflect the
9737         changes of file names.
9738
9739 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
9740
9741         * src/text2.C (InsertStringB): use std::copy
9742         (InsertStringA): use std::copy
9743
9744         * src/bufferlist.C: use a vector to store the buffers in. This is
9745         an internal change and should not affect any other thing.
9746         
9747         * src/BufferView.C (waitForX): use XSync instead of the lengthy
9748         stuff in waitForX.
9749
9750         * src/text.C (Fill): fix potential bug, one off bug.
9751
9752 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
9753
9754         * src/Makefile.am (lyx_main.o): add more files it depends on.
9755
9756         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
9757
9758         * src/support/lyxstring.C: use size_t for the reference count,
9759         size, reserved memory and xtra.
9760         (internal_compare): new private member function. Now the compare
9761         functions should work for std::strings that have embedded '\0'
9762         characters.
9763         (compare): all compare functions rewritten to use
9764         internal_compare.
9765         
9766 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9767
9768         * src/support/lyxstring.C (compare): pass c_str()
9769         (compare): pass c_str
9770         (compare): pass c_str
9771
9772 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9773
9774         * src/support/DebugStream.C: <config.h> was not included correctly.
9775
9776         * lib/configure: forgot to re-generate it :( I'll make this file
9777         auto generated soon.
9778
9779 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9780
9781         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
9782         is used.
9783
9784         * src/support/lyxstring.C: some changes from length() to rep->sz.
9785         avoids a function call.
9786
9787         * src/support/filetools.C (SpaceLess): yet another version of the
9788         algorithm...now per Jean-Marc's suggestions.
9789
9790 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9791
9792         * src/layout.C (less_textclass_desc): functor for use in sorting
9793         of textclasses. 
9794         (LyXTextClass::Read): sort the textclasses after reading.
9795         
9796         * src/support/filetools.C (SpaceLess): new version of the
9797         SpaceLess functions. What problems does this one give? Please
9798         report.
9799
9800         * images/banner_bw.xbm: made the arrays unsigned char *
9801
9802 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9803
9804         * src/support/lyxstring.C (find): remove bogus assertion in the
9805         two versions of find where this has not been done yet.
9806
9807         * src/support/lyxlib.h: add missing int return type to
9808         lyx::chdir(). 
9809
9810         * src/menus.C (ShowFileMenu): disable exporting to html if no
9811         html export command is present.
9812
9813         * config/lib_configure.m4: add a test for an HTML converter. The
9814         programs checked for are, in this order: tth, latex2html and
9815         hevea. 
9816
9817         * lib/configure: generated from config/lib_configure.m4.
9818
9819         * src/lyxfunc.C (Dispatch): update and improve the execution of an
9820         html converter. The parameters are now passed through $$FName and
9821         $$OutName, instead of standard input/output.
9822
9823         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
9824
9825         * lib/lyxrc.example: update description of \html_command. 
9826         add "quotes" around \screen_font_xxx font setting examples to help
9827         people who use fonts with spaces in their names.
9828
9829 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9830
9831         * Distribution files: updates for v1.1.2
9832
9833         * src/support/lyxstring.C (find): remove bogus assert and return
9834         npos for the same condition.
9835
9836 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
9837
9838         * added patch for OS/2 from SMiyata.
9839
9840 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
9841
9842         * src/text2.C (CutSelection): make space_wrapped a bool
9843         (CutSelection): dont declare int i until we have to.
9844         (alphaCounter): return a char const *.
9845
9846 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9847
9848         * src/support/syscall.C (Systemcalls::kill): 
9849           src/support/filetools.C (PutEnv, PutEnvPath): 
9850           src/lyx_cb.C (addNewlineAndDepth): 
9851           src/FontInfo.C (FontInfo::resize): condition some #warning
9852         directives with WITH_WARNINGS.
9853         
9854
9855 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
9856
9857         * src/layout.[Ch] + several files: access to class variables
9858         limited and made accessor functions instead a lot of code changed
9859         becuase of this. Also instead of returning pointers often a const
9860         reference is returned instead.
9861         
9862         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
9863
9864         * src/Makefile.am (dist-hook): added used to remove the CVS from
9865         cheaders upon creating a dist
9866         (EXTRA_DIST): added cheaders
9867
9868         * src/support/lstrings.C (tostr(char)): fix it to handle param as
9869         a character not as a small integer. 
9870
9871         * src/support/lyxstring.C (find): removed Assert and added i >=
9872         rep->sz to the first if.
9873
9874 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
9875
9876         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
9877         src/LyXView.C src/buffer.C src/bufferparams.C
9878         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
9879         src/text2.C src/insets/insetinclude.C:
9880         lyxlayout renamed to textclasslist.
9881
9882         * src/layout.C: some lyxerr changes.
9883
9884         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
9885         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
9886         (LyXLayoutList): removed all traces of this class.
9887         (LyXTextClass::Read): rewrote LT_STYLE
9888         (LyXTextClass::hasLayout): new function
9889         (LyXTextClass::GetLayout): rewritten to return an iterator + has
9890         both const and nonconst version.
9891         (LyXTextClass::delete_layout): new function.
9892         (LyXTextClassList::Style): bug fix. do the right thing if layout
9893         is to big.
9894         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
9895         (LyXTextClassList::NameOfLayout): ditto 
9896         (LyXTextClassList::Load): ditto
9897
9898         * src/buffer.C (makeLaTeXFile): new access to layoutlist
9899
9900         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
9901
9902         * src/LyXAction.C (LookupFunc): added a workaround for sun
9903         compiler, on the other hand...we don't know if the current code
9904         compiles on sun at all...
9905
9906         * src/support/filetools.C (CleanupPath): subst fix
9907
9908         * src/insets/insetbib.C (delDatabase): subst fix, this looks
9909         _really_ weird.
9910
9911         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
9912         complained about this one?
9913
9914         * src/insets/insetinclude.C (Latex): subst fix
9915
9916         * src/insets/insetbib.C (getKeys): subst fix
9917
9918         * src/LyXSendto.C (SendtoApplyCB): subst fix
9919
9920         * src/lyx_main.C (init): subst fix
9921
9922         * src/layout.C (Read): subst fix
9923
9924         * src/lyx_sendfax_main.C (button_send): subst fix
9925
9926         * src/buffer.C (RoffAsciiTable): subst fix
9927
9928         * src/lyx_cb.C (MenuFax): subst fix
9929         (PrintApplyCB): subst fix
9930
9931 1999-10-26  Juergen Vigna  <jug@sad.it>
9932
9933         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
9934
9935         (Read): Cleaned up this code so now we read only format vestion >= 5
9936
9937 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
9938
9939         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
9940         come nobody has complained about this one?
9941
9942         * src/insets/insetinclude.C (Latex): subst fix
9943
9944         * src/insets/insetbib.C (getKeys): subst fix
9945
9946         * src/lyx_main.C (init): subst fix
9947
9948         * src/layout.C (Read): subst fix
9949
9950         * src/buffer.C (RoffAsciiTable): subst fix
9951
9952         * src/lyx_cb.C (MenuFax): subst fix.
9953
9954         * src/layout.[hC] + some other files: rewrote to use
9955         std::container to store textclasses and layouts in.
9956         Simplified, removed a lot of code. Make all classes
9957         assignable. Further simplifications and review of type
9958         use still to be one. 
9959
9960         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
9961         lastfiles to create the lastfiles partr of the menu.
9962
9963         * src/lastfiles.[Ch]: rewritten to use deque to store the
9964         lastfiles in. Uses fstream for reading and writing. Simplifies
9965         code.
9966
9967         * src/support/syscall.C: remove explicit cast.
9968
9969         * src/BufferView.C (CursorToggleCB): removed code snippets that
9970         were commented out.
9971         use explicat C++ style casts instead of C style casts. also use
9972         u_vdata instea of passing pointers in longs.
9973
9974         * src/PaperLayout.C: removed code snippets that were commented out.
9975
9976         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
9977
9978         * src/lyx_main.C: removed code snippets that wer commented out.
9979
9980         * src/paragraph.C: removed code snippets that were commented out.
9981
9982         * src/lyxvc.C (logClose): use static_cast
9983         (logUpdate): ditto
9984         (viewLog): remove explicit cast to void*
9985         (showLog): removed old commented code
9986
9987         * src/menus.C: use static_cast instead of C style casts. use
9988         u_vdata instead of u_ldata. remove explicit cast to (long) for
9989         pointers. Removed old code that was commented out.
9990
9991         * src/insets/inset.C: removed old commented func
9992
9993         * src/insets/insetref.C (InsetRef): removed old code that had been
9994         commented out for a long time.
9995         (Edit): ditto
9996         (escape): removed C style cast
9997
9998         * src/insets/insetlatexaccent.C (Draw): removed old commented code
9999
10000         * src/insets/insetlatex.C (Draw): removed old commented code
10001         (Read): rewritten to use string
10002
10003         * src/insets/insetlabel.C (escape): removed C style cast
10004
10005         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
10006
10007         * src/insets/insetindex.C: use static_cast and u_vdata, removed
10008         old commented code.
10009
10010         * src/insets/insetinclude.h: removed a couple of stupid bools
10011
10012         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
10013         (Clone): remove C style cast
10014         (getKeys): changed list to lst because of std::list
10015
10016         * src/insets/inseterror.C (Draw): removed som old commented code.
10017
10018         * src/insets/insetcommand.C (Draw): removed some old commented code.
10019
10020         * src/insets/insetbib.C (bibitem_cb): removed code that has been
10021         commented out forever.
10022         (bibitem_cb): use static_cast instead of C style cast
10023         use of vdata changed to u_vdata.
10024
10025         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
10026         parameter.
10027         (CloseUrlCB): use static_cast instead of C style cast.
10028         (CloseUrlCB): added a fl_free form...it seemed to be missing.
10029
10030         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
10031         (C_InsetInfo_CloseInfoCB): forward the ob parameter
10032         (CloseInfoCB): static_cast from ob->u_vdata instead.
10033         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
10034         instead. 
10035
10036         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
10037         (C_InsetError_CloseErrorCB): forward the ob parameter
10038         (CloseErrorCB): static_cast from ob->u_vdata instead.
10039
10040         * src/vspace.h: include LString.h since we use string in this class.
10041
10042         * src/vspace.C (lyx_advance): changed name from advance because of
10043         nameclash with stl. And since we cannot use namespaces yet...I
10044         used a lyx_ prefix instead. Expect this to change when we begin
10045         using namespaces.
10046
10047         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
10048
10049         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
10050         and removed now defunct constructor and deconstructor.
10051
10052         * src/BufferView.h: have backstack as a object not as a pointer.
10053         removed initialization from constructor. added include for BackStack 
10054
10055         * development/lyx.spec.in (%build): add CFLAGS also.
10056
10057         * src/screen.C (drawFrame): removed another warning.
10058
10059 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10060
10061         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
10062         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
10063         README and ANNOUNCE a bit for the next release. More work is
10064         needed, of course.
10065
10066         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
10067         unbreakable if we are in freespacing mode (LyX-Code), but not in
10068         latex mode.
10069
10070 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
10071
10072         * src/BackStack.h: fixed initialization order in constructor
10073
10074         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
10075
10076         * acinclude.m4 (VERSION): new rules for when a version is
10077         development, added also a variable for prerelease.
10078         (warnings): we set with_warnings=yes for prereleases
10079         (lyx_opt): prereleases compile with same optimization as development 
10080         (CXXFLAGS): only use pedantic if we are a development version 
10081
10082         * src/BufferView.C (restorePosition): don't do anything if the
10083         backstack is empty.
10084
10085         * src/BackStack.h: added member empty, use this to test if there
10086         is anything to pop...
10087
10088 1999-10-25  Juergen Vigna  <jug@sad.it>
10089
10090         * forms/form1.fd +
10091         * forms/layout_forms.fd +
10092         * forms/latexoptions.fd +
10093         * lyx.fd: changed for various form resize issues
10094
10095         * src/mathed/math_panel.C +
10096         * src/insets/inseterror.C +
10097         * src/insets/insetinfo.C +
10098         * src/insets/inseturl.C +
10099         * src/insets/inseturl.h +
10100         * src/LaTeXLog.C +
10101         * src/LyXSendto.C +
10102         * src/PaperLayout.C +
10103         * src/ParagraphExtra.C +
10104         * src/TableLayout.C +
10105         * src/form1.C +
10106         * src/layout_forms.C +
10107         * src/lyx.C +
10108         * src/lyx_cb.C +
10109         * src/lyx_gui.C +
10110         * src/lyxfr0.C +
10111         * src/lyxfunc.C +
10112         * src/lyxvc.C +
10113         * src/menus.C: fixed various resize issues. So now forms can be
10114         resized savely or not be resized at all.
10115         
10116         * forms/form_url.fd +
10117         * src/insets/form_url.[Ch]: added because it's cleaner and easier
10118         to modify IMO.
10119
10120         * src/insets/Makefile.am: added files form_url.[Ch]
10121         
10122 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10123
10124         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
10125         (and presumably 6.2).
10126
10127         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
10128         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
10129         remaining static member callbacks. 
10130
10131         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
10132         messages. 
10133
10134         * src/support/lyxstring.h: declare struct Srep as friend of
10135         lyxstring, since DEC cxx complains otherwise.
10136
10137 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10138
10139 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10140
10141         * src/LaTeX.C (run): made run_bibtex also depend on files with
10142         extension ".bst"
10143         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
10144         are put into the dependency file.
10145
10146         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
10147         the code has shown itself to work
10148         (create_ispell_pipe): removed another warning, added a comment
10149         instead. 
10150
10151         * src/minibuffer.C (ExecutingCB): removed code that has been
10152         commented out a long time
10153
10154         * src/lyxfunc.C (processKeyEvent): removed some very old commented
10155         out code + a warning.
10156
10157         * src/support/lyxstring.h: comment out the three private
10158         operators, when compiling with string ansi conforming compilers
10159         they make problems.
10160
10161         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
10162         unsigned char *.
10163         (pixmapFromBitmapData): change type of bdata to be unsigned char *
10164         (pixmapFromBitmapData): add a reinterpret_cast in the call to
10165         XCreateImage
10166
10167         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
10168         unsigned char *
10169
10170         * src/mathed/math_panel.C (create_math_panel): remove explicit
10171         casts
10172
10173         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
10174         unsigned char *.
10175
10176         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
10177         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
10178         to XCreatePixmapFromBitmapData
10179         (fl_set_bmtable_data): change the last argument to be unsigned
10180         char *
10181         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
10182         and bh to be unsigned int, remove explicit casts in call to
10183         XReadBitmapFileData.
10184
10185         * images/arrows.xbm: made the arrays unsigned char *
10186         * images/varsz.xbm: ditto
10187         * images/misc.xbm: ditto
10188         * images/greek.xbm: ditto
10189         * images/dots.xbm: ditto
10190         * images/brel.xbm: ditto
10191         * images/bop.xbm: ditto
10192
10193         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
10194
10195         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
10196         (LYX_PROG_CXX): added -pedantic to g++ compile options when
10197         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
10198         needed. 
10199         (LYX_CXX_CHEADERS): added <clocale> to the test. 
10200
10201 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
10202
10203         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
10204
10205         * src/support/lyxstring.C (append): fixed something that must be a
10206         bug, rep->assign was used instead of rep->append.
10207
10208         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
10209         and LOstream.h
10210
10211         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
10212         lyx insert double chars. Fix spotted by Kayvan.
10213
10214 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
10215
10216         * Fixed the tth support. I messed up with the Emacs patch apply feature
10217         and omitted the changes in lyxrc.C.
10218
10219 1999-10-22  Juergen Vigna  <jug@sad.it>
10220
10221         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
10222
10223         * src/lyx_cb.C (MenuInsertRef) + 
10224         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
10225         the form cannot be resized under it limits (fixes a segfault)
10226         
10227         * src/lyx.C (create_form_form_ref) +
10228         * forms/lyx.fd: Changed Gravity on name input field so that it is
10229         resized correctly.
10230
10231 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10232
10233         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
10234         <ostream> and <istream>.
10235         
10236         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
10237         whether <fstream> provides the latest standard features, or if we
10238         have an oldstyle library (like in egcs).
10239         (LYX_CXX_STL_STRING): fix the test.
10240
10241         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
10242         code on MODERN_STL_STREAM.
10243
10244         * src/support/lyxstring.h: use L{I,O}stream.h.
10245
10246         * src/support/L{I,O}stream.h: new files, designed to setup
10247         correctly streams for our use
10248           - includes the right header depending on STL capabilities
10249           - puts std::ostream and std::endl (for LOStream.h) or
10250           std::istream (LIStream.h) in toplevel namespace.
10251
10252 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10253
10254         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
10255         was a bib file that had been changed we ensure that bibtex is run.
10256         (runBibTeX): enhanced to extract the names of the bib files and
10257         getting their absolute path and enter them into the dep file.
10258         (findtexfile): static func that is used to look for tex-files,
10259         checks for absolute patchs and tries also with kpsewhich.
10260         Alternative ways of finding the correct files are wanted. Will
10261         probably be moved.
10262         (do_popen): function that runs a command using popen and returns
10263         the whole output of that command in a string. Should be moved to
10264         somewhere else.
10265
10266         * src/DepTable.[Ch] (extchanged): new function that returns true if a
10267         file with extension ext has changed.
10268
10269         * src/insets/figinset.C: added ifdef guards around the fl_free
10270         code that jug commented out. Now it is commented out when
10271         compiling with XForms == 0.89.
10272
10273         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
10274         to lyxstring.C, and only keep a forward declaration in
10275         lyxstring.h. Simplifies the header file a bit and should help a
10276         bit on compile time too. Also changes to Srep will not mandate a
10277         recompile of code just using string.
10278         (~lyxstring): definition moved here since it uses srep.
10279         (size): definition moved here since it uses srep.
10280
10281         * src/support/lyxstring.h: removed a couple of "inline" that should
10282         not be there.
10283
10284 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10285
10286         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
10287         the 'ob' argument.
10288
10289 1999-10-21  Juergen Vigna  <jug@sad.it>
10290
10291         * src/table.C (SetPWidth): Just a small fix so the alignment is not
10292         set to left if I just remove the width entry (or it is empty).
10293
10294         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
10295         paragraph when having dummy paragraphs.
10296
10297 1999-10-20  Juergen Vigna  <jug@sad.it>
10298
10299         * src/insets/figinset.C: just commented some fl_free_form calls
10300         and added warnings so that this calls should be activated later
10301         again. This avoids for now a segfault, but we have a memory leak!
10302
10303         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
10304         'const char * argument' to 'string argument', this should
10305         fix some Asserts() in lyxstring.C.
10306
10307         * src/lyxfunc.h: Removed the function argAsString(const char *)
10308         as it is not used anymore.
10309
10310 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
10311
10312         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
10313         get instead of >>
10314
10315         * src/Literate.h: some funcs moved from public to private to make
10316         interface clearer. Unneeded args removed.
10317
10318         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
10319         instead of lyxlex.
10320         (scanBuildLogFile): ditto
10321
10322         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
10323         normal TeX Error. Still room for improvement.
10324
10325         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
10326
10327         * src/buffer.C (insertErrors): changes to make the error
10328         desctription show properly.
10329
10330         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
10331         could never happen
10332
10333         * src/support/lyxstring.C (helper): changed to use
10334         sizeof(object->rep->ref).
10335         (operator>>): changed to use a pointer instead.
10336
10337         * src/support/lyxstring.h: changed const reference & to value_type
10338         const & lets see if that helps.
10339
10340 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
10341
10342         * Makefile.am (rpmdist): fixed to have non static package and
10343         verison.
10344
10345         * src/support/lyxstring.C: removed the compilation guards
10346
10347         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
10348         a bit clearer.
10349
10350         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
10351         conditional compile of lyxstring.Ch
10352
10353         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
10354         stupid check, but it is a lot better than the bastring hack. 
10355         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
10356
10357         * several files: changed string::erase into string::clear. Not
10358         really needed.
10359         
10360         * src/chset.C (encodeString): use a char temporary instead
10361
10362         * src/table.C (TexEndOfCell): added tostr around
10363         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
10364         (TexEndOfCell): ditto
10365         (TexEndOfCell): ditto
10366         (TexEndOfCell): ditto
10367         (DocBookEndOfCell): ditto
10368         (DocBookEndOfCell): ditto
10369         (DocBookEndOfCell): ditto
10370         (DocBookEndOfCell): ditto
10371
10372         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
10373
10374         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
10375
10376         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
10377         (MenuBuildProg): added tostr around ret
10378         (MenuRunChktex): added tostr around ret
10379         (DocumentApplyCB): added tostr around ret
10380
10381         * src/chset.C (encodeString): added tostr around t->ic
10382
10383         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
10384         (makeLaTeXFile): added tostr around tocdepth
10385         (makeLaTeXFile): added tostr around ftcound - 1
10386
10387         * src/insets/insetbib.C (setCounter): added tostr around counter.
10388
10389         * src/support/lyxstring.h: added an operator+=(int) to catch more
10390         mistakes. 
10391
10392         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
10393         (lyxstring): We DON'T allow NULL pointers.
10394
10395 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10396
10397         * src/mathed/math_macro.C (MathMacroArgument::Write,
10398         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
10399         when writing them out.
10400
10401         * src/LString.C: remove, since it is not used anymore.
10402         
10403         * src/support/lyxstring.C: condition the content to
10404         USE_INCLUDED_STRING macro.
10405
10406         * src/mathed/math_symbols.C, src/support/lstrings.C,
10407         src/support/lyxstring.C: add `using' directive to specify what
10408         we need in <algorithm>. I do not think that we need to
10409         conditionalize this, but any thought is appreciated.
10410
10411         * many files: change all callback functions to "C" linkage
10412         functions to please strict C++ compilers like DEC cxx 6.1 in mode
10413         strict_ansi. Those who were static are now global. 
10414             The case of callbacks which are static class members is
10415         trickier, since we have to make C wrappers around them (see
10416         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
10417         did not finish this yet, since it defeats the purpose of
10418         encapsulation, and I am not sure what the best route is.
10419
10420 1999-10-19  Juergen Vigna  <jug@sad.it>
10421
10422         * src/support/lyxstring.C (lyxstring): we permit to have a null
10423         pointer as assignment value and just don't assign it.
10424
10425         * src/vspace.C (nextToken): corrected this function substituting
10426         find_first(_not)_of with find_last_of.
10427
10428         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
10429         (TableOptCloseCB) (TableSpeCloseCB):
10430         inserted fl_set_focus call for problem with fl_hide_form() in
10431         xforms-0.89.
10432
10433 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10434
10435         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
10436         string. 
10437
10438 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10439
10440         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
10441         LyXLex::next() and not eatline() to get its argument.
10442
10443 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
10444
10445         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
10446         instead, use fstreams for io of the depfile, removed unneeded
10447         functions and variables. 
10448
10449         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
10450         vector instead, removed all functions and variables that is not in
10451         use.
10452
10453 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
10454
10455         * src/buffer.C (insertErrors): use new interface to TeXError
10456
10457         * Makefile.am (rpmdist): added a rpmdist target
10458
10459         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
10460         per Kayvan's instructions.
10461
10462 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10463
10464         * src/Makefile.am: add a definition for localedir, so that locales
10465         are found after installation (Kayvan)
10466
10467 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10468
10469         * development/.cvsignore: new file.
10470
10471 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10472
10473         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
10474         C++ compiler provides wrappers for C headers and use our alternate
10475         version otherwise.
10476
10477         * configure.in: use LYX_CXX_CHEADERS.
10478
10479         * src/cheader/: new directory, populated with cname headers from
10480         libstdc++-2.8.1. They are a bit old, but probably good enough for
10481         what we want (support compilers who lack them).
10482         
10483         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
10484         from includes. It turns out is was stupid.
10485
10486 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10487
10488         * lib/Makefile.am (install-data-local): forgot a ';'
10489         (install-data-local): forgot a '\'
10490         (libinstalldirs): needed after all. reintroduced.
10491
10492 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
10493
10494         * configure.in (AC_OUTPUT): added lyx.spec
10495
10496         * development/lyx.spec: removed file
10497
10498         * development/lyx.spec.in: new file
10499
10500         * po/*.po: merged with lyx.pot becuase of make distcheck
10501         
10502         * lib/Makefile.am (dist-hook): added dist-hook so that
10503         documentation files will be included when doing a make
10504         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
10505         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
10506         conditional later.
10507         more: tried to make install do the right thing, exclude CVS dirs
10508         etc.
10509
10510         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
10511         Path would fit in more nicely.
10512
10513         * all files that used to use pathstack: uses now Path instead.
10514         This change was a lot easier than expected.
10515         
10516         * src/support/path.h: new file
10517
10518         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
10519
10520         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
10521
10522         * src/support/lyxstring.C (getline): Default arg was given for
10523         para 3. removed.
10524
10525         * Configure.cmd: removed file 
10526
10527 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10528
10529         * src/support/DebugStream.[Ch]: remove the explicit std:: before
10530         streams classes and types, add the proper 'using' statements when
10531         MODERN_STL is defined.
10532         
10533         * src/debug.h: move the << operator definition after the inclusion
10534         of DebugStream.h
10535
10536         * src/support/filetools.C: include "LAssert.h", which is needed
10537         later. 
10538
10539         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
10540         to includes. 
10541
10542         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
10543         include "debug.h" to define a proper ostream.
10544
10545 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
10546
10547         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
10548           method to the SystemCall class which can kill a process, but it's
10549           not fully implemented yet.
10550
10551         * src/*.C: Changed Systemcalls::Startscript() to startscript()
10552
10553         * src/support/FileInfo.h: Better documentation  
10554
10555         * src/lyxfunc.C: Added support for buffer-export html
10556         
10557         * src/menus.C: Added Export->As HTML...
10558         
10559         * lib/bind/*.bind: Added short-cut for buffer-export html
10560
10561         * src/lyxrc.*: Added support for new \tth_command
10562         
10563         * lib/lyxrc.example: Added stuff for new \tth_command
10564
10565 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10566
10567         * lib/Makefile.am (IMAGES): removed images/README
10568         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
10569         installes in correct place. Check permisions is installed
10570         correctly.
10571
10572         * src/LaTeX.C: some no-op changes moved declaration of some
10573         variables around.
10574
10575         * src/LaTeX.h (LATEX_H): changed include guard name
10576
10577 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10578
10579         * lib/reLyX/Makefile.am: install noweb2lyx.
10580
10581         * lib/Makefile.am: install configure. 
10582
10583         * lib/reLyX/configure.in: declare a config aux dir; set package
10584         name to lyx (not sure what the best solution is); generate noweb2lyx.
10585
10586         * lib/layouts/egs.layout: fix the bibliography layout.
10587
10588 1999-10-08  Jürgen Vigna <jug@sad.it>
10589
10590         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
10591         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
10592         it returned without continuing to search the path.
10593         
10594 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10595
10596         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
10597         also fixes a bug. It is not allowed to do tricks with std::strings
10598         like: string a("hei"); &a[e]; this will not give what you
10599         think... Any reason for the complexity in this func?
10600
10601 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
10602
10603         * Updated README and INSTALL a bit, mostly to check that my
10604         CVS rights are correctly set up.
10605
10606 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10607
10608         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
10609         does not allow '\0' chars but lyxstring and std::string does.
10610
10611 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
10612
10613         * autogen.sh (AUTOCONF): let the autogen script create the
10614         POTFILES.in file too. POTFILES.in should perhaps now not be
10615         included in the cvs module.
10616
10617         * some more files changed to use C++ includes instead of C ones.
10618
10619         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
10620         not assigned.
10621         (Reread): added tostr to nlink. buggy output otherwise.
10622         (Reread): added a string() around szMode when assigning to Buffer,
10623         without this I got a log of garbled info strings.
10624
10625         * acconfig.h: commented out the PTR_AS_INT macros. They should not
10626         be needed.
10627
10628         * I have added several ostream & operator<<(ostream &, some_type)
10629         functions. This has been done to avoid casting and warnings when
10630         outputting enums to lyxerr. This as thus eliminated a lot of
10631         explicit casts and has made the code clearer. Among the enums
10632         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
10633         mathed enums, some font enum the Debug::type enum. 
10634
10635         * src/support/lyxstring.h (clear): missing method. equivalent of
10636         erase(0, npos).
10637
10638         * all files that contained "stderr": rewrote constructs that used
10639         stderr to use lyxerr instead. (except bmtable)
10640
10641         * src/support/DebugStream.h (level): and the passed t with
10642         Debug::ANY to avoid spurious bits set.
10643
10644         * src/debug.h (Debug::type value): made it accept strings of the
10645         type INFO,INIT,KEY.
10646
10647         * configure.in (Check for programs): Added a check for kpsewhich,
10648         the latex generation will use this later to better the dicovery of
10649         all used files. 
10650
10651         * src/BufferView.C (create_view): we don't need to cast this to
10652         (void*) that is done automatically.
10653         (WorkAreaButtonPress): removed some dead code.
10654
10655 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10656
10657         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
10658         is not overwritten when translated (David Sua'rez de Lis).
10659
10660         * lib/CREDITS: Added David Sua'rez de Lis
10661
10662         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
10663
10664         * src/bufferparams.C (BufferParams): default input encoding is now
10665         "latin1" 
10666
10667         * acinclude.m4 (cross_compiling): comment out macro
10668         LYX_GXX_STRENGTH_REDUCE. 
10669
10670         * acconfig.h: make sure that const is not defined (to empty) when
10671         we are compiling C++. Remove commented out code using SIZEOF_xx
10672         macros.
10673         
10674         * configure.in : move the test for const and inline as late as
10675         possible so that these C tests do not interefere with C++ ones.
10676         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
10677         has not been proven. 
10678
10679 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10680
10681         * src/table.C (getDocBookAlign): remove bad default value for
10682         isColumn parameter.
10683
10684         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
10685         shortcut. 
10686         (ShowFileMenu2): ditto.
10687
10688         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
10689         of files to ignore.
10690
10691 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
10692
10693         * Most files: finished the change from the old error code to use
10694         DebugStream for all lyxerr debugging. Only minor changes remain
10695         (e.g. the setting of debug levels using strings instead of number) 
10696
10697 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
10698
10699         * src/layout.C (Add): Changed to use compare_no_case instead of
10700         strcasecmp.
10701
10702         * src/FontInfo.C: changed loop variable type too string::size_type.
10703
10704 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10705
10706         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
10707         set ETAGS_ARGS to --c++ 
10708
10709 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
10710
10711         * src/table.C (DocBookEndOfCell): commented out two unused variables
10712
10713         * src/paragraph.C: commented out four unused variables. 
10714
10715         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
10716         insed a if clause with type string::size_type.
10717
10718         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
10719         string::size_type.
10720
10721         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
10722
10723         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
10724         variable, also changed loop to go from 0 to lenght + 1, instead of
10725         -1 to length. This should be correct.
10726
10727         * src/LaTeX.C (scanError): use string::size_type as loop variable
10728         type.
10729
10730         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
10731         (l.896) since y_tmp and row was not used anyway.
10732
10733         * src/insets/insetref.C (escape): use string::size_type as loop
10734         variable type.
10735
10736         * src/insets/insetquotes.C (Width): use string::size_type as loop
10737         variable type.
10738         (Draw): use string::size_type as loop variable type.
10739
10740         * src/insets/insetlatexaccent.C (checkContents): use
10741         string::size_type as loop variable type.
10742
10743         * src/insets/insetlabel.C (escape): use string::size_type as loop
10744         variable type.
10745
10746         * src/insets/insetinfo.C: added an extern for current_view.
10747
10748         * src/insets/insetcommand.C (scanCommand): use string::size_type
10749         as loop variable type.
10750
10751         * most files: removed the RCS tags. With them we had to recompile
10752         a lot of files after a simple cvs commit. Also we have never used
10753         them for anything meaningful. 
10754
10755         * most files: tags-query-replace NULL 0. As adviced several plases
10756         we now use "0" instead of "NULL" in our code. 
10757
10758         * src/support/filetools.C (SpaceLess): use string::size_type as
10759         loop variable type.
10760
10761 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10762
10763         * src/paragraph.C: fixed up some more string stuff.
10764
10765 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
10766
10767         * src/support/filetools.h: make modestr a std::string.
10768
10769         * src/filetools.C (GetEnv): made ch really const.
10770
10771         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
10772         made code that used these use max/min from <algorithm> instead.
10773
10774         * changed several c library include files to their equivalent c++
10775         library include files. All is not changed yet.
10776
10777         * created a support subdir in src, put lyxstring and lstrings
10778         there + the extra files atexit, fileblock, strerror. Created
10779         Makefile.am. edited configure.in and src/Makefile.am to use this
10780         new subdir. More files moved to support.
10781
10782         * imported som of the functions from repository lyx, filetools
10783         
10784         * ran tags-query-replace on LString -> string, corrected the bogus
10785         cases. Tried to make use of lstrings.[hC], debugged a lot. There
10786         is still some errors in there. This is errors where too much or
10787         too litle get deleted from strings (string::erase, string::substr,
10788         string::replace), there can also be some off by one errors, or
10789         just plain wrong use of functions from lstrings. Viewing of quotes
10790         is wrong. 
10791
10792         * LyX is now running fairly well with string, but there are
10793         certainly some bugs yet (see above) also string is quite different
10794         from LString among others in that it does not allow null pointers
10795         passed in and will abort if it gets any.
10796         
10797         * Added the revtex4 files I forgot when setting up the repository.
10798
10799 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
10800
10801         * All over: Tried to clean everything up so that only the files
10802           that we really need are included in the cvs repository.
10803         * Switched to use automake.
10804         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
10805         * Install has not been checked.
10806
10807 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10808
10809         * po/pt.po: Three errors:
10810                l.533 and l.538 format specification error
10811                l. 402 duplicate entry, I just deleted it.