]> git.lyx.org Git - lyx.git/blob - ChangeLog
Various small fixes
[lyx.git] / ChangeLog
1 2001-01-07  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * lib/build-listerrors: Exit if literate-article doesn't appear in
4         textclass.lst
5
6 2001-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7
8         * src/combox.h (getline): small fix for sun CC 6.0
9         * src/combox.C (input_cb): ditto.
10         * src/spellchecker.C (sigchldhandler): ditto.
11
12         * src/lyx_main.C (init): do not query for creation of user
13         directory when running without a GUI.
14
15 2001-01-08  Dekel Tsur  <dekelts@tau.ac.il>
16
17         * src/mathed/formula.C (LocalDispatch): Toggle font properties. 
18
19 2001-01-07  Dekel Tsur  <dekelts@tau.ac.il>
20
21         * BufferView2.C (open_new_inset): Added 2nd argument.
22         (getParentText, getParentLanguage): New methods.
23
24         * src/lyxfunc.C (Dispatch): Fixed handling of LFUN_LEFT and
25         LFUN_INSET_TABULAR for RTL text.
26
27         * src/tabular.C (Latex): Put \R{} around RTL cells.
28
29         * src/text2.C (InsertInset): Change cursor position for highly
30         editable insets.
31
32         * src/frontends/xforms/FormTabularCreate.C (apply): Create the
33         tabular inset by calling to LyXFunc::Dispatch(LFUN_INSET_TABULAR,...)
34
35         * src/insets/insettabular.C (LocalDispatch): When dispatching
36         LFUN_TAB/LFUN_SHIFT_TAB, if the insettext of the old cell was
37         locked, then the insettext of the new cell will be locked. 
38         (moveLeft, moveRight): Fixed for RTL tabulars.
39         (moveNextCell, movePrevCell): Ditto.
40         (isRightToLeft): New method.
41
42         * src/insets/insettext.C (LocalDispatch): Fixed handling of
43         non-dispatched function in the locking inset.
44         (Edit): If the inset is empty set the language of the current font
45         to the language to the surronding text (this code was moved from
46         LocalDispatch to allow the user to change the languaeg before 
47         inserting text).
48         (moveRight, moveLeft): Fixed for RTL text.
49         (checkAndActivateInset): Fixed.
50         
51         * src/tabular.C (OldFormatRead): Use ALL_INHERIT font as the base font.
52
53 2001-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
54
55         * src/frontends/xforms/Toolbar_pimpl.C (BubbleTimerCB): translate
56         the tooltip.
57         (set): ditto.
58
59         * src/spellchecker.C (sigchldhandler): add an #ifndef USE_PSPELL
60         around some ispell code.
61
62         * src/lyxcursor.[Ch]: add proper constructor, to avoid tons of
63         Unitialized Memory Read in purify.
64
65         * lib/examples/nl_splash.lyx: update from Tino Meinen.
66
67 2001-01-04  Dekel Tsur  <dekelts@tau.ac.il>
68
69         * src/frontends/xforms/FormDocument.C (FormDocument::build):
70         Disable class_->choice_doc_class and language_->choice_language to
71         allow using the class/language combox with keyboard.
72
73 2001-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
74
75         * src/support/snprintf.c (va_copy): only define va_copy if undefined
76
77 2001-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
78
79         * src/lyxvc.C (showLog): give the tempfile a mask
80
81         * src/lyx_cb.C (AutoSave): five tempfile a mask, enter the failed
82         branch on !rename
83
84         * src/support/filetools.C (IsDirWriteable): give the tempfile a
85         mask and unlink the tempfile after use.
86
87 2001-01-04  Juergen Vigna  <jug@sad.it>
88
89         * src/insets/insettabular.C (resetPos): an extra scroll, but we
90         really should redo all this scrolling code!
91         (TabularFeatures): unlock the_locking_inset before add/del rows/colums.
92
93         * src/text.C (GetVisibleRow): check that y/h values are good otherwise
94         change them.
95
96         * src/insets/insettabular.C (LocalDispatch): fixes to PASTESELECTION.
97         (pasteSelection): pay attention to multicolumn cells.
98         (calculate_dimensions_of_cells): forgot to reset maxAsc/Desc.
99
100 2001-01-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
101
102         * src/mathed/math_panel.C (deco_cb): check the decoration index is
103         valid. 
104
105         * src/frontends/xforms/FormPreferences.C (feedback): apply
106         formatting to the translated string, not to the original one.
107         (printWarning): ditto.
108
109         * src/gettext.C (_): translate empty string with empty string.
110
111         * src/frontends/xforms/FormCopyright.C (build): use _() instead of
112         N_(). 
113
114         * NEWS: small update
115
116         * UPGRADING: mention that tabular format has been changed.
117
118 2001-01-03  Juergen Vigna  <jug@sad.it>
119
120         * src/insets/insettabular.C (InsetButtonPress): look for button==2
121         and do Clipboard Paste!
122
123         * src/insets/insettext.C (SetText): added function.
124
125         * src/insets/insettabular.C (LocalDispatch): Fixed LFUN_PASTE and
126         new LFUN_PASTESELECTION.
127
128         * src/insets/insettext.C (draw): don't clear if top_x changes.
129
130         * src/insets/insettabular.C (draw): clear only if the inset didn't
131         change in the draw routine.
132
133         * src/insets/insettext.C (width): make the width dependant on the
134         textWidth too.
135
136         * src/text.C (draw): comment out the UpdateInset call.
137
138         * src/screen.C (DrawOneRow):
139         (DrawFromTo): check for bv->text->status not text->status.
140
141         * src/insets/insettabular.C (calculate_dimensions_of_cells): calculate
142         dimensions of ascent-descent for the whole row.
143
144         * src/insets/insettext.C (draw): check also for need_update == INIT.
145
146 2001-01-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
147
148         * Makefile.am (EXTRA_DIST): add autogen.sh
149
150 2001-01-03  Miyata Shigeru  <miyata@kusm.kyoto-u.ac.jp>
151
152         * development/OS2/quick_fix.patch: 
153         * lib/configure.cmd: update OS/2 support files.
154
155 2001-01-02  Juergen Vigna  <jug@sad.it>
156
157         * src/insets/insettabular.C (pasteSelection): rewritten correctly.
158
159         * src/tabular.C (TeXTopHLine): 
160         (TeXBottomHLine): fixed Lars new code.
161
162         * src/insets/insettext.C (LocalDispatch): added support for math_greek.
163
164         * src/mathed/math_symbols.C (math_insert_greek): removed current_view
165         from this function and added a BufferView * parameter.
166
167         * src/mathed/math_symbols.C (math_insert_symbol): ditto
168
169 2000-12-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
170
171         * src/version.h: set to pre3
172
173 2000-12-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
174
175         * src/Makefile.am (lyx_SOURCES): added Floating.C
176
177         * src/Floating.h: moved all the inlines to Floating.C
178
179         * src/Floating.C: new file
180
181 2000-12-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
182
183         * src/frontends/xforms/FormPreferences.C (feedback): fix
184         description of RC_PRINTCOPIESFLAG and RC_PRINTCOLLCOPIESFLAG.
185
186 2000-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
187
188         * src/support/FileInfo.h: move unistd.h to after sys/types.h and
189         sys/stat.h. 
190
191         * src/support/FileInfo.C: don't include sys/types. and sys/stat.h
192
193         * src/mathed/math_inset.h: move LString.h to be included first
194
195         * src/insets/insetfloat.C: adjust for change in private variable names
196
197         * src/frontends/xforms/xform_helpers.h : don't include config.h
198
199         * src/frontends/xforms/xform_helpers.C: adjust the order of
200         includes, some whitespace changes.
201
202         * src/trans.C (Load): constify filename and res
203
204         * src/text2.C (SetCounter): call Floating::name() 
205
206         * src/screen.C: change to not use owner from WorkArea, but from
207         text instead.
208
209         * src/lyxfunc.C: adjust because of changes in Intl.
210
211         * src/intl.h: make trans a object instead of pointer, inlucd
212         trans_mgr.h in this file.
213         (getTrans): return a reference to TransManager
214
215         * src/intl.C: don't include trans_mgr.h here
216         modify calls to trans to work on object instead of on pointer
217
218         * src/WorkArea.h: add using for Signal1
219         comment out forward decl of BufferView.
220         add signal scrollCB
221         remove class variable owner_ and getter method for this.
222
223         * src/WorkArea.C: don't include BufferView.h
224         (WorkArea): change to not take a BufferView.h, use signals
225         instead.
226         (scroll_cb): emit signal
227
228         * src/LaTeXFeatures.C: include Floatlist.h
229         (getPackages): only load float.sty when needed
230         (getMacros): prepare for outputting the correct code to preamble.
231
232         * src/Floating.h: make all variables private + rename to var_.
233         (Floating): default ctor
234         (Floating): complex ctor to set a complete Floating
235         (type): getter
236         (placement): getter
237         (name): getter
238         (builtin): getter
239
240         * src/FloatList.C (FloatList): use Floating's constructor
241         (begin): new method
242         (end): ditto
243         (newFloat): call type()
244         (defaultPlacement): call placement()
245         (operator): new operator
246
247         * src/BufferView_pimpl.C (Pimpl): modify call to WorkArea
248         (scrollUp): call pimpl's scrollCB
249         (scrollDown): ditto
250         (pasteClipboard): constify clip
251
252         * src/BufferView2.C (insertLyXFile): constify fname, fi and c.
253         (insertErrors): constify desctext, errortext, msgtxt and errorrow
254         (open_new_inset): delete some commented code.
255
256         * src/BufferView.[Ch] (enterView): comment out
257         (leaveView): ditto
258         (scrollCB): ditto
259         (workAreaMotionNotify): ditto
260         (workAreaButtonPress): ditto
261         (doubleClick): ditto
262         (tripleClick): ditto
263         (workAreaButtonRelease): ditto
264         (workAreaExpose): ditto
265
266         * config/lyxinclude.m4 (cross_compiling): small stuff to be able
267         to compile with cvs gcc (2.97).
268
269 2000-12-28  Dekel Tsur  <dekelts@tau.ac.il>
270
271         * lib/ui/default.ui: menu structure cleanup.
272
273         * lib/languages: add description of entries.
274
275 2000-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
276
277         * src/insets/ExternalTemplate.C (readTemplates): change debug
278         messages a bit.
279         (readTemplate): use lyxlex.printError to report read errors.
280         (readFormat): ditto.
281
282         * src/insets/insetexternal.C (Read): suppress debug message when
283         not needed.
284
285 2000-12-21  Dekel Tsur  <dekelts@tau.ac.il>
286
287         * src/insets/insetinclude.C (Ascii): New method. Currently
288         supports only verbatim input.
289
290 2000-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
291
292         * lib/bind/fi_menus.bind: update from Pauli Virtanen.
293
294 2000-12-22  Juergen Vigna  <jug@sad.it>
295
296         * src/insets/insettabular.C (InsetButtonPress): do nothing if we
297         have a selection and button == 3.
298         (UpdateLocal): if what == INIT clear selection if existent!
299         (InsetButtonPress): don't activate the cell inset on button==3
300         (Edit): ditto
301         (LocalDispatch): move curor up/down if exiting an inset which this
302         keys.
303
304 2000-12-20  Juergen Vigna  <jug@sad.it>
305
306         * src/mathed/formula.C (LocalDispatch): return UNDISPATCHED when
307         calling for the math-panel (do not unlock the math-inset if locked)!
308
309         * src/text.C (GetVisibleRow): fixed drawing of depth lines inside
310         text-insets (with x-offset).
311
312         * src/tabular.C (TeXCellPreamble): fixed wrong output of special
313         alignment of multicolumn-cells.
314
315 2000-12-19  Juergen Vigna  <jug@sad.it>
316
317         * src/lyxfunc.C (Dispatch): 
318         * src/bufferview_funcs.C (changeDepth): implemented DEPTH functions
319         for insettext.
320
321 2000-12-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
322
323         * src/WorkArea.C (work_area_handler): simplify the key/keysym
324         handling for XForms 0.89, this might have rendered some cases
325         unusable. I have at least deadkeys, accent-xxx and KP_x working.
326         Please report proplems. 
327
328         * src/lyxfunc.C (processKeySym): make the self-insert handling
329         work as it should
330
331 2000-12-18  Baruch Even  <baruch.even@writeme.com>
332
333         * src/LaTeX.C (deplog): fix spelling errors
334         * src/text2.C (CutSelection): ditto
335         * src/lyxfunc.C (Dispatch): ditto
336
337 2000-12-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
338
339         * lib/layouts/stdlayouts.inc: only allow align Center for Caption
340
341         * src/mathed/math_inset.C (MathMatrixInset): initialize v_align
342         and h_align in default init.
343         adjust calls to MathedRowSt
344
345         * src/mathed/math_iter.C: adjust calls to MathedRowSt
346         * src/mathed/math_iter.h (getAD): ditto
347
348         * src/mathed/math_defs.h (class MathedRowSt): remove friends, add
349         methods setBaseline, ascent, descent
350         (class MathMatrixInset): remove method GetAlign, change h_align
351         from char* to string
352
353         * src/lyxfunc.C (processKeySym): discover the correct argument if
354         the action is LFUN_SELFINSERT
355
356 2000-12-18  Dekel Tsur  <dekelts@tau.ac.il>
357
358         * src/mathed/math_cursor.C (Interpret) Suppress a debug message
359         in normal run.
360
361 2000-12-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
362
363         * src/support/copy.C: don't include filetools.h
364
365         * lib/images: revert to old banner, drop the cucumber.
366         
367 2000-12-12  Dekel Tsur  <dekelts@tau.ac.il>
368
369         * src/converter.C (Formats::View): Change the current directory to
370         the directory of the file.
371                                                                            
372 2000-12-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
373
374         * src/kbsequence.C (addkey): also clear sequence and modifiers if
375         length == 0
376
377         * src/BufferView2.C (theLockingInset): return 0 if text is 0
378
379 2000-12-17  Dekel Tsur  <dekelts@tau.ac.il>
380
381         * Many files: Fix RTL support for insettext.
382
383 2000-12-11  John Levon  <moz@compsoc.man.ac.uk>
384
385         * README: add mention of broken ghostscript versions, remove
386         reference to non-existent BUGS file
387
388 2000-12-13  Angus Leeming <a.leeming@ic.ac.uk>
389
390         * src/support/lstrings.C (compare_no_case): small fix. When passed
391         length, should use it in the size comparison.
392
393 2000-12-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
394
395         * src/insets/insetexternal.C (getScreenLabel): Return a default
396         value if the template label is empty.
397
398         * src/lyxlookup.C: do not condition on FL_REVISION.
399
400         * forms/sp_form.fd:
401         * src/sp_form.C: fix the font size of some text entries
402
403         * src/frontends/xforms/Menubar_pimpl.C (add_toc): honor separator
404         after TOC when there is no TOC. 
405
406         * src/lyxrc.C (readBindFileIfNeeded): new method. Reads the main
407         bind file if it has not been done yet.
408         (read): remove local bindFile variable. Try to fix the handling of
409         RC_BIND and RC_BINDFILE.
410
411         * src/lyx_main.C (init): use readBindFileIfNeeded().
412
413         * lib/languages: Change description of german to "German (new
414         spelling)".
415
416 2000-12-07  Angus Leeming <a.leeming@ic.ac.uk>
417
418         * src/frontends/xforms/FormInset.C (createInset): activate "Ok",
419         "Apply" buttons if arg is non-zero.
420
421         * src/lyxfunc.C (Dispatch): enable citation to be inserted without
422         launching the popup if sufficient info is passed to
423         LFUN_CITATION_CREATE.
424
425 2000-11-23  Dekel Tsur  <dekelts@tau.ac.il>
426
427         * src/lyx_cb.C (MenuInsertLabel): Compute a default value for new
428         labels (disabled in 1.1.6).
429
430         * src/lyxrc.[Ch]: New variable label_init_length
431
432         * mathed/formula.C (LocalDispatch): Preserve the label when
433         changing from display math to eqnarray (however, the label
434         do not appear at the first line, as one might expects, but at the
435         second line).
436         (LocalDispatch): When inserting a label to a formula which already 
437         have a label, the old label is used as default value.
438         Also, if the label is changed, then all references to the label
439         are changed.
440
441         * src/mathed/math_iter.C (setLabel): Allow to set the label
442         even if it is empty. This is needed to allow deletion of a label
443         in an eqnarray.
444
445         * src/BufferView2.C (ChangeRefsIfUnique): New method. Changes the
446         refernces only if the old label appears once in the document.
447
448 2000-12-07  Angus Leeming <a.leeming@ic.ac.uk>
449
450         * lib/languages: added ngerman. Patch courtesy of Andreas Gehlert
451         <gehlert@Rcs1.urz.tu-dresden.de>
452
453         * src/frontends/xforms/FormBase.C: comment out debug.h
454
455         * src/frontends/xforms/FormGraphics.[Ch] (browseFile): removed. Reuse
456         code in xform_helpers instead.
457         (d-tor): comment out "delete dialog;" and so prevent a crash on exit.
458
459         * src/frontends/xforms/FormPreferences.C: use AddName() in more places.
460         Use N_(), rather than _() when creating strings to pass to browseFile()
461         because browseFile calls gettext() itself now.
462
463         * src/frontends/xforms/xform_helpers.C (browseFile): call gettext() and
464         display the filename correctly.
465
466 2000-12-09  Dekel Tsur  <dekelts@tau.ac.il>
467
468         * src/converter.C (Move): New method. Used to move file or files
469         from temp dir to the output dir. (this fixes the bug that
470         exporting linuxdoc/docbook document to html would not move all
471         html file from temp directory).
472
473         * src/support/filetools.C (DirList): Fixed.
474
475         * src/lstrings.C (prefixIs): Fixed (how nobody noticed it before??).
476
477 2000-12-08  Dekel Tsur  <dekelts@tau.ac.il>
478
479         * src/converter.C (Add): Remove $$i when setting latex_command.
480
481         * src/text.C (IsBoundary): Return false when pos = 0.
482         
483 2000-12-08  Dekel Tsur  <dekelts@tau.ac.il>
484
485         * lib/kbd/hebrew.kmap: Add Hebrew points (nikud).
486
487 2000-12-07  Angus Leeming <a.leeming@ic.ac.uk>
488
489         * src/frontends/xforms/FormDocument.C (checkMarginValues): you don't
490         need to empty the fields to turn off use of the geometry package!
491
492 2000-12-07  Angus Leeming <a.leeming@ic.ac.uk>
493
494         * src/lyxparagraph.h, src/paragraph.C (CopyIntoMinibuffer): pass a
495         (Buffer const &), not a (BufferParams const &) and so fix a crash
496         caused by using current_view before it had been initialised. Not
497         the best way to do this, but much easier than changing
498         Inset::Clone(Buffer const &) to Inset::Clone().
499
500         * src/CutAndPaste.C:
501         * src/tabular.C: changed call to CopyIntoMinibuffer().
502
503 2000-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
504
505         * lib/ui/default.ui: put TOC at the beginning of the TOC menu.
506
507         * src/lyxfunc.C (getStatus): disable insertion of floats in a
508         tabular. 
509
510 2000-12-06  Angus Leeming <a.leeming@ic.ac.uk>
511
512         * src/frontends/xforms/FormPreferences.C (ScreenFonts::build):
513         changed filter for screen fonts input filter from int to float
514
515         * src/frontends/xforms/input_validators.c: removed.
516         * src/frontends/xforms/input_validators.C: new file. Can now call C++
517         functions from within the filter functions.
518
519         * src/frontends/xforms/input_validators.[Ch]
520         (fl_unsigned_float_filter): new filter function.
521
522         * src/frontends/xforms/forms/fdfixc.sed: I defy gettext to get
523         confused now! And if you think I'm going to do this in
524         ./forms/fdfix.sh with its "sed -e" declarations, then think again!
525                           
526 2000-12-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
527
528         * src/buffer.C (asciiParagraph): small NEW_INSETS fix from Levon
529
530         * src/WorkArea.C (work_area_handler): don't handle button requests
531         if xbutton.button == 0
532
533 2000-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
534
535         * lib/layouts/lyxmacros.inc: do not use \verbatim@font in lyxcode.
536         It creates a lot of interesting problems.
537
538 2000-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
539
540         * src/frontends/xforms/Menubar_pimpl.C (openByName): check that
541         the menu exists in the current menubar before opening it.
542
543         * src/MenuBackend.C (hasSubmenu): new method. 
544
545         * src/frontends/xforms/Menubar_pimpl.C: fix problem with bogus
546         action value by offsetting actions by a large constant (so that
547         bogs choice result will be less than this constant).
548
549         * lib/bind/fi_menus.bind: more cleanup to menus.
550         * lib/bind/sciword.bind: ditto.
551         * lib/bind/xemacs.bind: ditto.
552         * lib/bind/emacs.bind: ditto.
553         * lib/bind/pt_menus.bind: ditto.
554         * lib/bind/hu_menus.bind: ditto.
555
556         * src/gettext.h (locale_init): set locale LC_NUMERIC to "C".
557
558         * INSTALL: update PROBLEMS section.
559
560         * src/lyxlookup.h: remove condition on xforms version, since we
561         should not include it if not appropriate.
562
563 2000-12-05  John Levon  <moz@compsoc.man.ac.uk>
564
565         * src/LColor.C: "latex text" -> "latex inset" (from
566         Angus Leeming)
567
568         * src/lyxrc.C: "it's" -> "its" (from Angus Leeming)
569
570         * src/frontends/kde/FormTabularCreate.C:
571         * src/frontends/kde/citationdlg.C:
572         * src/frontends/kde/copyrightdlg.C:
573         * src/frontends/kde/paradlg.C:
574         * src/frontends/kde/paraextradlg.C:
575         * src/frontends/kde/parageneraldlg.C:
576         * src/frontends/kde/printdlg.C:
577         * src/frontends/kde/refdlg.C:
578         * src/frontends/kde/tabcreatedlg.C:
579         * src/frontends/kde/tocdlg.C:
580         * src/frontends/kde/urldlg.C: add necessary headers
581         (from Angus Leeming)
582
583         * src/frontends/kde/dlg/emptytable.C:
584         * src/frontends/kde/dlg/tabstack.C: ctors shouldn't have
585         default parameters (from Angus Leeming)
586                 
587         * src/frontends/kde/dlg/moc/.cvsignore:
588         * src/frontends/kde/dlg/.cvsignore:
589         * src/frontends/kde/moc/.cvsignore: fix the library name
590         (from Angus Leeming)
591
592         * src/frontends/kde/paradlg.C:
593         * src/frontends/kde/parageneraldlg.C:
594         * src/frontends/kde/dlg/para.dlg:
595         * src/frontends/kde/dlg/paradlgdata.C: added accelerators
596
597         * src/frontends/kde/dlg/README: clarified qtarch version
598
599         * src/frontends/kde/dlg/Makefile.am: removed the
600         dlg rules as they created spontaneous rebuilds
601         (not a good idea as it requires qtarch)
602
603 2000-12-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
604
605         * config/lyxinclude.m4 (LYX_PATH_XFORMS): display also the
606         fixlevel along with xforms version.
607
608         * src/WorkArea.C (work_area_handler): use stuff in lyxlookup.h when
609         xforms version is strictly less than 0.89.5.
610         * src/lyx_gui.C (LyXGUI): ditto.
611         * src/LyXView.C (show): ditto.
612
613 2000-12-02  Dekel Tsur  <dekelts@tau.ac.il>
614
615         * src/BufferView_pimpl.C (workAreaMotionNotify): Fixed mouse
616         movement in inset in RTL text.
617         (checkInsetHit): Fixed mouse movement in scrolled inset in RTL text.
618         (workAreaButtonRelease): Do not open a float when there is a selection.
619
620         * src/insets/insettext.C (cx): Fixed for insets in RTL text.
621
622         * src/spellchecker.C (RunSpellChecker): Open all floats before
623         spellchecking.
624
625         * src/text.C (InsertChar): Consider "," as a part of a number
626         (for LTR numbers in RTL text code).
627         (IsBoundary): Fixed (and simplified).
628         (InsertChar): Recalculate cursor boundary.
629         (Backspace): Ditto.
630
631 2000-12-04  John Levon  <moz@compsoc.man.ac.uk>
632
633         * src/spellchecker.C: fix figures with pspell enabled
634
635         * src/insets/figinset.C: workaround for gs hang xforms bug
636
637 2000-12-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
638
639         * lib/bind/??_menus.bind: comment out the entries corresponding to
640         real menus. They should be eventually removed, but I'll let the
641         language maintainers do that.
642
643 2000-12-04  John Levon  <moz@compsoc.man.ac.uk>
644
645         * src/frontends/kde/parageneraldlg.C:
646         * src/frontends/kde/parageneraldlg.h: don't use
647         a derived class for SpaceAbove/Below
648
649         * src/frontends/kde/dlg/README: add some info
650
651         * src/frontends/kde/dlg/*: update data files, update
652         dialog files.
653
654         * src/frontends/kde/dlg/moc/Makefile.am: add
655         ${FRONTEND_INCLUDES}
656
657 2000-12-04  John Levon  <moz@compsoc.man.ac.uk>
658
659         * configure.in: add new KDE Makefiles
660         * src/vspace.h: return GlueLength not a normal one
661         * src/support/lstrings.h:
662         * src/support/lstrings.C: add isStrUnsignedInt(),
663         strToUnsignedInt()
664
665         * src/frontends/kde/*: big reorganisation, update
666         FormParagraph, add FormTabCreate
667
668 2000-12-04  Angus Leeming <a.leeming@ic.ac.uk>
669
670         * lib/ui/default.ui: small grammatical change.
671
672         * src/frontends/xforms/xform_macros.h: removed.
673
674         * src/frontends/xforms/FormBase.C:
675         * src/frontends/xforms/FormPreferences.C:
676         * src/frontends/xforms/Makefile.am: changes associated with removing
677         xform_macros.h. Should make Lars' debugging a little easier.
678
679         * src/frontends/xforms/FormPreferences.C:
680         * src/frontends/xforms/FormPreferences.h:
681         * src/frontends/xforms/forms/form_preferences.fd (Colors tab): no
682         longer use X11 color name database. HSV and RGB dials/sliders.
683         Please let this be the end of this!
684
685 2000-11-30  Dekel Tsur  <dekelts@tau.ac.il>
686
687         * Several files: Allow compilation when the compiler doesn't
688         support namespaces.
689
690 2000-11-30  Angus Leeming <a.leeming@ic.ac.uk>
691
692         * lyx.man:
693         * src/lyx_main.C (commandLineHelp, easyParse): documented remaining
694         command line options.
695
696 2000-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
697
698         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use
699         FL_MENU_BUTTON for items in menu bar. Not sure what difference it
700         makes, anyway.
701
702 2000-11-29  Angus Leeming <a.leeming@ic.ac.uk>
703
704         * src/frontends/xforms/FormRef.C (updateBrowser):
705         * src/frontends/xforms/forms/form_ref.fd: try clicking on
706         different insets with the sort key active. Now apply this patch!
707
708 2000-11-29  John Levon  <moz@compsoc.man.ac.uk>
709
710         * src/frontends/xforms/FormPrint.C: set to valid()
711         when we update from the passed parameters.
712
713 2000-11-29  Angus Leeming <a.leeming@ic.ac.uk>
714
715         * src/LColor.C (getFromGUIName): internationalise the comparison.
716
717         * src/lyx_gui_misc.h (LyXBell): turn off that BLOODY bell until it's a
718         FormPreferences choice.
719
720         * src/frontends/xforms/FormPreferences.C: some additional Color safety.
721         Should be redundant.
722
723 2000-11-29  John Levon  <moz@compsoc.man.ac.uk>
724
725         * src/lyxrc.C: more detail for the printer program config
726         dialog.
727
728         * src/LColor.C: ert->latex text. LColor needs a big revamp
729         but will have to wait till after 1.1.6
730
731         * src/buffer.C: bring up a dialog if we load a document
732         with an un-installed text class, rather than just complain
733         on the console.
734                         
735 2000-11-29  Angus Leeming <a.leeming@ic.ac.uk>
736
737         * src/combox.[Ch] )(add, Show): workaround xforms bug when Show()ing
738         the browser form for a combox in a tabbed folder. Bug fix courtesy of
739         Steve Lamont <spl@ncmir.ucsd.edu>.
740
741         * src/frontends/xforms/FormDocument.C (build):
742         * src/frontends/xforms/FormPreferences.C (Language::build):
743         pass tabfolders to Combox::add() in order to use this work around.
744
745         * src/frontends/xforms/FormCitation.C (connect): remove max size
746         limitation.
747         (update): sort list of bibliography keys.
748
749         * src/frontends/xforms/FormRef.[Ch] (connect, showBrowser, hideBrowser,
750         setSize): removed.
751         No max size limitation. Same popup for new and existing insets. Fixes
752         bugs reported by Rob Lahaye.
753         
754         * src/frontends/xforms/FormCitation.C (c-tor):
755         * src/frontends/xforms/FormCopyright.C (c-tor):
756         * src/frontends/xforms/FormError.C (c-tor):
757         * src/frontends/xforms/FormGraphics.C (c-tor):
758         * src/frontends/xforms/FormIndex.C (c-tor):
759         * src/frontends/xforms/FormRef.C (c-tor):
760         * src/frontends/xforms/FormToc.C (c-tor):
761         * src/frontends/xforms/FormUrl.C (c-tor):
762         use correct policy for ButtonController.
763
764         * src/frontends/xforms/FormPreferences.[Ch]: cleaned up a little more.
765
766         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): modified lyxerr
767         call a little.
768
769         * src/frontends/xforms/forms/form_citation.fd: some resizing changes.
770
771         * src/frontends/xforms/forms/form_ref.fd: new Restore, Apply buutons.
772         Some resizing changes.
773
774 2000-11-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
775
776         * configure.in: fix typo
777
778         * lib/languages: add ukraninian and change no to no_NO
779
780         * src/lyxfont.[Ch] (setGUISize): comment out setGUISize
781
782         * src/bufferview_funcs.C (FontSize): use setLyXSize
783
784 2000-11-24  Kayvan A. Sylvan <kayvan@sylvan.com>
785
786         * acconfig.h, configure.in, config/lyxinclude.m4: Added autoconf tests
787         to check for systems where mkstemp() is available but not declared
788         in headers. The new autoconf macro lyx_CHECK_DECL can be used
789         to check for declarations in headers.
790                  
791 2000-11-23  Angus Leeming <a.leeming@ic.ac.uk>
792
793         * forms/bibforms.fd: tiny fix to get it to run with fdesign.
794
795         * forms/makefile: added bibforms.fd, include_form.fd.
796         Removed lyx_sendfax.fd.
797
798         * src/LaTeXLog.C (ShowLatexLog):
799         * src/LyXAction.C (init):
800         * src/bufferparams.C (readLanguage): altered messages as suggested by
801         John Levon.
802
803         * src/LyXView.C (c-tor): connected RedrawAllBufferRelatedDialogs() to
804         Dialogs::redrawGUI.
805
806         * src/credits.C: made fd_form_credits non-static, so that it can be
807         redrawn should the xforms colors be re-mapped.
808         * src/spellchecker.C ditto fd_form_spell_options.
809
810         * src/filedlg.[Ch] (redraw):
811         * src/intl.[Ch] (redraw):
812         * src/lyxfr0.[Ch] (redraw):
813         * src/insets/figinset.[Ch] (redraw):
814         * src/insets/insetexternal.[Ch] (redraw):
815         new methods, connected to Dialogs::redrawGUI.
816
817         * src/lyx_gui_misc.[Ch] (RedrawAllBufferRelatedDialogs): new function
818         to be connected to Dialogs::redrawGUI.
819
820         * src/frontends/xforms/FormCitation.C (build):
821         * src/frontends/xforms/FormCopyright.C (build):
822         * src/frontends/xforms/FormError.C (build):
823         * src/frontends/xforms/FormGraphics.C (build):
824         * src/frontends/xforms/FormIndex.C (build):
825         * src/frontends/xforms/FormTabularCreate.[Ch] (update):
826         * src/frontends/xforms/FormToc.C (build):
827         * src/frontends/xforms/FormUrl.C (build):
828         use the ButtonController correctly.
829
830         * src/frontends/xforms/FormCopyright.C (build):
831         * src/frontends/xforms/forms/form_copyright.fd: moved the text out of
832         the .fd file and into build().
833
834         * src/frontends/xforms/FormPreferences.C: tiny clean-up.
835
836         * src/frontends/xforms/FormToc.[Ch]: Don't use apply(). Use input().
837
838         * src/frontends/xforms/forms/form_citation.fd:
839         * src/frontends/xforms/forms/form_copyright.fd:
840         * src/frontends/xforms/forms/form_error.fd:
841         * src/frontends/xforms/forms/form_graphics.fd:
842         * src/frontends/xforms/forms/form_index.fd:
843         * src/frontends/xforms/forms/form_toc.fd:
844         * src/frontends/xforms/forms/form_url.fd:
845         renamed some of the objects. Named others explicitly for the first time.
846         Added Restore and Apply buttons where appropriate.
847
848         * src/insets/Makefile.am: removed form_graphics.[Ch] as they are not
849         used.
850
851 2000-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
852
853         * src/version.h: try the pre2 again
854
855 2000-11-22  Angus Leeming <a.leeming@ic.ac.uk>
856
857         * src/frontends/kde/Dialogs.C: added signal Dialogs::redrawGUI.
858
859         * src/frontends/kde/FormParagraph.C: added using directive.
860
861         * src/frontends/kde/paradlg.C: added config.h and using directive.
862
863         * src/frontends/kde/paradlg.h: added std::qualifier.
864
865         * src/frontends/kde/Makefile.am: added Color.lo to libkde_la_OBJADD.
866
867 2000-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
868
869         * configure.in (AC_OUTPUT): don't output src/xtl/Makefile
870
871         * src/lyx_sendfax.[Ch]  src/lyx_sendfax_main.C: delete files
872
873 2000-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
874
875         * src/version.h: set back to 1.1.6cvs
876
877 2000-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
878
879         * src/version.h: set to 1.1.6pre2
880
881 2000-11-20  Marko Vendelin <markov@ioc.ee>
882
883         * src/frontends/gnome/Dialogs.C: added signal Dialogs::redrawGUI
884
885         * src/frontends/gnome/Makefile.am: updated list of XForms object files
886               
887 2000-11-21  Angus Leeming <a.leeming@ic.ac.uk>
888
889         * src/LColor.C (init):
890         * src/lyxrc.C (getDescription): changed some comments as suggested by
891         John Levon.
892
893         * src/frontends/xforms/FormBase.[Ch]: modified to connect and
894         disconnect the redrawGUI signal in best-practice fashion.
895
896         * src/frontends/xforms/FormPreferences.[Ch]: renamed usage_tab_ as
897         long_opts_tab to reflect the change in name of this tabfolder, as
898         suggested by John Levon.
899         (connect, disconnect): new methods. Don't do much at present other than
900         ensuring that we can't resize the dialog. This just makes xforms go
901         crazy.
902         (lots of methods in Colors): made void rather than bool. The idea is
903         to have an isOk() function that keeps track of whether any input is
904         genuinely invalid and should therefore block Save, Apply.
905         Easier to manipulate the counters rapidly.
906         (Colors::InputBrowserLyX, Colors::Modify): rewritten so that Amir's
907         compiler will like this code. Much cleaner way of doing things.
908
909         * src/frontends/xforms/forms/fdfix.sh: a little speed up fix.
910
911         * src/frontends/xforms/forms/form_preferences.fd: used normal counters
912         rather than simple counters, following suggestion by John Levon.
913
914         * src/frontends/xforms/forms/form_print.fd: used labelframe rather
915         than engraved frame + text.
916
917         * src/frontends/xforms/forms/makefile: removed spurious command.
918
919 2000-11-17  Angus Leeming <a.leeming@ic.ac.uk>
920
921         * src/LColor.C (c-tor): fixed a couple of items in the ColorEntry
922         array. 
923         * src/LyXAction.C (init): LFUN_SET_COLOR now has the attrib
924         ReadOnly|NoBuffer.
925
926         * src/frontends/xforms/Color.C: (HSVColor c-tor): another bug fix.
927
928         * src/frontends/xforms/FormPreferences.C: re-formatted so that I can
929         see what Lars has changed and what is just white space!
930         Now used X directly to ascertain the RGB color associated with the
931         color name.
932         Replaced the RGB sliders with HSV equivalent. Should be more intuitive
933         to use.
934         Added some sort capability.
935         The X11 color name database input is only displayed if the database
936         isn't found in the standard place.
937         Got rid of struct compare_converter; it wasn't used.
938         Probably some other stuff that I've forgotten.
939
940         * src/frontends/xforms/FormPreferences.h: changed the names of some
941         methods in the Colors struct. Added a couple of structs to help sort
942         colors by name and by RGBColor.
943
944         * src/frontends/xforms/xform_helpers.[Ch]: moved the ReadableDir etc
945         functions into a new class RWInfo.
946
947         * src/frontends/xforms/forms/form_citation.fd: Added some shortcuts.
948         The dialog is now almost navigable using the keyboard. Unfortunately,
949         the cursor has to be inside a browser for it to be activated. There is
950         no visual feedback for the key shortcuts to the arrow keys (use
951         Alt-appropriate arrow key, Alt-x).
952
953         * src/frontends/xforms/forms/form_preferences.fd: hacked the Colors tab
954         around a lot.
955
956         * src/support/filetools.[Ch]: moved out ReadableFile etc and into
957         xform_helpers.[Ch]. See above.
958
959 2000-11-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
960
961         * config/lyxinclude.m4 (LYX_PROG_CXX): please somebody
962
963         * src/screen.C (setCursorColor): new method. Sets the color of the
964         cursor. 
965         (ShowManualCursor): call it.
966         Constify some local variables.
967
968         * src/LColor.[Ch] (LColor): add entry for cursor
969         * lib/configure(.m4) (word_to_latex_command): add quotes, removes
970         a warning.
971
972 2000-11-19  Juergen Vigna  <jug@sad.it>
973
974         * src/insets/insettabular.C (draw): fixed text border redraw problem.
975         (calculate_dimensions_of_cells): try to boost up when inserting chars.
976
977 2000-11-15  Rob Lahaye  <lahaye@postech.edu>
978
979         * lib/ui/default.ui: OptItem used for Fax entry
980
981 2000-11-17  Matej Cepl  <cepl@bigfoot.com>
982
983         * lib/kbd/czech.kmap: add apostroph mark to the Czech keyboard.
984
985 2000-11-15  John Levon  <moz@compsoc.man.ac.uk>
986
987         * src/vspace.C (nextToken): fix so it can handle length phrases like
988                 "10mm+-20mm", "40inplus16mmminus10cm" etc.
989
990 2000-11-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
991
992         * src/frontends/xforms/FormPreferences.C: constify several variables
993         (BrowserLyX): rewrite to not need the choice variable
994         (Modify): rewrite to not need the choide variable
995         (compare_converter): make operator const
996
997         * src/lyxrc.C (output): be a bit nicer og os usage, and try to
998         correct the writing of \set_color
999         (getDescription): return a const string
1000
1001         * src/kbsequence.[Ch] (addkey): remove dead code
1002
1003         * src/Painter.C (text): remove some commented code
1004
1005 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
1006
1007         * src/ColorHandler.[Ch]: removed some header files from .h file.
1008         Included LColor.h in .C file.
1009
1010         * src/LColor.[Ch]: made class copyable so that I could create a
1011         system_lcolor instance.
1012
1013         * src/Painter.h: removed LColor.h.
1014
1015         * src/lyx_gui.C (create_forms): used AddName.
1016
1017         * src/lyx_main.C (init): copied lcolor to system_lcolr prior to reading
1018         of user preferences/lyxrc file.
1019
1020         * src/lyxrc.C (output): output changes to lcolor.
1021
1022         * src/frontends/xforms/Color.[Ch]: Changed X11Color to a new struct,
1023         NamedColor.
1024         Moved class xformColor to files xform_helpers.[Ch]. These files,
1025         Color.[Ch], could now be moved into src if they would be useful to
1026         other GUIs.
1027
1028         * src/frontends/xforms/xform_helpers.[Ch]: moved class XformColor here.
1029         Also moved FormPreferences::browseFile here as it can be used by any
1030         xform dialog with a "Browse" button. FormGraphics is a perfect example.
1031
1032         * src/support/filetools.[Ch] (WriteableDir, ReadableDir, WriteableFile,
1033         ReadableFile): changed the FormPreferences methods a little and moved
1034         them here as they'll be useful elsewhere also.
1035
1036         * src/frontends/xforms/FormPreferences.h: a bit more cleaning up.
1037         Removed some header files and used forward declarations instead.
1038         Better commenting.
1039         Removed some methods as they'll be useful elsewhere (see above).
1040
1041         * src/frontends/xforms/FormPreferences.C: a bit more cleaning up.
1042         Can also now modify the LyX LColors. However, for reasons that I don't
1043         yet understand, it appears that we can use
1044         LyXFunc::Dispatch(LFUN_SET_COLOR, arg) only when we have a buffer
1045         present. The problem appears to lie in ColorHandler, because I can
1046         change the color using LColor.SetColor(). Similarly, when reading in a
1047         preferences file with some set_color instances, I'll get a warning
1048         like: Color sea green is undefined or may not be redefined 
1049         Bad lyxrc set_color for sea green
1050
1051         Once the buffer is loaded, however, I can happily change to this color.
1052
1053         Finally, it appears that I have to set the color of "inset frame"
1054         explicitly, or it oscillates from "black" to "indian red" with each
1055         successive "Apply".
1056                                            
1057 2000-11-15  Angus Leeming <a.leeming@ic.ac.uk>
1058
1059         * ANNOUNCE: corrected a spelling mistake.
1060         
1061         * src/tabular.C (OldFormatRead): variable "h" was set but never used.
1062         Removed.
1063
1064 2000-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1065
1066         * src/kbsequence.C (addkey): use a vector as per Andre Poenitz patch.
1067
1068         * lib/Makefile.am (dist-hook): also delete doc/.cvsignore from
1069         distdir. 
1070
1071         * src/support/lyxfunctional.h: make back_insert_fun_iterator(s)
1072         match the requirements from the standard better. This is required
1073         to work with gnu libstdc++-v3
1074
1075         * src/frontends/xforms/FormPreferences.C: add explict pair
1076         arguments to browse calls. include support/lyxmanip.h remvoe
1077         extern fmt. whitespace changes. reorder variables in
1078         FormPreferences.h, to match initalizaton order.
1079
1080         * several files: constify more local variables.
1081         
1082         * src/buffer.C: remove some commented functions.
1083
1084         * src/DepTable.C (remove_files_with_extension): temporary
1085         work around for gcc 2.97 
1086         * src/filedlg.C (find): ditto
1087         * src/Variables.C (set): ditto
1088         * src/LyXAction.C (searchActionArg): ditto
1089         (retrieveActionArg): ditto
1090
1091         * configure.in: check for mktemp too
1092
1093         * UPGRADING: prepare for 1.1.6
1094
1095         * Makefile.am (lgbtags): add backup tags for when etags are
1096         different than usual.
1097
1098         * ANNOUNCE: prepare for 1.1.6
1099
1100         * src/support/tempname.C (make_tempfile): new function, wrapper
1101         around mkstemp and mktemp. Only mkstemp has been tested.
1102         (tempName): call it.
1103         
1104 2000-11-14  Rob Lahaye  <lahaye@postech.edu>
1105         
1106         * default.ui: capitalized some menu items to improve shortcuts.
1107
1108 2000-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1109
1110         * src/frontends/xforms/FormPreferences.C (ok): use AddName().
1111
1112         * src/frontends/xforms/Dialogs.C: add "using" directive.
1113
1114 2000-11-13  Angus Leeming <a.leeming@ic.ac.uk>
1115
1116         * src/filedlg.C (Select): highlight suggested file in browser, if
1117         it is present.
1118
1119         * src/frontends/xforms/FormPreferences.[Ch]: re-written so that
1120         each tab folder is encapsulated in its own class.
1121         The Language keymaps are now chosen using a text input and a
1122         browser button, rather than a Combox.
1123         All the browser buttons are now functional, although LyXFileDlg
1124         still needs to be modified to make it straighhtforward to return a
1125         directory if that is what is desired.
1126
1127         * src/frontends/xforms/forms/form_preferences.fd: use text input
1128         and browse button to input the Language keymaps. Add a few
1129         callbacks for the browse buttons.
1130
1131 2000-11-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1132
1133         * src/support/tempname.C (tempName): small changes to make it
1134         safer. remove the '.' before XXXXXX
1135
1136         * src/support/filetools.C (TmpFileName): remove func 
1137         (GetCWD): ditto
1138         
1139         * src/frontends/xforms/FormRef.C (FormRef): explicit call the bp
1140         * src/frontends/xforms/FormUrl.C (FormUrl): ditto
1141         * src/frontends/xforms/FormTabularCreate.C (FormTabularCreate): ditto
1142         * src/frontends/xforms/FormTabular.C (FormTabular): ditto
1143
1144         * src/frontends/xforms/FormInset.h (FormInset): remove default for bp
1145         (FormCommand): ditto
1146         
1147         * src/frontends/xforms/FormGraphics.C (FormGraphics): explicit
1148         call the bp
1149
1150         * src/frontends/xforms/FormError.C (FormError): use IgnorantPolicy
1151         for bp (this fixes a reproducible hard crash)
1152
1153         * src/frontends/xforms/FormCopyright.C (FormCopyright): explicit
1154         call the bp
1155
1156         * src/frontends/xforms/FormBase.h: make bp_ private
1157         (FormBaseBI): remove default for bp
1158         (FormBaseBD): ditto
1159         
1160         * src/frontends/xforms/Dialogs.C (Dialogs): use the old method it
1161         is safe enough.
1162
1163         * src/frontends/xforms/Color.C (RGBColor): made several vars
1164         const, changed initialization of j to allow it to be const
1165         (HSVColor): similar
1166
1167         * several files: added const to local variables.
1168         
1169         * src/lyx_cb.C: removed several function prototypes and moved them
1170         to lyx_cb.h
1171         (MenuWrite):
1172         (MenuWriteAs):
1173         (UpdateLayoutPreamble): 
1174         (MenuLayoutSave): 
1175         (MenuInsertLabel): add BufferView as arguemnt
1176         (LayoutsCB): make tmp const
1177
1178         * src/layout_forms.h: regenerated
1179
1180         * src/debug.C: add Debug::FILES
1181         (showLevel) (showTags): translate the desc
1182
1183         * src/debug.h: add FILES as debug target
1184
1185         * src/bufferlist.C: use current_view as an interim measure becuase
1186         of added arguments to MenuWrite and MenuWriteAs
1187
1188         * forms/layout_forms.h.patch: make the patch more correct and more appalyable
1189
1190         * config/lyxinclude.m4 (LYX_STD_COUNT): change test to not involve
1191         string. 
1192         (LYX_PROG_CXX): change 2.97 rules to include the -f.. that
1193         libstdc++ is compiled with.
1194
1195 2000-11-13  José Abílio Matos <jamatos@fep.up.pt>
1196         
1197         * lib/layouts/docbook-book.layout
1198         * lib/layouts/docbook.layout
1199         * lib/layouts/linuxdoc.layout: No need for "dummy" paragraphs, now
1200         those paragraphs are expresse as SGML comments <!-- -->.
1201
1202         * src/LaTeXFeatures.h
1203         * src/LaTeXFeatures.C (getIncludedFiles): takes a filename as 
1204         parameter, this allows to express all the include files as relative
1205         paths to the master buffer. The verbatim insert works as the other
1206         include file modes.
1207
1208         * src/buffer.C (sgmlOpenTag) (sgmlCloseTag): don't write if latexname
1209         is a SGML comment.
1210         (MakeLinuxdocFile) (MakeDocBookFile): included files are relative 
1211         to master path.
1212         (MakeDocBookFile): top_element is always written. Some clean up, as
1213         sgmlOpenTag() and sgmlCloseTag() take care of the SGML comment case.
1214
1215         * src/insets/insetinclude.C (Linuxdoc): Added verbatim file fix.
1216         (DocBook) added close tag to inlinegraphics trick for verbatim. Now
1217         a reference is written instead of the name.
1218         (Validate): use the relative path for the filename.
1219
1220         * src/insets/insetlabel.C (DocBook): write end tag, for XML
1221         compatibility. 
1222
1223         * src/support/filetools.h
1224         * src/support/filetools.C (IsSGMLFilename): added.
1225         (BasePath): added.
1226
1227 2000-11-13  Miyata Shigeru  <miyata@kusm.kyoto-u.ac.jp>
1228
1229         * development/OS2/quick_fix.patch: 
1230         * lib/configure.cmd: 
1231         * README.OS2: quick update to the OS/2 port.
1232
1233 2000-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1234
1235         * src/converter.C: add "using" directive.
1236
1237         * src/frontends/xforms/FormPreferences.C: add "using" directive.
1238         (compare_converter): add "int" as return type.
1239
1240         * src/frontends/xforms/Color.C: comment out FL_LIGHTER_COL1 here
1241         too. 
1242
1243 2000-11-11  Angus Leeming <a.leeming@ic.ac.uk>
1244
1245         * src/lyx_gui.C (create_forms): map the xform colours, should a
1246         mapping exist. Ie, call XformColor::read().
1247
1248         * src/frontends/xforms/Color.[Ch] renamed struct RGB as RGBColor
1249         and struct HSV as HSVColor.     
1250         (XformColor::read, XformColor::write) : new methods that
1251         input/output any changes to the cform GUI colors.
1252
1253         * src/frontends/xforms/Dialogs.C: FORMS_H_LOCATION no longer
1254         included.
1255
1256         * src/frontends/xforms/FormPreferences.C Lots of little changes
1257         associated with the changed name of the RGB and HSV structs. Can
1258         now save changes to xforms GUI to file. Commented out
1259         FL_LIGHTER_COL1 to allow compilation with xforms 0.88. It isn't
1260         used currently anyway.
1261
1262 2000-11-11  Dekel Tsur  <dekelts@tau.ac.il>
1263
1264         * src/converter.C: A lot of changes:
1265         - It is no longer possible to choose between two or more ways to 
1266         export to some format (the new code uses only the shortest path).
1267         However, it is still possible to choose between pdflatex/ps2pdf
1268         for  creating a PDF file, by defining two PDF formats: pdf & pdf2.
1269         - Added several methods that makes  the FormPreferences code simpler.
1270         - Changed the tokens $$FName and $$OutName to $$i and $$o.
1271
1272         * src/exporter.C (Export): lyxrc.use_pdf is set before
1273         makeLaTeXFile is called. This works but not very nice.
1274
1275         * src/frontends/xforms/FormPreferences.C: The formats/converters
1276         tabs are now fully functional.
1277
1278         * src/buffer.C (getTocList): Add numbers to the captions. 
1279
1280         * lib/lyxrc.example: Removed fax section
1281
1282         * src/support/rename.C (rename): Delete the old file if lyx::copy
1283         is called.
1284
1285 2000-11-13  Rob Lahaye <lahaye@postech.edu>
1286
1287         * lib/ui/default.ui: minor polishing.
1288
1289 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1290
1291         * src/frontends/xforms/Color.C: include <algorithm> and <cmath>
1292         headers. 
1293
1294         * lib/Makefile.am (DOCINST): do not install everything in the
1295         documentation directory.
1296
1297 2000-11-10  John Levon  <moz@compsoc.man.ac.uk>
1298
1299         * src/bufferlist.C (newFile): set the filename to the constructed
1300         newfileXX.lyx
1301
1302         * src/lyx_cb.C (MenuWriteAs): if a buffer is "unnamed", pass the
1303         constructed "newfileXX.lyx" name to the dialog
1304
1305         * src/frontends/DialogBase.h: make update() non-abstract so
1306         KDE doesn't need to implement two update methods for every form
1307
1308         * src/frontends/kde/Makefile.am: add missing xforms objects
1309         to compile again
1310
1311         * src/frontends/kde/Dialogs.C: Add FormTabularCreate dialog
1312
1313 2000-11-09  Angus Leeming <a.leeming@ic.ac.uk>
1314
1315         * src/frontends/xforms/Color.[Ch]: new files, defining the color
1316         structs RGB and HSV. May not be the best place for these files.
1317         Perhaps move them into src ?
1318
1319         * src/frontends/xforms/Makefile.am: added new files.
1320
1321         * src/frontends/xforms/forms/form_preferences.fd:
1322         * src/frontends/xforms/FormPreferences.[Ch]: bowed to reality and
1323         replaced all instances of "colour" with "color"!
1324
1325         * src/frontends/xforms/forms/form_preferences.fd: modified Colors tab
1326         slightly yet again.
1327
1328         * src/frontends/xforms/FormPreferences.[Ch]: functioning Colors
1329         tab. Can now alter the colors of the xform's GUI on the fly. With
1330         the aid of a single static Signal (see below), can "Apply" these
1331         changes to all currently open dialogs. (Well, to all of the NEW
1332         dialogs and to LyXView. The OLD dialogs are not yet redrawn.) ALL
1333         subsequently opened dialogs will, of course, also have the new
1334         color scheme. Cannot yet save (or load) the choices to file, so
1335         they are lost when exiting LyX.
1336         
1337         * src/frontends/Dialogs.h:
1338         * src/frontends/xforms/Dialogs.C (redrawGUI): new static Signal.
1339         Used to trigger a redraw of any dialogs connected to it because,
1340         for example, the GUI colours have been re-mapped.
1341
1342         * src/frontends/xforms/FormBase.[Ch]:
1343         * src/frontends/xforms/FormDocument.[Ch]:
1344         * src/frontends/xforms/FormParagraph.[Ch]:
1345         * src/frontends/xforms/FormPreferences.[Ch]:
1346         * src/frontends/xforms/FormTabular.[Ch]: (redraw): new virtual
1347         method, to be connected to Dialogs::redrawGUI. Method must be
1348         virtual, because dialogs with tabbed folders need to redraw the
1349         forms of each tab folder.
1350
1351         * src/LyXView.C (d-tor):
1352         * src/frontends/xforms/FormBase.C (d-tor): connected
1353         Dialogs::redrawGUI signal to redraw().
1354
1355         * src/frontends/xforms/FormBase.C (~FormBaseBI, ~FormBaseBD):
1356         removed Assert, because it is identical to that in FormBase.
1357
1358 2000-11-10  Rob Lahaye <lahaye@postech.edu>
1359
1360         * lib/ui/default.ui: minor polishing.
1361
1362 2000-11-10  Juergen Vigna  <jug@sad.it>
1363
1364         * src/insets/insettext.C (resizeLyXText): check !cache[bv]
1365         (deleteLyXText): ditto
1366
1367         * src/insets/insettabular.C (InsetButtonPress): don't clear the
1368         selection on mouse-button-3.
1369
1370         * src/insets/insettabular.h: new function clearSelection(), use this
1371         functions inside insettabular.C.
1372
1373         * src/insets/insettabular.C (TabularFeatures): clear the selection
1374         on remove_row/column.
1375
1376         * src/insets/inset.C (scroll): fixed some scroll stuff.
1377
1378         * src/insets/insettabular.C (draw): fixed another minor draw problem.
1379
1380 2000-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1381
1382         * lib/CREDITS: add Yves Bastide
1383
1384 2000-11-03  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
1385
1386         * config/lyxinclude.m4 (LYX_CXX_GLOBAL_CSTD): new function to
1387         check whether C library functions are in the global namespace.
1388
1389         * configure.in: calls it.
1390
1391         * src/support/lstrings.C: #ifndef CXX_GLOBAL_CSTD instead of
1392         #ifndef __GLIBCPP__.
1393
1394 2000-11-08  Dekel Tsur  <dekelts@tau.ac.il>
1395
1396         * src/frontends/xforms/FormPreferences.C (updateLanguage): Check
1397         iterators to prevent crash.
1398
1399 2000-11-08  Angus Leeming <a.leeming@ic.ac.uk>
1400
1401         * src/converter.h (getprettyname, getFromToPrettyname): new methods.
1402
1403         * src/frontends/xforms/xform_macros.h (C_PREPOSTHANDLER): new macro
1404         shortcut for xforms CB to the preemptive or post-handler function.
1405
1406         * src/frontends/xforms/forms/form_preferences.fd (form_preferences):
1407         removed the HIDDEN_TIMER as it's no longer used.
1408         Various other small changes.
1409
1410         * src/frontends/xforms/FormPreferences.[Ch]: removed timer. Use a
1411         preemptive handler to obtain feedback, rather than the post-handler.
1412         (ColoursLoadBrowser): find "black" and "white" based on RGB values
1413         rather than name.
1414         Formats tab is now complete. Converters tab is nearly so.
1415
1416 2000-11-09  Juergen Vigna  <jug@sad.it>
1417
1418         * src/insets/insettext.C (~InsetText): 
1419         (clear): 
1420         (Read): 
1421         (SetParagraphData): set cache.second to 0 after deleting it!
1422         (getLyXText): check if cache.second is not 0 if finding it.
1423
1424 2000-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1425
1426         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): use
1427         lyxlex to parse the rgb.txt file.
1428
1429         * src/lyxlex.[Ch]:
1430         * src/lyxlex_pimpl.[Ch]: implement setCommentChar method, to
1431         replace the default '#' comment character.
1432         
1433         * src/support/tempname.C: add "using" directive
1434         * src/frontends/ButtonPolicies.C: ditto.
1435
1436         * src/support/filetools.C (DirList): add an explicit cast to avoid
1437         a compile error (probably not the right fix)
1438
1439 2000-11-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1440
1441         * src/support/filetools.C (DirList): implement using system functions
1442
1443         * src/support/tempname.C: new file
1444
1445         * src/support/Makefile.am (libsupport_la_SOURCES): add tempname.C
1446
1447         * src/insets/insetexternal.C (InsetExternal): use lyx::tempName
1448
1449         * src/graphics/GraphicsCacheItem_pimpl.C (renderXPM): use
1450         lyx::tempName 
1451
1452         * src/frontends/xforms/ButtonController.C: new file
1453
1454         * src/os2_defines.h: remove getcwd define
1455
1456         * src/lyxvc.C: include support/lyxlib.h
1457         (showLog): use lyx::tempName
1458
1459         * src/lyx_cb.C: comment out includes that we don't need
1460         (AutoSave): use lyx::tempName
1461
1462         * src/filedlg.C: include support/lyxlib.h
1463         (Reread): use lyx::getcwd
1464
1465         * src/converter.C: include support/filetools.h
1466         (add_options): change to static inline, make tail const
1467         (Add): make old_viewer const
1468         (GetAllFormats): make it a const method, use const_iterator
1469         (enable): make static inline
1470         (SplitFormat): make using_format const
1471
1472         * src/LaTeX.C (run): use lyx::getcwd
1473
1474         * configure.in: check for mkstemp as well 
1475
1476 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
1477
1478         * src/converter.[Ch] (GetAllCommands): new method.
1479
1480         * src/support/filetools.[Ch] (DirList): new method.
1481
1482         * src/frontends/xforms/FormPreferences.C: started (just!) adding
1483         functionality to the converters tab.
1484         The formats tab is now nearly complete.
1485         The kbmap choices in Languages tab now display the contents of
1486         system_lyxdir/kbd/*.kmap in readable form.
1487
1488         * src/frontends/xforms/FormPreferences.h: made struct RGB private.
1489         Moved some variables into the class.
1490
1491         * src/frontends/xforms/forms/form_preferences.fd: Revert colour of
1492         inactive tab folder to FL_COL1. Haven't yet worked out how to change
1493         colour of active folder to lighter grey instead. Any takers?
1494         (form_colours): added an "Apply" button.
1495         (form_converters): added a "Flags" input field.
1496         (form_formats): added a "Shortcut" input field. Note that we can't use
1497         names such as "input_shortcut" as this buggers up the sed script stuff.
1498
1499 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
1500
1501         * src/LaTeXLog.C:
1502         * src/LyXSendto.C:
1503         * src/credits.C:
1504         * src/filedlg.C:
1505         * src/intl.C:
1506         * src/lyx_cb.C:
1507         * src/lyx_sendfax_main.C:
1508         * src/lyxfr0.C:
1509         * src/lyxvc.C:
1510         * src/spellchecker.C:
1511         * src/insets/figinset.C:
1512         * src/insets/insetbib.C:
1513         * src/insets/insetexternal.C:
1514         * src/insets/insetinclude.C:
1515         * src/insets/insetinfo.C:
1516         * src/mathed/math_panel.C:
1517         use FL_PLACE_MOUSE | FL_FREE_SIZE, FL_TRANSIENT in fl_show_form(), so
1518         all "daughter" dialogs now have identical "feel".
1519                                 
1520 2000-11-07  Angus Leeming <a.leeming@ic.ac.uk>
1521
1522         * src/lyx_gui_misc.[Ch] (IgnoreCloseBoxCB): removed as it's no longer
1523         used (and was only used in one place prior to this patch. Incorrectly!)
1524
1525         * src/frontends/xforms/FormDocument.C: changed some instances of
1526         FL_RETURN_ALWAYS to FL_RETURN_CHANGED as I think that this makes more
1527         sense. Also added fl_set_input_return() for class_->input_doc_extra and
1528         for options_->input_float_placement. This fixes a bug reported by
1529         Rob Lahaye.
1530
1531         * src/frontends/xforms/FormGraphics.[Ch] (free): removed. Placed
1532         functionality into d-tor.
1533
1534         * src/frontends/xforms/input_validators.c (fl_lowercase_filter): allow
1535         input of numerals also.
1536
1537         * src/insets/insetinclude.C (Edit): use CancelCloseBoxCB in
1538         fl_set_form_atclose(). Can now close dialog from window manager,
1539         fixing a bug reported by Rob Lahaye.
1540
1541 2000-11-06  Angus Leeming <a.leeming@ic.ac.uk>
1542
1543         * src/frontends/xforms/forms/form_preferences.fd: Inactive tab folders
1544         are no longer dark. Haven't yet worked out how to lighten the colour of
1545         the active tabfolder. Any ideas anybody?
1546         Adjusted Colours tab a little.
1547         Added Shortcut field to converters tab. Note that we can't create an
1548         fdesign label like "input_shortcut" as this buggers up the sed-script
1549         stuff.
1550
1551         * src/frontends/xforms/FormPreferences.[Ch]:
1552         (feedback): fixed crash due to to ob=0.
1553         (LanguagesXXX): the kbmap choices now contain the files
1554         sytem_lyxdir/kbd/*.kmap. I think that these choices should eventually
1555         be replaced by an input with a file browse button, but since the browse
1556         buttons don'y yet work, this'll do for the moment.
1557         (FormatsXXX): think that this is now nearly fully functional.
1558         Some points/questions though:
1559         1. Does "Apply" remove formats if no longer present?
1560         2. I think that the browser should list the GUI names rather than the
1561            format names.
1562         3. Must ensure that we can't delete Formats used by an existing
1563            Converter.
1564
1565         * src/support/filetools.[Ch] (DirList): new function. Not at all sure
1566         if this is the best way to do this.
1567                                                        
1568 2000-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1569
1570         * lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message.
1571
1572         * lib/configure.m4 (latex_to_html_command): avoid spaces around =
1573         for variable assignment.
1574
1575 2000-11-07 Rob Lahaye <lahaye@postech.edu>
1576
1577         * src/lib/ui/default.ui: added sub/superscripts to menu as
1578         Insert->Special characters  and  cleaned-up the file a bit
1579
1580 2000-11-07  Allan Rae  <rae@lyx.org>
1581
1582         * src/frontends/xforms/FormPreferences.C (feedback): make sure
1583         ob isn't 0 before using it.  See comments in function.
1584
1585         * src/frontends/xforms/forms/fdfixc.sed: tiny spacing fix.
1586
1587         * src/frontends/xforms/form_*.C: regenerated
1588
1589 2000-11-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1590
1591         * src/LaTeX.C (deplog): change reg1 to handle (/.../.../fil.sty)
1592
1593         * config/lyxinclude.m4 (LYX_PROG_CXX): remove -fno-rtti when
1594         compiling with gcc-2.96
1595
1596 2000-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1597
1598         * src/support/lyxstring.C: add a couple "using" directives.
1599
1600         * src/frontends/xforms/FormPreferences.C (ColoursLoadBrowser): add
1601         a .c_str() here too for good measure.
1602         * src/Spacing.C (set): ditto.
1603         * src/lyxfunc.C (Dispatch): ditto.
1604
1605         * src/insets/insettabular.C (copySelection): change .str() to
1606         .str().c_str() to fix problems with lyxstring.
1607         * src/support/filetools.C (GetFileContents): ditto.
1608         * src/buffer.C (asciiParagraph): ditto.
1609         * src/paragraph.C (String): ditto.
1610
1611         * lib/bind/fi_menus.bind: change symbol-insert to math-insert.
1612         * lib/bind/sciword.bind: ditto.
1613
1614         * src/LyXAction.C (init): remove "symbol-insert" function, which
1615         shared LFUN_INSERT_MATH with "math-insert".
1616
1617         * lib/configure.m4: == is not a valid operator for command test.
1618
1619         * src/lyxrc.C: add using directive.
1620
1621         * src/converter.h: add std:: qualifier.
1622
1623 2000-11-03   Dekel Tsur  <dekelts@tau.ac.il>
1624
1625         * src/converter.[Ch] and other files: Change the Format class to a
1626         real class, and create two instances: formats and system_format.
1627
1628         * src/lyxrc.C (output): Output the difference between formats and
1629         system_formats.
1630
1631         * src/frontends/xforms/FormPreferences.C (input): Simplify.
1632         (buildFormats): Insert formats into browser.
1633         (inputFormats): Made the browser and add button functional.
1634         (applyFormats): Update formats from format_vec.
1635
1636         * src/converter.C: Changed all (*it). to it->
1637         (Format::dummy): New method.
1638         (Format::importer): New format flag.
1639         (Formats::GetAllFormats): New method.
1640         (Formats::Add): Delete format from the map if prettyname is empty.
1641         (Converter::Convert): Print an error message if moving the file fails.
1642         (Converter::GetReachableTo): New method
1643
1644         * src/MenuBackend.[Ch]: Add support for importformats tag.
1645
1646         * src/support/rename.C (rename): Call to lyx::copy if ::rename fails. 
1647
1648         * lib/configure.m4: Add word->tex and ps->fax converters.
1649
1650         * lib/ui/default.ui: Use ImportFormats on file->import menu.
1651         Return fax to file menu.
1652
1653         * NEWS: Updated.
1654
1655 2000-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1656
1657         * src/frontends/xforms/FormPreferences.h (operator=): move out of RGB
1658         (operator!): ditto
1659
1660         * src/frontends/xforms/FormPreferences.C (WriteableFile): simplify
1661         the use of FileInfo
1662
1663         * src/lyxfunc.C (processKeyEvent): removed
1664
1665         * src/bufferlist.C (emergencyWrite): removed the out commented
1666         emergency write code.
1667
1668         * src/Makefile.am (lyx_main.o): add dep for commandtags.h
1669
1670         * src/LyXView.[Ch]: remove the outcommented raw_callback code
1671
1672         * many files: change formatting to be a bit more uniform for
1673         if,while,for,switch statements, remove some parantesis not needed.
1674         
1675
1676 2000-11-03  John Levon  <moz@compsoc.man.ac.uk>
1677
1678         * config/kde.m4: make config more robust when KDEDIR is set
1679         
1680 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1681
1682         * src/frontends/xforms/Toolbar_pimpl.C: do not crash if mathed has
1683         not returned a pixmap for "math-insert".
1684
1685         * src/LyXAction.C (init): sort the entries a bit.
1686
1687 2000-11-03  Juergen Vigna  <jug@sad.it>
1688
1689         * src/insets/insettabular.h: added fixed number to update codes so
1690         that update is only in one direction.
1691
1692         * src/insets/insettabular.C (UpdateLocal): modified a bit don't think
1693         it matters.
1694
1695         * src/insets/insettext.C (InsetButtonPress): set the_locking_inset
1696         before call to edit because of redraw.
1697
1698         * src/insets/insetcollapsable.C (draw): fixed clearing too much.
1699
1700 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1701
1702         * lib/ui/default.ui: Populate "edit_float" menu
1703
1704         * src/lyxfunc.C (Dispatch): implement LFUN_FLOATSOPERATE.
1705
1706         * src/LyXAction.C (init): add new entry LFUN_FLOATSOPERATE, name
1707         "floats-operate". The name is ugly (and the func also), but this
1708         is just a band-aid until we switch to new insets.
1709
1710 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
1711
1712         * lib/ui/default.ui: update again the menu layout (fix some
1713         shortcuts). 
1714
1715 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1716
1717         * src/MenuBackend.h (fulllabel): new method.
1718
1719         * src/MenuBackend.C (checkShortcuts): new method. Checks whether
1720         the menu shortcuts of a menu are unique and whether they
1721         correspond to a letter of the label.
1722         (expand): call checkShortcuts when debugging.
1723
1724 2000-11-03  Andre Poenitz  <poenitz@HTWM.De>
1725
1726         * src/insets/insettext.C (InsetButtonPress): shut off warning. 
1727
1728 2000-11-02  Lior Silberman  <lior@Princeton.EDU>
1729
1730         * lib/examples/*.lyx : '\language default' => '\language english'
1731         
1732         * lib/examples/it_splash.lyx : except where it should be italian
1733
1734         * lib/templates/*.lyx : the same
1735
1736         * doc/*.lyx* : the same
1737
1738 2000-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1739
1740         * lib/bind/menus.bind: remove the Layout menu entries, which I
1741         somehow forgot earlier.
1742
1743 2000-11-03  Rob Lahaye  <lahaye@postech.edu>
1744
1745         * lib/ui/old-default.ui: keep the old one here for reference (to
1746         be deleted later).
1747
1748         * lib/ui/default.ui: update the menu layout
1749
1750 2000-11-02  Angus Leeming <a.leeming@ic.ac.uk>
1751
1752         * src/frontends/xforms/FormCitation.C: made use of ButtonController.
1753         Can now Apply to different insets without closing the dialog.
1754
1755         * src/frontends/xforms/FormPreferences.C: new Colour and Format tabs.
1756         Can't actually DO anything with them yet, but I'd like a little
1757         feedback.
1758
1759         * src/frontends/xforms/input_validators.[ch]
1760         (fl_lowercase_filter): new. 
1761
1762 2000-10-27   Dekel Tsur  <dekelts@tau.ac.il>
1763
1764         * src/mathed/formulamacro.h (LyxCode) Return MATHMACRO_CODE instead
1765         of MATH_CODE. This fixes a bug with math-macros in RTL text.
1766
1767         * src/text.C (PrepareToPrint): Show math-macros block aligned.
1768
1769 2000-11-02  Juergen Vigna  <jug@sad.it>
1770
1771         * src/insets/insettext.C (LocalDispatch): return a DISPATCHED_NOUPDATE
1772         on char insertion as it has already be updated by bv->updateInset().
1773
1774         * src/insets/insettabular.C (UpdateInsetInInset): update the inset
1775         if an inset inside was updated.
1776
1777         * lib/configure.cmd: commented out fax-search code 
1778
1779 2000-11-01  Yves Bastide  <stid@acm.org>
1780
1781         * src/tabular.C (OldFormatRead): set tabular language to the
1782         document's one.
1783
1784 2000-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1785
1786         * lib/reLyX/MakePreamble.pm (translate_preamble): fix reading of
1787         class names with non-letter characters (from Yves Bastide).
1788
1789         * lib/ui/default.ui: change Item to OptItem in import menu.
1790         Comment out fax stuff.
1791
1792         * lib/configure.m4: comment out fax-related stuff.
1793
1794 2000-10-31  Angus Leeming <a.leeming@ic.ac.uk>
1795
1796         * src/frontends/xforms/xform_helpers.[Ch]: new files. Repository for
1797         useful xforms helper functions. At present contains only formatted().
1798         Input a string and it returns it with line breaks so that in fits
1799         inside the label.
1800
1801         * src/frontends/xforms/Makefile.am: add new files.
1802
1803         * src/lyxrc.[Ch] (getDescription): new name for getFeedback.
1804         * src/lyxrc.C (getDescription): Removed '\n's from strings. Corrected
1805         punctuation.
1806
1807         * src/frontends/xforms/FormPreferences.[Ch]:
1808         * src/frontends/xforms/forms/form_preferences.fd: No new functionality
1809         but lots of little clean ups. Removed enum State. Make use of
1810         formatted(). Constify lots of methods. Perhaps best of all: removed
1811         requirement for that horrible reinterpret_cast from pointer to long in
1812         feedbackPost().
1813
1814 2000-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1815
1816         * src/lyxlookup.C: include FORMS_H_LOCATION to get at FL_REVISION,
1817         conditionalize build on xforms < 0.89
1818
1819         * src/lyx_gui.C (LyXGUI): only close lyxlookup if not xforms 0.89
1820
1821         * src/lyxfunc.C (getStatus): commenout LFUN_FAX
1822
1823         * src/LyXAction.C (init): comment out fax
1824
1825         * src/lyxrc.h: comment out the fax enums
1826         comment out the fax variables
1827
1828         * src/commandtags.h: comment out LFUN_FAX
1829
1830         * src/lyxrc.C: disable fax variables.
1831         (read): disable parsing of fax variables
1832         (output): disable writing of fax variables
1833         (getFeedback): now description for fax variables
1834
1835         * src/lyxfunc.C: comment out MenuFax
1836         (Dispatch): disable LFUN_FAX
1837
1838         * src/lyx_cb.C (MenuFax): comment out
1839
1840         * src/WorkArea.C: add <cctype>
1841         (work_area_handler): better key handling, should be ok now.
1842         for accented chars + etc
1843
1844         * src/Makefile.am (lyx_SOURCES): remove lyx_sendfax.C
1845         lyx_sendfax.h and lyx_sendfax_man.C
1846
1847         * src/LyXView.C: don't include lyxlookup.h when using xforms 0.89
1848         (show): don't call InitLyXLookup when using xforms 0.89
1849
1850 2000-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1851
1852         * src/trans.C (AddDeadkey): better fix, the other one could crash...
1853
1854         * src/support/filetools.C (GetFileContents): close to dummy change
1855
1856 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
1857
1858         * src/trans.C (AddDeadkey): workaround stupid compilers.
1859
1860 2000-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1861
1862         * src/frontends/xforms/FormDocument.C (class_update): fix setting
1863         of two-sided document.
1864
1865 2000-10-31  Juergen Vigna  <jug@sad.it>
1866
1867         * src/WorkArea.C (work_area_handler): honor xforms 0.88 defines.
1868
1869         * src/insets/insettabular.C (ActivateCellInset): passed the wrong
1870         xposition to the Edit call.
1871
1872 2000-10-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
1873
1874         * src/trans.C (AddDeadkey): cast explicitly to char.
1875
1876 2000-10-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
1877
1878         * src/tabular.C (AsciiBottomHLine): simplify?
1879         (AsciiTopHLine): simplify?
1880         (print_n_chars): simplify
1881         (DocBook): remove most of the << endl; we should flush the stream
1882         as seldom as possible.
1883         (Latex): ditto
1884         (TeXBottomHLine): ditto
1885         (TeXTopHLine): ditto
1886         (Write): formatting
1887         (write_attribute): try a templified version.
1888         (set_row_column_number_info): lesson scope of variables
1889
1890         * src/support/lstrings.h (tostr): new specialization of tostr
1891
1892         * src/trans.C (AddDeadkey): slightly cleaner fix.
1893
1894 2000-10-28  Dekel Tsur  <dekelts@tau.ac.il>
1895
1896         * src/frontends/xforms/Menubar_pimpl.C (add_toc): Replace '%' by
1897         '%%' in Toc menu labels.
1898         (add_toc2): ditto
1899
1900         * src/insets/insetlatexaccent.C (draw): Correct rendering when
1901         font_norm is iso10646-1.
1902
1903         * src/font.C (ascent): Fixed for 16bit fonts
1904         (descent,lbearing,rbearing): ditto
1905
1906 2000-10-30  Angus Leeming <a.leeming@ic.ac.uk>
1907
1908         * src/lyxrc.C.[Ch]: moved LyXRCTags into public part of header file.
1909         (getFeedback): new static method.
1910
1911         * src/frontends/xforms/FormPreferences.[Ch]: one or two new inputs.
1912         Now use combox rather than choice to display languages.
1913         Feedback is now output using a new timer callback mechanism, identical
1914         to that in Toolbar_pimpl. Individual messages obtained from lyxrc.
1915
1916 2000-10-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1917
1918         * src/minibuffer.C: fix for older compilers
1919
1920 2000-10-30  Juergen Vigna  <jug@sad.it>
1921
1922         * src/insets/insettext.C (InsertInset): fixed this as the cursor
1923         has to be Left of the inset otherwise LyXText won't find it!
1924
1925         * src/BufferView2.C (open_new_inset): delete the inset if it can
1926         not be inserted.
1927
1928 2000-10-30  Rob Lahaye  <lahaye@postech.edu>
1929
1930         * lyx.man: fix typo.
1931
1932 2000-10-29  Marko Vendelin <markov@ioc.ee>
1933         * src/frontends/gnome/FormCitation.C
1934         * src/frontends/gnome/FormCitation.h
1935         * src/frontends/gnome/FormCopyright.C
1936         * src/frontends/gnome/FormCopyright.h
1937         * src/frontends/gnome/FormError.C
1938         * src/frontends/gnome/FormError.h
1939         * src/frontends/gnome/FormIndex.C
1940         * src/frontends/gnome/FormIndex.h
1941         * src/frontends/gnome/FormPrint.C
1942         * src/frontends/gnome/FormPrint.h
1943         * src/frontends/gnome/FormRef.C
1944         * src/frontends/gnome/FormRef.h
1945         * src/frontends/gnome/FormToc.C
1946         * src/frontends/gnome/FormToc.h
1947         * src/frontends/gnome/FormUrl.C
1948         * src/frontends/gnome/FormUrl.h
1949         * src/frontends/gnome/Menubar_pimpl.C
1950         * src/frontends/gnome/mainapp.C
1951         * src/frontends/gnome/mainapp.h
1952         * src/frontends/gnome/pixbutton.h: replacing NULL with 0 and
1953         changing update() to updateSlot() where appropriate
1954
1955 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
1956
1957         * src/frontends/xforms/FormPreferences.[Ch]:
1958         * src/frontends/xforms/forms/form_preferences.fd: added a Languagues
1959         tab.
1960
1961 2000-10-28  Juergen Vigna  <jug@sad.it>
1962
1963         * src/insets/insettabular.C (draw): fixed drawing bug.
1964
1965         * src/insets/insettext.C (clear): 
1966         (Read): 
1967         (SetParagraphData): clearing the TEXT buffers when deleting the
1968         paragraphs used by it.
1969
1970         * src/BufferView_pimpl.C (cursorNext): fixed PageDown problem.
1971
1972         * src/trans.C (AddDeadkey): fixed bug in inizializing keymap array.
1973
1974 2000-10-27  Juergen Vigna  <jug@sad.it>
1975
1976         * src/tabular.C (~LyXTabular): removed not needed anymore.
1977
1978         * src/tabular.h: changed rowofcell and columnofcell to vector<int>
1979         (from Andre).
1980
1981 2000-10-27  Angus Leeming <a.leeming@ic.ac.uk>
1982
1983         * src/frontends/Dialogs.h: remove hideTabular signal as it is no
1984         longer used.
1985
1986         * src/frontends/xforms/FormRef.[Ch]: fix bug when setting the min
1987         size. 
1988
1989         * src/frontends/xforms/FormPreferences.[Ch]:
1990         * src/frontends/xforms/forms/form_preferences.fd: lots and lots!
1991         Reorganised as modules based on tabs. Much easier to follow the
1992         flow and to add new tabs. Added warning and feedback messages.
1993         Added new tabs.
1994
1995 2000-10-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1996
1997         * src/tabular.h (DocBook): add std:: qualifier.
1998
1999 2000-10-26  José Abílio Matos <jamatos@fep.up.pt>
2000
2001         * src/buffer.h (SimpleDocBookOnePar): becomes public and const.
2002         * src/buffer.C (SimpleDocBookOnePar): this method goes const.
2003
2004         * insettabular.h
2005         * insettabular.C (DocBook): uses the tabular methods to export
2006         docbook
2007
2008         * src/insets/insettext.h
2009         * src/insets/insettext.C (DocBook): Implemented export for docbooc.
2010
2011 2000-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2012
2013         * src/frontends/ButtonPolicies.h (operator<<): reinsert for State
2014         and SMInput
2015
2016         * src/lyxfunc.C (MenuNew): lessen the scope of fname
2017         moved misplaced AllowInput two lines up.
2018
2019         * src/buffer.C (readFile): compare float with float, not with int
2020
2021 2000-10-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2022
2023         * src/minibuffer.C: add "using SigC::slot" statement.
2024
2025 2000-10-25  Angus Leeming <a.leeming@ic.ac.uk>
2026
2027         * src/frontends/xforms/forms/README: updated section about make.
2028
2029         * src/frontends/xforms/forms/form_*.fd: lots and lots of shortcuts.
2030         Tidied some forms up, made two of form_tabular's tabs more
2031         self-consistent, fixed Jean-Marc's size problem in form_preferences,
2032         fixed translation problem with "Column".
2033         
2034 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2035
2036         * src/minibuffer.h: use Timeout instead of the xforms timer
2037         object. 
2038         (setTimer) rewrite for the Timeout, change to unsigned arg
2039         (set): change to unsigned timer arg
2040         (TimerCB): remove
2041
2042         * src/minibuffer.C (TimerCB): removed func 
2043         (C_MiniBuffer_TimerCB): removed func 
2044         (C_MiniBuffer_ExecutingCB): rewrite to not depend on TimerCB
2045         (peek_event): use a switch statement
2046         (add): don't use fl_add_timer.
2047         (Set): rewrite to use the Timeout
2048         (Init): ditto
2049
2050         * src/Timeout.[Ch] (setType): return a Timeout &
2051         (setTimeout): ditto, change to unsigned arg for timeout
2052
2053 2000-10-25  Dekel Tsur  <dekelts@tau.ac.il>
2054
2055         * src/mathed/formula.C (mathed_string_width): Use string instead
2056         of a constant size char array.
2057
2058 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2059
2060         * src/frontends/ButtonPolicies.h: remove the LOstream and remove
2061         the two recently added operator<< for SMInput and State.
2062
2063         * src/frontends/ButtonPolicies.C (PreferencesPolicy): cast
2064         SMI_TOTAL to int.
2065         (OkCancelPolicy): ditto
2066         (OkCancelReadOnlyPolicy): ditto
2067         (NoRepeatedApplyReadOnlyPolicy): ditto
2068         (OkApplyCancelReadOnlyPolicy): ditto
2069         (OkApplyCancelPolicy): ditto
2070         (NoRepeatedApplyPolicy): ditto
2071
2072 2000-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2073
2074         * src/frontends/ButtonPolicies.h: include "support/LOstream.h" and
2075         add the usual std:: qualifiers.
2076
2077 2000-10-25  Juergen Vigna  <jug@sad.it>
2078
2079         * src/screen.C (ShowManualCursor): fixed another uint -> int problem.
2080
2081 2000-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2082
2083         * src/support/filetools.C (MakeRelPath): change some types to
2084         string::size_type 
2085
2086         * src/frontends/ButtonPolicies.h (operator<<): new operator for
2087         ButtonPolicy::SMInput and ButtonPolicy::State.
2088
2089         * src/FontLoader.C (reset): small cleanup
2090         (unload): small cleanup
2091
2092         * src/FontInfo.C (getFontname): initialize error to 10000.0
2093
2094 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
2095         
2096         * src/frontends/xforms/FormPreferences.[Ch]:
2097         * src/frontends/xforms/forms/form_preferences.fd: added spell checker,
2098         TeX encoding and default paper size sections.
2099         
2100 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2101
2102         * src/frontends/xforms/FormTabularCreate.C: add missing #pragma
2103         implementation 
2104
2105         * src/frontends/xforms/FormError.C (disconnect): use erase() to
2106         make the message_ empty.
2107         (FormError): don't initialize message_ in initializer list.
2108
2109 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
2110         
2111         * src/frontends/xforms/FormInset.[Ch]: Aieeeeee! Ok, I'm an idiot. 
2112         
2113 2000-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2114
2115         * lib/kbd/latvian.kmap: new file from Janne Pänkälä (epa@iki.fi)
2116
2117 2000-10-24  John Levon  <moz@compsoc.man.ac.uk>
2118
2119         * src/frontends/kde/*data.[Ch]: _("") is not
2120         allowed
2121
2122 2000-10-24  Angus Leeming <a.leeming@ic.ac.uk>
2123
2124         * src/buffer.C: removed redundant using directive.
2125
2126         * src/frontends/DialogBase.h: revert to original definition of
2127         update(). 
2128         
2129         * src/frontends/xforms/Dialogs.C (c-tor): splitting the tabular
2130         stuff into two classes, one for each dialog, requires a new
2131         element in the dialogs vector, FormTabularCreate.
2132
2133         * src/frontends/xforms/FormXXX.[Ch] (update): revert to original
2134         definition.
2135
2136         * src/frontends/xforms/FormBase.[Ch] (FormBaseBD::updateSlot): new
2137         method. Continues Allan's idea, but means that derived classes
2138         don't need to worry about "update or hide?".
2139
2140         * src/frontends/xforms/FormError.C (showInset): add connection
2141         again ;-) 
2142
2143         * src/frontends/xforms/FormTabular.[Ch]: split into two classes,
2144         one for each dialog. FormTabular now contains main tabular dialog
2145         only.
2146
2147         * src/frontends/xforms/FormTabularCreate.[Ch]:
2148         * src/frontends/xforms/forms/form_tabular_create.fd: the create
2149         dialog. 
2150
2151         * src/frontends/xforms/FormGraphics.[Ch]:
2152         * src/frontends/xforms/forms/form_graphics.fd
2153         * src/frontends/xforms/FormTabular.[Ch]:
2154         * src/frontends/xforms/forms/form_tabular.fd: made daughter
2155         classes of FormInset.
2156
2157         * src/frontends/xforms/forms/fdfix.sh: small fix. Can now create
2158         class names properly. Eg, form_my_new_dialog -> FormMyNewDialog.
2159
2160         * src/frontends/xforms/Makefile.am:
2161         * src/frontends/xforms/forms/makefile: added new files.
2162
2163         * src/insets/insettabular.[Ch]: removed (Dialogs *) member
2164         variable. added Signal0 hide signal, in keeping with other GUI-I
2165         insets.
2166
2167         * src/support/lstrings.h: removed redundant std:: qualifier as
2168         it's already declared in Lsstream.h.
2169
2170 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2171
2172         * src/insets/figinset.C (GhostscriptMsg): use DisplayString() to
2173         open a new display.
2174         (runqueue): ditto.
2175
2176 2000-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2177
2178         * src/tabular.C (Ascii): minimize scope of cell.
2179
2180         * src/BufferView2.C (nextWord): return string() instead of 0;
2181
2182 2000-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2183
2184         * src/converter.h: add a std:: qualifier
2185
2186 2000-10-21  Dekel Tsur  <dekelts@tau.ac.il>
2187
2188         * src/importer.[Ch]: New files. Used for importing files into LyX.
2189
2190         * src/lyxfunc.C (doImport): Use the new Importer class.
2191
2192         * src/converter.h: Add shortcut member to the Format class.
2193         Used for holding the menu shortcut.
2194
2195         * src/converter.C and other files: Made a distinction between
2196         format name and format extension. New formats can be defined using
2197         the \format lyxrc tag.
2198         Added two new converter flags: latex and disable.
2199
2200 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2201
2202         * src/support/lyxlib.h: unify namespace/struct implementation.
2203         Remove extra declarations.
2204         
2205         * src/support/chdir.C (chdir): remove version taking char const *
2206         argument. 
2207         * src/support/rename.C: ditto.
2208         * src/support/lyxsum.C: ditto.
2209
2210 2000-10-19  Angus Leeming <a.leeming@ic.ac.uk>
2211
2212         * src/frontends/xforms/FormBase.[Ch]:
2213         * src/frontends/xforms/FormXXX.[Ch] where XXX is a FormBase daughter:
2214         read the xforms manual to discover that fl_set_form_minsize()/maxsize()
2215         work only for the next call to fl_show_form(). The correct place to set
2216         them, therefore is in connect() immediately BEFORE fl_show_form(). Now
2217         done. FormBase also stores minw_, minh_ itself. All dialogs derived
2218         from FormBase have the minimum size set; no more stupid crashes with
2219         tabbed folders etc.
2220
2221 2000-10-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2222
2223         * lib/ui/default.ui: fix shortcut for Insert->Include File.
2224
2225 2000-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2226
2227         * lib/CREDITS: add Andre' Poenitz and Kornelia Pietsch
2228
2229         * src/support/lyxlib.h: changed second argument of mkdir to
2230         unsigned long int (unsigned int would probably have been enough,
2231         but...). Removed <sys/types.h> header.
2232         * src/support/mkdir.C (mkdir): ditto.
2233
2234         * NEWS: update.
2235
2236 2000-10-19  Juergen Vigna  <jug@sad.it>
2237
2238         * src/lyxfunc.C (MenuNew): small fix (form John)
2239
2240         * src/screen.C (Update): removed unneeded code.
2241
2242         * src/tabular.C (Ascii): refixed int != uint bug!
2243
2244         * src/support/lyxlib.h: added sys/types.h include for now permits
2245         compiling, but I don't like this!
2246
2247 2000-10-18  Juergen Vigna  <jug@sad.it>
2248
2249         * src/text2.C (ClearSelection): if we clear the selection we need
2250         more refresh so set the status apropriately
2251
2252         * src/insets/insettext.C (draw): hopefully finally fixed draw
2253         problems!
2254
2255 2000-10-12  Juergen Vigna  <jug@sad.it>
2256
2257         * src/insets/insettext.C (draw): another small fix and make a block
2258         so that variables are localized.
2259
2260 2000-10-18  Angus Leeming <a.leeming@ic.ac.uk>
2261
2262         * src/support/lstrings.C (lowercase, uppercase):
2263         use explicit casts to remove compiler warnings.
2264
2265         * src/support/LRegex.C (Impl):
2266         * src/support/StrPool.C (add):
2267         * src/support/filetools.C (MakeAbsPath, NormalizePath, MakeRelPath)
2268         (AddPath, MakeDisplayPath):
2269         * src/support/lstrings.C (prefixIs, subst):
2270         use correct type to remove compiler warnings.
2271
2272         * src/support/lstrings.[Ch] (countChar): returns string::size_type.
2273
2274         * src/support/lyxlib.h:
2275         * src/support/mkdir.C (mkdir): change parameter to mode_t for
2276         portability and to remove compiler warning with DEC cxx.
2277
2278         * src/support/FileInfo.[Ch] (flagRWX): ditto.
2279
2280 2000-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2281
2282         * src/minibuffer.C (peek_event): retun 1 when there has been a
2283         mouseclick in the minibuffer.
2284
2285         * NEWS: updated.
2286
2287 2000-10-17  John Levon  <moz@compsoc.man.ac.uk>
2288
2289         * src/frontends/xforms/FormParagraph.C: more space above/below
2290         fixes
2291
2292 2000-10-17  Dekel Tsur  <dekelts@tau.ac.il>
2293
2294         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
2295         a char only if real_current_font was changed.
2296
2297 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2298
2299         * NEWS: update somewhat for 1.1.6
2300
2301         * lib/ui/default.ui: clean up.
2302
2303 2000-10-17  Angus Leeming <a.leeming@ic.ac.uk>
2304
2305         * lib/CREDITS: clean up
2306
2307 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
2308
2309         * src/combox.[Ch] (select): changed argument back to int
2310         * src/combox.C (peek_event): removed num_bytes as it is declared but
2311         never referenced.
2312
2313         * src/frontends/xforms/FormDocument.C (class_apply, bullets_apply):
2314         modified calls to Combox::select() to remove warnings about type
2315         conversion.
2316
2317         * src/insets/insetbutton.C (width): explicit cast to remove warning
2318         about type conversion.
2319
2320         * src/insets/insetcite.C (getScreenLabel): use string::size_type not
2321         size_t.
2322
2323         * src/insets/insettabular.[Ch]: variables inset_pos, sel_pos_start and
2324         sel_pos_end, refering to cursor position are changed to
2325         LyXParagraph::size_type.
2326
2327         * src/insets/insettext.h (cpos): returns LyXParagraph::size_type,
2328         consistent with LyXCursor::pos().
2329         (inset_pos): changed to LyXParagraph::size_type for same reason.
2330
2331         * src/insets/insettext.C (resizeLyXText): changed some temporary
2332         variables refing to cursor position to LyXParagraph::size_type.
2333
2334 2000-10-16  John Levon  <moz@compsoc.man.ac.uk>
2335
2336         * src/frontends/kde/<various>: The Great Renaming,
2337         add FormParagraph
2338
2339 2000-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2340
2341         * src/frontends/support/Makefile.am (EXTRA_DIST): re-fix.
2342
2343 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2344
2345         * src/mathed/math_macro.C (MathMacroTemplate): initialize args to
2346         0 when there are no arguments.
2347
2348 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
2349
2350         * src/insets/insetbib.C: re-introduce current_view as a temporary fix
2351         to segfaults when pressing Ok in InsetBibtex dialog.
2352
2353 2000-10-16  Angus Leeming <a.leeming@ic.ac.uk>
2354
2355         * forms/layout_forms.fd:
2356         * src/layout_forms.C (create_form_form_character): small change to use
2357         labelframe rather than engraved frame + text
2358
2359         * src/lyx_gui.C (create_forms): initialise choice_language with some
2360         arbitrary value to prevent segfault when dialog is shown.
2361
2362 2000-10-16  Baruch Even  <baruch.even@writeme.com>
2363
2364         * src/converter.C (runLaTeX, scanLog): Added a warning when there
2365         is no resulting file. This pertains only to LaTeX output.
2366
2367 2000-10-14  Dekel Tsur  <dekelts@tau.ac.il>
2368
2369         * src/text.C (Backspace): Make sure that the row of the cursor is
2370         rebreaked.
2371
2372         * src/lyxfunc.C (Dispatch): Call to showState() after insertion of 
2373         a char.
2374
2375         * src/lyx_gui.C (init): Prevent a crash when only one font from 
2376         menu/popup fonts is not found.
2377
2378         * lib/lyxrc.example: Add an example for binding a key for language 
2379         switching.
2380
2381 2000-10-15  Dekel Tsur  <dekelts@tau.ac.il>
2382
2383         * src/converter.C (GetReachable): Changed the returned type to
2384         vector<FormatPair>
2385         (IsReachable): New method
2386
2387         * src/MenuBackend.C (expand): Handle formats that appear more
2388         than once
2389
2390 2000-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2391
2392         * src/frontends/support/Makefile.am
2393         (libfrontendsupport_la_EXTRA_DIST): add LyXImage_X.[Ch] here and
2394         not in SOURCES.
2395
2396         * lib/CREDITS: add Garst Reese.
2397
2398         * src/support/snprintf.h: add extern "C" {} around the definitions.
2399
2400         * src/cheaders/cstdarg: new header file, taken from GNU libstdc++.
2401
2402 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
2403
2404         * src/combox.[Ch]:
2405         * src/frontends/xforms/FormDocument.C:
2406         * src/frontends/xforms/Menubar_pimpl.C: small changes so that they
2407         compile without "conversion to integral type of smaller size"
2408         warnings.
2409         
2410 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
2411
2412         * src/text.C (GetColumnNearX): Fixed disabled code.
2413
2414 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2415
2416         * configure.in (CPPFLAGS): add snprintf and vsnprintf to
2417         AC_CHECK_FUNCS
2418
2419         * src/support/snprintf.[ch]: new files
2420
2421 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
2422
2423         * src/frontends/kde/formprintdialog.C: add
2424         file browser for selecting postscript output
2425
2426         * src/frontends/kde/formprintdialogdata.C:
2427         * src/frontends/kde/formprintdialogdata.h: re-generate
2428         correctly
2429
2430 2000-10-13  John Levon  <moz@compsoc.man.ac.uk>
2431
2432         * src/frontends/gnome/Makefile.am:
2433         * src/frontends/kde/Makefile.am:  FormCommand.C
2434         disappeared from xforms
2435
2436         * src/frontends/kde/FormCitation.C:
2437         * src/frontends/kde/FormIndex.C: read-only
2438         correctness 
2439
2440 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2441
2442         * src/support/lyxfunctional.h (void_class_fun_t): fix name of
2443         constructor. 
2444
2445         * src/bufferlist.C: add using directive.
2446
2447 2000-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2448
2449         * src/support/lyxfunctional.h: version of class_fun for void
2450         returns added, const versions of back_inseter_fun and compare_fun
2451         added.  
2452
2453 2000-10-13  Angus Leeming <a.leeming@ic.ac.uk>
2454
2455         * src/frontends/xforms/FormInset.C (showInset): fix typo.
2456
2457 2000-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2458
2459         * ChangeLog: cleanup.
2460
2461         * lib/CREDITS: update to add all the contributors we've forgotten.
2462         I have obviously missed some, so tell me whether there were
2463         errors.
2464
2465 2000-10-13  Marko Vendelin <markov@ioc.ee>
2466
2467         * src/frontends/gnome/FormCitation.C
2468         * src/frontends/gnome/FormCitation.h
2469         * src/frontends/gnome/FormError.C
2470         * src/frontends/gnome/FormIndex.C
2471         * src/frontends/gnome/FormRef.C
2472         * src/frontends/gnome/FormRef.h
2473         * src/frontends/gnome/FormUrl.C: hide dialogs on "update" signal
2474
2475         * src/frontends/gnome/FormCitation.C
2476         * src/frontends/gnome/FormCopyright.C
2477         * src/frontends/gnome/FormError.C
2478         * src/frontends/gnome/FormIndex.C
2479         * src/frontends/gnome/FormRef.C
2480         * src/frontends/gnome/FormToc.C
2481         * src/frontends/gnome/FormUrl.C: replacing gettext N_() with _() where
2482         appropriate.
2483         
2484         * src/frontends/gnome/Menubar_pimpl.C
2485         * src/frontends/gnome/Menubar_pimpl.h: using new Menu::expand method to
2486         fill the menus.
2487
2488 2000-10-11  Baruch Even  <baruch.even@writeme.com>
2489
2490         * src/minibuffer.h:
2491         * src/minibuffer.C: Changed the method ExecCommand to PrepareForCommand
2492         to convey its real action. 
2493
2494         * src/minibuffer.C (peek_event): Added action when mouse clicks to
2495         clear the minibuffer and prepare to enter a command.
2496
2497         * src/mathed/formula.C (LocalDispatch): Changed to conform with
2498         the rename from ExecCommand to PrepareForCommand.
2499         * src/lyxfunc.C (Dispatch): ditto.
2500
2501 2000-10-11  Baruch Even  <baruch.even@writeme.com>
2502
2503         * src/buffer.C (writeFile): Added test for errors on writing, this
2504         catches all errors and not only file system full errors as intended.
2505
2506 2000-10-13  Dekel Tsur  <dekelts@tau.ac.il>
2507
2508         * src/lyx_gui.C (create_forms): better fix for crash with
2509         translated interface.
2510         
2511 2000-10-12  John Levon  <moz@compsoc.man.ac.uk>
2512
2513         * src/frontends/kde/Makefile.am:
2514         * src/frontends/kde/FormCopyright.C:
2515         * src/frontends/kde/formcopyrightdialog.C:
2516         * src/frontends/kde/formcopyrightdialog.h:
2517         * src/frontends/kde/formcopyrightdialogdata.C:
2518         * src/frontends/kde/formcopyrightdialogdata.h:
2519         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg:
2520         * src/frontends/kde/dlg/formcopyrightdialog.dlg: convert
2521         copyright to use qtarch
2522
2523 2000-10-12  Dekel Tsur  <dekelts@tau.ac.il>
2524
2525         * src/encoding.C (read): Fixed bug that caused an error message at 
2526         the end of the file.
2527
2528         * po/Makefile.in.in: Fixed rule for ext_l10n.h
2529
2530         * lib/lyxrc.example: Fixed hebrew example.
2531
2532 2000-10-13  Allan Rae <rae@lyx.org>
2533
2534         * src/frontends/xforms/FormPreferences.C (input): reworking the
2535         checking 
2536         (build, update, apply): New inputs in various tabfolders
2537
2538         * src/frontends/xforms/FormToc.C: use new button policy.
2539         * src/frontends/ButtonPolicies.h (class IgnorantPolicy): for
2540         dialogs that either can't use any existing policy or where it just
2541         doesn't care. 
2542
2543         * src/frontends/xforms/FormTabular.h: removed copyright notice that
2544         said it was mine.
2545
2546         * src/lyx_gui_misc.[Ch] (updateAllVisibleBufferRelatedDialogs):
2547         added a bool parameter which is ignored.
2548
2549         * src/buffer.C (setReadonly):
2550         * src/BufferView_pimpl.C (buffer): 
2551         * src/frontends/kde/FormCopyright.h (update): 
2552         * src/frontends/kde/FormCitation.[Ch] (update): 
2553         * src/frontends/kde/FormIndex.[Ch] (update): 
2554         * src/frontends/kde/FormPrint.[Ch] (update): 
2555         * src/frontends/kde/FormRef.[Ch] (update): 
2556         * src/frontends/kde/FormToc.[Ch] (update): 
2557         * src/frontends/kde/FormUrl.[Ch] (update): 
2558         * src/frontends/gnome/FormCopyright.h (update): 
2559         * src/frontends/gnome/FormCitation.[Ch] (update): 
2560         * src/frontends/gnome/FormError.[Ch] (update): 
2561         * src/frontends/gnome/FormIndex.[Ch] (update): 
2562         * src/frontends/gnome/FormPrint.[Ch] (update): 
2563         * src/frontends/gnome/FormRef.h (update): 
2564         * src/frontends/gnome/FormToc.[Ch] (update): 
2565         * src/frontends/gnome/FormUrl.[Ch] (update): 
2566         * src/frontends/xforms/FormGraphics.[Ch] (update): reflect new changes
2567         to updateBufferDependent and DialogBase
2568
2569         * src/frontends/xforms/FormCitation.[hC]: 
2570         * src/frontends/xforms/FormDocument.[hC]: also removed restore()
2571         * src/frontends/xforms/FormError.[Ch]: 
2572         * src/frontends/xforms/FormGraphics.[Ch]: 
2573         * src/frontends/xforms/FormIndex.[Ch]: 
2574         * src/frontends/xforms/FormParagraph.[Ch]: also added missing "virtual"s
2575         and fixed readOnly handling.
2576         * src/frontends/xforms/FormPrint.[Ch]: 
2577         * src/frontends/xforms/FormRef.[Ch]: 
2578         * src/frontends/xforms/FormTabular.[Ch]:
2579         * src/frontends/xforms/FormToc.[Ch]:
2580         * src/frontends/xforms/FormUrl.[Ch]: 
2581         * src/frontends/xforms/FormInset.[Ch]:
2582         * src/frontends/xforms/FormBase.[hC]: modifications to use the new
2583         form of updateBufferDependent.
2584
2585         * src/frontends/xforms/FormBase.C (hide): only call disconnect()
2586         if form()->visible just in case someone does stuff to the form in a
2587         derived class.
2588
2589         * src/frontends/DialogBase.h (enum): removed enum since we can now use
2590         the buttoncontroller for everything the enum used to be used for.
2591         (update) It would seem we need to force all dialogs to use a bool
2592         parameter or have two update functions.  I chose to go with one.
2593         I did try removing update() from here and FormBase and defining the
2594         appropriate update signatures in FormBaseB[DI] but then ran into the
2595         problem of the update() call in FormBase::show().  Whatever I did
2596         to get around that would require another function and that just
2597         got more confusing.  Hence the decision to make everyone have an
2598         update(bool). An alternative might have been to override show() in
2599         FormBaseB[DI] and that would allow the different and appropriate
2600         update signatures. 
2601
2602         * src/frontends/Dialogs.h (updateBufferDependent): now takes a bool.
2603         true == buffer change occurred.  I decided against using a default
2604         template parameter since not all compilers support that at present.
2605
2606 2000-10-11  Angus Leeming <a.leeming@ic.ac.uk>
2607
2608         * src/frontends/xforms/FormBase.[Ch] (FormBase) : made less of a "swiss
2609         army knife" by removing functionality.
2610         (clearStore): removed. All such housekeeping on hide()ing the dialog
2611         is to be carried out by overloaded disconnect() methods.
2612         (dialogIsOpen): removed. Relevant only to Inset dialogs anyway, but
2613         superceded by Baruch's neat test (FormGraphics) to update an existing
2614         dialog if a new signal is recieved rather than block all new signals
2615         until it is closed.
2616         (cba_, parent_, updateOrHide): removed to new FormInset class. Relevant
2617         only to Inset dialogs.
2618         (FormBaseBI, FormBaseBD): new classes derived from FormBase for
2619         "Buffer Independent" and "Buffer Dependent" dialogs respectively.
2620
2621         * src/frontends/xforms/FormCommand.[Ch]: renamed as FormInset.[Ch]
2622
2623         * src/frontends/xforms/FormInset.[Ch] (FormInset): New class, defined
2624         as a base class to all inset dialogs. Used solely to connect/disconnect
2625         the Inset::hide signal and to define what action to take on receipt of
2626         a UpdateBufferDependent signal.
2627         (FormCommand): now derived from FormInset.
2628
2629         * src/frontends/xforms/FormCitation.[Ch] (clearStore): reworked as
2630         disconnect().
2631
2632         * src/frontends/xforms/FormCopyright.[Ch]:
2633         * src/frontends/xforms/FormPreferences.[Ch]:
2634         now derived from FormBaseBI.
2635
2636         * src/frontends/xforms/FormDocument.[Ch]:
2637         * src/frontends/xforms/FormParagraph.[Ch]:
2638         * src/frontends/xforms/FormPrint.[Ch]:
2639         now derived from FormBaseBD.
2640
2641         * src/frontends/xforms/FormError.[Ch]: now derived from FormInset.
2642
2643         * src/frontends/xforms/FormCitation.[Ch]:
2644         * src/frontends/xforms/FormError.[Ch]:
2645         * src/frontends/xforms/FormRef.[Ch]:
2646         * src/frontends/xforms/FormToc.[Ch]:
2647         (clearStore): reworked as disconnect().
2648
2649         * src/frontends/xforms/Makefile.am: removed FormCommand.[Ch], adding
2650         FormInset.[Ch].
2651
2652 2000-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2653
2654         * src/converter.C (runLaTeX): constify buffer argument
2655         (scanLog): ditto.
2656
2657         * src/frontends/support/Makefile.am (INCLUDES): fix.
2658
2659         * src/buffer.h: add std:: qualifier
2660         * src/insets/figinset.C (addpidwait): ditto
2661         * src/MenuBackend.C: ditto
2662         * src/buffer.C: ditto
2663         * src/bufferlist.C: ditto
2664         * src/layout.C: ditto
2665         * src/lyxfunc.C: ditto
2666
2667 2000-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2668
2669         * src/lyxtext.h (bidi_level): change return type to
2670         LyXParagraph::size_type. 
2671
2672         * src/lyxparagraph.h: change size_type to
2673         TextContainer::difference_type. This should really be
2674         TextContainer::size_type, but we need currently to support signed
2675         values. 
2676
2677 2000-10-11  Marko Vendelin <markov@ioc.ee>
2678         * src/frontends/gnome/FormError.h
2679         * src/frontends/gnome/FormRef.C
2680         * src/frontends/gnome/FormRef.h
2681         * src/frontends/gnome/FormError.C
2682         * src/frontends/gnome/Makefile.am
2683         * src/frontends/gnome/pixbutton.h: FormError and FormRef are ported 
2684         to Gnome frontend. Both dialogs use "action" area.
2685
2686 2000-10-12  Baruch Even  <baruch.even@writeme.com>
2687
2688         * src/graphics/GraphicsCacheItem_pimpl.C:
2689         * src/graphics/Renderer.C:
2690         * src/graphics/XPM_Renderer.C: Corrected resolution of conflicts.
2691         It now compiles.
2692
2693 2000-10-12  Juergen Vigna  <jug@sad.it>
2694
2695         * src/insets/insettext.C (draw): fixed drawing bug (specifically
2696         visible when selecting).
2697
2698         * development/Code_rules/Rules: fixed some typos.
2699
2700 2000-10-09  Baruch Even  <baruch.even@writeme.com>
2701
2702         * src/filedlg.C (GroupCache::find): de-inlined the function, makes
2703         compiling on egcs 1.1.2 possible.
2704         
2705         * src/filedlg.C (comp_direntry::operator() ): ditto.
2706
2707 2000-08-31  Baruch Even  <baruch.even@writeme.com>
2708
2709         * src/lyx_cb.[hC] (ShowMessage): Result of the const-ificiation of the 
2710         Buffer parameter.
2711
2712         * src/frontends/xforms/FormGraphics.C: Changed the dialog to be
2713         transient it now only gets freed when the object is destructed.
2714
2715 2000-08-24  Baruch Even  <baruch.even@writeme.com>
2716
2717         * src/frontends/FormGraphics.h:
2718         * src/frontends/FormGraphics.C: Changed to use ButtonController and
2719         ButtonPolicies.
2720
2721 2000-08-20  Baruch Even  <baruch.even@writeme.com>
2722
2723         * src/insets/insetgraphics.C:
2724         (draw): Added messages to the drawn rectangle to report status.
2725         (updateInset): Disabled the use of the inline graphics,
2726         (draw): ditto.
2727
2728 2000-08-17  Baruch Even  <baruch.even@writeme.com>
2729
2730         * src/frontends/support: Directory added for the support of GUII LyX.
2731
2732         * src/frontends/support/LyXImage.h:     
2733         * src/frontends/support/LyXImage.C:  Base class for GUII holding of
2734         images.
2735
2736         * src/frontends/support/LyXImage_X.h:
2737         * src/frontends/support/LyXImage_X.C: Implementation of the Xlib
2738         version of LyXImage, this uses the Xlib Pixmap.
2739
2740         * src/PainterBase.h:
2741         * src/PainterBase.C:
2742         * src/Painter.h:
2743         * src/Painter.C: Added a new method image() to draw LyXImage-s, a GUII 
2744         replacement     to Pixmap.
2745
2746         * src/insets/insetgraphics.h:
2747         * src/insets/insetgraphics.C:
2748         * src/graphics/GraphicsCacheItem.h:
2749         * src/graphics/GraphicsCacheItem.C:
2750         * src/graphics/GraphicsCacheItem_pimpl.h:
2751         * src/graphics/GraphicsCacheItem_pimpl.C: Changed to use LyXImage
2752         instead  of Pixmap.
2753
2754         * src/graphics/GraphicsCacheItem.h:
2755         * src/graphics/GraphicsCacheItem.C: Added the Clone() method to create 
2756         another copy of the object.
2757
2758         * src/insets/insetgraphics.C (Clone): Changed to create a second copy
2759         of cacheHandle, this fixed a bug that sent LyX crashing.
2760
2761         * src/graphics/XPM_Renderer.h:
2762         * src/graphics/XPM_Renderer.C:
2763         * src/graphics/EPS_Renderer.h:
2764         * src/graphics/EPS_Renderer.C: Changed to Unix LF from DOS CRLF.
2765
2766 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2767
2768         * src/lyxfunc.C (processKeySym): only handle the
2769         lockinginset/inset stuff if we have a buffer and text loaded...
2770
2771         * lib/Makefile.am (EXTRA_DIST): add encodings and languages
2772
2773 2000-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2774
2775         * src/support/lyxfunctional.h: add operator= that takes a reference
2776
2777         * src/lyxserver.C (mkfifo): make first arg const
2778
2779         * src/layout.h: renamed name(...) to setName(...) to work around
2780         bugs in egcs.
2781
2782         * src/buffer.C (setFileName): had to change name of function to
2783         work around bugs in egcs. (renamed from fileName) 
2784
2785 2000-10-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2786
2787         * src/support/translator.h: move helper template classes to
2788         lyxfunctional.h, include "support/lyxfunctional.h"
2789
2790         * src/support/lyxmanip.h: add delaration of fmt
2791
2792         * src/support/lyxfunctional.h: new file
2793         (class_fun_t): new template class
2794         (class_fun): helper template function
2795         (back_insert_fun_iterator): new template class
2796         (back_inserter_fun): helper template function
2797         (compare_memfun_t): new template class
2798         (compare_memfun): helper template function
2799         (equal_1st_in_pair): moved here from translator
2800         (equal_2nd_in_pair): moved here from translator
2801
2802         * src/support/fmt.C: new file
2803         (fmt): new func, can be used for a printf substitute when still
2804         using iostreams ex. lyxerr << fmt("Hello %s", "Jürgen") << endl;
2805
2806         * src/support/StrPool.C: add some comments
2807
2808         * src/support/Makefile.am (libsupport_la_SOURCES): add fmt.C and
2809         lyxfunctional.h
2810
2811         * src/insets/figinset.C (addpidwait): use std::copy with
2812         ostream_iterator to fill the pidwaitlist
2813
2814         * src/graphics/XPM_Renderer.C (renderImage): use ScreenOfDisplay
2815
2816         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): remove
2817         c_str() 
2818
2819         * src/frontends/xforms/Menubar_pimpl.C: make several file scope
2820         variables static
2821
2822         * src/frontends/xforms/FormParagraph.C (input): use lyx::atoi
2823
2824         * src/frontends/xforms/FormDocument.C (build): remove c_str()
2825         (class_update): ditto
2826         (BulletPanel): ditto
2827         (CheckChoiceClass): move initialization of tc and tct
2828
2829         * src/tabular.C: remove current_view
2830         (OldFormatRead): similar to right below [istream::ignore]
2831
2832         * src/lyxlex_pimpl.C (next): add code for faster skipping of
2833         chars, unfortunately this is buggy on gcc 2.95.2, so currently
2834         unused [istream::ignore]
2835
2836         * src/lyxfunc.C: include "support/lyxfunctional.h"
2837         (getInsetByCode): use std::find_if and compare_memfun
2838
2839         * src/lyxfont.C (stateText): remove c_str()
2840
2841         * src/lyx_main.C (setDebuggingLevel): make static
2842         (commandLineHelp): make static
2843
2844         * src/lyx_gui_misc.C (getScreenDPI): use ScreenOfDisplay to get
2845         Screen* together with fl_get_display() and fl_screen
2846
2847         * src/lyx_gui.C (LyXGUI): use ScreenOfDisplay to get Screen*
2848         togheter with fl_get_display() and fl_screen
2849         (create_forms): remove c_str()
2850
2851         * src/layout.C: include "support/lyxfunctional.h"
2852         (hasLayout): use std::find_if and compare_memfun
2853         (GetLayout): use std::find_if and comapre_memfun
2854         (delete_layout): use std::remove_if and compare_memfun
2855         (NumberOfClass): use std:.find_if and compare_memfun
2856
2857         * src/gettext.h: change for the new functions
2858
2859         * src/gettext.C: new file, make _(char const * str) and _(string
2860         const & str) real functions.
2861
2862         * src/font.C (width): rewrite slightly to avoid one extra variable
2863
2864         * src/debug.C: initialize Debug::ANY here
2865
2866         * src/commandtags.h: update number comments
2867
2868         * src/combox.h (get): make const func
2869         (empty): make const
2870         (getline): make const
2871
2872         * src/combox.C (input_cb): handle case where fl_get_input can
2873         return NULL
2874
2875         * src/bufferlist.C: add <functional>, "support/lyxmanip.h",
2876         "support/lyxfunctional.h", remove current_view variable.
2877         (resize): use std::for_each with std::mem_fun
2878         (getFileNames): use std::copy with back_inserter_fun
2879         (getBuffer): change arg type to unsigned int
2880         (emergencyWriteAll): call emergencyWrite with std::for_each and
2881         class_fun.
2882         (emergencyWrite): new method, the for loop in emergencyWriteAll
2883         has been unrolled.
2884         (exists): use std::find_if with compare_memfun
2885         (getBuffer): use std::find_if and compare_memfun
2886
2887         * src/buffer.h: add typedefs for iterator_category, value_type
2888         difference_type, pointer and reference for inset_iterator
2889         add postfix ++ for inset_iterator
2890         make inset_iterator::getPos() const
2891
2892         * src/buffer.C: added support/lyxmanip.h
2893         (readFile): use lyxerr << fmt instead of printf
2894         (makeLaTeXFile): use std::copy to write out encodings
2895
2896         * src/Painter.C (text): rewrite slightly to avoid extra font variable
2897
2898         * src/MenuBackend.C (read): remove c_str(), as well as strdup and
2899         free and the char * temp.
2900         (hasMenu): use std::find_if and compare_memfun
2901         (getMenu): ditto
2902
2903         * src/Makefile.am (lyx_SOURCES): added gettext.C
2904
2905         * src/LyXAction.C (retrieveActionArg): clear the arg, use
2906         string::insert small change to avoid temporary
2907
2908         * src/LColor.C (getGUIName): remove c_str()
2909
2910         * several files: change all occurrences of fl_display to
2911         fl_get_display() 
2912
2913         * config/lyxinclude.m4 (LYX_PROG_CXX): add a 2.97 clause so
2914         that -pedantic is not used for gcc 2.97 (cvs gcc)
2915
2916         * boost/Makefile.am: begin slowly to prepare for a real boost lib
2917
2918 2000-10-11  Allan Rae  <rae@lyx.org>
2919
2920         * src/frontends/xforms/FormPreferences.C (input): template path must be
2921         a readable directory.  It doesn't need to be writeable.
2922         (build, delete, update, apply): New inputs in the various tabfolders
2923
2924         * src/frontends/xforms/forms/form_preferences.fd: 
2925         * src/frontends/xforms/FormPreferences.h: New tabfolder and added
2926         several new entries to existing folders.  Shuffled some existing stuff
2927         around. 
2928
2929         * src/frontends/xforms/forms/form_print.fd: 
2930         * src/frontends/xforms/FormPrint.C (apply): rename unsorted to collated.
2931         Should probably rework PrinterParams as well.  Note that the switch to
2932         collated is effectively the same as !unsorted so changing PrinterParams
2933         will require a lot of fiddly changes to reverse the existing logic.
2934
2935         * src/lyx_cb.C (TimerCB): cleaned up Angus's patch.
2936
2937 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
2938
2939         * src/lyx_cb.C (TimerCB): fix crash when fd_form_title doesn't exist.
2940
2941 2000-10-10  Allan Rae <rae@lyx.org>
2942
2943         * src/lyxrc.[Ch]:
2944         * src/lyxfunc.C (Dispatch): 
2945         * src/lyx_gui.C: 
2946         * src/BufferView_pimpl.C (scrollCB): cursor_follows_scrollbar made a
2947         member of LyXRC
2948
2949         * src/lyxrc.C (output): Only write the differences between system lyxrc
2950         and the users settings.
2951
2952         * src/lyx_main.C:
2953         * src/lyxrc.[Ch]: commented out noncopyable so I can keep a
2954         system_lyxrc. 
2955         I'll rewrite this later, after 1.1.6 probably, to keep a single
2956         LyXRC but two instances of a LyXRCStruct.
2957
2958 2000-10-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2959
2960         * lib/Makefile.am (pkgdata_DATA): add encoding and languages
2961
2962         * src/tabular.h: add a few std:: qualifiers.
2963
2964         * src/encoding.C: add using directive.
2965         * src/language.C: ditto.
2966
2967         * src/insets/insetquotes.C (Validate): use languages->lang()
2968         instead of only language.
2969
2970 2000-10-07  Dekel Tsur  <dekelts@tau.ac.il>
2971
2972         * lib/languages: New file.
2973
2974         * lib/encodings: New file.
2975
2976         * src/language.C (Languages): New class.
2977         (read): New method. Reads the languages from the 'languages' file.
2978
2979         * src/encoding.C (Encodings): New class.
2980         (read): New method. Reads the encodings from the 'encodings' file.
2981
2982         * src/lyx_main.C (init): Call to LyXSetStyle() after languages
2983         initialization.
2984
2985         * src/bufferparams.h and a lot of files: Deleted the member language,
2986         and renamed language_info to language
2987
2988         * src/buffer.C (makeLaTeXFile): Use babel() instead of lang()
2989         * src/lyxfont.C (latexWriteStartChanges): ditto.
2990         * src/paragraph.C (validate,TeXOnePar): ditto.
2991         
2992         * src/lyxfont.C (update): Restored deleted code.
2993
2994         * src/frontends/xforms/FormDocument.C (build): Made the combox taller
2995
2996 2000-10-10  Angus Leeming <a.leeming@ic.ac.uk>
2997
2998         * src/BufferView_pimpl.C (buffer): cleaned up a little.
2999
3000         * src/insets/figinset.[Ch]:
3001         * src/insets/insetinclude.[Ch]:
3002         * src/insets/insetinclude.[Ch]:
3003         * src/insets/insetparent.[Ch]:
3004         * src/insets/insetref.[Ch]:
3005         * src/insets/insettabular.[Ch] (c-tor): Buffer passed as const &.
3006
3007         * src/insets/*.[Ch]:
3008         * src/mathed/formula.[Ch]:
3009         * src/mathed/formulamacro.C (Clone): passed Buffer const &.
3010
3011         * src/buffer.C (parseSingleLyXformat2Token, readInset):
3012         * src/lyx_cb.C (FigureApplyCB):
3013         * src/lyxfunc.C (getStatus, Dispatch):
3014         * src/frontends/xforms/FormTabular.C:  use modified c-tors to some
3015         insets.
3016
3017         * src/lyxfunc.C (Dispatch): string "ref" not used. Removed.
3018
3019         * src/converter.[Ch] (Formats::View):
3020         * src/lyx_cb.[Ch] (ShowMessage): constify Buffer * parameter.
3021
3022         * src/paragraph.C (CopyIntoMinibuffer, Clone): Insets::Clone() passed
3023         *current_view->buffer(). This will change later, but this patch is way
3024         big enough already!
3025
3026 2000-10-09  Juergen Vigna  <jug@sad.it>
3027
3028         * src/text.C (GetRow): small fix.
3029
3030         * src/BufferView_pimpl.C (cursorPrevious): 
3031         (cursorNext): added LyXText parameter to function.
3032
3033         * src/insets/insettabular.C (LocalDispatch): activate cell inset on
3034         keypress depending on cursor position.
3035
3036 2000-10-06  Juergen Vigna  <jug@sad.it>
3037
3038         * src/insets/insettabular.C (Ascii): finally call right ascii-function.
3039         (copySelection): redone this function and also copy ascii representa-
3040         tion to clipboard.
3041
3042         * src/tabular.C (Ascii): 
3043         (AsciiPrintCell): 
3044         (AsciiBottomHLine): 
3045         (AsciiTopHLine): 
3046         (print_n_chars): new functions to realize the ascii export of tabulars.
3047
3048 2000-10-05  Juergen Vigna  <jug@sad.it>
3049
3050         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): small fix
3051         if we don't have a buffer.
3052
3053 2000-10-10  Allan Rae  <rae@lyx.org>
3054
3055         * src/frontends/xforms/FormPreferences.[Ch] (hide): Fix the problem
3056         with closing dialog.  It seems that nested tabfolders require hiding
3057         of inner tabfolders before hiding the dialog itself.  Actually all I
3058         did was hide the active outer folder.
3059
3060         * src/BufferView_pimpl.C (buffer): don't call updateBufferDependent
3061         unless there really is a buffer.  hideBufferDependent is called
3062         instead.
3063
3064         * po/Makefile.in.in (POTFILES.in): one little tweak to ensure
3065         POTFILES.in stays in $(srcdir).
3066
3067 2000-10-09  Dekel Tsur  <dekelts@tau.ac.il>
3068
3069         * lib/lyxrc.example: Few changes.
3070
3071 2000-10-05  Angus Leeming <a.leeming@ic.ac.uk>
3072
3073         * src/BufferView_pimpl.C (buffer): only need one the
3074         updateBufferDependent signal to be emitted once! Moved to the end of
3075         the method to allow bv_->text to be updated first.
3076
3077         * src/frontends/xforms/FormBase.[Ch]: replaced the two signals uSignal_
3078         and hSignal_ with Dialogs * and BufferDependency variables.
3079         New Buffer * parent_, initialised when the dialog is launched. Used to
3080         check whether to update() or hide() dialog in the new, private
3081         updateOrHide() method that is connected to the updateBufferDependent
3082         signal. Daughter classes dictate what to do using the
3083         ChangedBufferAction enum, passed to the c-tor.
3084
3085         * src/frontends/xforms/FormCitation.C:
3086         * src/frontends/xforms/FormCommand.C:
3087         * src/frontends/xforms/FormCopyright.C:
3088         * src/frontends/xforms/FormDocument.C:
3089         * src/frontends/xforms/FormError.C:
3090         * src/frontends/xforms/FormIndex.C:
3091         * src/frontends/xforms/FormPreferences.C:
3092         * src/frontends/xforms/FormPrint.C:
3093         * src/frontends/xforms/FormRef.C:
3094         * src/frontends/xforms/FormToc.C:
3095         * src/frontends/xforms/FormUrl.C (c-tor): modified call to FormBase
3096         c-tor.
3097
3098         * src/frontends/xforms/FormCommand.[Ch] (c-tor) passed a
3099         ChangedBufferAction enum.
3100
3101         * src/frontends/xforms/FormParagraph.[Ch]
3102         * src/frontends/xforms/forms/form_paragraph.fd: now derived from
3103         FormBase.
3104         
3105 2000-10-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3106
3107         * lib/bind/cua.bind: fix a bit.
3108         * lib/bind/emacs.bind: ditto.
3109
3110         * lib/bind/menus.bind: remove real menu entries from there.
3111
3112         * src/spellchecker.C: make sure we only include strings.h when
3113         _AIX is defined.        
3114
3115 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
3116
3117         * src/frontends/xforms/Menubar_pimpl.C (get_new_submenu): New
3118         function. It enlarges the maximum number of pup when needed.
3119         (add_toc2): Open a new menu if maximum number of items per menu has 
3120         reached.
3121         
3122 2000-10-05  John Levon  <moz@compsoc.man.ac.uk>
3123
3124         * src/frontends/kde/FormPrint.C: fix error reporting
3125
3126         * src/frontends/xforms/FormDocument.C: fix compiler
3127         warnings
3128
3129         * lib/.cvsignore: add Literate.nw
3130
3131 2000-10-05  Dekel Tsur  <dekelts@tau.ac.il>
3132
3133         * buffer.C
3134         * bufferview_funcs.[Ch]
3135         * lyxfont.[Ch]
3136         * text.C
3137         * text2.C: Add support for numbers in RTL text.
3138
3139 2000-10-06  Allan Rae  <rae@lyx.org>
3140
3141         * po/Makefile.in.in (POTFILES.in, POTFILES): Fixed
3142         to be gettext.m4 friendly again.  ext_l10n.h is now
3143         generated into $top_srcdir instead of $top_builddir
3144         so that lyx.pot will be built correctly -- without
3145         duplicate parsing of ext_l10n.h.
3146
3147 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
3148
3149         * src/frontends/kde/FormCitation.C: make the dialog
3150         behave more sensibly
3151
3152 2000-10-03  John Levon  <moz@compsoc.man.ac.uk>
3153
3154         * config/kde.m4: fix consecutive ./configure runs,
3155         look for qtarch, fix library order
3156
3157         * src/frontends/kde/Makefile.am: tidy up,
3158         add Print dialog, add .dlg dependencies
3159
3160         * src/frontends/kde/FormPrint.C:
3161         * src/frontends/kde/FormPrint.h:
3162         * src/frontends/kde/formprintdialog.C:
3163         * src/frontends/kde/formprintdialog.h:
3164         * src/frontends/kde/formprintdialogdata.C:
3165         * src/frontends/kde/formprintdialogdata.h:
3166         * src/frontends/kde/dlg/formprintdialog.dlg: add
3167         print dialog
3168
3169         * src/frontends/kde/dlg/README: Added explanatory readme
3170         
3171         * src/frontends/kde/dlg/checkinitorder.pl: small perl
3172         script to double-check qtarch's output
3173
3174         * src/frontends/kde/formindexdialog.C:
3175         * src/frontends/kde/formindexdialogdata.C:
3176         * src/frontends/kde/formindexdialogdata.h:
3177         * src/frontends/kde/dlg/formindexdialog.dlg: update
3178         for qtarch, minor fixes
3179
3180 2000-10-05  Allan Rae  <rae@lyx.org>
3181
3182         * src/BufferView_pimpl.C (buffer): don't hide all buffer dependent
3183         dialogs when switching buffers update them instead.  It's up to each
3184         dialog to decide if it should still be visible or not.
3185         update() should return a bool to control visiblity within show().
3186         Or perhaps better to set a member variable and use that to control
3187         visibility.
3188
3189         * lib/build-listerrors: create an empty "listerrors" file just to stop
3190         make trying to regenerate it all the time if you don't have noweb
3191         installed.
3192
3193         * .cvsignore: ignore distdir and dist.tar.gz using rule lyx-*
3194
3195         * po/Makefile.in.in (ext_l10n.h): added a rule to build
3196         $(top_builddir)/src/ext_l10n.h.  The rule has to go here because po/
3197         is built before src/ and ext_l10n.h isn't actually needed to build lyx.
3198         (POTFILES.in): added a rule to build POTFILES.in.  It is also now safe
3199         to rebuild POTFILES.in with scrap *.[hC] files in xforms/forms/.
3200
3201         * autogen.sh: po/POTFILES.in and src/ext_l10n.h now generated by make.
3202
3203 2000-10-04  Angus Leeming <a.leeming@ic.ac.uk>
3204
3205         * src/BufferView_pimpl.C (buffer): emit hideBufferDependent when
3206         deleting buffer. Closes all buffer-dependent dialogs.
3207
3208         * src/frontends/xforms/FormBase.[Ch] (input): modified to pass
3209         FL_OBJECT * also.
3210         * src/frontends/xforms/FormCitation.[Ch]:
3211         * src/frontends/xforms/FormPreferences.[Ch]:
3212         * src/frontends/xforms/FormPrint.[Ch]:
3213         * src/frontends/xforms/FormRef.[Ch]:
3214         * src/frontends/xforms/FormUrl.[Ch]: ditto
3215
3216         * src/frontends/xforms/FormDocument.[Ch]:
3217         * src/frontends/xforms/forms/form_document.C.patch:
3218         * src/frontends/xforms/forms/form_document.fd: all input callbacks now
3219         pass through a single input() function.
3220
3221 2000-10-04  John Levon  <moz@compsoc.man.ac.uk>
3222
3223         * lib/build-listerrors: return status as OK
3224
3225 2000-10-04  Dekel Tsur  <dekelts@tau.ac.il>
3226
3227         * lib/lyxrc.example: Updated to new export code
3228
3229 2000-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3230
3231         * src/mathed/math_parser.C (LexInitCodes): set lexcode of "@" to
3232         LexAlpha. 
3233
3234         * src/mathed/formula.C (LocalDispatch): add '@' as an LM_TC_VAR
3235         character. 
3236
3237         * lib/layouts/amsart.layout: include lyxmacros.inc, so that
3238         LyX-Code is defined.
3239         * lib/layouts/amsbook.layout: ditto.
3240
3241         * boost/Makefile.am: fix typo. 
3242
3243         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): use
3244         Menu::expand. 
3245         (add_lastfiles): removed.
3246         (add_documents): removed.
3247         (add_formats): removed.
3248
3249         * src/frontends/Menubar.C: remove useless "using" directive.
3250
3251         * src/MenuBackend.h: add a new MenuItem constructor.
3252
3253         * src/MenuBackend.[Ch] (Menu::expand): new method. Used in the
3254         xforms frontend.
3255
3256 2000-10-04  Allan Rae  <rae@lyx.org>
3257
3258         * lib/Makefile.am (listerrors):
3259         * lib/build-listerrors: make $builddir != $srcdir compiles work again.
3260         I haven't got notangle installed so Kayvan please test. The output
3261         should end up in $builddir.  This also allows people who don't have
3262         noweb installed to complete the make process without error.
3263
3264         * src/frontends/xforms/FormCommand.[Ch] (showInset):
3265         * src/frontends/xforms/FormError.[Ch] (showInset): fix warnings found
3266         by JMarc's picky compiler.
3267
3268 2000-10-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3269
3270
3271         * src/insets/insettabular.C (setPos): change for loop to not use
3272         sequencing operator. Please check this Jürgen.
3273
3274         * src/frontends/xforms/Menubar_pimpl.C (makeMenubar): use "c"
3275         instead of 'c'
3276         * src/insets/insetcite.C (getScreenLabel): ditto
3277         * src/support/filetools.C (QuoteName): ditto
3278         (ChangeExtension): ditto
3279
3280         * src/BufferView_pimpl.C (scrollCB): make heigt int
3281
3282         * src/BufferView2.C (insertInset): comment out unused arg
3283
3284         * boost/Makefile.am (EXTRADIST): new variable
3285
3286 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
3287
3288         * src/exporter.C (IsExportable): Fixed
3289         
3290         * lib/configure.m4: Small fix
3291
3292 2000-10-03  Dekel Tsur  <dekelts@tau.ac.il>
3293
3294         * src/insets/insetbutton.C (width): Changed to work with no GUI.
3295         * src/insets/insetbib.C (bibitemWidest): ditto.
3296         * src/lyx_gui_misc.C (AskQuestion,AskConfirmation,askForText): ditto.
3297
3298 2000-10-03  Juergen Vigna  <jug@sad.it>
3299
3300         * src/BufferView2.C (theLockingInset): removed const because of
3301         Agnus's compile problems.
3302
3303         * src/insets/insettext.C (LocalDispatch): set the language of the
3304         surronding paragraph on inserting the first character.
3305
3306         * various files: changed use of BufferView::the_locking_inset.
3307         
3308         * src/BufferView2.C (theLockingInset): 
3309         (theLockingInset): new functions.
3310
3311         * src/BufferView.h: removed the_locking_inset.
3312
3313         * src/lyxtext.h: added the_locking_inset
3314
3315         * src/BufferView_pimpl.C (checkInsetHit): y_tmp form uint to int.
3316
3317         * src/insets/lyxinset.h: added bool to ShowInsetCursor definition.
3318
3319 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
3320
3321         * src/mathed/formula.C (IsMacro): declared but not referenced; removed.
3322         * src/mathed/math_cursor.C (IsAlpha): ditto.
3323         * src/mathed/math_inset.C (strnew): ditto.
3324         * src/mathed/math_iter.C: SizeFont declared but not referenced;removed.
3325         (IMetrics): cxp set but never used; removed.
3326         * src/insets/figinset.C (InitFigures): removed redundant for loop, now
3327         that the variable in question has been removed also!
3328
3329
3330         * src/insets/insetbib.[Ch]: remove need to store Buffer * owner by
3331         using the Buffer * passed to Latex(), using the BufferView * passed to
3332         bibitemMaxWidth() bibitemWidest() and by passing a Buffer* to getKeys()
3333
3334         * src/insets/insetinclude.C: use the Buffer * passed to Latex(),
3335         Linuxdoc() and DocBook() rather than the stored Buffer * master.
3336
3337         * src/lyxfunc.C (Dispatch): used new InsetBibtex c-tor
3338         * src/buffer.C (readInset): used new InsetBibtex c-tor
3339         * (getBibkeyList): used new InsetBibtex::getKeys
3340
3341 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3342
3343         * lib/configure.m4
3344         * lib/build-listerrors
3345         * src/converter.C
3346         * src/exporter.C: Add literate programming support to the export code
3347
3348         * src/buffer.C
3349         * src/lyx_cb.C: Remove old literate code.
3350
3351         * src/lyxrc.[Ch]: Remove many obsolete (due to new export code)
3352         variables.
3353
3354         * src/lyxfunc.C (getStatus): Use Exporter::IsExportable
3355         * src/converter.C (View, Convert): Use QuoteName.
3356
3357         * src/insets/figinset.C (Preview): Use Formats::View.
3358
3359         * lib/configure.m4: Add sgml->dvi converter to lyxrc.default
3360         
3361 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3362
3363         * src/lyxfunc.C (Dispatch): move declaration of text variable at
3364         the top of the function, because compaq cxx complains that the
3365         "goto exit_with_message" when the function is disabled bypasses
3366         its initialization.
3367         (MenuNew): try a better fix for the generation of new file names.
3368         This time, I used AddName() instead of AddPath(), hoping Juergen
3369         will be happier :)
3370
3371 2000-10-03  Allan Rae  <rae@lyx.org>
3372
3373         * src/frontends/xforms/forms/form_preferences.fd:
3374         * src/frontends/xforms/FormPreferences.[Ch]: redesign of dialog using
3375         nested tabfolders has begun.  The old "Miscellaneous" was renamed as
3376         "Look and Feel"->"General" but will need to be split up further into
3377         general output and general input tabs.  Current plan is for four outer
3378         tabfolders: "Look and Feel" for colours, bindings, fonts and other HCI
3379         stuff; "Inputs" for input and import configuration; "Outputs" for
3380         output and export configuration; and one more whatever is left over
3381         called "General".  The leftovers at present look like being which
3382         viewers to use, spellchecker, language support and might be better
3383         named "Support".  I've put "Paths" in "Inputs" for the moment as this
3384         seems reasonable for now at least.
3385         One problem remains: X error kills LyX when you close Preferences.
3386
3387 2000-10-02  Angus Leeming <a.leeming@ic.ac.uk>
3388
3389         * src/frontends/xforms/FormBase.[Ch]: removed "meaningless" const.
3390         qualifier from form()
3391         * src/frontends/xforms/FormCitation.[Ch]:
3392         * src/frontends/xforms/FormCopyright.[Ch]:
3393         * src/frontends/xforms/FormDocument.[Ch]:
3394         * src/frontends/xforms/FormError.[Ch]:
3395         * src/frontends/xforms/FormIndex.[Ch]:
3396         * src/frontends/xforms/FormPreferences.[Ch]:
3397         * src/frontends/xforms/FormPrint.[Ch]:
3398         * src/frontends/xforms/FormRef.[Ch]:
3399         * src/frontends/xforms/FormToc.[Ch]:
3400         * src/frontends/xforms/FormUrl.[Ch]: ditto.
3401
3402         * src/frontends/xforms/FormCitation.[Ch]:
3403         * src/frontends/xforms/FormIndex.[Ch]:
3404         * src/frontends/xforms/FormRef.[Ch]:
3405         * src/frontends/xforms/FormUrl.[Ch]: Renamed a few buttons, consistent
3406         with Allan's naming policy
3407         
3408         * src/frontends/xforms/FormCitation.C: some static casts to remove
3409         compiler warnings.
3410
3411 2000-10-02  Juergen Vigna  <jug@sad.it>
3412
3413         * src/insets/insettabular.C (LocalDispatch): fixed selection code,
3414         now you can type or do stuff inside the table-cell also when in dummy
3415         position, fixed visible cursor.
3416
3417         * src/insets/insettext.C (Edit): fixing cursor-view position.
3418
3419         * src/lyxfunc.C (Dispatch): use * text variable so that it can
3420         be used for equal functions in lyxfunc and insettext.
3421
3422         * src/text.C (GetVisibleRow): fixed a small clear_area bug.
3423
3424 2000-10-02  John Levon  <moz@compsoc.man.ac.uk>
3425
3426         * src/frontends/gnome/FormCitation.h:
3427         * src/frontends/gnome/FormCopyright.h:
3428         * src/frontends/gnome/FormIndex.h:
3429         * src/frontends/gnome/FormPrint.h:
3430         * src/frontends/gnome/FormToc.h:
3431         * src/frontends/gnome/FormUrl.h:
3432         * src/frontends/kde/FormCitation.h:
3433         * src/frontends/kde/FormCopyright.h:
3434         * src/frontends/kde/FormIndex.h:
3435         * src/frontends/kde/FormRef.h:
3436         * src/frontends/kde/FormToc.h:
3437         * src/frontends/kde/FormUrl.h: fix remaining users of
3438         support/utility.hpp 
3439
3440 2000-10-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3441
3442         * src/buffer.C (linuxDocHandleFootnote): remove const modifier
3443         from depth argument.
3444         (DocBookHandleCaption): ditto.
3445         (DocBookHandleFootnote): ditto.
3446         (SimpleDocBookOnePar): ditto.
3447
3448         * src/frontends/xforms/FormDocument.h (form): remove extra
3449         FormDocument:: qualifier.
3450
3451         * sigc++/macros/basic_signal.h.m4: remove erroneous virtual
3452         destructor. 
3453         * sigc++/handle.h: ditto.
3454
3455         * src/lyx_gui_misc.C: add "using" directive.
3456
3457         * src/cheaders/cstddef: new file, needed by the boost library (for
3458         compaq cxx).
3459
3460 2000-10-02  Juergen Vigna  <jug@sad.it>
3461
3462         * src/insets/insettext.C (SetFont): better support.
3463
3464         * src/insets/insettabular.C (draw): fixed drawing of single cell.
3465
3466         * src/screen.C (DrawOneRow): some uint refixes!
3467
3468 2000-10-02  Allan Rae  <rae@lyx.org>
3469
3470         * boost/.cvsignore: ignore Makefile as well
3471
3472         * src/lyxfunc.C (Dispatch): missing break; and moved the '}' for
3473         LFUN_UNKNOWN_ACTION: so it doesn't wrap around default:.
3474
3475         * src/frontends/xforms/FormPreferences.[Ch] (restore): D'oh.
3476         Left this one out by accident.
3477
3478         * src/frontends/xforms/FormBase.h (restore): default to calling
3479         update() since that will restore the original/currently-applied values.
3480         Any input() triggered error messages will require the derived classes
3481         to redefine restore().
3482
3483         * src/frontends/xforms/FormDocument.C: initialize a few variables to
3484         avoid a segfault.  combo_doc_class is the main concern.
3485
3486 2000-10-01  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
3487
3488         * Simplify build-listerrors in view of GUI-less export ability!
3489
3490 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3491
3492         * src/lyx_main.C (easyParse): Disable gui when exporting
3493
3494         * src/insets/figinset.C: 
3495         * src/LaTeX.C
3496         * src/converter.C
3497         * src/lyx_gui_misc.C
3498         * src/tabular.C: Changes to allow no-gui.
3499
3500 2000-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3501
3502         * src/support/utility.hpp: removed file
3503         * src/support/block.h: removed file
3504
3505         * src/support/Makefile.am (libsupport_la_SOURCES): remove block.h
3506         and utility.hpp
3507
3508         * src/mathed/formula.C: add support/lyxlib.h
3509         * src/mathed/formulamacro.C: ditto
3510
3511         * src/bufferparams.h: use boost/array.hpp instead of support/block.h
3512         * src/lyxparagraph.h: ditto
3513
3514         * src/Makefile.am (BOOST_INCLUDES): the boost include dir
3515         * src/frontends/Makefile.am (INCLUDES): ditto
3516         * src/frontends/gnome/Makefile.am (BOOST_INCLUDES): ditto
3517         * src/frontends/kde/Makefile.am (BOOST_INCLUDES): ditto
3518         * src/frontends/xforms/Makefile.am (BOOST_INCLUDES): ditto
3519         * src/graphics/Makefile.am (BOOST_INCLUDES): ditto
3520         * src/insets/Makefile.am (BOOST_INCLUDES): ditto
3521         * src/mathed/Makefile.am (BOOST_INCLUDES): ditto
3522
3523         * src/BufferView.h: use boost/utility.hpp
3524         * src/LColor.h: ditto
3525         * src/LaTeX.h: ditto
3526         * src/LyXAction.h: ditto
3527         * src/LyXView.h: ditto
3528         * src/bufferlist.h: ditto
3529         * src/lastfiles.h: ditto
3530         * src/layout.h: ditto
3531         * src/lyx_gui.h: ditto
3532         * src/lyx_main.h: ditto
3533         * src/lyxlex.h: ditto
3534         * src/lyxrc.h: ditto
3535         * src/frontends/ButtonPolicies.h: ditto
3536         * src/frontends/Dialogs.h: ditto
3537         * src/frontends/xforms/FormBase.h: ditto
3538         * src/frontends/xforms/FormGraphics.h: ditto
3539         * src/frontends/xforms/FormParagraph.h: ditto
3540         * src/frontends/xforms/FormTabular.h: ditto
3541         * src/graphics/GraphicsCache.h: ditto
3542         * src/graphics/Renderer.h: ditto
3543         * src/insets/ExternalTemplate.h: ditto
3544         * src/insets/insetcommand.h: ditto
3545         * src/support/path.h: ditto
3546
3547         * config/lyxinclude.m4 (LYX_PROG_CXX): change clause for 2.96
3548         and introduce clause for 2.97.
3549
3550         * boost/libs/README: new file
3551
3552         * boost/boost/utility.hpp: new file
3553
3554         * boost/boost/config.hpp: new file
3555
3556         * boost/boost/array.hpp: new file
3557
3558         * boost/Makefile.am: new file
3559
3560         * boost/.cvsignore: new file
3561
3562         * configure.in (AC_OUTPUT): add boost/Makefile
3563
3564         * Makefile.am (SUBDIRS): add boost
3565
3566 2000-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3567
3568         * src/support/lstrings.C (suffixIs): Fixed.
3569
3570 2000-10-01  Allan Rae  <rae@lyx.org>
3571
3572         * src/PrinterParams.h: moved things around to avoid the "can't
3573         inline call" warning.
3574
3575         * src/frontends/xforms/RadioButtonGroup.h: turned a comment
3576         into doc++ documentation.
3577
3578         * src/frontends/xforms/FormCommand.[Ch]: support button policy
3579
3580         * src/frontends/xforms/FormRef.C: make use of button controller
3581         * src/frontends/xforms/FormDocument.[Ch]: convert to use FormBase
3582         cleaned up button controller usage.
3583         * src/frontends/xforms/FormPreferences.[Ch]: convert to use FormBase
3584         * src/frontends/xforms/FormPrint.[Ch]: convert to use FormBase and
3585         use the button controller
3586
3587         * src/frontends/xforms/forms/*.fd: and associated generated files
3588         updated to reflect changes to FormBase.  Some other FormXxxx files
3589         also got minor updates to reflect changes to FormBase.
3590
3591         * src/frontends/xforms/FormBase.[Ch]: (ok, cancel): new
3592         (hide): made virtual.
3593         (input): return a bool. true == valid input
3594         (RestoreCB, restore): new
3595         (CancelCB, OKCB): renamed from HideCB and ApplyHideCB.
3596         Changes to allow derived dialogs to use a ButtonController and
3597         make sense when doing so: OK button calls ok() and so on.
3598
3599         * src/frontends/xforms/ButtonController.h (class ButtonController):
3600         Switch from template implementation to taking Policy parameter.
3601         Allows FormBase to provide a ButtonController for any dialog.
3602
3603         * src/frontends/xforms/FormPrint.C (connect): setup sizing at show-time
3604         Probably should rename connect and disconnect.
3605         (apply): use the radio button groups
3606         (form): needed by FormBase
3607         (build): setup the radio button groups
3608
3609 2000-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3610
3611         * several files: type changes to reduce the number of warnings and
3612         to unify type hangling a bit. Still much to do. 
3613
3614 2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3615
3616         * lib/images/*: rename a bunch of icons to match Dekel converter
3617         changes. 
3618
3619         * src/buffer.h (SimpleLinuxDocOnePar): remove const qualifier to
3620         last parameter.
3621
3622         * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
3623
3624         * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
3625         virtual destructor
3626         * sigc++/handle.h: ditto for class Handle. 
3627
3628 2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
3629
3630         * config/kde.m4: make Qt fail immediately if Qt2 is picked up
3631
3632 2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3633
3634         * src/intl.C (InitKeyMapper): Correct the value of n due to the
3635         removal of the "default" language.
3636
3637         * src/combox.h (getline): Check that sel > 0
3638
3639 2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
3640
3641         * lib/examples/docbook_example.lyx
3642         * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
3643
3644         * lib/layouts/docbook-book.layout: new docbook book layout.
3645
3646         * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
3647         
3648         * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
3649
3650         * src/insets/figinset.C (DocBook):fixed small typo.
3651
3652         * src/insets/insetinclude.C (DocBook): new export for verbatim type.
3653
3654         * src/insets/insetinclude.h: string include_label doesn't need to be
3655         mutable.
3656         
3657 2000-09-29  Allan Rae  <rae@lyx.org>
3658
3659         * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
3660         Allow derived type to control connection and disconnection from signals
3661         of its choice if desired.
3662
3663 2000-09-28  Juergen Vigna  <jug@sad.it>
3664
3665         * src/insets/insettabular.C (update): fixed cursor setting when
3666         the_locking_inset changed.
3667         (draw): made this a bit cleaner.
3668         (InsetButtonPress): fixed!
3669
3670         * various files: added LyXText Parameter to fitCursor call.
3671         
3672         * src/BufferView.C (fitCursor): added LyXText parameter.
3673
3674         * src/insets/insettabular.C (draw): small draw fix.
3675
3676         * src/tabular.C: right setting of left/right celllines.
3677
3678         * src/tabular.[Ch]: fixed various types in funcions and structures. 
3679         * src/insets/insettabular.C: ditto
3680         * src/frontends/xforms/FormTabular.C: ditto
3681
3682 2000-09-28  Allan Rae  <rae@lyx.org>
3683
3684         * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
3685         that the #ifdef's had been applied to part of what should have been
3686         a complete condition.  It's possible there are other tests that
3687         were specific to tables that are also wrong now that InsetTabular is
3688         being used. Now we need to fix the output of '\n' after a table in a
3689         float for the same reason as the original condition:
3690         "don't insert this if we would be adding it before or after a table
3691         in a float.  This little trick is needed in order to allow use of
3692         tables in \subfigures or \subtables."
3693         Juergen can you check this?
3694
3695 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3696
3697         * src/insets/insettext.C (Ascii): return numer of '\n' in the text
3698         output to the ostream.
3699
3700         * several files: fixed types based on warnings from cxx 
3701
3702 2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
3703
3704         * src/frontends/kde/Makefile.am: fix rule for
3705         formindexdialogdata_moc.C
3706
3707         * src/.cvsignore: add ext_l10n.h to ignore
3708
3709         * acconfig.h: stop messing with __STRICT_ANSI__ 
3710         * config/gnome.m4: remove option to set -ansi
3711         * config/kde.m4: remove option to set -ansi
3712         * config/lyxinclude.m4: don't set -ansi 
3713
3714 2000-09-27  Juergen Vigna  <jug@sad.it>
3715
3716         * various files: remove "default" language check.
3717         
3718         * src/insets/insetquotes.C: removed use of current_view.
3719
3720         * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
3721         the one should have red ears by now!
3722
3723         * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
3724         in more then one paragraph. Fixed cursor-movement/selection.
3725
3726         * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
3727         paragraphs inside a text inset.
3728
3729         * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
3730         text-inset if this owner is an inset.
3731
3732 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3733
3734         * src/Bullet.h: changed type of font, character and size to int
3735
3736         * src/buffer.C (asciiParagraph): remove actcell and fname1.
3737
3738         * src/insets/inseturl.[Ch]: 
3739         * src/insets/insetref.[Ch]:
3740         * src/insets/insetlabel.[Ch]: add linelen to Ascii
3741
3742 2000-09-26  Angus Leeming <a.leeming@ic.ac.uk>
3743
3744         * src/buffer.C (readFile): block-if statement rearranged to minimise
3745         bloat. Patch does not reverse Jean-Marc's change ;-)
3746
3747         * src/frontends/xforms/FormBase.[Ch]: Renamed some of the callbacks.
3748         Class rewritten to store pointers to hide/update signals directly,
3749         rather than Dialogs *. Also defined an enum to ease use. All xforms
3750         forms can now be derived from this class.
3751
3752         * src/frontends/xforms/FormCommand.[Ch]
3753         * src/frontends/xforms/FormCopyright.[Ch]: now derived from FormBase.
3754
3755         * src/frontends/xforms/FormError.[Ch]: moved inclusion of inseterror.h
3756         out of header file.
3757
3758         * src/frontends/xforms/forms/form_citation.fd
3759         * src/frontends/xforms/forms/form_copyright.fd
3760         * src/frontends/xforms/forms/form_error.fd
3761         * src/frontends/xforms/forms/form_index.fd
3762         * src/frontends/xforms/forms/form_ref.fd
3763         * src/frontends/xforms/forms/form_toc.fd
3764         * src/frontends/xforms/forms/form_url.fd: remamed callbacks
3765
3766         * src/frontends/xforms/forms/makefile: small change to work with DEC sh.
3767
3768         * src/insets/insetfoot.C: removed redundent using directive.
3769
3770 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3771
3772         * lib/layouts/siamltex.layout: new textclass for SIAM journals,
3773         from Kornelia Pietsch <pietsch@mathematik.tu-chemnitz.de>
3774
3775         * src/frontends/xforms/Menubar_pimpl.C: menu buttons are now
3776         created in the constructors in different groups. Then set() just
3777         have to show the groups as needed. This fixes the redraw problems
3778         (and is how the old menu code worked).
3779
3780         * src/support/lyxlib.h: declare the methods as static when we do
3781         not have namespaces.
3782
3783 2000-09-26  Juergen Vigna  <jug@sad.it>
3784
3785         * src/buffer.C (asciiParagraph): new function.
3786         (writeFileAscii): new function with parameter ostream.
3787         (writeFileAscii): use now asciiParagraph.
3788
3789         * various inset files: added the linelen parameter to the Ascii-func.
3790         
3791         * src/tabular.C (Write): fixed error in writing file introduced by
3792         the last changes from Lars.
3793
3794         * lib/bind/menus.bind: removed not supported functions.
3795
3796         * src/insets/insettext.C (Ascii): implemented this function.
3797
3798         * src/insets/lyxinset.h (Ascii): added linelen parameter.
3799
3800         * src/tabular.C (write_attribute[int,string,bool]): new functions.
3801         (Write): use of the write_attribute functions.
3802
3803         * src/bufferlist.C (close): fixed reasking question!
3804
3805 2000-09-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3806
3807         * src/support/unlink.C src/support/remove.C src/support/mkdir.C:
3808         new files use the everwhere possible.
3809         
3810         * several files: 
3811         * src/form1.C src/form1.h src/layout_forms.C src/layout_forms.h
3812         src/log_form.C src/lyx.C:
3813         regenerated
3814         
3815         * src/buffer.C (runLaTeX): remove func
3816         
3817         * src/PaperLayout.C: removed file
3818         * src/ParagraphExtra.C: likewise
3819         * src/bullet_forms.C: likewise
3820         * src/bullet_forms.h: likewise
3821         * src/bullet_forms_cb.C: likewise
3822         
3823         * src/Makefile.am (lyx_SOURCES): remove PaperLayout.C,
3824         ParagraphExtra.C, bullet_forms.C, bullet_forms.h and
3825         bullet_forms_cb.C 
3826
3827         * several files: remove all traces of the old fd_form_paragraph,
3828         and functions belonging to that.
3829         
3830         * several files: remove all traces of the old fd_form_document,
3831         and functions belonging to that.
3832         
3833         * several files: constify local variables were possible.
3834         
3835         * several files: remove all code that was dead when NEW_EXPORT was
3836         defined 
3837         
3838         * several files: removed string::c_str in as many places as
3839         possible.
3840         
3841         * forms/makefile (SRCS,OBJS,COBJS): removed bullet_forms.[fd,c,C]
3842         (e): be a bit more outspoken when patching
3843         (updatesrc): only move files if changed.
3844
3845         * forms/layout_forms.h.patch: regenerated
3846         
3847         * forms/layout_forms.fd: remove form_document and form_paragraph
3848         and form_quotes and form_paper and form_table_options and
3849         form_paragraph_extra 
3850
3851         * forms/form1.fd: remove form_table
3852
3853         * forms/fdfix.sh: remove sed rules for fl_set_object_lcolor and
3854         the fdui->... rewrite. Update some comments to xforms 0.88
3855
3856         * forms/bullet_forms.C.patch: removed file
3857         * forms/bullet_forms.fd: likewise
3858         * forms/bullet_forms.h.patch: likewise
3859         
3860         * development/Code_rules/Rules: added a section on switch
3861         statements. Updated some comment to xforms 0.88.
3862
3863 2000-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3864
3865         * src/buffer.C (readFile): make sure that the whole version number
3866         is read after \lyxformat (even when it contains a comma)
3867
3868         * lib/ui/default.ui: change shortcut of math menu to M-a.
3869
3870 2000-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3871
3872         * src/vspace.C (nextToken): use isStrDbl() to check for proper
3873         double values.
3874
3875         * src/LyXView.C (updateWindowTitle): show the full files name in
3876         window title, limited to 30 characters.
3877
3878         * src/support/lyxstring.C (lyxstring): fix it correctly this time.
3879         When a number of characters has been given, we should not assume
3880         that the string is 0-terminated.
3881
3882         * src/intl.C (InitKeyMapper): remove a bunch of string::c_str()
3883         calls (fixes some memory leaks)
3884         
3885         * src/intl.[Ch]: add a destructor for Intl, in order to delete the
3886         trans member on exit.
3887
3888 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3889
3890         * src/converter.C (GetReachable): fix typo.
3891
3892         * src/lyxlex.C (GetFloat): rewrite to use strToDbl() and
3893         understand ',' instead of '.'.
3894         (GetInteger): rewrite to use strToInt().
3895
3896 2000-09-26  Juergen Vigna  <jug@sad.it>
3897
3898         * src/frontends/xforms/FormParagraph.C: fixed de/activation of fields,
3899         better visibility and error-message on wrong VSpace input.
3900
3901         * src/language.C (initL): added english again.
3902
3903 2000-09-25  Juergen Vigna  <jug@sad.it>
3904
3905         * src/frontends/kde/Dialogs.C (Dialogs): 
3906         * src/frontends/gnome/Dialogs.C (Dialogs): 
3907         * src/frontends/kde/Makefile.am: 
3908         * src/frontends/gnome/Makefile.am: added FormParagraph from xforms.
3909
3910         * src/frontends/xforms/forms/makefile: added form_paragraph.fd.
3911
3912         * src/frontends/xforms/Dialogs.C (Dialogs): added FormParagraph.
3913
3914         * src/frontends/xforms/Makefile.am: added files for FormParagraph.
3915
3916         * src/frontends/xforms/FormParagraph.C: 
3917         * src/frontends/xforms/FormParagraph.h:
3918         * src/frontends/xforms/form_paragraph.C:
3919         * src/frontends/xforms/form_paragraph.h:
3920         * src/frontends/xforms/forms/form_paragraph.fd: new files for the new
3921         paragraph layout.
3922
3923         * src/lyxfunc.C (Dispatch): call the new layout paragraph.
3924
3925         * src/tabular.C (OldFormatRead): forgot to delete the temporary
3926         Paragraph-Data after use.
3927
3928         * src/insets/insettext.C (LocalDispatch): don't set the layout on
3929         non breakable paragraphs.
3930
3931 2000-09-25  Garst R. Reese <reese@isn.net>
3932
3933         * src/language.C (initL): added missing language_country codes.
3934
3935 2000-09-25  Juergen Vigna  <jug@sad.it>
3936
3937         * src/insets/insettext.C (InsetText):
3938         (deleteLyXText): remove the not released LyXText structure!
3939
3940 2000-09-24  Marko Vendelin <markov@ioc.ee>
3941
3942         * src/frontends/gnome/mainapp.C
3943         * src/frontends/gnome/mainapp.h: added support for keyboard 
3944         accelerators
3945
3946         * src/frontends/gnome/FormCitation.C
3947         * src/frontends/gnome/FormCitation.h
3948         * src/frontends/gnome/Makefile.am
3949         * src/frontends/gnome/pixbutton.h: completed the rewrite of 
3950         FormCitation to use "action area" in mainapp window
3951
3952         * src/frontends/gnome/Menubar_pimpl.C   
3953         * src/frontends/gnome/Menubar_pimpl.h: Gnome menu can handle
3954         large TOC.
3955
3956 2000-09-23  Dekel Tsur  <dekel@math.tau.ac.il>
3957
3958         * src/mathed/formula.C (MathFuncInset::Metrics): Use default 
3959         width/descent/ascent values if name is empty.
3960         (mathed_string_height): Use std::max.
3961
3962 2000-09-25  Allan Rae  <rae@lyx.org>
3963
3964         * src/frontends/xforms/forms/form_preferences.fd: resize to stop
3965         segfault.  This will be completely redesigned soon.
3966
3967         * sigc++: updated libsigc++.  Fixes struct timespec bug.
3968
3969         * development/tools/makeLyXsigc.sh:  .cvsignore addition
3970
3971 2000-09-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
3972
3973         * several files: removed almost all traces of the old table
3974         (tabular) code.
3975
3976         * src/TableLayout.C: removed file
3977         
3978 2000-09-22  Juergen Vigna  <jug@sad.it>
3979
3980         * src/frontends/kde/Dialogs.C: added credits forms.
3981
3982         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added forms.
3983
3984         * src/frontends/gnome/Dialogs.C: added some forms.
3985
3986         * src/spellchecker.C (init_spell_checker): set language in pspell code
3987         (RunSpellChecker): some modifications for setting language string.
3988
3989         * src/language.[Ch]: added language_country code.
3990
3991 2000-09-21  Angus Leeming <a.leeming@ic.ac.uk>
3992
3993         * src/frontends/Dialogs.h: added new signal showError.
3994         Rearranged existing signals in some sort of alphabetical order.
3995
3996         * src/frontends/xforms/Makefile.am: added new files, FormBase.[Ch],
3997         FormError.[Ch], form_error.[Ch]
3998         * src/frontends/xforms/forms/makefile: added new file form_error.fd
3999         * src/frontends/xforms/Dialogs.C: added new xforms dialog FormError.
4000
4001         * src/frontends/xforms/FormBase.[Ch]: new base class for xforms
4002         dialogs. I think that this can be used as the base to all these
4003         dialogs.
4004
4005         * src/frontends/xforms/FormError.[Ch]
4006         * src/frontends/xforms/forms/form_error.fd: new files. Xforms
4007         implementation of InsetError dialog.
4008         
4009         * src/insets/inseterror.[Ch]: rendered GUI-independent.
4010
4011         * src/frontends/kde/Dialogs.C: added new xforms dialog FormError.
4012         * src/frontends/kde/Makefile.am: ditto
4013
4014 2000-09-21  Dekel Tsur  <dekel@math.tau.ac.il>
4015
4016         * src/mathed/math_cursor.[Ch]: Removed class members macroln and
4017         macrobf. This fixes a bug of invisible text.
4018
4019 2000-09-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4020
4021         * lib/doc/LaTeXConfig.lyx.in: updated.
4022
4023         * src/language.C (initL): remove language "francais" and change a
4024         bit the names of the two other french variations.
4025
4026         * src/support/lyxstring.C (lyxstring): do not apply strlen() on a
4027         string that may not be 0-terminated.
4028
4029 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4030
4031         * src/Makefile.am (lyx_SOURCES): remove table.C and Table.h
4032
4033 2000-09-20  Marko Vendelin <markov@ioc.ee>
4034
4035         * src/frontends/gnome/FormCitation.C
4036         * src/frontends/gnome/FormIndex.C
4037         * src/frontends/gnome/FormToc.C
4038         * src/frontends/gnome/FormUrl.C: cleanup the loops, reordering
4039         the variable initialization to shut up the warnings
4040
4041 2000-09-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4042
4043         * src/table.[Ch]: deleted files
4044         
4045         * src/lyxfunc.C (Dispatch): Don't pass 0 as argument to Dispatch
4046         second arg.
4047
4048 2000-09-18  Juergen Vigna  <jug@sad.it>
4049
4050         * src/insets/insettext.C (LocalDispatch): fixed Backspace/Delete
4051         problems with selection. Inserted new LFUN_PASTESELECTION.
4052         (InsetButtonPress): inserted handling of middle mouse-button paste.
4053
4054         * src/spellchecker.C: changed word to word.c_str().
4055
4056 2000-09-16  Kayvan A. Sylvan  <kayvan@sylvan.com>
4057
4058         * src/Makefile.am: Add sources to lyx_SOURCES so they will be
4059           included in the ``make dist'' tarball.
4060
4061 2000-09-15  Juergen Vigna  <jug@sad.it>
4062
4063         * src/CutAndPaste.C (cutSelection): small fix return the right
4064         end position after cut inside one paragraph only.
4065
4066         * src/insets/insettext.C (resizeLyXText): only reset the cursor if
4067         we are locked as otherwise we don't have a valid cursor position!
4068
4069         * src/insets/figinset.C (draw): small bugfix but why is this needed???
4070
4071 2000-09-19  Angus Leeming <a.leeming@ic.ac.uk>
4072
4073         * src/frontends/kde/FormRef.C: added using directive.
4074         * src/frontends/kde/FormToc.C: ditto
4075
4076         * src/frontends/kde/formtocdialog.h: changed endl to std::endl.
4077
4078         * src/frontends/kde/FormRef.h: removed trailing comma from enums.
4079
4080 2000-09-19  Marko Vendelin <markov@ioc.ee>
4081         
4082         * src/frontends/gnome/Menubar_pimpl.C
4083         * src/frontends/gnome/Menubar_pimpl.h: Gnome menus show now
4084         Toc, ViewFormats, UpdateFormats, and ExportFormats.
4085
4086         * src/frontends/gnome/mainapp.C
4087         * src/frontends/gnome/mainapp.h: support for menu update used 
4088         by Toc menu.
4089
4090         * src/frontends/gnome/mainapp.C
4091         * src/frontends/gnome/mainapp.h: support for "action" area in the
4092         main window. This area is used by small simple dialogs, such as
4093         FormUrl.
4094
4095         * src/frontends/gnome/FormIndex.C
4096         * src/frontends/gnome/FormIndex.h
4097         * src/frontends/gnome/FormUrl.C
4098         * src/frontends/gnome/FormUrl.h: rewrite to use main window action
4099         area
4100
4101         * src/frontends/gnome/FormCitation.C
4102         * src/frontends/gnome/FormCitation.h: rewrite to use main window
4103         action area. Only "Insert new citation" is implemented.
4104
4105 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4106
4107         * src/buffer.C (Dispatch): fix call to Dispatch
4108         * src/insets/insetref.C (Edit): likewise
4109         * src/insets/insetparent.C (Edit): likewise
4110         * src/insets/insetinclude.C (include_cb): likewise
4111         * src/frontends/xforms/FormUrl.C (apply): likewise
4112         * src/frontends/xforms/FormToc.C (apply): likewise
4113         * src/frontends/xforms/FormRef.C (apply): likewise
4114         * src/frontends/xforms/FormIndex.C (apply): likewise
4115         * src/frontends/xforms/FormCitation.C (apply): likewise
4116         * src/lyxserver.C (callback): likewise
4117         * src/lyxfunc.C (processKeySym): likewise
4118         (Dispatch): likewise
4119         (Dispatch): likewise
4120         * src/lyx_cb.C (LayoutsCB): likewise
4121
4122         * Makefile.am (sourcedoc): small change
4123
4124 2000-09-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
4125
4126         * src/main.C (main): Don't make an empty GUIRunTime object. all
4127         methods are static. constify a bit remove unneded using + headers.
4128
4129         * src/tabular.C: some more const to local vars move some loop vars
4130         
4131         * src/spellchecker.C: added some c_str after some word for pspell
4132
4133         * src/frontends/GUIRunTime.h: add new static method setDefaults
4134         * src/frontends/xforms/GUIRunTime.C (setDefaults): 
4135         * src/frontends/kde/GUIRunTime.C (setDefaults): 
4136         * src/frontends/gnome/GUIRunTime.C (setDefaults): new method
4137
4138         * src/mathed/math_cursor.C (MacroModeClose): don't call SetName
4139         with strnew in arg, use correct emptystring when calling SetName.
4140
4141         * several files: remove all commented code with relation to
4142         HAVE_SSTREAM beeing false. We now only support stringstream and
4143         not strstream. 
4144
4145 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4146
4147         * src/lyxfunc.C: construct correctly the automatic new file
4148         names. 
4149
4150         * src/text2.C (IsStringInText): change type of variable i to shut
4151         off a warning.
4152
4153         * src/support/sstream.h: do not use namespaces if the compiler
4154         does not support them.
4155
4156 2000-09-15  Marko Vendelin <markov@ioc.ee>
4157         * src/frontends/gnome/FormCitation.C
4158         * src/frontends/gnome/FormCitation.h
4159         * src/frontends/gnome/diainsertcitation_interface.c
4160         * src/frontends/gnome/dialogs/diainsertcitation.glade: adds
4161         regexp support to FormCitation [Gnome].
4162
4163 2000-09-15  John Levon  <moz@compsoc.man.ac.uk>
4164
4165         * acconfig.h
4166         * configure.in: remove unused KDE/GTKGUI define
4167
4168         * src/frontends/kde/FormRef.C
4169         * src/frontends/kde/FormRef.h
4170         * src/frontends/kde/formrefdialog.C
4171         * src/frontends/kde/formrefdialog.h: double click will
4172         go to reference, now it is possible to change a cross-ref
4173         after the fact
4174
4175         * src/frontends/kde/FormToc.C
4176         * src/frontends/kde/FormToc.h
4177         * src/frontends/kde/formtocdialog.C
4178         * src/frontends/kde/formtocdialog.h: add a depth
4179         slider
4180
4181         * src/frontends/kde/Makefile.am: add QtLyXView.h
4182         to the sources list
4183
4184 2000-09-15  Angus Leeming  <a.leeming@ic.ac.uk>
4185
4186         * src/frontends/kde/FormCitation.h: added some using directives.
4187
4188         * src/frontends/kde/FormToc.h: corrected definition of doTree.
4189
4190         * src/frontends/kde/GUIRunTime.C (initApplication): use lyxerr not
4191         cerr. 
4192
4193         * src/mathed/math_defs.h: redefine SetAlign to use string rather
4194         than char *.
4195         
4196 2000-09-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4197
4198         * src/buffer.C (pop_tag): revert for the second time a change by
4199         Lars, who seems to really hate having non-local loop variables :)
4200
4201         * src/Lsstream.h: add "using" statements.
4202
4203         * src/support/copy.C (copy): add a bunch of std:: qualifiers
4204         * src/buffer.C (writeFile): ditto
4205
4206 2000-09-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4207
4208         * src/buffer.C (writeFile): try to fix the locale modified format
4209         number to always be as we want it.
4210
4211         * src/WorkArea.C (work_area_handler): try to workaround the bugs
4212         in XForms 0.89. C-space is now working again.
4213
4214         * src/Lsstream.h src/support/sstream.h: new files.
4215
4216         * also commented out all cases where strstream were used.
4217         
4218         * src/Bullet.h (c_str): remove method.
4219         
4220         * remove all stuff that is irrelevant when NEW_MENUBAR is defined
4221         
4222         * a lot of files: get rid of "char const *" and "char *" is as
4223         many places as possible. We only want to use them in interaction
4224         with system of other libraries, not inside lyx.
4225         
4226         * a lot of files: return const object is not of pod type. This
4227         helps ensure that temporary objects is not modified. And fits well
4228         with "programming by contract".
4229
4230         * configure.in: check for the locale header too 
4231
4232         * Makefile.am (sourcedoc): new tag for generation of doc++
4233         documentation 
4234
4235 2000-09-14  Juergen Vigna  <jug@sad.it>
4236
4237         * src/frontends/xforms/FormDocument.C (ComboInputCB): fixed the
4238         callback to check which combo called it and do the right action.
4239
4240         * src/combox.C (combo_cb): added combo * to the callbacks.
4241         (Hide): moved call of callback after Ungrab of the pointer.
4242
4243         * src/intl.h: removed LCombo2 function.
4244
4245         * src/intl.C (LCombo): added Combox * to call and removed LCombo2
4246         function as this can now be handled in one function.
4247
4248         * src/combox.h: added Combox * to callback prototype.
4249
4250         * src/frontends/xforms/Toolbar_pimpl.C: 
4251         * src/lyx_cb.C (LayoutsCB): added Combox * to function call.
4252
4253 2000-09-14  Garst Reese  <reese@isn.net>
4254
4255         * lib/tex/hollywood.cls changed length of parenthicals to 1.5in
4256         moved usepackage{xxx}'s to beginning of file. Changed left margin
4257         to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
4258         underlining from title. Thanks to John Culleton for useful suggestions.
4259
4260 2000-09-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4261
4262         * src/lyxlex_pimpl.C (setFile): change error message to debug
4263         message. 
4264
4265 2000-09-13  Juergen Vigna  <jug@sad.it>
4266
4267         * src/frontends/xforms/FormDocument.C: implemented choice_class
4268         as combox and give callback to combo_language so OK/Apply is activated
4269         on change.
4270
4271         * src/bufferlist.C (newFile): small fix so already named files
4272         (via an open call) are not requested to be named again on the
4273         first save!
4274
4275 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
4276
4277         * src/frontends/kde/Makefile.am
4278         * src/frontends/kde/FormRef.C
4279         * src/frontends/kde/FormRef.h
4280         * src/frontends/kde/formrefdialog.C
4281         * src/frontends/kde/formrefdialog.h: implement
4282         cross-ref dialog
4283
4284 2000-09-13  John Levon  <moz@compsoc.man.ac.uk>
4285
4286         * src/frontends/kde/formtocdialog.C
4287         * src/frontends/kde/formtocdialog.h
4288         * src/frontends/kde/FormToc.C
4289         * src/frontends/kde/FormToc.h: change to make TOC hierarchical properly
4290
4291 2000-09-11  John Levon  <moz@compsoc.man.ac.uk>
4292
4293         * src/frontends/kde/FormCitation.C: fix thinko
4294         where we didn't always display the reference text
4295         properly
4296
4297         * src/frontends/kde/formurldialog.C
4298         * src/frontends/kde/formurldialog.h
4299         * src/frontends/kde/FormUrl.C
4300         * src/frontends/kde/FormUrl.h: minor cleanups
4301
4302         * src/frontends/kde/QtLyXView: wrapper to avoid Qt namespace mangling
4303
4304         * src/frontends/kde/Makefile.am
4305         * src/frontends/kde/FormToc.C
4306         * src/frontends/kde/FormToc.h
4307         * src/frontends/kde/FormCitation.C
4308         * src/frontends/kde/FormCitation.h
4309         * src/frontends/kde/FormIndex.C
4310         * src/frontends/kde/FormIndex.h
4311         * src/frontends/kde/formtocdialog.C
4312         * src/frontends/kde/formtocdialog.h
4313         * src/frontends/kde/formcitationdialog.C
4314         * src/frontends/kde/formcitationdialog.h
4315         * src/frontends/kde/formindexdialog.C
4316         * src/frontends/kde/formindexdialog.h: new Toc,Citation,Index dialogs
4317
4318 2000-09-12  Juergen Vigna  <jug@sad.it>
4319
4320         * src/frontends/gnome/GUIRunTime.C (initApplication): make id + version
4321         static strings.
4322
4323 2000-09-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4324
4325         * src/frontends/xforms/GUIRunTime.C (initApplication): use lyxerr,
4326         not cerr.
4327
4328 2000-09-09  Dekel Tsur  <dekel@math.tau.ac.il>
4329
4330         * src/converter.C (Add, Convert): Added support for converter flags:
4331         needaux, resultdir, resultfile.
4332         (Convert): Added new parameter view_file.
4333         (dvips_options): Fixed letter paper option.
4334
4335         * src/exporter.C (Export, BufferExtension): Added support for Docbook.
4336         (Export, GetExportableFormats, GetViewableFormats): Added support
4337         for Ascii.
4338
4339         * src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
4340         directory!
4341         (easyParse): Fixed to work with new export code.
4342         
4343         * src/support/filetools.C (DeleteAllFilesInDir) Fixed to delete
4344         directories.
4345
4346         * lyx-devel-export/lib/configure.m4: Changed flags of tth.
4347
4348         * lib/bind/*.bind: Replaced
4349         buffer-view,buffer-view-ps,buffer-typeset,buffer-typeset-ps by
4350         buffer-view dvi,buffer-view ps,buffer-update dvi,buffer-update ps
4351
4352 2000-09-11  Juergen Vigna  <jug@sad.it>
4353
4354         * src/lyx_gui.C (runTime): uses global guiruntime variable.
4355
4356         * src/main.C (main): now GUII defines global guiruntime!
4357
4358         * src/frontends/gnome/GUIRunTime.C (initApplication): 
4359         * src/frontends/kde/GUIRunTime.C (initApplication): 
4360         * src/frontends/xforms/GUIRunTime.C (initApplication): 
4361         * src/frontends/GUIRunTime.h: added new function initApplication.
4362
4363         * src/spellchecker.C (sc_accept_word): change to add_to_session.
4364
4365         * src/vspace.C (nextToken): fixed error with number 0cm as unvalid.
4366
4367 2000-09-08  Juergen Vigna  <jug@sad.it>
4368
4369         * src/lyx_gui.C (create_forms): don't display the "default" entry as
4370         we have already "Reset".
4371
4372         * src/language.C (initL): inserted "default" language and made this
4373         THE default language (and not american!)
4374
4375         * src/paragraph.C: inserted handling of "default" language!
4376
4377         * src/lyxfont.C: ditto
4378
4379         * src/text.C: ditto
4380
4381         * src/paragraph.C: output the \\par only if we have a following
4382         paragraph otherwise it's not needed.
4383
4384 2000-09-05  Juergen Vigna  <jug@sad.it>
4385
4386         * config/pspell.m4: added entry to lyx-flags
4387
4388         * src/spellchecker.C: modified version from Kevin for using pspell
4389
4390 2000-09-01  Marko Vendelin <markov@ioc.ee>
4391         * src/frontends/gnome/Makefile.am
4392         * src/frontends/gnome/FormCitation.C
4393         * src/frontends/gnome/FormCitation.h
4394         * src/frontends/gnome/diainsertcitation_callbacks.c
4395         * src/frontends/gnome/diainsertcitation_callbacks.h
4396         * src/frontends/gnome/diainsertcitation_interface.c
4397         * src/frontends/gnome/diainsertcitation_interface.h
4398         * src/frontends/gnome/dialogs/diainsertcitation.glade: Insert Citation 
4399         dialog for Gnome frontend
4400
4401         * src/main.C: Gnome libraries require keeping application name
4402         and its version as strings
4403
4404         * src/frontends/gnome/mainapp.C: Change the name of the main window
4405         from GnomeLyX to PACKAGE
4406
4407 2000-09-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4408
4409         * src/frontends/Liason.C: add "using: declaration.
4410
4411 2000-08-31  Dekel Tsur  <dekel@math.tau.ac.il>
4412
4413         * src/mathed/math_macro.C (Metrics): Set the size of the template
4414
4415         * src/mathed/formulamacro.C (Latex): Fixed the returned value
4416
4417 2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
4418
4419         * src/converter.C (add_options): New function.
4420         (SetViewer): Change $$FName into '$$FName'.
4421         (View): Add options when running xdvi
4422         (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
4423         (Convert): The 3rd parameter is now the desired filename. Converts
4424         calls to lyx::rename if necessary.
4425         Add options when running dvips.
4426         (dvi_papersize,dvips_options): New methods.
4427
4428         * src/exporter.C (Export): Use getLatexName() instead of fileName().
4429
4430         * src/frontends/Liason.C (printBuffer): Removed duplicate code by
4431         using a call to Converter::dvips_options.
4432         Fixed to work with nex export code.
4433
4434         * src/support/copy.C
4435         * src/support/rename.C: New files
4436
4437         * src/support/syscall.h
4438         * src/support/syscall.C: Added Starttype SystemDontWait.
4439
4440         * lib/ui/default.ui: Changed to work with new export code
4441
4442         * lib/configure.m4: Changed to work with new export code
4443
4444         * src/encoding.C: Changed latex name for iso8859_7 encoding.
4445
4446 2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
4447
4448         * src/frontends/xforms/Menubar_pimpl.C: added two using directives
4449         so that code compiles with DEC cxx.
4450         
4451         * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
4452         to work correctly! Also now supports the additional elements
4453         neeeded by natbib.
4454         
4455 2000-09-01  Allan Rae  <rae@lyx.org>
4456
4457         * src/frontends/ButtonPolicies.C: renamed all the references to
4458         PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
4459
4460         * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
4461         since it's a const not a type.
4462
4463         * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
4464
4465 2000-08-31  Juergen Vigna  <jug@sad.it>
4466
4467         * src/insets/figinset.C: Various changes to look if the filename has
4468         an extension and if not add it for inline previewing.
4469
4470 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
4471
4472         * src/frontends/ButtonPolicies.h: add a Button AllButtons.
4473         make buttonStatus and isReadOnly be const methods. (also reflect
4474         this in derived classes.)
4475
4476         * src/frontends/ButtonPolicies.C: remove sum_ and bogus_
4477         (nextState): change to be static inline, pass the StateMachine as
4478         a const reference
4479         (PreferencesPolicy): remove casts
4480         (OkCancelPolicy): remvoe casts
4481         (OkCancelReadOnlyPolicy): remove casts
4482         (NoRepeatedApplyReadOnlyPolicy): remove casts
4483         (OkApplyCancelReadOnlyPolicy): remove casts
4484         (OkApplyCancelPolicy): remove casts
4485         (NoRepeatedApplyPolicy): remove casts
4486
4487 2000-08-31  Angus Leeming  <a.leeming@ic.ac.uk>
4488
4489         * src/converter.C: added some using directives
4490
4491         * src/frontends/ButtonPolicies.C: changes to overcome
4492         "need lvalue" error with DEC c++
4493
4494         * src/frontends/xforms/FormDocument.C (c-tor): use C callback
4495         to WMHideCB for DEC c++
4496
4497         * src/frontends/xforms/Menubar_pimpl.C: added using directive
4498
4499         * src/frontends/xforms/forms/form_document.C.patch: use C callback
4500         to BulletBMTableCB for DEC c++
4501
4502 2000-08-31  Allan Rae  <rae@lyx.org>
4503
4504         * src/lyx_gui.C (create_forms): build combo_language2 which is part of
4505         character dialog separately from old document dialogs combo_language.
4506         Stops a segfault.
4507
4508 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
4509
4510         * src/commandtags.h: Added LFUN_GOTO_PARAGRAPH.
4511         Removed LFUN_REF_CREATE.
4512
4513         * src/MenuBackend.C: Added new tags: toc and references
4514
4515         * src/frontends/xforms/Menubar_pimpl.C: Removed the use of StrPool
4516         (add_lastfiles, add_documents, add_formats): Removed the unused smn
4517         parameter.
4518         (add_toc, add_references): New methods.
4519         (create_submenu): Handle correctly the case when there is a
4520         seperator after optional menu items.
4521
4522         * src/lyxfunc.C (getStatus): Handle LFUN_REF_BACK.
4523         (dispatch): Combined the code for LFUN_REF_CREATE and LFUN_REF_INSERT.
4524         (dispatch): New code for LFUN_GOTO_PARAGRAPH.
4525
4526         * src/frontends/xforms/FormToc.C (apply): Use Dispatch.
4527
4528 2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
4529
4530         * src/converter.[Ch]: New file for converting between different
4531         formats.
4532         
4533         * src/export.[Ch]: New file for exporting a LyX file to different
4534         formats.
4535         
4536         * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
4537         MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
4538         PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
4539         MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
4540         MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
4541         RunDocBook, MenuExport.
4542         
4543         * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
4544         Exporter::Preview methods if NEW_EXPORT is defined.     
4545         
4546         * src/buffer.C (Dispatch): Use Exporter::Export.
4547         
4548         * src/lyxrc.C: Added new tags: \converter and \viewer.
4549         
4550         * src/commandtags.h
4551         * src/LyXAction.C: Define new lyx-function: buffer-update.
4552         Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
4553         when NEW_EXPORT is defined.
4554         
4555         * src/MenuBackend.C: Added new tags: updateformats and viewformats.
4556         
4557         * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
4558         
4559         * lib/ui/default.ui: Added submenus "view" and "update" to the 
4560         "file" menu.
4561         
4562         * src/filetools.C (GetExtension): New function.
4563         
4564         * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
4565
4566 2000-08-29  Allan Rae  <rae@lyx.org>
4567
4568         * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
4569
4570         * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
4571         (EnableDocumentLayout): removed
4572         (DisableDocumentLayout): removed
4573         (build): make use of ButtonController's read-only handling to
4574         de/activate various objects. Replaces both of the above functions.
4575
4576         * src/frontends/xforms/ButtonController.h (readWrite): was read_write
4577         (readOnly): was read_only
4578         (refresh): fixed dumb mistakes with read_only_ handling
4579
4580         * src/frontends/xforms/forms/form_document.fd:
4581         * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
4582         tabbed dialogs so the tabs look more like tabs and so its easier to
4583         work out which is the current tab.
4584
4585         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
4586         segfault with form_table
4587
4588         * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
4589
4590 2000-08-28  Juergen Vigna  <jug@sad.it>
4591
4592         * acconfig.h: added USE_PSPELL.
4593
4594         * src/config.h.in: added USE_PSPELL.
4595
4596         * autogen.sh: added pspell.m4
4597
4598         * config/pspell.m4: new file.
4599
4600         * src/spellchecker.C: implemented support for pspell libary.
4601
4602 2000-08-25  Juergen Vigna  <jug@sad.it>
4603
4604         * src/LyXAction.C (init): renamed LFUN_TABLE to
4605         LFUN_DIALOG_TABULAR_INSERT and fixed all it's occurences.
4606
4607         * src/lyxfunc.C (getStatus): fix for disabled Edit->Table entries.
4608
4609         * src/lyxscreen.h: add force_clear variable and fuction to force
4610         a clear area when redrawing in LyXText.
4611
4612         * src/text.C (GetVisibleRow): look if the screen forces a redraw.
4613
4614 2000-08-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4615
4616         * some whitespace and comment changes.
4617         
4618         * src/lyx_gui.C (LyXGUI): use C++ style casts instead of C ones.
4619
4620         * src/buffer.C: up te LYX_FORMAT to 2.17
4621
4622 2000-08-23  Juergen Vigna  <jug@sad.it>
4623
4624         * src/BufferView_pimpl.C (tripleClick): disable this when in a
4625         locking_inset.
4626
4627         * src/insets/insettabular.C (pasteSelection): delete the insets
4628         LyXText as it is not valid anymore.
4629         (copySelection): new function.
4630         (pasteSelection): new function.
4631         (cutSelection): new function.
4632         (LocalDispatch): implemented cut/copy/paste of cell selections.
4633
4634         * src/insets/insettext.C (resizeLyXText): don't need resize if I still
4635         don't have a LyXText.
4636
4637         * src/LyXAction.C (init): a NEW_TABULAR define too much.
4638
4639         * src/lyx_gui_misc.C (CloseAllBufferRelatedDialogs): another missing
4640         NEW_TABULAR define.
4641
4642 2000-08-22  Juergen Vigna  <jug@sad.it>
4643
4644         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): 
4645         ifdef form_table out if NEW_TABULAR.
4646
4647 2000-08-21  Juergen Vigna  <jug@sad.it>
4648
4649         * src/insets/insettabular.C (TabularFeatures): BoxType is enum now.
4650         (draw): fixed draw position so that the cursor is positioned in the
4651         right place.
4652         (InsetMotionNotify): hide/show cursor so the position is updated.
4653         (GENERAL): fixed cursor_pos to show only 0/1 (begin/end of cell),
4654         using cellstart() function where it should be used.
4655
4656         * src/insets/insettext.C (draw): ditto.
4657
4658         * src/tabular.C: fixed initialization of some missing variables and
4659         made BoxType into an enum.
4660
4661 2000-08-22  Marko Vendelin <markov@ioc.ee>
4662         * src/frontends/gnome/Menubar_pimpl.C: Mathces LyX action with Gnome 
4663         stock menu item using action numerical value, not its string
4664         representation.
4665
4666
4667 2000-08-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4668
4669         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add
4670         GUIRunTime.C remove GUIRunTime_pimpl.[Ch]
4671
4672         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]: removed file
4673
4674         * src/frontends/xforms/GUIRunTime.C: new file
4675
4676         * src/frontends/kde/Makefile.am (libkde_la_SOURCES): add
4677         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
4678
4679         * src/frontends/kde/GUIRunTime_pimpl.[Ch]: removed file
4680
4681         * src/frontends/kde/GUIRunTime.C: new file
4682
4683         * src/frontends/gnome/Makefile.am (libgnome_la_SOURCES): add
4684         GUIRunTime.C and remove GUIRunTime_pimpl.[Ch]
4685
4686         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: removed file
4687
4688         * src/frontends/gnome/GUIRunTime.C: new file
4689
4690         * src/frontends/Makefile.am (libfrontends_la_SOURCES): removed
4691         GUIRunTime.C 
4692
4693         * src/frontends/GUIRunTime.h: removed constructor and destructor,
4694         small change to documetentation.
4695
4696         * src/frontends/GUIRunTime.C: removed file
4697
4698         * src/text2.C (MeltFootnoteEnvironment): add some NEW_TABULAR
4699
4700         * src/lyxparagraph.h: enable NEW_TABULAR as default
4701
4702         * src/lyxfunc.C (processKeySym): remove some commented code
4703
4704         * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): add
4705         NEW_TABULAR around the fd_form_table_options.
4706
4707         * src/lyx_gui.C (runTime): call the static member function as
4708         GUIRunTime::runTime().
4709
4710 2000-08-21  Allan Rae  <rae@lyx.org>
4711
4712         * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
4713         policy here also.
4714
4715 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
4716
4717         * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
4718
4719 2000-08-21  Allan Rae  <rae@lyx.org>
4720
4721         * src/frontends/xforms/ButtonController.h (setOK): renamed from setOk to
4722         keep Garst happy ;-)
4723         * src/frontends/xforms/FormPreferences.C (build): use setOK
4724         * src/frontends/xforms/FormDocument.C (build): use setOK
4725         (FormDocument): use the appropriate policy.
4726
4727 2000-08-21  Allan Rae  <rae@lyx.org>
4728
4729         * src/frontends/xforms/ButtonController.h (class ButtonController): Allow
4730         automatic [de]activation of arbitrary objects when in a read-only state.
4731
4732         * src/frontends/ButtonPolicies.h: More documentation
4733         (isReadOnly): added to support the above.
4734
4735         * src/frontends/xforms/forms/form_preferences.fd: Changed Ok -> Save
4736
4737 2000-08-18  Juergen Vigna  <jug@sad.it>
4738
4739         * src/insets/insettabular.C (getStatus): changed to return func_status.
4740
4741         * src/lyxfunc.C (getStatus): fixed TabularFeatures menu to always
4742         display toggle menu entries if they are.
4743
4744         * src/lyx_cb.C: #ifdef'ed out layout stuff which is in the
4745         new document layout now.
4746
4747         * src/lyxfunc.C: ditto
4748
4749         * src/lyx_gui_misc.C: ditto
4750
4751         * src/lyx_gui.C: ditto
4752
4753         * lib/ui/default.ui: removed paper and quotes layout as they are now
4754         all in the document layout tabbed folder.
4755
4756         * src/frontends/xforms/forms/form_document.fd: added Restore
4757         button and callbacks for all inputs for Allan's ButtonPolicy.
4758
4759         * src/frontends/xforms/FormDocument.C (ChoiceClassCB): added.
4760         (CheckChoiceClass): added missing params setting on class change.
4761         (UpdateLayoutDocument): added for updating the layout on params.
4762         (build): forgot to RETURN_ALWAYS input_doc_spacing.
4763         (FormDocument): Implemented Allan's ButtonPolicy with the
4764         PreferencesPolicy.
4765
4766 2000-08-17  Allan Rae  <rae@lyx.org>
4767
4768         * src/frontends/xforms/Dialogs.C (Dialogs): Make a temporary connection
4769         so we can at least see the credits again.
4770
4771         * src/frontends/xforms/FormPreferences.C: Used the appropriate button
4772         controller calls for the appropriate callbacks.  Note that since Ok
4773         calls apply followed by cancel, and apply isn't a valid input for the
4774         APPLIED state, the bc_ calls have to be made in the static callback not
4775         within each of the real callbacks.
4776
4777         * src/frontends/xforms/ButtonController.h (Ok): renamed from Okay()
4778         (setOk): renamed from setOkay()
4779
4780 2000-08-17  Juergen Vigna  <jug@sad.it>
4781
4782         * src/frontends/gnome/Menubar_pimpl.C (openByName): put this function
4783         in the implementation part.
4784         (composeUIInfo): don't show optional menu-items.
4785
4786         * src/lyxfunc.C (getStatus): use insets LyXText if the_locking_inset.
4787
4788         * src/insets/insettext.C (UpdateLocal): call to LyXView::showState()
4789
4790         * src/bufferview_funcs.C (CurrentState): fixed to show also the
4791         text-state when in a text-inset.
4792
4793         * src/frontends/kde/GUIRunTime_pimpl.C: include xforms for now.
4794
4795 2000-08-17  Marko Vendelin <markov@ioc.ee>
4796         * src/frontends/gnome/FormIndex.C
4797         * src/frontends/gnome/FormIndex.h
4798         * src/frontends/gnome/FormToc.C
4799         * src/frontends/gnome/FormToc.h
4800         * src/frontends/gnome/dialogs
4801         * src/frontends/gnome/diatoc_callbacks.c
4802         * src/frontends/gnome/diatoc_callbacks.h
4803         * src/frontends/gnome/diainsertindex_callbacks.h
4804         * src/frontends/gnome/diainsertindex_callbacks.c
4805         * src/frontends/gnome/diainsertindex_interface.c
4806         * src/frontends/gnome/diainsertindex_interface.h
4807         * src/frontends/gnome/diatoc_interface.h
4808         * src/frontends/gnome/diatoc_interface.c
4809         * src/frontends/gnome/Makefile.am: Table of Contents and 
4810         Insert Index dialogs implementation for Gnome frontend
4811
4812         * src/frontends/gnome/GUIRunTime_pimpl.C: fix some small bugs
4813
4814         * src/frontends/gnome/Menubar_pimpl.C: remove historical comments
4815
4816         * src/frontends/gnome/diainserturl_interface.c: make the dialog
4817         resizable
4818
4819 2000-08-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4820
4821         * src/frontends/xforms/GUIRunTime_pimpl.C: constructor and
4822         destructor. Don't definde if you don't need it
4823         (processEvents): made static, non-blocking events processing for
4824         xforms.
4825         (runTime): static method. event loop for xforms
4826         * similar as above for kde and gnome.
4827         
4828         * src/frontends/GUIRunTime.C (GUIRunTime): new Pimpl() is wrong
4829         new Pimpl is correct
4830         (runTime): new method calss the real frontends runtime func.
4831
4832         * src/lyx_gui.C (runTime): change to use the GUIRunTime::runTime
4833
4834 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4835
4836         * src/lyx_gui.C (create_forms): fix the "No change" gettext missing
4837
4838 2000-08-16  Juergen Vigna  <jug@sad.it>
4839
4840         * src/lyx_gui.C (runTime): added GUII RunTime support.
4841
4842         * src/frontends/Makefile.am: 
4843         * src/frontends/GUIRunTime.[Ch]:
4844         * src/frontends/xforms/GUIRunTime_pimpl.[Ch]:
4845         * src/frontends/kde/GUIRunTime_pimpl.[Ch]:
4846         * src/frontends/gnome/GUIRunTime_pimpl.[Ch]: added GUII runtime support
4847
4848         * src/LyXAction.C (init): added dummy LFUN_INSERT_URL.
4849
4850         * src/frontends/Makefile.am (INCLUDES): don't set the FRONTENDS include
4851         as this is already set in ${FRONTEND_INCLUDE} if needed.
4852
4853         * configure.in (CPPFLAGS): setting the include dir for the frontend
4854         directory and don't set FRONTEND=xforms for now as this is executed
4855         always.
4856
4857 2000-08-16 John Levon (moz@compsoc.man.ac.uk)
4858
4859         * src/frontends/kde/Makefile.am:
4860         * src/frontends/kde/FormUrl.C:
4861         * src/frontends/kde/FormUrl.h:
4862         * src/frontends/kde/formurldialog.h:
4863         * src/frontends/kde/formurldialog.C: Add KDE URL dialog
4864
4865 2000-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
4866
4867         * src/frontend/Makefile.am: Add gnome and kde to dist tar file.
4868
4869 2000-08-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
4870
4871         * src/BufferView_pimpl.C (workAreaKeyPress): enable the
4872         processKeySym
4873         
4874 2000-08-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
4875
4876         * src/WorkArea.C (work_area_handler): more work to get te
4877         FL_KEYBOARD to work with xforms 0.88 too, please test.
4878
4879         * src/BufferView_pimpl.C (workAreaKeyPress): add XForms 0.88 guard.
4880
4881 2000-08-15  Dekel Tsur  <dekel@math.tau.ac.il>
4882
4883         * src/frontends/ButtonPolicies.C: make gcc happy when compiling with
4884         -pedantic
4885
4886 2000-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4887
4888         * src/Timeout.h: remove Qt::emit hack.
4889
4890         * several files: changes to allo doc++ compilation
4891         
4892         * src/lyxfunc.C (processKeySym): new method
4893         (processKeyEvent): comment out if FL_REVISION < 89
4894
4895         * src/WorkArea.C: change some debugging levels.
4896         (WorkArea): set wantkey to FL_KEY_ALL
4897         (work_area_handler): enable the FL_KEYBOARD clause, this enables
4898         clearer code and the use of compose with XForms 0.89. Change to
4899         use signals instead of calling methods in bufferview directly.
4900
4901         * src/Painter.C: change some debugging levels.
4902
4903         * src/LyXView.C: don't setup of use the KeyPressMask_raw_callback
4904         if FL_REVISION < 89
4905
4906         * src/BufferView_pimpl.C (Pimpl): Connect to the WorkArea signals.
4907         (workAreaKeyPress): new method
4908
4909 2000-08-14  Juergen Vigna  <jug@sad.it>
4910
4911         * src/frontends/kde/Dialogs.C (Dialogs): added missing dialogs.
4912
4913         * config/kde.m4: addes some features
4914
4915         * src/frontends/kde/Makefile.am (libkde_la_OBJADD): modified to 
4916         include missing xforms dialogs.
4917
4918         * src/Timeout.h: a hack to be able to compile with qt/kde.
4919
4920         * sigc++/.cvsignore: added acinclude.m4
4921
4922         * lib/.cvsignore: added listerros
4923
4924         * src/frontends/Makefile.am: modified for now to ALWAYS compile the
4925         xforms tree as objects are needed for other frontends.
4926
4927         * src/frontends/gnome/Makefile.am (libgnome_la_OBJADD): added for
4928         linking with not yet implemented xforms objects.
4929
4930         * src/frontends/gnome/Dialogs.C (Dialogs): added FormDocument.
4931
4932 2000-08-14  Baruch Even  <baruch.even@writeme.com>
4933
4934         * src/frontends/xforms/FormGraphics.h:
4935         * src/frontends/xforms/FormGraphics.C:
4936         * src/frontends/xforms/RadioButtonGroup.h:
4937         * src/frontends/xforms/RadioButtonGroup.C:
4938         * src/insets/insetgraphics.h:
4939         * src/insets/insetgraphics.C:
4940         * src/insets/insetgraphicsParams.h:
4941         * src/insets/insetgraphicsParams.C: Changed indentation to use tabs
4942         instead of spaces, and various other indentation issues to make the
4943         sources more consistent.
4944
4945 2000-08-14  Marko Vendelin <markov@ioc.ee>
4946
4947         * src/frontends/gnome/dialogs/diaprint.glade
4948         * src/frontends/gnome/FormPrint.C
4949         * src/frontends/gnome/FormPrint.h
4950         * src/frontends/gnome/diaprint_callbacks.c
4951         * src/frontends/gnome/diaprint_callbacks.h
4952         * src/frontends/gnome/diaprint_interface.c
4953         * src/frontends/gnome/diaprint_interface.h: Print dialog Gnome 
4954         implementation
4955         
4956         * src/frontends/gnome/dialogs/diainserturl.glade
4957         * src/frontends/gnome/FormUrl.C
4958         * src/frontends/gnome/FormUrl.h
4959         * src/frontends/gnome/diainserturl_callbacks.c
4960         * src/frontends/gnome/diainserturl_callbacks.h
4961         * src/frontends/gnome/diainserturl_interface.c
4962         * src/frontends/gnome/diainserturl_interface.h: Insert Url dialog
4963         Gnome implementation
4964
4965         * src/frontends/gnome/Dialogs.C
4966         * src/frontends/gnome/Makefile.am: added Print, Insert Url  and
4967         all other dialogs. Copy all unimplemented dialogs from Xforms
4968         frontend
4969         
4970         * src/frontends/gnome/support.c
4971         * src/frontends/gnome/support.h: support files generated by Glade
4972
4973         * autogen.sh
4974         * configure.in
4975         * config/gnome.m4: Gnome configuration scripts
4976
4977         * config/lyxinclude.m4: cleanup: frontend renamed from gtk to gnome in
4978         configure --help message
4979
4980         * src/lyx_gui.C: Gnome/Gtk releases control in LyXGUI::runTime()
4981         only if there are no events pendling in Gnome/Gtk. This enhances
4982         the performance of menus.
4983
4984
4985 2000-08-14  Allan Rae  <rae@lyx.org>
4986
4987         * lib/Makefile.am: listerrors cleaning
4988
4989         * lib/listerrors: removed -- generated file
4990         * acinclude.m4: ditto
4991         * sigc++/acinclude.m4: ditto
4992
4993         * src/frontends/xforms/forms/form_citation.fd:
4994         * src/frontends/xforms/FormCitation.C (setSize): Made the form a more
4995         manageable size.
4996
4997         * src/frontends/xforms/forms/makefile: I renamed the `install` target
4998         `updatesrc` and now we have a `test` target that does what `updatesrc`
4999         used to do. I didn't like having an install target that wasn't related
5000         to the dist.
5001
5002         * src/frontends/xforms/Form*.[hC]: Removed the free() member functions
5003         on all except FormGraphics.  This may yet happen. Followed by a major
5004         cleanup including using FL_TRANSIENT for most of the dialogs.  More
5005         changes to come when the ButtonController below is introduced.
5006
5007         * src/frontends/xforms/ButtonController.h: New file for managing up to
5008         four buttons on a dialog according to an externally defined policy.
5009         * src/frontends/xforms/Makefile.am: added above
5010
5011         * src/frontends/ButtonPolicies.[hC]: New files full of policies for Ok,
5012         Apply and Cancel/Close buttons and everything in between and beyond.
5013         * src/frontends/Makefile.am: added above.
5014
5015         * src/frontends/xforms/forms/form_preferences.fd:
5016         * src/frontends/xforms/FormPreferences.[hC]: Uses the ButtonController
5017         and removed variable 'status' as a result. Fixed the set_minsize thing.
5018         Use the new screen-font-update after checking screen fonts were changed
5019         Added a "Restore" button to restore the original lyxrc values while
5020         editing.  This restores everything not just the last input changed.
5021         That's still a tricky one.  As is the "LyX: this shouldn't happen..."
5022
5023         * src/LyXAction.C: screen-font-update added for updating buffers after
5024         screen font settings have been changed.
5025         * src/commandtags.h: ditto
5026         * src/lyxfunc.C: ditto
5027
5028         * forms/lyx.fd: removed screen fonts dialog.
5029         * src/lyx_gui.C: ditto
5030         * src/menus.[Ch]: ditto
5031         * src/lyx.[Ch]: ditto
5032         * src/lyx_cb.C: ditto + code from here moved to make
5033         screen-font-update. And people wonder why progress on GUII is
5034         slow.  Look at how scattered this stuff was!  It takes forever
5035         just find it all. 
5036
5037         * forms/fdfix.sh: Fixup the spacing after commas.
5038         * forms/makefile: Remove date from generated files. Fewer clashes now.
5039         * forms/bullet_forms.C.patch: included someones handwritten changes
5040
5041         * src/lyxrc.[Ch]: Added a commented out system_lyxrc.  Will use it RSN
5042         once I've discovered why LyXRC was made noncopyable.
5043         * src/lyx_main.C: ditto
5044
5045 2000-08-14  Angus Leeming  <a.leeming@ic.ac.uk>
5046
5047         * src/frontends/xforms/forms/fdfix.sh:
5048         * src/frontends/xforms/forms/fdfixh.sed:
5049         * src/frontends/xforms/forms/fdfixc.sed: New file from Angus
5050         * src/frontends/xforms/Form*.[hC]:
5051         * src/frontends/xforms/form_*.[hC]: Massive rewrite of the generation
5052         scripts to rename all the "FL_OBJECT * form_xxxx" to "form" and to
5053         provide a destructor for the struct FD_form_xxxx. Another version of
5054         the set_[max|min]size workaround and a few other cleanups. Actually,
5055         Angus' patch from 20000809.
5056
5057 2000-08-13  Baruch Even  <baruch.even@writeme.com>
5058
5059         * src/insets/insetgraphics.C (Clone): Added several fields that needed
5060         copying.
5061
5062 2000-08-11  Juergen Vigna  <jug@sad.it>
5063
5064         * src/insets/insetgraphics.C (InsetGraphics): changing init
5065         order because of warnings.
5066
5067         * src/frontends/xforms/forms/makefile: adding patching .C with
5068         .C.patch files.
5069
5070         * src/frontends/xforms/forms/fdfix.sh: changing patching file .c
5071         from .C.patch to .c.patch
5072
5073         * src/frontends/xforms/FormCommand.C (FormCommand): changing init
5074         order because of warning.
5075
5076         * src/frontends/xforms/Dialogs.C (Dialogs): added FormDialog
5077
5078         * src/frontends/Liason.C (setMinibuffer): new helper function
5079
5080         * src/frontends/Dialogs.h (class Dialogs): inserting showLayoutDocument
5081
5082         * src/lyxfunc.C (Dispatch): calling new Document-Layout
5083
5084         * lib/ui/default.ui: commented out PaperLayout entry
5085
5086         * src/frontends/xforms/form_document.[Ch]: new added files 
5087         
5088         * src/frontends/xforms/FormDocument.[Ch]: ditto
5089
5090         * src/frontends/xforms/forms/form_document.fd: ditto
5091
5092         * src/frontends/xforms/forms/form_document.C.patch: ditto
5093
5094 2000-08-10  Juergen Vigna  <jug@sad.it>
5095
5096         * src/insets/insetgraphics.C (draw): fixed access to 0 cacheHandle.
5097         (InsetGraphics): initialized cacheHandle to 0.
5098         (draw): changed call to updateInset to status=CHANGE_IN_DRAW.
5099
5100 2000-08-10  Baruch Even  <baruch.even@writeme.com>
5101
5102         * src/graphics/GraphicsCache.h:
5103         * src/graphics/GraphicsCache.C (addFile, removeFile): Changed to work 
5104         correctly as a cache.
5105
5106         * src/graphics/GraphicsCacheItem.h:
5107         * src/graphics/GraphicsCacheItem.C: Changed to the pimpl idiom to allow
5108         reference counting.
5109
5110         * src/graphics/GraphicsCacheItem_pimpl.h:
5111         * src/graphics/GraphicsCacheItem_pimpl.C: The implementation of the
5112         GraphicsCacheItem.
5113
5114         * src/insets/insetgraphics.h: 
5115         * src/insets/insetgraphics.C: Changed from using a signal notification
5116         to polling when image is not loaded.
5117
5118 2000-08-10  Allan Rae  <rae@lyx.org>
5119
5120         * development/tools/makeLyXsigc.sh: Updated to allow Signal3.  Note
5121         that there are two functions that have to been taken out of line by
5122         hand and aren't taken care of in the script.  (Just a reminder note)
5123
5124         * sigc++/macros/*.h.m4: Updated as above.
5125
5126 2000-08-09  Juergen Vigna  <jug@sad.it>
5127
5128         * src/insets/insettext.C (draw): small fix for clearing rectangle.
5129
5130         * src/insets/insettabular.C: make drawing of single cell smarter.
5131
5132 2000-08-09  Marko Vendelin <markov@ioc.ee>
5133         * src/frontends/gnome/Menubar_pimpl.C
5134         * src/frontends/gnome/Menubar_pimpl.h: Gnome frontend Menubar
5135         implementation: new files
5136         
5137         * src/frontends/gnome/mainapp.C
5138         * src/frontends/gnome/mainapp.h: Gnome main window (temporary
5139         implementation)
5140
5141         * src/main.C: create Gnome main window
5142
5143         * src/frontends/xforms/Menubar_pimpl.h
5144         * src/frontends/Menubar.C
5145         * src/frontends/Menubar.h: added method Menubar::update that calls 
5146         Menubar_pimpl::update and xforms/Menubar_pimpl::update (empty one)
5147
5148         * src/LyXView.C: calls Menubar::update to update the state
5149         of menu items
5150
5151         * src/frontends/gnome/Makefile.am: added new files
5152         
5153         * src/frontends/Makefile.am: added frontend compiler options
5154
5155 2000-08-08  Juergen Vigna  <jug@sad.it>
5156
5157         * src/lyx_cb.C (AutoSave): autosave for unnamed files enabled!
5158
5159         * src/bufferlist.C (close): 
5160         * src/bufferlist.C (QwriteAll): remove Autosave-files for Unnamed()
5161         documents if exiting without saving.
5162
5163         * src/buffer.C (save): use removeAutosaveFile()
5164
5165         * src/support/filetools.C (removeAutosaveFile): new function.
5166
5167         * src/lyx_cb.C (MenuWrite): returns a bool now.
5168         (MenuWriteAs): check if file could really be saved and revert to the
5169         old name if not.
5170         (MenuWriteAs): removing old autosavefile if existant.
5171
5172         * src/frontends/xforms/FormRef.h: puting FD_form_ref declaration
5173         before Goto toggle declaration, because of compiler warning.
5174
5175         * src/frontends/xforms/FormRef.C: forgot include of <algorithm>
5176
5177         * src/lyxfunc.C (MenuNew): small fix.
5178
5179         * src/lyxrc.C (output): added RC_NEW_ASK_FILENAME tag.
5180
5181         * src/bufferlist.C (newFile):
5182         * src/lyxfunc.C (MenuNew): use the new_ask_filename tag from lyxrc.
5183
5184         * src/lyxrc.C: added new_ask_filename tag
5185
5186 2000-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
5187
5188         * src/lyx.fd: removed code pertaining to form_ref
5189         * src/lyx.[Ch]: ditto
5190         * src/lyx_cb.C: ditto
5191         * src/lyx_gui.C: ditto
5192         * src/lyx_gui_misc.C: ditto
5193
5194         * src/BufferView_pimpl.C (restorePosition): update buffer only
5195         if file has changed
5196
5197         * src/commandtags.h (LFUN_REFTOGGLE): removed
5198         (LFUN_INSERT_REF): renamed LFUN_REF_INSERT
5199         (LFUN_REFGOTO): renamed LFUN_REF_GOTO
5200         (LFUN_REFBACK): renamed LFUN_REF_BACK
5201
5202         * src/LyXAction.C: removed code pertaining to LFUN_REFTOGGLE
5203         * src/menus.C: ditto
5204         * src/lyxfunc.C (Dispatch): ditto.
5205         InsertRef dialog is now GUI-independent.
5206
5207         * src/texrow.C: added using std::endl;
5208
5209         * src/insets/insetref.[Ch]: strip out large amounts of code.
5210         The inset is now a container and this functionality is now
5211         managed by a new FormRef dialog
5212         
5213         * src/frontends/Dialogs.h (showRef, createRef): new signals
5214
5215         * src/frontends/xforms/FormIndex.[Ch],
5216         src/frontends/xforms/FormUrl.[Ch]: workaround an xforms bug
5217         when setting dialog's min/max size
5218         * src/frontends/xforms/FormIndex.[Ch]: ditto
5219
5220         * src/frontends/xforms/FormRef.[Ch],
5221         src/frontends/xforms/forms/form_ref.fd: new xforms
5222         implementation of an InsetRef dialog
5223
5224         * src/graphics/GraphicsCache.[Ch]: small changes to compile with
5225         DEC cxx
5226
5227         * src/graphics/XPM_Renderer.C (isImageFormatOK):
5228         ios::nocreate is not part of the standard. Removed.
5229
5230 2000-08-07  Baruch Even  <baruch.even@writeme.com>
5231
5232         * src/graphics/Renderer.h:
5233         * src/graphics/Renderer.C: Added base class for rendering of different
5234         image formats into Pixmaps.
5235
5236         * src/graphics/XPM_Renderer.h:
5237         * src/graphics/XPM_Renderer.C: Taken from GraphicsCacheItem and placed
5238         in a different class.
5239
5240         * src/graphics/GraphicsCacheItem.C: factored out the rendering in order to
5241         easily add support for other formats.
5242
5243         * src/insets/figinset.C: plugged a leak of an X resource.
5244
5245 2000-08-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
5246
5247         * src/CutAndPaste.[Ch]: make all metods static. 
5248
5249         * development/Code_rules/Rules: more work, added section on
5250         Exceptions, and a References section.
5251
5252         * a lot of header files: work to make doc++ able to generate the
5253         source documentation, some workarounds of doc++ problems. Doc++ is
5254         now able to generate the documentation.
5255
5256 2000-08-07  Juergen Vigna  <jug@sad.it>
5257
5258         * src/insets/insettabular.C (recomputeTextInsets): removed function
5259
5260         * src/tabular.C (SetWidthOfMulticolCell): 
5261         (SetWidthOfCell): 
5262         (calculate_width_of_column_NMC): fixed return value so that it really
5263         only returns true if the column-width has changed (there where
5264         problems with muliticolumn-cells in this column).
5265
5266 2000-08-04  Juergen Vigna  <jug@sad.it>
5267
5268         * src/BufferView_pimpl.C (checkInsetHit): changed so that it looks
5269         also on the scrollstatus of the inset.
5270         (workAreaMotionNotify): ditto.
5271
5272         * src/texrow.C (getIdFromRow): fixed compile problem on egcs-1.1.2.
5273
5274 2000-08-01  Juergen Vigna  <jug@sad.it>
5275
5276         * src/insets/insettabular.C (resetPos): scroll tabular automatically.
5277
5278         * src/commandtags.h: 
5279         * src/LyXAction.C (init): 
5280         * src/insets/inset.C (LocalDispatch): added support for
5281         LFUN_SCROLL_INSET.
5282
5283         * src/insets/inset.C (scroll): new functions.
5284
5285         * src/insets/insettext.C (removeNewlines): new function.
5286         (SetAutoBreakRows): removes forced newlines in the text of the
5287         paragraph if autoBreakRows is set to false.
5288
5289         * src/tabular.C (Latex): generates a parbox around the cell contents
5290         if needed.
5291
5292         * src/frontends/xforms/FormTabular.C (local_update): removed
5293         the radio_useparbox button.
5294
5295         * src/tabular.C (UseParbox): new function
5296
5297 2000-08-06  Baruch Even  <baruch.even@writeme.com>
5298
5299         * src/graphics/GraphicsCache.h:
5300         * src/graphics/GraphicsCache.C:
5301         * src/graphics/GraphicsCacheItem.h:
5302         * src/graphics/GraphicsCacheItem.C: Made them to actually do something
5303         usefull.
5304
5305         * src/insets/insetgraphics.h:
5306         * src/insets/insetgraphics.C: Added the use of the GraphicsCache
5307         and the drawing of the inline image.
5308
5309         * src/buffer.C: Fixed a bug where a loaded InsetGraphics would be
5310         loaded into the wrong position.
5311
5312         * src/lyxfunc.C: When adding an InsetGraphics the edit dialog is now
5313         launched.
5314
5315 2000-08-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5316
5317         * src/support/translator.h: move all typedefs to public section
5318
5319         * src/support/filetools.C (MakeLatexName): return string const
5320         (QuoteName): ditto
5321         (TmpFileName): ditto
5322         (FileOpenSearch): ditto
5323         (FileSearch): ditto
5324         (LibFileSearch): ditto
5325         (i18nLibFileSearch): ditto
5326         (GetEnv): ditto
5327         (GetEnvPath): ditto
5328         (CreateTmpDir): ditto
5329         (CreateBufferTmpDir): ditto
5330         (CreateLyXTmpDir): ditto
5331         (GetCWD): ditto
5332         (OnlyPath): ditto
5333         (MakeAbsPath): ditto
5334         (AddName): ditto
5335         (OnlyFilename): ditto
5336         (ExpandPath): ditto
5337         (NormalizePath): ditto
5338         (CleanupPath): ditto
5339         (GetFileContents): ditto
5340         (ReplaceEnvironmentPath): ditto
5341         (MakeRelPath): ditto
5342         (AddPath): ditto
5343         (ChangeExtension): ditto
5344         (MakeDisplayPath): ditto
5345         (do_popen): return cmdret const
5346         (findtexfile): return string const
5347
5348         * src/support/DebugStream.h: add some /// to please doc++
5349
5350         * src/frontends/DialogBase.h (endif): add some /// to please doc++
5351
5352         * src/texrow.C (same_rownumber): functor to use with find_if
5353         (getIdFromRow): rewritten to use find_if and to not update the
5354         positions. return true if row is found
5355         (increasePos): new method, use to update positions
5356
5357         * src/lyxlex_pimpl.h: make LyXLex::Pimpl noncopyable
5358
5359         * src/lyxlex_pimpl.C (verifyTable): new method
5360         (pushTable): use it
5361         (Pimpl): use it
5362         (GetString): return string const
5363         (pushTable): rewrite to use std::stack
5364         (popTable): ditto
5365         (setFile): better check
5366         (setStream): ditto
5367
5368         * src/lyxlex.h: make LyXLex noncopyable
5369
5370         * src/lyxlex.C (text): return char const * const
5371         (GetString): return string const
5372         (getLongString): return string const
5373
5374         * src/lyx_gui_misc.C (askForText): return pair<...> const
5375
5376         * src/lastfiles.[Ch] (operator): return string const
5377
5378         * src/buffer.C (parseSingleLyXformat2Token): pass string to
5379         istringstream not char const *. 
5380         move token.end() out of loop.
5381         (readFile): move initializaton of token
5382
5383         * src/BufferView2.C (insertErrors): run texrow.increasePos if
5384         getIdFromRow is successful.
5385
5386         * lib/bind/emacs.bind: don't include menus bind
5387
5388         * development/Code_rules/Rules: the beginnings of making this
5389         better and covering more of the unwritten rules that we have.
5390
5391         * development/Code_rules/Recommendations: a couple of wording
5392         changes. 
5393
5394 2000-08-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5395
5396         * src/support/strerror.c: remove C++ comment.
5397
5398 2000-08-04  Angus Leeming  <a.leeming@ic.ac.uk>
5399
5400         * src/commandtags.h: LFUN_INDEX_CREATE_LAST reverts to
5401         LFUN_INDEX_INSERT_LAST
5402
5403         * src/texrow.C (getIdFromRow): changed from const_iterator to
5404         iterator, allowing code to compile with DEC cxx
5405
5406         * src/frontends/xforms/FormCitation.[Ch]: made vector<string>
5407         stores part of the class, as suggested by Allan. Will allow
5408         multiple LyXViews.
5409         (apply): test to apply uses InsetCommandParams operator!=
5410
5411         * src/frontends/xforms/FormIndex.C: moved set_minsize into build
5412         (apply): test to apply uses InsetCommandParams operator!=
5413
5414         * src/frontends/xforms/FormToc.[Ch]: made vector<string>
5415         stores part of the class.
5416         (update): removed limits on min/max size.
5417
5418         * src/frontends/xforms/FormUrl.C: moved set_minsize into build
5419         (apply): test to apply uses InsetCommandParams operator!=
5420
5421         * src/insets/insetcommand.[Ch] InsetCommand made noncopyable
5422         (Read, Write, scanCommand, getCommand): moved functionality
5423         into InsetCommandParams.
5424         (Clone): removed
5425         (getScreenLabel): made pure virtual
5426         new InsetCommandParams operators== and !=
5427         
5428         * src/insets/insetbib.[Ch] (InsetBibKey, InsetBibtex): new
5429         c-tors based on InsetCommandParams. Removed others.
5430         * src/insets/insetinclude.[Ch]: ditto
5431         * src/insets/insetlabel.[Ch]: ditto
5432         * src/insets/insetparent.[Ch]: ditto
5433         * src/insets/insetref.[Ch]: ditto. Also moved gotoLabel into .C
5434         
5435         * src/buffer.C (parseSingleLyXformat2Token, readInset): all
5436         insets derived from InsetCommand created using similar c-tors
5437         based on InsetCommandParams
5438         * src/lyx_cb.C (MenuInsertLabel, RefSelectCB): ditto
5439         * src/menus.C (ShowRefsMenu): ditto
5440         * src/paragraph.C (Clone): ditto
5441         * src/text2.C (SetCounter): ditto
5442         * src/lyxfunc.C (Dispatch) ditto
5443         Also recreated old InsetIndex behaviour exactly. Can now
5444         index-insert at the start of a paragraph and index-insert-last
5445         without launching the pop-up.
5446
5447 2000-08-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
5448
5449         * lib/lyxrc.example: mark te pdf options as non functional.
5450
5451         * src/support/lstrings.C (strToInt): move initalization of tmpstr
5452         (isStrDbl): move tmpstr.end() out of loop.
5453         (strToDbl): move intialization of tmpstr
5454         (lowercase): return string const and move tmp.end() out of loop.
5455         (uppercase): return string const and move tmp.edn() out of loop.
5456         (prefixIs): add assertion
5457         (suffixIs): ditto
5458         (contains): ditto
5459         (contains): ditto
5460         (contains): ditto
5461         (containsOnly): ditto
5462         (containsOnly): ditto
5463         (containsOnly): ditto
5464         (countChar): make last arg char not char const
5465         (token): return string const
5466         (subst): return string const, move tmp.end() out of loop.
5467         (subst): return string const, add assertion
5468         (strip): return string const
5469         (frontStrip): return string const, add assertion
5470         (frontStrip): return string const
5471         (split): ditto
5472         (split): ditto
5473         (rsplit): ditto
5474
5475         * src/support/lstrings.C: add inclde "LAssert.h"
5476         (isStrInt): move tmpstr.end() out of loop.
5477
5478         * src/frontends/xforms/Toolbar_pimpl.C (activate): move
5479         toollist.end() out of loop.
5480         (deactivate): move toollist.end() out of loop.
5481         (update): move toollist.end() out of loop.
5482         (updateLayoutList): move tc.end() out of loop.
5483         (add): move toollist.end() out of loop.
5484
5485         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): move
5486         md.end() out of loop.
5487
5488         * src/texrow.h: make getIdFromRow const, make rowlist mutable.
5489
5490         * src/texrow.C (getIdFromRow): make const, more rowlist.end() out
5491         of loop.
5492
5493         * src/paragraph.C (Erase): move fontlist.end() out of loop.
5494         (Erase): move insetlist.end() out of loop.
5495
5496         * src/lyx_sendfax_main.C: make show_logfile static and to take a
5497         ref to const string as first arg. Move initialization of some
5498         variables, whitespace changes.
5499
5500         * src/kbmap.C (defkey): move table.end() out of loop.
5501         (kb_keymap): move table.end() out of loop.
5502         (findbinding): move table.end() out of loop.
5503
5504         * src/MenuBackend.C (hasMenu): move end() out of loop.
5505         (getMenu): move end() out of loop.
5506         (getMenu): move menulist_.end() out of loop.
5507
5508         * src/Makefile.am (#lyx_LDFLAGS): interesting option commented out.
5509
5510         * src/LaTeXFeatures.C (getIncludedFiles): move IncludedFiles.end()
5511         out of loop.
5512
5513         * src/LColor.C (getFromGUIName): move infotab.end() out of loop.
5514         (getFromLyXName): move infotab.end() out of loop.
5515
5516         * config/lyxinclude.m4 (CXXFLAGS): change for 2.96 add
5517         -fvtable-thunks -ffunction-sections -fdata-sections 
5518
5519 2000-08-03  Dekel Tsur  <dekel@math.tau.ac.il>
5520
5521         * src/frontends/xforms/RadioButtonGroup.h: Changed <forms.h> to
5522         FORMS_H_LOCATION.
5523
5524 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
5525
5526         * src/frontends/xforms/FormCommand.[Ch] (d-tor): removed
5527
5528         * src/frontends/xforms/FormCitation.[Ch],
5529         src/frontends/xforms/FormIndex.[Ch],
5530         src/frontends/xforms/FormToc.[Ch],
5531         src/frontends/xforms/FormUrl.[Ch] (d-tors): call free()
5532
5533 2000-08-03  Angus Leeming  <a.leeming@ic.ac.uk>
5534
5535         * src/commandtags.h: renamed, created some flags for citation
5536         and index
5537
5538         * src/lyx_gui_misc.C: stripped out old FD_index_form code
5539
5540         * src/lyxfunc.C (dispatch): use signals to insert index entry
5541         
5542         * src/frontends/Dialogs.h: new signal createIndex
5543
5544         * src/frontends/xforms/FormCommand.[Ch],
5545         src/frontends/xforms/FormCitation.[Ch],
5546         src/frontends/xforms/FormToc.[Ch],
5547         src/frontends/xforms/FormUrl.[Ch]: clean up and comment better
5548
5549         * src/insets/insetindex.[Ch]: GUI-independent
5550
5551         * src/frontends/xforms/FormIndex.[Ch],
5552         * src/frontends/xforms/forms/form_index.fd: xforms implementation
5553         of the Index dialog
5554         
5555 2000-08-01  Dekel Tsur  <dekel@math.tau.ac.il>
5556
5557         * src/mathed/math_write.C (MathDecorationInset::Write) Put \protect 
5558         before \overbrace, \underbrace, \overleftarrow, or \overrightarrow.
5559         
5560 2000-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5561
5562         * src/insets/insetref.C (Latex): rewrite so that there is now
5563         question that a initialization is requested.
5564
5565         * src/insets/insetcommand.h: reenable the hide signal
5566
5567 2000-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5568
5569         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): try to
5570         fix handling of shortcuts (many bugs :)
5571         (add_lastfiles): ditto.
5572
5573         * lib/ui/default.ui: fix a few shortcuts.
5574
5575 2000-07-27  Kayvan A. Sylvan  <kayvan@sylvan.com>
5576
5577         * Makefile.am: Fix ``rpmdist'' target to return the exit
5578         status of the ``rpm'' command, instead of the last command in
5579         the chain (the ``rm lyx.xpm'' command, which always returns
5580         success).
5581
5582 2000-08-02  Allan Rae  <rae@lyx.org>
5583
5584         * src/frontends/xforms/FormUrl.C (FormUrl): Initialise ALL variables.
5585         * src/frontends/xforms/FormCitation.C (FormCitation): ditto
5586         * src/frontends/xforms/FormToc.C (FormToc): ditto
5587
5588         * src/frontends/xforms/Makefile.am: A few forgotten files
5589
5590         * src/frontends/xforms/FormCommand.C (showInset): The rest of the
5591         Signals-not-copyable-problem Lars' started commenting out.
5592
5593         * src/frontends/xforms/form_toc.[hC]: new files.  TOC crashes lyx.
5594
5595 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5596
5597         * src/insets/insetcommand.h: Signals is not copyable so anoter
5598         scheme for automatic hiding of forms must be used.
5599
5600         * src/frontends/xforms/FormCitation.h: don't inerit from
5601         noncopyable, FormCommand already does that.
5602         * src/frontends/xforms/FormToc.h: ditto
5603         * src/frontends/xforms/FormUrl.h: ditto
5604
5605         * src/frontends/xforms/FormCitation.C: add include <algorithm>
5606
5607 2000-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
5608
5609         * src/insets/insetcommand.h (hide): new SigC::Signal0
5610         (d-tor) new virtual destructor emits hide signal
5611
5612         * src/insets/insetcite.[Ch] (hide, d-tor, EditMessage): removed
5613         * src/insets/inseturl.[Ch]  (hide, d-tor): ditto
5614
5615         * src/insets/insettoc.[Ch]: one inset now deals with TOC, LOA,
5616         LOF and LOT. Inset is now GUI-independent
5617
5618         * src/insets/insetloa.[Ch]: redundant
5619         * src/insets/insetlof.[Ch]: ditto
5620         * src/insets/insetlot.[Ch]: ditto
5621         
5622         * src/frontends/xforms/forms/form_url.fd: tweaked!
5623         * src/frontends/xforms/forms/form_citation.fd: ditto
5624
5625         * src/frontends/xforms/FormCommand.[Ch]: new base class to those
5626         dialogs dealing with InsetCommand insets
5627
5628         * src/frontends/xforms/FormCitation.[Ch]: now makes use of
5629         FormCommand base class
5630         * src/frontends/xforms/FormUrl.[Ch]: ditto
5631
5632         * src/frontends/xforms/forms/form_toc.fd: Xforms implementation
5633         of the TOC dialog
5634         * src/frontends/xforms/FormToc.[Ch]: ditto
5635
5636         * src/frontends/Dialogs.h (showCitation, showTOC, showUrl): all
5637         passed a generic InsetCommand pointer
5638         * src/frontends/xforms/Dialogs.C (c-tor): create instance of FormToc
5639
5640         * src/lyxfunc.C (Dispatch) : modified to accomodate new FormToc class
5641         and modified InsetTOC class
5642         * src/buffer.C: ditto
5643
5644         * forms/lyx.fd: strip out old FD_form_toc code
5645         * src/lyx_gui_misc.C: ditto
5646         * src/lyx_gui.C: ditto
5647         * src/lyx_cb.C: ditto
5648         * src/lyx.[Ch]: ditto
5649
5650 2000-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5651
5652         * src/support/utility.hpp: tr -d '\r'
5653
5654 2000-08-01  Juergen Vigna  <jug@sad.it>
5655
5656         * src/insets/insettabular.h: removed initFeatures() as it's not needed.
5657
5658         * src/commandtags.h: 
5659         * src/LyXAction.C (init): added LFUN_LAYOUT_TABULAR and
5660         LFUN_TABULAR_FEATURES.
5661
5662         * src/lyxfunc.C (getStatus): implemented LFUN_TABULAR_FEATURES and
5663         LFUN_LAYOUT_TABULAR.
5664
5665         * src/insets/insettabular.C (getStatus): implemented helper function.
5666
5667         * lib/ui/default.ui: implemented edit-table-menu and layout-tabular.
5668
5669 2000-07-31  Juergen Vigna  <jug@sad.it>
5670
5671         * src/text.C (draw): fixed screen update problem for text-insets.
5672
5673         * src/text2.C (SetParagrpah): call an update of the inset-owner when
5674         something changed probably this has to be added in various other
5675         functions too.
5676
5677         * src/insets/insettext.C (cy): fixed to give back the right cursor.y().
5678
5679 2000-07-31  Baruch Even <baruch.even@writeme.com>
5680
5681         * src/frontends/xforms/RadioButtonGroup.C: Changed to use home-brew
5682         templates to satisfy compaq cxx.
5683
5684
5685 2000-07-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
5686
5687         * src/support/translator.h (equal_1st_in_pair::operator()): take
5688         const ref pair_type as arg. 
5689         (equal_2nd_in_pair::operator()): ditto
5690         (Translator::~Translator): remove empty d-tor.
5691
5692         * src/graphics/GraphicsCache.C: move include config.h to top, also
5693         put initialization of GraphicsCache::singleton here.
5694         (~GraphicsCache): move here
5695         (addFile): take const ref as arg
5696         (removeFile): ditto
5697
5698         * src/lyxlex_pimpl.C (setFile): comment in old behaviour
5699
5700         * src/BufferView2.C (insertLyXFile): change te with/without header
5701         check slightly.
5702
5703 2000-07-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5704
5705         * src/frontends/xforms/FormGraphics.C (apply): add some
5706         static_cast. Not very nice, but required by compaq cxx.
5707
5708         * src/frontends/xforms/RadioButtonGroup.h: include header
5709         <utility> instead of <pair.h>
5710
5711         * src/insets/insetgraphicsParams.C: add using directive. 
5712         (readResize): change return type to void. 
5713         (readOrigin): ditto.
5714
5715         * src/lyxfunc.C (getStatus): add missing break for build-program
5716         function; add test for Literate for export functions.
5717
5718         * lib/ui/default.ui: fix Insert->TOC->TOC; comment out invalid
5719         entries in Options menu.
5720
5721 2000-07-31  Baruch Even <baruch.even@writeme.com>
5722
5723         * src/frontends/xforms/Toolbar_pimpl.C (toolbarItem::operator=):
5724         protect against auto-allocation; release icon when needed.
5725
5726 2000-07-31  Matej Cepl <CeplM@seznam.cz>
5727
5728         * lib/kbd/czech.kmap: new file. standard Czech keyboard as found
5729         on usual typewriter.
5730
5731         * lib/kbd/czech-prg.kmap: simpler czech kmap (which was the
5732         earlier czech.kmap), useful only for programming.
5733
5734 2000-07-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5735
5736         * src/frontends/xforms/FormCitation.h: fix conditioning around
5737         #pragma. 
5738
5739 2000-07-31  Juergen Vigna  <jug@sad.it>
5740
5741         * src/frontends/xforms/FormTabular.C (local_update): changed
5742         radio_linebreaks to radio_useparbox and added radio_useminipage.
5743
5744         * src/tabular.C: made support for using minipages/parboxes.
5745
5746         * src/bufferlist.C (QwriteAll): small fix for asking for save.
5747
5748         * src/insets/insetgraphics.C (draw): just draw the inset so that the
5749         cursor is visible.
5750         (descent): so the cursor is in the middle.
5751         (width): bit smaller box.
5752
5753         * src/insets/insetgraphics.h: added display() function.
5754
5755 2000-07-31  Baruch Even <baruch.even@writeme.com>
5756
5757         * src/frontends/Dialogs.h: Added showGraphics signals.
5758
5759         * src/frontends/xforms/forms/form_graphics.fd: Added file, the
5760         xforms form definition of the graphics dialog.
5761
5762         * src/frontends/xforms/FormGraphics.h: 
5763         * src/frontends/xforms/FormGraphics.C: Added files, the
5764         GUIndependent code of InsetGraphics
5765
5766         * src/insets/insetgraphics.h: 
5767         * src/insets/insetgraphics.C: Major writing to make it work.
5768
5769         * src/insets/insetgraphicsParams.h:     
5770         * src/insets/insetgraphicsParams.C: Added files, parameter passing
5771         struct between InsetGraphics and GUI.
5772
5773         * src/LaTeXFeatures.h:
5774         * src/LaTeXFeatures.C (c-tor, require, getPackages): Enabled
5775         support for graphicx package. 
5776
5777         * src/buffer.C (parseSingleLyXformat2Token): Fixed read support
5778         for the graphics inset.
5779
5780         * src/support/translator.h: Added file, used in
5781         InsetGraphicsParams. this is a template to translate between two
5782         types.
5783
5784         * src/frontends/xforms/RadioButtonGroup.h: 
5785         * src/frontends/xforms/RadioButtonGroup.C: Added files, Comprise a
5786         way to easily control a radio button group.
5787
5788 2000-07-28  Juergen Vigna  <jug@sad.it>
5789
5790         * src/insets/insettabular.C (LocalDispatch): 
5791         (TabularFeatures): added support for lyx-functions of tabular features.
5792         (cellstart): refixed this function after someone wrongly changed it.
5793
5794         * src/commandtags.h:
5795         * src/LyXAction.C (init): added support for tabular-features
5796
5797 2000-07-28  Allan Rae  <rae@lyx.org>
5798
5799         * src/frontends/xforms/FormPreferences.C (build): Setup input return
5800         checking.  NOTE: It seems that pressing ESC to cancel the dialog also
5801         triggers the callback for input checking. As a result we sometimes get
5802         "LyX: This shouldn't happen..." printed to cerr.
5803         (input): Started using status variable since I only free() on 
5804         destruction.  Some input checking for paths and font sizes.
5805
5806         * src/frontends/xforms/FormPreferences.h: Use status to control 
5807         activation of Ok and Apply
5808
5809         * src/frontends/xforms/forms/form_preferences.fd: Setup input return
5810         callback.  Also resized to stop segfaults with 0.88.  The problem is
5811         that xforms-0.88 requires the folder to be wide enough to fit all the
5812         tabs.  If it isn't it causes all sorts of problems.
5813
5814         * src/frontends/xforms/FormCopyright.[hC]: forward declare FD_form...
5815
5816         * src/frontends/xforms/forms/README: Reflect reality.
5817
5818         * src/frontends/xforms/forms/fdfix.sh: Clean up comments
5819         * src/frontends/xforms/forms/makefile: ditto.
5820
5821         * src/commandtags.h: Get access to new Preferences dialog
5822         * src/LyXAction.C: ditto
5823         * src/lyxfunc.C: ditto
5824         * lib/ui/default.ui: ditto
5825
5826 2000-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5827
5828         * src/frontends/xforms/forms/makefile (.c.C): change call to fdfix.sh.
5829
5830         * src/frontends/xforms/Makefile.am (libxforms_la_SOURCES): add a
5831         few files.
5832
5833         * src/frontends/xforms/form_url.[Ch]: added.
5834
5835 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
5836
5837         * src/insets/insetbib.h: fixed bug in previous commit
5838
5839         * src/frontends/xforms/FormUrl.h: ditto
5840
5841         * src/frontends/xforms/FormPrint.h: ditto
5842
5843         * src/frontends/xforms/FormPreferences.h: ditto
5844
5845         * src/frontends/xforms/FormCopyright.h: ditto
5846
5847         * src/frontends/xforms/FormCitation.C: ditto
5848
5849         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
5850         private copyconstructor and private default contructor
5851
5852         * src/support/Makefile.am: add utility.hpp
5853
5854         * src/support/utility.hpp: new file from boost
5855
5856         * src/insets/insetbib.h: set owner in clone
5857
5858         * src/frontends/xforms/FormCitation.C: added missing include
5859         algorithm
5860
5861         * src/insets/form_url.[Ch]: removed
5862
5863 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
5864
5865         * development/lyx.spec.in
5866         * Makefile.am: Fix buglet for LyX RPM generation resulting from
5867         file/directory re-organization.
5868
5869 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
5870
5871         * src/insets/insetcommand.[Ch]: moved the string data and
5872         associated manipulation methods into a new stand-alone class
5873         InsetCommandParams. This class has two additional methods
5874         getAsString() and setFromString() allowing the contents to be
5875         moved around as a single string.
5876         (addContents) method removed.
5877         (setContents) method no longer virtual.
5878
5879         * src/buffer.C (readInset): made use of new InsetCitation,
5880         InsetUrl constructors based on InsetCommandParams.
5881
5882         * src/commandtags.h: add LFUN_INSERT_URL
5883
5884         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
5885         independent InsetUrl and use InsetCommandParams to extract
5886         string info and create new Insets.
5887
5888         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
5889
5890         * src/frontends/xforms/FormCitation.C (apply): uses 
5891         InsetCommandParams.
5892
5893         * src/frontends/xforms/form_url.C
5894         * src/frontends/xforms/form_url.h
5895         * src/frontends/xforms/FormUrl.h
5896         * src/frontends/xforms/FormUrl.C
5897         * src/frontends/xforms/forms/form_url.fd: new files
5898
5899         * src/insets/insetcite.[Ch]: removed unused constructors.
5900
5901         * src/insets/insetinclude.[Ch]: no longer store filename
5902
5903         * src/insets/inseturl.[Ch]: GUI-independent.
5904
5905 2000-07-26  Juergen Vigna  <jug@sad.it>
5906         * renamed frontend from gtk to gnome as it is that what is realized
5907         and did the necessary changes in the files.
5908         
5909 2000-07-26  Marko Vendelin <markov@ioc.ee>
5910         * autogen.sh
5911         * configure.in: cleaning up gnome configuration scripts
5912
5913 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5914
5915         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
5916         shortcuts syndrom by redrawing them explicitely (a better solution
5917         would be appreciated).
5918
5919         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
5920
5921         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
5922         the button.
5923
5924         * src/lyx_cb.C (MenuExport): change html export to do the right
5925         thing depending of the document type (instead of having
5926         html-linuxdoc and html-docbook).
5927         * src/lyxfunc.C (getStatus): update for html
5928         * lib/ui/default.ui: simplify due to the above change.
5929         * src/menus.C (ShowFileMenu): update too (in case we need it).
5930
5931         * src/MenuBackend.C (read): if a menu is defined twice, add the
5932         new entries to the exiting one.
5933
5934 2000-07-26  Juergen Vigna  <jug@sad.it>
5935
5936         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
5937
5938         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
5939         and return a bool if it did actual save the file.
5940         (AutoSave): don't autosave a unnamed doc.
5941
5942         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
5943         check if this is an UNNAMED new file and react to it.
5944         (newFile): set buffer to unnamed and change to not mark a new
5945         buffer dirty if I didn't do anything with it.
5946
5947         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
5948
5949 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
5950
5951         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
5952         friend as per Angus's patch posted to lyx-devel.
5953
5954         * src/ext_l10n.h: updated
5955
5956         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
5957         gettext on the style string right before inserting them into the
5958         combox. 
5959
5960         * autogen.sh: add code to extract style strings form layout files,
5961         not good enough yet. 
5962
5963         * src/frontends/gtk/.cvsignore: add MAKEFILE
5964
5965         * src/MenuBackend.C (read): run the label strings through gettext
5966         before storing them in the containers.
5967
5968         * src/ext_l10n.h: new file 
5969
5970         * autogen.sh : generate the ext_l10n.h file here
5971
5972 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5973
5974         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
5975         arguments. 
5976
5977         * lib/ui/default.ui: fix a couple of typos.
5978
5979         * config/gnome/gtk.m4: added (and added to the list of files in 
5980         autogen.sh).
5981
5982         * src/insets/insetinclude.C (unique_id): fix when we are using
5983         lyxstring instead of basic_string<>. 
5984         * src/insets/insettext.C (LocalDispatch): ditto.
5985         * src/support/filetools.C: ditto.
5986
5987         * lib/configure.m4: create the ui/ directory if necessary.
5988
5989         * src/LyXView.[Ch] (updateToolbar): new method.
5990
5991         * src/BufferView_pimpl.C (buffer): update the toolbar when
5992         opening/closing buffer.
5993
5994 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5995
5996         * src/LyXAction.C (getActionName): enhance to return also the name
5997         and options of pseudo-actions.
5998         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
5999
6000         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
6001         as an example of what is possible). Used in File->Build too (more
6002         useful) and in the import/export menus (to mimick the complicated
6003         handling of linuxdoc and friends). Try to update all the entries.
6004
6005         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
6006         optional entries.
6007
6008         * src/MenuBackend.C (read): Parse the new OptItem tag.
6009
6010         * src/MenuBackend.h: Add a new optional_ data member (used if the
6011         entry should be omitted when the lyxfunc is disabled).
6012
6013         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
6014         function, used as a shortcut.
6015         (create_submenu): align correctly the shortcuts on the widest
6016         entry.
6017         
6018         * src/MenuBackend.h: MenuItem.label() only returns the label of
6019         the menu without shortcut; new method shortcut().
6020         
6021 2000-07-14  Marko Vendelin <markov@ioc.ee>
6022
6023         * src/frontends/gtk/Dialogs.C:
6024         * src/frontends/gtk/FormCopyright.C:
6025         * src/frontends/gtk/FormCopyright.h:
6026         * src/frontends/gtk/Makefile.am: added these source-files for the
6027         Gtk/Gnome support of the Copyright-Dialog.
6028
6029         * src/main.C: added Gnome::Main initialization if using
6030         Gtk/Gnome frontend-GUI.
6031
6032         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
6033         frontend-GUI.
6034         * config/gnome/aclocal-include.m4
6035         * config/gnome/compiler-flags.m4
6036         * config/gnome/curses.m4
6037         * config/gnome/gnome--.m4
6038         * config/gnome/gnome-bonobo-check.m4
6039         * config/gnome/gnome-common.m4
6040         * config/gnome/gnome-fileutils.m4
6041         * config/gnome/gnome-ghttp-check.m4
6042         * config/gnome/gnome-gnorba-check.m4
6043         * config/gnome/gnome-guile-checks.m4
6044         * config/gnome/gnome-libgtop-check.m4
6045         * config/gnome/gnome-objc-checks.m4
6046         * config/gnome/gnome-orbit-check.m4
6047         * config/gnome/gnome-print-check.m4
6048         * config/gnome/gnome-pthread-check.m4
6049         * config/gnome/gnome-support.m4
6050         * config/gnome/gnome-undelfs.m4
6051         * config/gnome/gnome-vfs.m4
6052         * config/gnome/gnome-x-checks.m4
6053         * config/gnome/gnome-xml-check.m4
6054         * config/gnome/gnome.m4
6055         * config/gnome/gperf-check.m4
6056         * config/gnome/gtk--.m4
6057         * config/gnome/linger.m4
6058         * config/gnome/need-declaration.m4: added configuration scripts
6059         for Gtk/Gnome frontend-GUI
6060
6061         * configure.in: added support for the --with-frontend=gtk option
6062
6063         * autogen.sh: added config/gnome/* to list of config-files
6064
6065         * acconfig.h: added define for GTKGUI-support
6066
6067         * config/lyxinclude.m4: added --with-frontend[=value] option value
6068         for Gtk/Gnome frontend-GUI support.
6069
6070 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
6071
6072         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
6073         can be used.
6074         (suffixIs): ditto
6075
6076         * src/paragraph.C (GetChar): remove non-const version
6077
6078         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
6079         (search_kw): use it.
6080
6081         * src/lyx_main.C (init): if "preferences" exist, read that instead
6082         of "lyxrc".
6083         (ReadRcFile): return bool if the file could be read ok.
6084         (ReadUIFile): add a check to see if lex file is set ok.
6085
6086         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
6087         bastring can be used instead of lyxstring (still uses the old code
6088         if std::string is good enough or if lyxstring is used.)
6089
6090         * src/encoding.C: make the arrays static, move ininle functions
6091         here
6092         * src/encoding.h: from here.
6093
6094         * src/buffer.C: have last_isnet_read as a file scope variable for now.
6095         (parseSingleLyXformat2Token): move inset parsing to separate method
6096         (readInset): new private method
6097
6098         * src/Variables.h: remove virtual from get().
6099
6100         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
6101         access to NEW_INSETS and NEW_TABULAR
6102
6103         * src/MenuBackend.h: remove superfluous forward declaration of
6104         MenuItem. Add documentations tags "///", remove empty MenuItem
6105         destructor, remove private default contructor.
6106
6107         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
6108         (add): return *this
6109         (read): more string mlabel and mname to where they are used
6110         (read): remove unused variables mlabel and mname
6111         (defaults): unconditional clear, make menusetup take advantage of
6112         add returning Menu &.
6113
6114         * src/LyXView.h: define NEW_MENUBAR as default
6115
6116         * src/LyXAction.C: include lyxparagraph.h temporary to get access
6117         to NEW_INSETS and NEW_TABULAR.
6118         (init): commetn out some funcs that is obsolete when NEW_INSETS is
6119         defined. Change some of the "xxxx-inset-insert" functions names to
6120         "xxxx-insert".
6121
6122         * several files: more enahncements to NEW_INSETS and the resulting
6123         LyXParagraph code.
6124         
6125         * lib/lyxrc.example (\date_insert_format): move to misc section 
6126
6127         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
6128         bastring and use AC_CACHE_CHECK. 
6129         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
6130         the system have the newest methods. uses AC_CACHE_CHECK 
6131         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
6132         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
6133         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
6134
6135         * configure.in: add LYX_CXX_GOOD_STD_STRING
6136
6137         * acinclude.m4: recreated
6138
6139 2000-07-24  Amir Karger <karger@lyx.org>
6140
6141         * README: add Hebrew, Arabic kmaps
6142         * ANNOUNCE: typo
6143
6144 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6145
6146         * src/buffer.C (writeFileAscii): Define actcell as an int instead
6147         of int*.
6148
6149 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6150
6151         * Lot of files: add pragma interface/implementation.
6152         
6153         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
6154
6155         * lib/ui/default.ui: new file (ans new directory). Contains the
6156         default menu and toolbar.
6157
6158         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
6159         global space. Toolbars are now read (as menus) in ui files. 
6160
6161         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
6162
6163         * src/lyxfunc.C (getStatus): do not exit immediately if a command
6164         is disabled because the document is read-only. We want to have the
6165         toggle state of the function anyway.
6166         (getStatus): add code for LFUN_VC* functions (mimicking what is
6167         done in old-style menus)
6168         
6169         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
6170         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
6171
6172         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
6173         * src/BufferView_pimpl.C: ditto. 
6174         * src/lyxfunc.C: ditto.         
6175
6176         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
6177         default). This replaces old-style menus by new ones.
6178         
6179         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
6180         MenuItem. Contain the data structure of a menu.
6181
6182         * src/insets/insettext.C: use LyXView::setLayout instead of
6183         accessing directly the toolbar combox.
6184         * src/lyxfunc.C (Dispatch): ditto.
6185
6186         * src/LyXView.C (setLayout): new method, which just calls
6187         Toolbar::setLayout(). 
6188         (updateLayoutChoice): move part of this method in Toolbar.
6189
6190         * src/toolbar.[Ch]: removed.
6191         
6192         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
6193         implementation the toolbar. 
6194
6195         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
6196         the toolbar. It might make sense to merge it with ToolbarDefaults
6197         later. 
6198         (setLayout): new function. 
6199         (updateLayoutList): ditto.
6200         (openLayoutList): ditto.
6201         
6202         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
6203         xforms implementation of the toolbar.
6204         (get_toolbar_func): comment out, since I do not
6205         know what it is good for. 
6206         
6207         * src/ToolbarDefaults.h: Add the ItemType enum.
6208
6209         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
6210         for a list of allocated C strings. Used in Menubar xforms
6211         implementation to avoid memory leaks.
6212
6213         * src/support/lstrings.[Ch] (uppercase): new version taking and
6214         returning a char.
6215         (lowercase): ditto.
6216
6217         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
6218         * lib/bind/emacs.bind: ditto.
6219
6220 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
6221
6222         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
6223         forward decl of LyXView.
6224
6225         * src/toolbar.C (toolbarItem): moved from toolbar.h
6226         (toolbarItem::clean): ditto
6227         (toolbarItem::~toolbarItem): ditto
6228         (toolbarItem::operator): ditto
6229
6230         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
6231
6232         * src/paragraph.h: control the NEW_TABULAR define from here
6233
6234         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
6235         USE_TABULAR_INSETS to NEW_TABULAR
6236
6237         * src/ToolbarDefaults.C: add include "lyxlex.h"
6238
6239         * files using the old table/tabular: use NEW_TABULAR to control
6240         compilation of old tabular stuff. 
6241
6242         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
6243         to correct place.
6244
6245         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
6246         planemet in reading of old style floats, fix the \end_deeper
6247         problem when reading old style floats. 
6248
6249 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6250
6251         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
6252
6253 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
6254
6255         * lib/bind/sciword.bind: updated.
6256
6257 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6258
6259         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
6260         layout write problem
6261
6262 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6263
6264         * src/Makefile.am (INCLUDES): remove image directory from include
6265         path. 
6266
6267         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
6268         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
6269
6270         * src/LyXView.C (create_form_form_main): read the application icon
6271         from the disk.
6272
6273         * lib/images/*.xpm: change the icons to use transparent color for
6274         background. 
6275
6276         * src/toolbar.C (update): change the color of the button when it
6277         is toggled on.
6278
6279 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6280
6281         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
6282         setting explicitely the minibuffer.
6283         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
6284
6285         * src/LyXView.C (showState): new function. Shows font information
6286         in minibuffer and update toolbar state.
6287         (LyXView): call Toolbar::update after creating the
6288         view. 
6289
6290         * src/toolbar.C: change toollist to be a vector instead of a
6291         linked list.
6292         (BubbleTimerCB): get help string directly from the callback
6293         argument of the corresponding icon (which is the action) 
6294         (set): remove unnecessary ugliness.
6295         (update): new function. update the icons (depressed, disabled)
6296         depending of the status of the corresponding action.
6297         
6298         * src/toolbar.h: remove help in toolbarItem
6299
6300 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
6301
6302         * src/Painter.C (text): Added code for using symbol glyphs from
6303         iso10646 fonts. Currently diabled.
6304
6305         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
6306         symbol_encoding.
6307
6308         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
6309         magyar,turkish and usorbian.
6310
6311         * src/paragraph.C (isMultiLingual): Made more efficient.
6312
6313         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
6314         keyboard.
6315
6316         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
6317         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
6318         Also changed the prototype to "bool math_insert_greek(char)".
6319
6320 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
6321
6322         * lots of files: apply the NEW_INSETS on all code that will not be
6323         needed when we move to use the new insets. Enable the define in
6324         lyxparagrah.h to try it.
6325         
6326         * src/insets/insettabular.C (cellstart): change to be a static
6327         inline function
6328         (InsetTabular): initialize buffer in the initializer list.
6329
6330 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
6331
6332         * src/frontends/xforms/FormPrint.[Ch] : moved #include
6333         form_print.h out of the header file. Replaced with forward
6334         declarations of the relevant struct.
6335
6336         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
6337         form_preferences.h.
6338
6339         * src/commandtags.h: do not include "debug.h" which does not
6340         belong there. #include it in some other places because of this
6341         change. 
6342
6343 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6344
6345         * src/insets/insetcaption.C: add a couple "using" directives.
6346
6347         * src/toolbar.C (add): get the help text directly from lyxaction.
6348         (getPixmap): nuked.
6349         (setPixmap): new function. Loads from disk and sets a pixmap on a
6350         botton; the name of the pixmap file is derived from the command
6351         name. 
6352
6353         * src/toolbar.h: remove members isBitmap and pixmap from
6354         toobarItem struct. 
6355
6356         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
6357         * lib/images/: move many files from images/banner.xpm.
6358
6359         * src/lyx_gui.C (create_forms): read banner pixmap from file.
6360
6361         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
6362         * src/toolbar.C: ditto.
6363         * configure.in: ditto.
6364         * INSTALL: document. 
6365
6366         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
6367         the spellchecker popup is closed from the WM.
6368
6369 2000-07-19  Juergen Vigna  <jug@sad.it>
6370
6371         * src/insets/insetfloat.C (Write): small fix because we use the
6372         insetname for the type now!
6373
6374 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
6375
6376         * src/frontends/xforms/forms/form_citation.fd: object sizes are
6377         now set here
6378
6379         * src/frontends/Dialogs.h: removed hideCitation signal
6380
6381         * src/insets/insetcite.h: added hide signal
6382
6383         * src/insets/insetcite.C (~InsetCitation): emits new signal
6384         (getScreenLabel): "intelligent" label should now fit on the screen!
6385
6386         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
6387
6388         * src/frontends/xforms/FormCitation.C (showInset): connects
6389         hide() to the inset's hide signal
6390         (show): modified to use fl_set_object_position rather than
6391         fl_set_object_geometry wherever possible
6392         
6393 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
6394
6395         * src/insets/lyxinset.h: add caption code
6396
6397         * src/insets/insetfloat.C (type): new method
6398
6399         * src/insets/insetcaption.C (Write): new method
6400         (Read): new method
6401         (LyxCode): new method
6402
6403         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
6404         to get it right together with using the FloatList.
6405
6406         * src/commandtags.h: add LFUN_INSET_CAPTION
6407         * src/lyxfunc.C (Dispatch): handle it
6408
6409         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
6410         caption inset.
6411
6412         * src/Variables.[Ch]: make expand take a const reference, remove
6413         the destructor, some whitespace changes.
6414
6415         * src/LyXAction.C (init): add caption-inset-insert
6416
6417         * src/FloatList.C (FloatList): update the default floats a bit.
6418
6419 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6420
6421         * src/Variables.[Ch]: new files. Intended to be used for language
6422         specific strings (like \chaptername) and filename substitution in
6423         commands. 
6424
6425         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
6426         kmap files.
6427         * lib/kbd/american.kmap: update
6428
6429         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
6430
6431         * src/bufferparams.[Ch]: remove member allowAccents.
6432
6433         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
6434
6435         * src/LaTeXLog.C: use the log_form.h header.
6436         * src/lyx_gui.C: ditto.
6437         * src/lyx_gui_misc.C: ditto.
6438         * src/lyxvc.h: ditto.
6439
6440         * forms/log_form.fd: new file, created from latexoptions.fd. I
6441         kept the log popup and nuked the options form.
6442
6443         * src/{la,}texoptions.[Ch]: removed.
6444         * src/lyx_cb.C (LaTeXOptions): ditto
6445
6446         * src/lyx_gui.C (create_forms): do not handle the
6447         fd_latex_options form. 
6448
6449 2000-07-18  Juergen Vigna  <jug@sad.it>
6450
6451         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
6452         name of the inset so that it can be requested outside (text2.C).
6453
6454         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
6455         labels.
6456
6457 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6458
6459         * src/mathed/formula.h (ConvertFont): constify
6460
6461         * src/mathed/formula.C (Read): add warning if \end_inset is not
6462         found on expected place.
6463
6464         * src/insets/lyxinset.h (ConvertFont): consify
6465
6466         * src/insets/insetquotes.C (ConvertFont): constify
6467         * src/insets/insetquotes.h: ditto
6468
6469         * src/insets/insetinfo.h: add labelfont
6470
6471         * src/insets/insetinfo.C (InsetInfo): set the labelfont
6472         (ascent): use labelfont
6473         (descent): likewise
6474         (width): likewise
6475         (draw): likewise
6476         (Write): make .lyx file a bit nicer
6477
6478         * src/insets/insetfloat.C (Write): simplify somewhat...
6479         (Read): add warning if arg is not found
6480
6481         * src/insets/insetcollapsable.C: add using std::max
6482         (Read): move string token and add warning in arg is not found
6483         (draw): use std::max to get the right ty
6484         (getMaxWidth): simplify by using std::max
6485
6486         * src/insets/insetsection.h: new file
6487         * src/insets/insetsection.C: new file
6488         * src/insets/insetcaption.h: new file
6489         * src/insets/insetcaption.C: new file
6490
6491         * src/insets/inset.C (ConvertFont): constify signature
6492
6493         * src/insets/Makefile.am (libinsets_la_SOURCES): add
6494         insetcaption.[Ch] and insetsection.[Ch]
6495
6496         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
6497         uses to use LABEL_COUNTER_CHAPTER instead.
6498         * src/text2.C (SetCounter): here
6499
6500         * src/counters.h: new file
6501         * src/counters.C: new file
6502         * src/Sectioning.h: new file
6503         * src/Sectioning.C: new file
6504
6505         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
6506
6507 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6508
6509         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
6510         not always in "."!
6511
6512         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
6513         the last argument.
6514
6515 2000-07-17  Juergen Vigna  <jug@sad.it>
6516
6517         * src/tabular.C (Validate): check if array-package is needed.
6518         (SetVAlignment): added support for vertical alignment.
6519         (SetLTFoot): better support for longtable header/footers
6520         (Latex): modified to support added features.
6521
6522         * src/LaTeXFeatures.[Ch]: added array-package.
6523
6524 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
6525
6526         * src/lyx_gui.C (LyXGUI): make sure that the height is large
6527         enough. 
6528
6529 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
6530
6531         * configure.in: do not forget to put a space after -isystem.
6532
6533 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
6534
6535         * lib/kbd/arabic.kmap: a few fixes.
6536
6537 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6538
6539         * some whitespace chagnes to a number of files.
6540         
6541         * src/support/DebugStream.h: change to make it easier for
6542         doc++ to parse correctly.
6543         * src/support/lyxstring.h: ditto
6544
6545         * src/mathed/math_utils.C (compara): change to have only one
6546         operator()
6547         (MathedLookupBOP): change because of the above.
6548
6549         * src/mathed/math_delim.C (math_deco_compare): change to have only
6550         one operator()
6551         (search_deco): change becasue of the above.
6552
6553         * src/insets/insettabular.C (DrawCellSelection): use std::swap
6554         instead of manually coded one.
6555
6556         * src/insets/insetquotes.C (Read): read the \end_inset too
6557
6558         * src/insets/insetlatex.h: remove file
6559         * src/insets/insetlatex.C: remove file
6560         
6561         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
6562         constructor 
6563         (InsetPrintIndex): remove destructor
6564
6565         * src/insets/insetinclude.h: remove default constructor
6566
6567         * src/insets/insetfloat.C: work to make it work better
6568
6569         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
6570
6571         * src/insets/insetcite.h (InsetCitation): remove default constructor
6572
6573         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
6574
6575         * src/text.C (GetColumnNearX): comment out some currently unused code.
6576
6577         * src/paragraph.C (writeFile): move some initializations closer to
6578         first use.
6579         (CutIntoMinibuffer): small change to use new matchIT operator
6580         (Erase): ditto
6581         (Erase): ditto
6582         (InsertChar): ditto
6583         (InsertInset): ditto
6584         (GetInset): ditto
6585         (GetInset): ditto
6586         (InsetIterator): ditto
6587         (Erase): small change to use new matchFT operator
6588         (InsertChar): ditto
6589         (GetFontSettings): ditto
6590         (HighestFontInRange): ditto
6591         (SetFont): ditto
6592
6593         * src/lyxparagraph.h: some chars changed to value_type
6594         (matchIT): because of some stronger checking (perhaps too strong)
6595         in SGI STL, the two operator() unified to one.
6596         (matchFT): ditto
6597
6598         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
6599
6600         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
6601         the last inset read added
6602         (parseSingleLyXformat2Token): some more (future) compability code added
6603         (parseSingleLyXformat2Token): warning about solitary \end_inset added
6604         (parseSingleLyXformat2Token): set last_inset_read
6605         (parseSingleLyXformat2Token): more code to read new "Float" correctly
6606         (parseSingleLyXformat2Token): don't double intializw string next_token
6607
6608         * src/TextCache.C (text_fits::operator()): add const's to the signature
6609         (has_buffer::operator()): ditto
6610
6611         * src/Floating.h: add some comments on the class
6612
6613         * src/FloatList.[Ch] (typeExist): new method
6614         (getType): ditto
6615
6616         * src/BackStack.h: added default constructor, wanted by Gcc.
6617
6618 2000-07-14  Juergen Vigna  <jug@sad.it>
6619
6620         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
6621
6622         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
6623
6624         * src/insets/insettabular.C (resizeLyXText): need this to be able to
6625         do a redraw when the window is resized!
6626         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
6627
6628         * src/insets/insettext.C (resizeLyXText): added function to correctly
6629         being able to resize the LyXWindow.
6630
6631         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
6632
6633 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
6634
6635         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
6636         crashes when closing dialog to a deleted inset.
6637
6638         * src/insets/insetcite.[Ch] (Edit) : the return of this former
6639         method! Now similar to other insets.
6640
6641 2000-07-13  Juergen Vigna  <jug@sad.it>
6642
6643         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
6644
6645         * lib/examples/Literate.lyx: small patch!
6646
6647         * src/insets/insetbib.C (Read): added this function because of wrong
6648         Write (without [begin|end]_inset).
6649
6650 2000-07-11  Juergen Vigna  <jug@sad.it>
6651
6652         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
6653         as the insertInset could not be good!
6654
6655         * src/screen.C (ToggleSelection): fixed toggle selection bug as
6656         the bool param should not be last.
6657
6658 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6659
6660         * sigc++/configure.in: fix bug in threading-related code (Yes, I
6661         did submit that to Karl).
6662
6663         * configure.in: use -isystem instead of -I for X headers. This
6664         fixes a problem on solaris with a recent gcc; 
6665         put the front-end code after the X detection code;
6666         configure in sigc++ before lib/
6667
6668         * src/lyx_main.C (commandLineHelp): remove -display from command
6669         line help.
6670
6671 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
6672
6673         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
6674         Also put in Makefile rules for building the ``listerrors''
6675         program for parsing errors from literate programs written in LyX.
6676
6677         * lib/build-listerrors: Added small shell script as part of compile
6678         process. This builds a working ``listerrors'' binary if noweb is
6679         installed and either 1) the VNC X server is installed on the machine,
6680         or 2) the user is compiling from within a GUI. The existence of a GUI
6681         is necessary to use the ``lyx --export'' feature for now. This
6682         hack can be removed once ``lyx --export'' no longer requires a GUI to
6683         function.
6684
6685 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
6686
6687         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
6688         now passed back correctly from gcc and placed "under" error
6689         buttons in a Literate LyX source.
6690
6691 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
6692
6693         * src/text.C (GetColumnNearX): Better behavior when a RTL
6694         paragraph is ended by LTR text.
6695
6696         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
6697         Ditto
6698
6699 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
6700
6701         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
6702         true when clipboard is empty.
6703
6704 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
6705
6706         * text.C (Backspace): Prevent rebreaking of a row if it is the last
6707         row of the paragraph.
6708         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
6709         to prevent calculation of bidi tables
6710
6711 2000-07-07  Juergen Vigna  <jug@sad.it>
6712
6713         * src/screen.C (ToggleSelection): added y_offset and x_offset
6714         parameters.
6715
6716         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
6717         mouse.
6718
6719         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
6720
6721         * src/insets/insettext.C: fixed Layout-Display!
6722
6723 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6724
6725         * configure.in: add check for strings.h header.
6726
6727         * src/spellchecker.C: include <strings.h> in order to have a
6728         definition for bzero().
6729
6730 2000-07-07  Juergen Vigna  <jug@sad.it>
6731
6732         * src/insets/insettext.C (draw): set the status of the bv->text to
6733         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
6734
6735         * src/screen.C (DrawOneRow): 
6736         (DrawFromTo): redraw the actual row if something has changed in it
6737         while drawing.
6738
6739         * src/text.C (draw): call an update of the toplevel-inset if something
6740         has changed inside while drawing.
6741
6742         * src/lyxtext.h: added CHANGED_IN_DRAW status.
6743
6744 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
6745
6746         * src/insets/insetbib.[Ch] (callback) new method, moving callback
6747         processing inside class.
6748
6749         * src/insets/insetindex.[Ch] (callback) new method, moving callback
6750         processing inside class.
6751
6752         * src/insets/insetindex.h new struct Holder, consistent with other
6753         insets.
6754
6755         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
6756         citation dialog from main code and placed it in src/frontends/xforms.
6757         Dialog launched through signals instead of callbacks
6758         
6759 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
6760
6761         * lyx.man: update the options description.
6762
6763 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
6764
6765         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
6766         handle neg values, set min width to 590, add doc about -display  
6767
6768 2000-07-05  Juergen Vigna  <jug@sad.it>
6769
6770         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
6771         calls to BufferView *.
6772
6773         * src/insets/insettext.C (checkAndActivateInset): small fix non
6774         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
6775
6776         * src/insets/insetcommand.C (Read): Fixed as insets should read till
6777         their \end_inset token!
6778
6779 2000-07-04  edscott  <edscott@imp.mx>
6780
6781         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
6782         lib/lyxrc.example: added option \wheel_jump
6783
6784 2000-07-04  R. Lahaye  <lahaye@postech.ac.kr>
6785
6786         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
6787         remove support for -width,-height,-xpos and -ypos.
6788
6789 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
6790
6791         * src/encoding.[Ch]: New files.
6792
6793         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
6794         (text): Call to the underline() method only when needed.
6795
6796         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
6797
6798         * src/buffer.C (makeLaTeXFile): Compute automatically the input
6799           encoding(s) for the document.
6800
6801         * src/bufferparams.C (BufferParams): Changed default value of
6802         inputenc to "auto".
6803
6804         * src/language.C (newLang): Removed.
6805         (items[]): Added encoding information for all defined languages.
6806
6807         * src/lyx_gui.C (create_forms): Added "auto" option to the input
6808         encoding choice button.
6809
6810         * src/lyxrc.h (font_norm_type): New member variable.
6811         (set_font_norm_type): New method.
6812
6813         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
6814         paragraphs with different encodings.  
6815
6816         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
6817         (TransformChar): Changed to work correctly with Arabic points.
6818         (draw): Added support for drawing Arabic points.
6819         (draw): Removed code for drawing underbars (this is done by
6820         the Painter!)
6821
6822         * src/support/textutils.h (IsPrintableNonspace): New function.
6823
6824         * src/BufferView_pimpl.h: Added "using SigC::Object".
6825         * src/LyXView.h: ditto.
6826
6827         * src/insets/insetinclude.h (include_label): Changed to mutable.
6828
6829 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6830
6831         * src/mathed/math_iter.h: remove empty destructor
6832
6833         * src/mathed/math_cursor.h: remove empty destructor
6834
6835         * src/insets/lyxinset.h: add THEOREM_CODE
6836
6837         * src/insets/insettheorem.[Ch]: new files 
6838
6839         * src/insets/insetminipage.C: (InsertInset): remove
6840
6841         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
6842         of InsetCollapsable
6843         (InsertInset): remove
6844
6845         * src/insets/insetlist.C: (InsertList): remove
6846
6847         * src/insets/insetfootlike.[Ch]: new files 
6848
6849         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
6850         InsetCollapsable.
6851         (Write): remove
6852         (InsertInset): ditto
6853
6854         * src/insets/insetert.C: remove include Painter.h, reindent
6855         (InsertInset): move to header
6856
6857         * src/insets/insetcollapsable.h: remove explicit from default
6858         contructor, remove empty destructor, add InsertInset
6859
6860         * src/insets/insetcollapsable.C (InsertInset): new func
6861
6862         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
6863
6864         * src/vspace.h: add explicit to constructor
6865
6866         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
6867         \textcompwordmark, please test this.
6868
6869         * src/lyxrc.C: set ascii_linelen to 65 by default
6870
6871         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
6872
6873         * src/commandtags.h: add LFUN_INSET_THEOREM
6874
6875         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
6876         (makeLinuxDocFile): remove _some_ of the nice logic
6877         (makeDocBookFile): ditto
6878
6879         * src/Painter.[Ch]: (~Painter): removed
6880
6881         * src/LyXAction.C (init): entry for insettheorem added
6882
6883         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
6884         enum
6885         (deplog): code to detect files generated by LaTeX, needs testing
6886         (deptex): removed
6887
6888 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6889
6890         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
6891
6892 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6893
6894         * src/LaTeX.C (deplog): Add a check for files that are going to be
6895         created by the first latex run, part of the project to remove the
6896         all_files array.
6897
6898         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
6899         contents to the extension list.
6900
6901 2000-07-04  Juergen Vigna  <jug@sad.it>
6902
6903         * src/text.C (NextBreakPoint): added support for needFullRow()
6904
6905         * src/insets/lyxinset.h: added needFullRow()
6906
6907         * src/insets/insetcollapsable.C: redone now this uses a text-inset
6908         and isn't one.
6909
6910         * src/insets/insettext.C: lots of changes for update!
6911
6912 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
6913
6914         * src/LaTeXFeatures.h: add a missing std:: qualifier.
6915
6916 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
6917
6918         *  src/insets/insetinclude.C (InsetInclude): fixed
6919         initialization of include_label.
6920         (unique_id): now returns a string.
6921
6922 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
6923
6924         * src/LaTeXFeatures.h: new member IncludedFiles, for
6925         a map of key, included file name.
6926
6927         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
6928         with the included files for inclusion in SGML preamble,
6929         i. e., linuxdoc and docbook.
6930
6931         * src/buffer.h:
6932         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
6933         nice (is the generated linuxdoc code to be exported?), that
6934         allows to remove column, and only_body that will be true for
6935         slave documents. Insets are allowed inside SGML font type.
6936         New handling of the SGML preamble for included files.
6937         (makeDocBookFile): the same for docbook.
6938
6939         * src/insets/insetinclude.h:
6940         * src/insets/insetinclude.C (Validate): keeps a list of included files.
6941         (Linuxdoc): 
6942         (DocBook): new export methods.
6943
6944         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
6945         and makeDocBookFile.
6946
6947         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
6948         formats to export with command line argument -x.
6949
6950 2000-06-29  Juergen Vigna  <jug@sad.it>
6951
6952         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
6953         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
6954
6955         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
6956         region could already been cleared by an inset!
6957
6958 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6959
6960         * src/BufferView_pimpl.h: remove member variables lyx_focus and
6961         work_area_focus
6962
6963         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
6964         and lyx_focus
6965         (cursorToggle): remove special handling of lyx focus.
6966
6967 2000-06-28  Juergen Vigna  <jug@sad.it>
6968
6969         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
6970         insetHeight.
6971
6972 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6973
6974         * src/insets/insetindex.C (Edit): add a callback when popup is
6975         closed by the WM.
6976
6977         * src/insets/insettext.C (LocalDispatch): 
6978         * src/insets/insetmarginal.h: 
6979         * src/insets/insetlist.h: 
6980         * src/insets/insetfoot.h: 
6981         * src/insets/insetfloat.h: 
6982         * src/insets/insetert.h: add a missing std:: qualifier.
6983
6984 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6985
6986         * src/support/lyxsum.C (sum): '\0' teminate file read when using
6987         strstream. 
6988
6989         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
6990
6991         * src/insets/insettext.C (Read): remove tmptok unused variable
6992         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
6993         (InsertInset): change for new InsetInset code
6994
6995         * src/insets/insettext.h: add TEXT inline method
6996
6997         * src/insets/insettext.C: remove TEXT macro
6998
6999         * src/insets/insetmarginal.C (Write): new method
7000         (Latex): change output slightly
7001
7002         * src/insets/insetfoot.C (Write): new method
7003         (Latex): change output slightly (don't use endl when no need)
7004
7005         * src/insets/insetert.C (Write): new method
7006
7007         * src/insets/insetcollapsable.h: make button_length, button_top_y
7008         and button_bottm_y protected.
7009
7010         * src/insets/insetcollapsable.C (Write): simplify code by using
7011         tostr. Also do not output the float name, the children class
7012         should to that to get control over own arguments
7013
7014         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
7015         src/insets/insetminipage.[Ch]:
7016         new files
7017
7018         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
7019         
7020         * src/lyxfunc.C (Dispatch): cases for new insets/commands
7021
7022         * src/Makefile.am (lyx_SOURCES): add the new files
7023
7024         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
7025         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
7026         * src/commandtags.h: ditto
7027         
7028         * src/LaTeXFeatures.h: add a std::set of used floattypes
7029
7030         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
7031
7032         * src/FloatList.[Ch] src/Floating.h: new files
7033
7034         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
7035         InsertInset. 
7036         * src/lyx_cb.C (TableApplyCB): ditto
7037         * src/text.C: ditto
7038         * src/text2.C: ditto
7039         * src/buffer.C (SimpleLinuxDocOnePar): ditto
7040         (parseSingleLyXformat2Token): ditto + add code for
7041         backwards compability for old float styles + add code for new insets
7042         
7043         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
7044         method
7045         (InsertInset(size_type, Inset *, LyXFont)): new method
7046         (InsetChar(size_type, char)): changed to use the other InsetChar
7047         with a LyXFont(ALL_INHERIT).
7048         (InsetInset(size_type, Inset*)): changed to use InsetChar to
7049         insert the META_INSET.
7050         
7051         * sigc++/thread.cc (Privete<int>::operator int&): move definition
7052         out of line. 
7053         * sigc++/thread.h (Threads): from here
7054
7055         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
7056         definition out of line
7057         * sigc++/scope.h: from here
7058
7059 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7060
7061         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
7062         is specified (adapted from a patch from edscott <edscott@imp.mx>).
7063
7064         * Makefile.am (bindist): new target.
7065
7066         * INSTALL: add instructions for doing a binary distribution.
7067
7068         * development/tools/README.bin.example: update a bit. 
7069
7070 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
7071
7072         * src/lyxrc.C: 
7073         * lib/lyxrc.example: new lyxrc tag \set_color.
7074
7075         * src/lyxfunc.C (Dispatch): 
7076         * src/commandtags.h: 
7077         * src/LyXAction.C: new lyxfunc "set-color".
7078
7079         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
7080         and an x11name given as strings.
7081
7082         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
7083         cache when a color is changed.
7084
7085 2000-06-26  Juergen Vigna  <jug@sad.it>
7086
7087         * src/lyxrow.C (width): added this functions and variable.
7088
7089         * src/insets/insetcite.C (create_form_citation_form): some Gravity
7090         changes.
7091
7092         * src/text.C (SetHeightOfRow): fixed calcualting of width.
7093
7094 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7095
7096         * images/undo_bw.xpm: new icon.
7097         * images/redo_bw.xpm: ditto.
7098
7099         * configure.in (INSTALL_SCRIPT): change value to
7100         ${INSTALL} to avoid failures of install-script target.
7101         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
7102
7103         * src/BufferView.h: add a magic "friend" declaration to please
7104         compaq cxx.
7105
7106 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
7107
7108         * forms/cite.fd: modified to allow resizing without messing
7109         up the dialog.
7110
7111         * src/insetcite.C: Uses code from cite.fd almost without
7112         tweaking. ;-)
7113         User can now resize dialog in the x-direction.
7114         Resizing the dialog in the y-direction is prevented, as the
7115         code does this intelligently already.
7116
7117 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7118
7119         * INSTALL: remove obsolete entry in "problems" section.
7120
7121         * lib/examples/sl_*.lyx: update of the slovenian examples.
7122
7123         * src/support/FileInfo.[Ch] (getBlockSize): remove.
7124
7125 2000-06-23  Juergen Vigna  <jug@sad.it>
7126
7127         * src/lyxtext.h: added a 'cleared' flag to draw() function.
7128
7129         * src/buffer.C (resize): delete the LyXText of textinsets.
7130
7131         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
7132
7133         * src/insets/lyxinset.h: added another parameter 'cleared' to
7134         the draw() function.
7135
7136         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
7137         unlocking inset in inset.
7138
7139 2000-06-22  Juergen Vigna  <jug@sad.it>
7140
7141         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
7142         of insets and moved first to LyXText.
7143
7144         * src/mathed/formulamacro.[Ch]:
7145         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
7146
7147 2000-06-21  Juergen Vigna  <jug@sad.it>
7148
7149         * src/text.C (GetVisibleRow): look if I should clear the area or not
7150         using Inset::doClearArea() function.
7151
7152         * src/insets/lyxinset.h: added doClearArea() function and
7153         modified draw(Painter &, ...) to draw(BufferView *, ...)
7154
7155         * src/text2.C (UpdateInset): return bool insted of int
7156
7157 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
7158
7159         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
7160         combox in the character popup
7161
7162         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
7163         BufferParams const & params
7164
7165 2000-06-20  Juergen Vigna  <jug@sad.it>
7166
7167         * src/insets/insettext.C (SetParagraphData): set insetowner on
7168         2- paragraphs.
7169
7170 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
7171
7172         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
7173         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
7174         from SigC::Object
7175         (form_main_): remove
7176         
7177         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
7178         (create_form_form_main): remove FD_form_main stuff, connect to
7179         autosave_timeout signal
7180
7181         * src/LyXView.[Ch] (getMainForm): remove 
7182         (UpdateTimerCB): remove
7183         * src/BufferView_pimpl.h: inherit from SigC::Object
7184
7185         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
7186         signal instead of callback
7187
7188         * src/BufferView.[Ch] (cursorToggleCB): remove 
7189
7190 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
7191
7192         * src/BufferView_pimpl.C: changes because of the one below
7193
7194         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
7195         instead of storing a pointer to a LyXText. 
7196
7197         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
7198
7199 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
7200
7201         * src/lyxparagraph.h
7202
7203         * src/paragraph.C: Changed fontlist to a sorted vector.
7204
7205 2000-06-19  Juergen Vigna  <jug@sad.it>
7206
7207         * src/BufferView.h: added screen() function.
7208
7209         * src/insets/insettext.C (LocalDispatch): some selection code
7210         fixed.
7211
7212         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
7213
7214         * src/insets/insettext.C (SetParagraphData):
7215         (Read): 
7216         (InsetText):  fixes for multiple paragraphs.
7217
7218 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
7219
7220         * development/lyx.spec.in: Call configure with ``--without-warnings''
7221         to work around a bug with the Makefiles when doing ``make lyxrpm''.
7222         This should be fine, however, since we generally don't want to be
7223         verbose when making an RPM.
7224         
7225 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
7226
7227         * lib/scripts/fig2pstex.py: New file
7228
7229 2000-06-16  Juergen Vigna  <jug@sad.it>
7230
7231         * src/insets/insettabular.C (UpdateLocal): 
7232         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
7233         (LocalDispatch): Changed all functions to use LyXText.
7234
7235 2000-06-15  Juergen Vigna  <jug@sad.it>
7236
7237         * src/text.C (SetHeightOfRow): call inset::update before requesting
7238         any width/height.
7239
7240         * src/insets/insettext.C (update): 
7241         * src/insets/insettabular.C (update): added implementation
7242
7243         * src/insets/lyxinset.h: added update function
7244
7245 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7246
7247         * src/text.C (SelectNextWord): protect against null pointers with
7248         old-style string streams. (fix from Paul Theo Gonciari
7249         <gptheo@yahoo.com>) 
7250
7251         * src/cite.[Ch]: remove erroneous files.
7252
7253         * lib/configure.m4: update the list of created directories.
7254
7255         * src/lyxrow.C: include <config.h>
7256         * src/lyxcursor.C: ditto.
7257
7258 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7259
7260         * lib/examples/decimal.lyx: new example file from Mike.
7261
7262         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
7263         to find template definitions (from Dekel)
7264
7265         * src/frontends/.cvsignore: add a few things.
7266
7267         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
7268
7269         * src/Timeout.C (TimeOut): remove default argument.
7270
7271         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
7272         "C" linkage.
7273
7274         * src/insets/ExternalTemplate.C: add a "using" directive.
7275
7276         * src/lyx_main.h: remove the act_ struct, which seems unused
7277         anyway. 
7278
7279 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7280
7281         * LyX Developers Meeting: All files changed, due to random C++ (by
7282         coincidence) code generator script.
7283
7284         - external inset (cool!)
7285         - initial online editing of preferences
7286         - insettabular breaks insettext(s contents)
7287         - cleanup
7288         - some DocBook fixes
7289         - example files update
7290         - other cool stuff, create a diff and look for yourself.
7291
7292 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
7293
7294         * src/insets/insettext.C (computeTextRows): if the maxWidth is
7295         -1 this is a non-line-breaking textinset.
7296
7297         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
7298         if there is no width set.
7299
7300 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
7301
7302         * Lots of files: Merged the dialogbase branch.
7303
7304 2000-06-09  Allan Rae  <rae@lyx.org>
7305
7306         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
7307         and the Dispatch methods that used it.
7308
7309         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
7310         access to functions formerly kept in Dispatch.
7311
7312 2000-05-19  Allan Rae  <rae@lyx.org>
7313
7314         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
7315         made to_page and count_copies integers again.  from_page remains a
7316         string however because I want to allow entry of a print range like
7317         "1,4,22-25" using this field.
7318
7319         * src/LyXAction.C: added action info and commands for buffer-print-xtl
7320         and printer-params-get.  These aren't useful from the minibuffer but
7321         could be used by a script/LyXServer app provided it passes a suitable
7322         auto_mem_buffer.  I guess I should take a look at how the LyXServer
7323         works and make it support xtl buffers.
7324
7325         * sigc++/: updated to libsigc++-1.0.1
7326
7327         * src/xtl/: updated to xtl-1.3.pl.11
7328
7329         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
7330         those changes done to the files in src/ are actually recreated when
7331         they  get regenerated. Please don't ever accept a patch that changes a
7332         dialog unless that patch includes the changes to the corresponding *.fd
7333         file.
7334
7335         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
7336         stringOnlyContains, renamed it and generalised it.
7337
7338         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
7339         branch.  Removed the remaining old form_print code.
7340
7341 2000-04-26  Allan Rae  <rae@lyx.org>
7342
7343         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
7344         trap I was trying to fix with the ID: fields in src/xtl/  :-)
7345
7346 2000-04-25  Allan Rae  <rae@lyx.org>
7347
7348         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
7349         against a base of xtl-1.3.pl.4
7350
7351         * development/tools/lxtl.sh: fixed a couple of silly typos and now
7352         filter the Id: entries so they still show the xtl version number
7353         they are based on.
7354
7355         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
7356         into the src/xtl code.  Patch still pending with José (XTL)
7357
7358 2000-04-24  Allan Rae  <rae@lyx.org>
7359
7360         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
7361         both more generic and much safer. Use the new template functions.
7362         * src/buffer.[Ch] (Dispatch): ditto.
7363
7364         * src/frontends/xforms/FormPrint.C (update): Use new template functions
7365         and mem buffer more intelligently. Also a little general cleanup.
7366         (apply): ditto.
7367
7368         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
7369         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
7370         * src/xtl/Makefile.am: ditto.
7371         * src/xtl/.cvsignore: ditto.
7372         * src/Makefile.am: ditto.
7373
7374         * src/PrinterParams.h: Removed the macros member functions. Added a
7375         testInvariant member function.  A bit of tidying up and commenting.
7376         Included Angus's idea for fixing operation with egcs-1.1.2.
7377
7378         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
7379         cool expansion of XTL's mem_buffer to support automatic memory
7380         management within the buffer itself.  Removed the various macros and
7381         replaced them with template functions that use either auto_mem_buffer
7382         or mem_buffer depending on a #define.  The mem_buffer support will
7383         disappear as soon as the auto_mem_buffer is confirmed to be good on
7384         other platforms/compilers.  That is, it's there so you've got something
7385         to compare against.
7386
7387         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
7388         effectively forked XTL.  However I expect José will include my code
7389         into the next major release.  Also fixed a memory leak.
7390         * src/xtl/text.h: ditto.
7391         * src/xtl/xdr.h: ditto.
7392         * src/xtl/giop.h: ditto.
7393
7394 2000-04-16  Allan Rae  <rae@lyx.org>
7395
7396         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
7397         by autogen.sh and removed by maintainer-clean anyway.
7398         * .cvsignore, sigc++/.cvsignore:  Support the above.
7399
7400         * sigc++/.cvsignore: Forgot that retbind.h was generated.
7401
7402         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
7403
7404         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
7405         macros, renamed static callback-target member functions to suit new
7406         scheme and made them public.
7407         * src/frontends/xforms/forms/form_print.fd: ditto.
7408         * src/frontends/xforms/forms/form_copyright.fd: ditto.
7409
7410         * src/support/lxtl.h: small cleanup to use typedef instead of #define
7411         for gui_format.
7412
7413         * src/xtl/: New directory containing a minimal distribution of XTL.
7414         This is XTL-1.3.pl.4.
7415
7416         * development/tools/lxtl.sh: A script to generate the above mini-dist.
7417
7418 2000-04-15  Allan Rae  <rae@lyx.org>
7419
7420         * development/tools/makeLyXsigc.sh: Remove the library version numbers
7421
7422         * sigc++/:  Updated to libsigc++-1.0.0
7423
7424 2000-04-14  Allan Rae  <rae@lyx.org>
7425
7426         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
7427         use the generic ones in future.  I'll modify my conversion script.
7428
7429         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
7430
7431         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
7432         (CloseAllBufferRelatedDialogs): Renamed.
7433         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
7434
7435         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
7436         of the generic ones.  These are the same ones my conversion script
7437         generates.
7438
7439         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
7440         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
7441         * src/buffer.C (Dispatch): ditto
7442
7443         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
7444         functions for updating and hiding buffer dependent dialogs.
7445         * src/BufferView.C (buffer): ditto
7446         * src/buffer.C (setReadonly): ditto
7447         * src/lyxfunc.C (CloseBuffer): ditto
7448
7449         * src/buffer.h: Take setReadonly() out of line so I don't have to include
7450         Dialogs.h, and hence all the SigC stuff, into every file that includes
7451         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
7452
7453         * src/BufferView2.C: reduce the number of headers included by buffer.h
7454
7455 2000-04-11  Allan Rae  <rae@lyx.org>
7456
7457         * src/frontends/xforms/xform_macros.h:  A small collection of macros
7458         for building C callbacks.
7459
7460         * src/frontends/xforms/Makefile.am: Added above file.
7461
7462         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
7463         scheme again.  This time it should work for JMarc.  If this is
7464         successful I'll revise my conversion script to automate some of this.
7465         The static member functions in the class also have to be public for
7466         this scheme will work.  If the scheme works (it's almost identical to
7467         the way BufferView::cursorToggleCB is handled so it should work) then
7468         FormCopyright and FormPrint will be ready for inclusion into the main
7469         trunk immediately after 1.1.5 is released -- provided we're prepared
7470         for complaints about lame compilers not handling XTL.
7471
7472         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
7473
7474 2000-04-07  Allan Rae  <rae@lyx.org>
7475
7476         * config/lyxinclude.m4:  A bit more tidying up (Angus)
7477
7478         * src/LString.h: JMarc's <string> header fix
7479
7480         * src/PrinterParams.h: Used string for most data to remove some
7481         ugly code in the Print dialog and avoid even uglier code when 
7482         appending the ints to a string for output.
7483
7484         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
7485         and moved "default:" back to the end of switch statement.  Cleaned
7486         up the printing so it uses the right function calls and so the
7487         "print to file" option actually puts the file in the right directory.
7488
7489         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
7490
7491         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
7492         and Ok+Apply button control into a separate method: input (Angus).
7493         (input) Cleaned it up and improved it to be very thorough now.
7494         (All CB) static_cast used instead of C style cast (Angus).  This will
7495         probably change again once we've worked out how to keep gcc-2.8.1 happy
7496         with real C callbacks.
7497         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
7498         ignore some of the bool settings and has random numbers instead. Needs
7499         some more investigation.  Added other input length checks and checking
7500         of file and printer names.
7501
7502         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
7503         would link (Angus).  Seems the old code doesn't compile with the pragma
7504         statement either.  Separated callback entries from internal methods.
7505
7506         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
7507
7508 2000-03-17  Allan Rae  <rae@lyx.org>
7509
7510         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
7511         need it?  Maybe it could go in Dialogs instead?  I could make it a
7512         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
7513         values to get the bool return value.
7514         (Dispatch): New overloaded method for xtl support.
7515
7516         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
7517         extern "C" callback instead of static member functions.  Hopefully,
7518         JMarc will be able to compile this.  I haven't changed 
7519         forms/form_copyright.fd yet. Breaking one of my own rules already.
7520
7521         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
7522         because they aren't useful from the minibuffer.  Maybe a LyXServer
7523         might want a help message though?
7524
7525         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
7526
7527         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
7528         xtl which needs both rtti and exceptions.
7529
7530         * src/support/Makefile.am:
7531         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
7532
7533         * src/frontends/xforms/input_validators.[ch]: input filters and
7534         validators.  These conrol what keys are valid in input boxes.
7535         Use them and write some more.  Much better idea than waiting till
7536         after the user has pressed Ok to say that the input fields don't make
7537         sense.
7538
7539         * src/frontends/xforms/Makefile.am:
7540         * src/frontends/xforms/forms/form_print.fd:
7541         * src/frontends/xforms/forms/makefile:
7542         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
7543         new scheme.  Still have to make sure I haven't missed anything from
7544         the current implementation.
7545
7546         * src/Makefile.am, src/PrinterParams.h: New data store.
7547
7548         * other files: Added a couple of copyright notices.
7549
7550 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7551
7552         * src/insets/insetbib.h: move Holder struct in public space.
7553
7554         * src/frontends/include/DialogBase.h: use SigC:: only when
7555         SIGC_CXX_NAMESPACES is defined.
7556         * src/frontends/include/Dialogs.h: ditto.
7557
7558         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
7559
7560         * src/frontends/xforms/FormCopyright.[Ch]: do not
7561         mention SigC:: explicitely.
7562
7563 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7564
7565         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
7566         deals with testing KDE in main configure.in
7567         * configure.in: ditto.
7568
7569 2000-02-22  Allan Rae  <rae@lyx.org>
7570
7571         * Lots of files: Merged from HEAD
7572
7573         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
7574         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
7575
7576         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
7577
7578         * sigc++/: new minidist.
7579
7580 2000-02-14  Allan Rae  <rae@lyx.org>
7581
7582         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
7583
7584 2000-02-08  Juergen Vigna  <jug@sad.it>
7585
7586         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
7587         file for the buildin GUI builder of KDevelop of the copyright-dialog.
7588
7589         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
7590         for this port and so it is much easier for other people to port
7591         dialogs in a common development environment.
7592
7593         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
7594         the QT/KDE implementation.
7595
7596         * src/frontends/kde/Dialogs.C:
7597         * src/frontends/kde/FormCopyright.C:
7598         * src/frontends/kde/FormCopyright.h:
7599         * src/frontends/kde/Makefile.am:
7600         * src/frontends/kde/formcopyrightdialog.C:
7601         * src/frontends/kde/formcopyrightdialog.h:
7602         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
7603         for the kde support of the Copyright-Dialog.
7604
7605         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
7606         subdir-substitution instead of hardcoded 'xforms' as we now have also
7607         the kde subdir.
7608
7609         * src/frontends/include/DialogBase.h (Object): just commented the
7610         label after #endif (nasty warning and I don't like warnings ;)
7611
7612         * src/main.C (main): added KApplication initialization if using
7613         KDE frontend-GUI.
7614
7615         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
7616         For now only the KDE event-loop is added if frontend==kde.
7617
7618         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
7619
7620         * configure.in: added support for the --with-frontend[=value] option
7621
7622         * autogen.sh: added kde.m4 file to list of config-files
7623
7624         * acconfig.h: added define for KDEGUI-support
7625
7626         * config/kde.m4: added configuration functions for KDE-port
7627
7628         * config/lyxinclude.m4: added --with-frontend[=value] option with
7629         support for xforms and KDE.
7630
7631 2000-02-08  Allan Rae <rae@lyx.org>
7632
7633         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
7634         install and uninstall all work even if builddir != srcdir.  Still
7635         have a new sigc++ minidist update to come.
7636
7637         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
7638
7639 2000-02-01  Allan Rae <rae@lyx.org>
7640
7641         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
7642         Many mods to get builddir != srcdir working.
7643         
7644         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
7645         for building on NT and so we can do the builddir != srcdir stuff.
7646
7647 2000-01-30  Allan Rae <rae@lyx.org>
7648
7649         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
7650         This will stay in "rae" branch.  We probably don't really need it in
7651         the main trunk as anyone who wants to help programming it should get
7652         a full library installed also.  So they can check both included and
7653         system supplied library compilation.
7654
7655         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
7656         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
7657         change something in these directories - Resist it.  If you can't 
7658         resist the urge then you should modify the following script and rebuild
7659         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
7660         all happen.  Still uses a hacked version of libsigc++'s configure.in.
7661         I'm quite happy with the results.  I'm not sure the extra work to turn
7662         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
7663         worth the trouble and would probably lead to extra maintenance 
7664         headaches.
7665         I haven't tested the following important make targets: install, dist.
7666         Not ready for prime time but very close.  Maybe 1.1.5.
7667
7668         * development/tools/makeLyXsigc.sh:  A shell script to automatically
7669         generate our mini-dist of libsigc++.  It can only be used with a CVS
7670         checkout of libsigc++ not a tarball distribution.  It's well commented.
7671         This will end up as part of the libsigc++ distribution so other apps
7672         can easily have an included mini-dist.  If someone makes mods to the
7673         sigc++ subpackage without modifying this script to generate those
7674         changes I'll be very upset!
7675
7676         * src/frontends/:  Started the gui/system indep structure.
7677
7678         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
7679         to access the gui-indep dialogs are in this class.  Much improved
7680         design compared to previous revision.  Lars,  please refrain from
7681         moving this header into src/ like you did with Popups.h last time.
7682
7683         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
7684
7685         * src/frontends/xforms/:  Started the gui-indep system with a single
7686         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
7687         successful.
7688
7689         * src/frontends/xforms/forms: Repository for the xforms .fd files.
7690         Here you'll find a very useful makefile and automated fdfix.sh that
7691         makes updating dailogs a no-brainer -- provided you follow the rules
7692         set out in the README.  I'm thinking about adding another script to
7693         automatically generate skeleton code for a new dialog given just the
7694         name of the dialog.
7695
7696         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
7697         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
7698         Made FormCopyright gui-indep and added a lyxfunc to get to it.
7699
7700 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
7701
7702         * src/support/LSubstring.C (operator): simplify
7703
7704         * src/lyxtext.h: removed bparams, use buffer_->params instead
7705         
7706         * src/lyxrow.h: make Row a real class, move all variables to
7707         private and use accessors.
7708
7709         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
7710         arguament.
7711         (isRightToLeftPar): ditto
7712         (ChangeLanguage): ditto
7713         (isMultiLingual): ditto
7714         (String): ditto
7715         (TeXOnePar): ditto
7716         (SimpleTeXOnePar): ditto
7717         (TeXEnvironment): ditto
7718         (GetEndLabel): ditto
7719         (SetLayout): ditto
7720         (SetOnlyLayout): ditto
7721         (BreakParagraph): ditto
7722         (BreakParagraphConservative): ditto
7723         (GetFontSettings): ditto
7724         (getFont): ditto
7725         (CopyIntoMinibuffer): ditto
7726         (CutIntoMinibuffer): ditto
7727         (PasteParagraph): ditto
7728         (SetPExtraType): ditto
7729         (UnsetPExtraType): ditto
7730         (DocBookContTableRows): ditto
7731         (SimpleDocBookOneTablePar): ditto
7732         (TeXDeeper): ditto
7733         (TeXFootnote): ditto
7734         (SimpleTeXOneTablePar): ditto
7735         (TeXContTableRows): ditto
7736         (SimpleTeXSpecialChars): ditto
7737         
7738
7739         * src/lyxcursor.h: make LyXCursor a real class, move all variables
7740         to private and use accessors.
7741
7742         * src/lyx_cb.C: remove char updatetimer, and all code that uses
7743         this, we did not use it anymore and has not been for ages. Just a
7744         waste of cpu cycles.
7745
7746         * src/language.h: make Language a real class, move all variables
7747         to private and use accessors.
7748
7749         * src/BufferView_pimpl.C (Pimpl): use new timer code.
7750         (create_view): remove
7751         (update): some changes for new timer
7752         (cursorToggle): use new timer
7753         (beforeChange): change for new timer
7754
7755         * src/BufferView.h (cursorToggleCB): removed last paramter because
7756         of new timer code. 
7757
7758         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
7759         (cursorToggleCB): change because of new timer code
7760
7761         * lib/CREDITS: updated own mailaddress
7762
7763 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7764
7765         * src/support/filetools.C (PutEnv): fix the code in case neither
7766         putenv() nor setenv() have been found.
7767
7768         * INSTALL: mention the install-strip Makefile target.
7769
7770         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
7771         read-only documents.
7772
7773 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7774
7775         * lib/reLyX/configure.in (VERSION): avoid using a previously
7776         generated reLyX wrapper to find out $prefix.
7777
7778         * lib/examples/eu_adibide_lyx-atua.lyx: 
7779         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
7780         translation of the Tutorial (Dooteo)
7781
7782 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
7783
7784         * forms/cite.fd: new citation dialog
7785
7786         * src/insetcite.[Ch]: the new citation dialog is moved into
7787         its own files.
7788
7789         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
7790         (Dekel).
7791
7792         * src/insets/insetcommand.h: data members made private. 
7793
7794 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7795
7796         * LyX 1.1.5 released
7797
7798 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7799
7800         * src/version.h (LYX_RELEASE): to 1.1.5
7801
7802         * src/spellchecker.C (RunSpellChecker): return false if the
7803         spellchecker dies upon creation.
7804
7805 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7806
7807         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
7808         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
7809         
7810         * NEWS: update.
7811
7812         * lib/CREDITS: update entry for Martin Vermeer.
7813
7814 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
7815
7816         * src/text.C (draw): Draw foreign language bars at the bottom of
7817         the row instead of at the baseline.
7818
7819         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
7820
7821 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7822
7823         * lib/bind/de_menus.bind: updated
7824
7825 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
7826
7827         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
7828
7829 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
7830
7831         * src/menus.C (Limit_string_length): New function
7832         (ShowTocMenu): Limit the number of items/length of items in the
7833         LOT/LOF/LOA menus.
7834
7835         * src/paragraph.C (String): Correct result for a paragraph inside
7836         a footnote.
7837
7838 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7839
7840         * src/bufferlist.C (close): test of buf->getuser() == NULL
7841
7842 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
7843
7844         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
7845         Do not call to SetCursor when the paragraph is a closed footnote!
7846
7847 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
7848
7849         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
7850         label is changed.
7851
7852         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
7853
7854 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
7855
7856         * forms/lyx.fd
7857         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
7858         reference popup, that activates the reference-back action
7859
7860         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
7861
7862         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
7863         the menus. Also fixed a bug.
7864
7865         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
7866         the math panels when switching buffers (unless new buffer is readonly).
7867
7868         * src/BufferView.C (NoSavedPositions)
7869         * src/BufferView_pimpl.C (NoSavedPositions): New methods
7870
7871 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7872
7873         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
7874         less of dvi dirty or not.
7875
7876         * src/trans_mgr.[Ch] (insert): change first parameter to string
7877         const &.  
7878
7879         * src/chset.[Ch] (encodeString): add const to first parameter
7880
7881 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
7882
7883         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
7884         rep->get_own_copy()
7885         (end): ditto
7886
7887         * src/LaTeX.C (deplog): better searching for dependency files in
7888         the latex log. Uses now regexps.
7889
7890         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
7891         instead of the box hack or \hfill. 
7892
7893 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7894
7895         * src/lyxfunc.C (doImportHelper): do not create the file before
7896         doing the actual import. 
7897         (doImportASCIIasLines): create a new file before doing the insert.
7898         (doImportASCIIasParagraphs): ditto.
7899
7900         * lib/lyxrc.example: remove mention of non-existing commands
7901
7902         * lyx.man: remove mention of color-related switches.
7903
7904         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
7905
7906         * src/lyx_gui.C: remove all the color-related ressources, which
7907         are not used anymore.
7908
7909         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
7910         name. 
7911
7912 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
7913
7914         * src/lyxrc.C (read): Add a missing break in the switch
7915
7916 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
7917
7918         * src/text2.C (InsertStringA): Fix a bug with insertion into table
7919         
7920         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
7921         text is Hebrew.
7922
7923 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
7924
7925         * src/text.C (draw): draw bars under foreign language words.
7926         
7927         * src/LColor.[Ch]: add LColor::language
7928
7929 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
7930
7931         * src/lyxcursor.h (boundary): New member variable
7932
7933         * src/text.C (IsBoundary): New methods
7934
7935         * src/text.C: Use the above for currect cursor movement when there
7936         is both RTL & LTR text.
7937         
7938         * src/text2.C: ditto
7939         
7940         * src/bufferview_funcs.C (ToggleAndShow): ditto
7941
7942 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7943
7944         * src/text.C (DeleteLineForward): set selection to true to avoid
7945         that DeleteEmptyParagraphMechanism does some magic. This is how it
7946         is done in all other functions, and seems reasonable.
7947         (DeleteWordForward): do not jump over non-word stuff, since
7948         CursorRightOneWord() already does it.
7949         
7950         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
7951         DeleteWordBackward, since they seem safe to me (since selection is
7952         set to "true") DeleteEmptyParagraphMechanism does nothing.
7953
7954 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7955
7956         * src/lyx_main.C (easyParse): simplify the code by factoring the
7957         part that removes parameters from the command line.
7958         (LyX): check wether wrong command line options have been given.
7959
7960 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
7961
7962         * src/lyx_main.C : add support for specifying user LyX
7963         directory via command line option -userdir.
7964
7965 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
7966
7967         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
7968         the number of items per popup.
7969         (Add_to_refs_menu): Ditto.
7970         
7971 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7972
7973         * src/lyxparagraph.h: renamed ClearParagraph() to
7974         StripLeadingSpaces() and moved it to paragraph.C. We pass the
7975         textclass as parameter, and do nothing if free_spacing is
7976         true. This fixes part of the line-delete-forward problems.
7977
7978         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
7979         (pasteSelection): ditto.
7980         (SwitchLayoutsBetweenClasses): more translatable strings.
7981
7982         * src/text2.C (CutSelection): use StripLeadingSpaces.
7983         (PasteSelection): ditto.
7984         (DeleteEmptyParagraphMechanism): ditto.
7985
7986 2000-05-26  Juergen Vigna  <jug@sad.it>
7987
7988         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
7989         is not needed in tabular insets.
7990
7991         * src/insets/insettabular.C (TabularFeatures): added missing features.
7992
7993         * src/tabular.C (DeleteColumn):
7994         (AppendColumn): 
7995         (AppendRow): implemented this functions
7996         (cellsturct::operator=): clone the inset too; 
7997
7998 2000-05-23  Juergen Vigna  <jug@sad.it>
7999
8000         * src/insets/insettabular.C (LocalDispatch): better selection support
8001         when having multicolumn-cells.
8002
8003 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
8004
8005         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
8006
8007 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8008
8009         * src/ColorHandler.C (getGCForeground): put more test into _()
8010
8011         * lib/examples/eu_splash.lyx: new file (Basque translation) from
8012         Dooteo. 
8013
8014         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
8015         get the version.
8016
8017 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
8018
8019         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
8020         there are no labels, or when buffer is readonly.
8021
8022         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
8023         there are no labels, buffer is SGML, or when buffer is readonly.
8024
8025 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
8026
8027         * src/LColor.C (LColor): change a couple of grey40 to grey60
8028         (LColor): rewore initalization to make compiles go some magnitude
8029         faster.
8030         (getGUIName): don't use gettext until we need the string.
8031
8032 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
8033
8034         * src/Bullet.[Ch]: Fixed a small bug.
8035
8036 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
8037
8038         * src/paragraph.C (String): Several fixes/improvements
8039
8040         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
8041
8042 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8043
8044         * src/paragraph.C (String): give more correct output.
8045
8046 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
8047
8048         * src/lyxfont.C (stateText) Do not output the language if it is
8049         eqaul to the language of the document.
8050
8051         * src/paragraph.C (TeXOnePar): Do not put language switch commands
8052         between two paragraphs with the same language.
8053
8054         * src/paragraph.C (getParLanguage) Return a correct answer for an
8055         empty dummy paragraph.
8056
8057         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
8058         menus.
8059
8060         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
8061         layout menu.
8062
8063         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
8064         the menus/popup, if requested fonts are unavailable.
8065
8066 2000-05-22  Juergen Vigna  <jug@sad.it>
8067
8068         * src/insets/insettabular.C (LocalDispatch): added some more cursor
8069         movement support (Up/Down/Tab/Shift-Tab).
8070         (LocalDispatch): added also preliminari cursor-selection.
8071
8072         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
8073
8074         * src/paragraph.C (PasteParagraph): Hopefully now right!
8075
8076 2000-05-22  Garst R. Reese  <reese@isn.net>
8077
8078         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
8079          of list, change all references to Environment to Command
8080         * tex/hollywood.cls : rewrite environments as commands, add 
8081         \uppercase to interiorshot and exteriorshot to force uppecase.
8082         * tex/broadway.cls : rewrite environments as commands. Tweak
8083         whitespace.
8084
8085 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8086
8087         * src/menus.C (Add_to_toc_menu): fix the code which limits the
8088         size of items: use a constant intead of the hardcoded 40, and more
8089         importantly do not remove the %m and %x tags added at the end.
8090         (Add_to_refs_menu): use vector::size_type instead of
8091         unsigned int as basic types for the variables. _Please_ do not
8092         assume that size_t is equal to unsigned int. On an alpha, this is
8093         unsigned long, which is _not_ the same.
8094
8095         * src/language.C (initL): remove language "hungarian", since it
8096         seems that "magyar" is better.
8097
8098 2000-05-22  Juergen Vigna  <jug@sad.it>
8099
8100         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
8101
8102         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
8103         end markers!
8104
8105         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
8106         next was deleted but not set to 0.
8107
8108 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8109
8110         * src/language.C (initL): change the initialization of languages
8111         so that compiles goes _fast_.
8112
8113         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
8114         40 chars.
8115
8116         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
8117
8118 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
8119
8120         * release 1.1.5pre3
8121
8122 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
8123
8124         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
8125
8126 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
8127
8128         * src/commandtags.h
8129         * src/LyXAction.C
8130         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
8131         and LFUN_LOAVIEW
8132         
8133         * src/insets/insetlo*.[Ch]: Made editable
8134
8135 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
8136
8137         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
8138         the current selection.
8139
8140         * src/BufferView_pimpl.C (stuffClipboard): new method
8141
8142         * src/BufferView.C (stuffClipboard): new method
8143
8144         * src/paragraph.C (String): new method
8145
8146         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
8147         LColor::ignore when lyxname is not found.
8148
8149         * src/BufferView.C (pasteSelection): new method
8150
8151         * src/BufferView_pimpl.C (pasteSelection): new method
8152
8153         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
8154
8155         * src/WorkArea.C (request_clipboard_cb): new static function
8156         (getClipboard): new method
8157         (putClipboard): new method
8158
8159 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
8160
8161         * LyX 1.1.5pre2 released
8162
8163 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
8164
8165         * src/vspace.C (operator=): removed
8166         (operator=): removed
8167
8168         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
8169
8170         * src/layout.C (NumberOfClass): manually set the type in make_pair
8171         (NumberOfLayout): ditto
8172
8173         * src/language.C: use the Language constructor for ignore_lang
8174
8175         * src/language.h: add constructors to struct Language
8176
8177         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
8178
8179         * src/text2.C (SetCursorIntern): comment out #warning
8180
8181         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
8182
8183         * src/mathed/math_iter.h: initialize sx and sw to 0
8184
8185 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
8186
8187         * forms/lyx.fd: Redesign of form_ref
8188
8189         * src/LaTeXFeatures.[Ch]
8190         * src/buffer.C
8191         * src/lyx_cb.C
8192         * src/menus.C   
8193         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
8194
8195         * src/buffer.h
8196         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
8197         and Buffer::inset_iterator.
8198
8199         * src/menus.C: Added new menus: TOC and Refs.
8200
8201         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
8202
8203         * src/buffer.C (getTocList): New method.
8204
8205         * src/BufferView2.C (ChangeRefs): New method.
8206
8207         * src/buffer.C (getLabelList): New method. It replaces the old
8208         getReferenceList. The return type is vector<string> instead of 
8209         string.
8210
8211         * src/insets/insetinclude.C (getLabelList): New method. Replaces
8212         the old getLabel() and GetNumberOfLabels() methods.
8213         * src/insets/insetlabel.C (getLabelList): ditto
8214         * src/mathed/formula.C (getLabelList): ditto
8215         
8216         * src/paragraph.C (String): New method.
8217
8218         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
8219         Uses the new getTocList() method. 
8220         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
8221         which automatically updates the contents of the browser.
8222         (RefUpdateCB): Use the new getLabelList method.
8223
8224         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
8225         
8226         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
8227
8228         * src/spellchecker.C: Added using std::reverse;
8229
8230 2000-05-19  Juergen Vigna  <jug@sad.it>
8231
8232         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
8233
8234         * src/insets/insettext.C (computeTextRows): small fix for display of
8235         1 character after a newline.
8236
8237         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
8238         to cont-rows!
8239
8240 2000-05-18  Juergen Vigna  <jug@sad.it>
8241
8242         * src/insets/insettabular.C (TabularFeatures): fixed update of display
8243         when changing width of column.
8244
8245         * src/tabular.C (set_row_column_number_info): setting of
8246         autobreak rows if necessary.
8247
8248 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8249
8250         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
8251
8252         * src/vc-backend.*: renamed stat() to status() and vcstat to
8253         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
8254         compilation broke. The new name seems more relevant, anyway.
8255
8256 2000-05-17  Juergen Vigna  <jug@sad.it>
8257
8258         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
8259         which was wrong if the removing caused removing of rows!
8260
8261         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
8262         (pushToken): new function.
8263
8264         * src/text2.C (CutSelection): fix problem discovered with purify
8265
8266 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8267
8268         * src/debug.C (showTags): enlarge the first column, now that we
8269         have 6-digits debug codes.
8270
8271         * lib/layouts/hollywood.layout:
8272         * lib/tex/hollywood.cls:        
8273         * lib/tex/brodway.cls: 
8274         * lib/layouts/brodway.layout: more commands and fewer
8275         environments. Preambles moved in the .cls files. Broadway now has 
8276         more options on scene numbering and less whitespace (from Garst)
8277
8278         * src/insets/insetbib.C (getKeys): make sure that we are in the
8279         document directory, in case the bib file is there.
8280
8281         * src/insets/insetbib.C (Latex): revert bogus change.
8282
8283 2000-05-16  Juergen Vigna  <jug@sad.it>
8284
8285         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
8286         the TabularLayout on cursor move.
8287
8288         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
8289
8290         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
8291         undo-handling.
8292         (getCellXPos): 
8293         (draw): fixed cursor position and drawing so that the cursor is
8294         visible when before the tabular-inset.
8295
8296         * src/insets/insettext.C (init): drawLockedFrame was not initialized
8297         when creating from old insettext.
8298
8299         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
8300
8301 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8302
8303         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
8304         * lib/tex/brodway.cls: ditto 
8305
8306         * lib/layouts/brodway.layout: change alignment of parenthical
8307         layout (Garst)
8308         
8309 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8310
8311         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
8312         versions 0.88 and 0.89 are supported.
8313
8314 2000-05-15  Juergen Vigna  <jug@sad.it>
8315
8316         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
8317         width calculating.
8318
8319         * src/insets/insettext.C (computeTextRows): redone completely this
8320         function in a much cleaner way, because of problems when having a
8321         fixed maxWidth.
8322         (draw): added a frame border when the inset is locked.
8323         (SetDrawLockedFrame): this sets if we draw the border or not.
8324         (SetFrameColor): this sets the frame color (default=insetframe).
8325
8326         * src/insets/lyxinset.h: added x() and y() functions which return
8327         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
8328         function which is needed to see if we have a locking inset of some
8329         type in this inset (needed for now in insettabular).
8330
8331         * src/vspace.C (inPixels): the same function also without a BufferView
8332         parameter as so it is easier to use it in some ocasions.
8333
8334         * src/lyxfunc.C: changed all places where insertInset was used so
8335         that now if it couldn't be inserted it is deleted!
8336
8337         * src/TabularLayout.C: 
8338         * src/TableLayout.C: added support for new tabular-inset!
8339
8340         * src/BufferView2.C (insertInset): this now returns a bool if the
8341         inset was really inserted!!!
8342
8343         * src/tabular.C (GetLastCellInRow): 
8344         (GetFirstCellInRow): new helper functions.
8345         (Latex): implemented for new tabular class.
8346         (TeXCellPostamble): 
8347         (TeXCellPreamble): 
8348         (TeXBottomHLine): 
8349         (TeXTopHLine): new Latex() helper functions.
8350
8351 2000-05-12  Juergen Vigna  <jug@sad.it>
8352
8353         * src/mathed/formulamacro.C (Read): 
8354         * src/mathed/formula.C (Read): read also the \end_inset here!
8355
8356 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
8357
8358         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
8359         crush when saving formulae with unbalanced parenthesis.
8360
8361 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
8362
8363         * src/layout.C: Add new keyword "endlabelstring" to layout file
8364
8365         * src/text.C (GetVisibleRow): Draw endlabel string.
8366
8367         * lib/layouts/broadway.layout
8368         * lib/layouts/hollywood.layout: Added endlabel for the
8369         Parenthetical layout.
8370
8371         * lib/layouts/heb-article.layout: Do not use slanted font shape
8372         for Theorem like environments.
8373
8374         * src/buffer.C (makeLaTeXFile): Always add "american" to 
8375         the UsedLanguages list if document language is RTL. 
8376
8377 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8378
8379         * add addendum to README.OS2 and small patch (from SMiyata)
8380
8381 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8382
8383         * many files: correct the calls to ChangeExtension().
8384
8385         * src/support/filetools.C (ChangeExtension): remove the no_path
8386         argument, which does not belong there. Use OnlyFileName() instead.
8387
8388         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
8389         files when LaTeXing a non-nice latex file.
8390
8391         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
8392         a chain of "if". Return false when deadkeys are not handled.
8393         
8394         * src/lyx_main.C (LyX): adapted the code for default bindings.
8395
8396         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
8397         bindings for basic functionality (except deadkeys).
8398         (deadKeyBindings): new method. Performs the bindings of deadkeys.
8399
8400         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
8401         several methods: handle override_x_deadkeys.
8402
8403         * src/lyxrc.h: remove the "bindings" map, which did not make much
8404         sense anyway. New variable override_x_deadkeys, defaulting to "true".
8405         
8406 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8407
8408         * src/lyxfont.C (stateText): use a saner method to determine
8409         whether the font is "default". Seems to fix the crash with DEC
8410         cxx. 
8411
8412         * src/Bullet.[Ch] (Bullet): remove const on parameters.
8413
8414 2000-05-08  Juergen Vigna  <jug@sad.it>
8415
8416         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
8417         TabularLayoutMenu with mouse-button-3
8418         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
8419
8420         * src/TabularLayout.C: added this file for having a Layout for
8421         tabular-insets.
8422
8423 2000-05-05  Juergen Vigna  <jug@sad.it>
8424
8425         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
8426         recalculating inset-widths.
8427         (TabularFeatures): activated this function so that I can change
8428         tabular-features via menu.
8429
8430         * src/menus.C (ShowEditMenu): inserted support for insettabular so
8431         that I can test some functions with the Table menu.
8432
8433 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
8434
8435         * src/lyxfont.C (stateText): guard against stupid c++libs.
8436
8437         * src/tabular.C: add using std::vector
8438         some whitespace changes, + removed som autogenerated code.
8439
8440         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
8441
8442 2000-05-05  Juergen Vigna  <jug@sad.it>
8443
8444         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
8445         row, columns and cellstructures.
8446
8447 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
8448
8449         * lib/lyxrc.example: remove obsolete entries.
8450
8451         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
8452         reading of protected_separator for free_spacing.
8453
8454 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8455
8456         * src/text.C (draw): do not display an exclamation mark in the
8457         margin for margin notes. This is confusing, ugly and
8458         uninformative. 
8459
8460         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
8461         AMS math' is checked.
8462
8463         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
8464         name to see whether including the amsmath package is needed.
8465
8466 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
8467
8468         * src/paragraph.C (validate): Compute UsedLanguages correctly
8469         (don't insert the american language if it doesn't appear in the
8470         document)
8471
8472         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
8473         The argument of \thanks{} command is considered moving argument
8474
8475         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
8476         moving argument.
8477
8478 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
8479
8480         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
8481         for appendix/minipage/depth. The lines can be now both in the footnote 
8482         frame, and outside the frame.
8483
8484         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
8485         points ("nikud")
8486
8487 2000-05-05  Juergen Vigna  <jug@sad.it>
8488
8489         * src/table.[Ch]: removed the inset and buffer stuff as this is now
8490         neede only in tabular.[Ch].
8491
8492 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
8493
8494         * src/insets/insetspecialchar.C (Read): allow command == '~' for
8495         PROTECTED_SEPARATOR 
8496         (Write): write '~' for PROTECTED_SEPARATOR
8497
8498 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
8499
8500         * src/lyxparagraph.h: add a friend struct matchIT after the struct
8501         InsetTable.
8502
8503         * src/mathed/formula.C (drawStr): rename size to siz.
8504
8505         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
8506         possibly fix a bug by not changing the pflags = flags to piflags =
8507         flags.
8508
8509 2000-05-05  Juergen Vigna  <jug@sad.it>
8510
8511         * src/insets/insetbib.C: moved using directive
8512
8513         * src/ImportNoweb.C: small fix for being able to compile (missing
8514         include cstdlib)
8515
8516 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
8517
8518         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
8519         to use clear, since we don't depend on this in the code. Add test
8520         for string::compare
8521
8522 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8523
8524         * (various *.C files): add using std::foo directives to please dec
8525         cxx.
8526
8527         * replace calls to string::clear() to string::erase() (Angus)
8528
8529         * src/cheaders/cmath: modified to provide std::abs.
8530
8531 2000-05-04  Juergen Vigna  <jug@sad.it>
8532
8533         * src/insets/insettext.C: Prepared all for inserting of multiple
8534         paragraphs. Still display stuff to do (alignment and other things),
8535         but I would like to use LyXText to do this when we cleaned out the
8536         table-support stuff.
8537
8538         * src/insets/insettabular.C: Changed lot of stuff and added lots
8539         of functionality still a lot to do.
8540
8541         * src/tabular.C: Various functions changed name and moved to be
8542         const functions. Added new Read and Write functions and changed
8543         lots of things so it works good with tabular-insets (also removed
8544         some stuff which is not needed anymore * hacks *).
8545
8546         * src/lyxcursor.h: added operators == and != which just look if
8547         par and pos are (not) equal.
8548
8549         * src/buffer.C (latexParagraphs): inserted this function to latex
8550         all paragraphs form par to endpar as then I can use this too for
8551         text-insets.
8552
8553         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
8554         so that I can call this to from text insets with their own cursor.
8555
8556         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
8557         output off all paragraphs (because of the fix below)!
8558
8559         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
8560         the very last paragraph (this could be also the last paragraph of an
8561         inset!)
8562
8563         * src/texrow.h: added rows() call which returns the count-variable.
8564
8565 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
8566
8567         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
8568
8569         * lib/configure.m4: better autodetection of DocBook tools.
8570
8571 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
8572
8573         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
8574
8575         * src/lyx_cb.C: add using std::reverse;
8576
8577         * src/LaTeX.C (run): on error always run deleteFilesOnError before
8578         returning.
8579
8580         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
8581         selected files. Should fix repeated errors from generated files.
8582
8583 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
8584
8585         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
8586
8587         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
8588         the spellchecker popup. 
8589
8590         * lib/lyxrc.example:  Removed the \number_inset section
8591
8592 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8593
8594         * src/insets/figinset.C (various): Use IsFileReadable() to make
8595         sure that the file actually exist. Relying on ghostscripts errors
8596         is a bad idea since they can lead to X server crashes.  
8597
8598 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
8599
8600         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
8601         open under CYGWIN 
8602
8603         * lib/lyxrc.example: smallish typo in description of
8604         \view_dvi_paper_option 
8605
8606 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
8607
8608         * src/lyxfunc.h:
8609         * src/lyxfunc.C: doImportHelper to factor out common code of the
8610         various import methods. New functions doImportASCIIasLines,
8611         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
8612         doImportLinuxDoc  for the  format specific parts.
8613
8614         * buffer.h:
8615         * buffer.C: Dispatch  returns now a bool to indicate success
8616
8617         * lyx_gui.h:
8618         * lyx_gui.C: Add getLyXView() for member access
8619
8620         * lyx_main.C: Change logic for batch commands: First try
8621         Buffer::Dispatch (possibly without GUI), if that fails, use
8622         LyXFunc::Dispatch
8623
8624         * lyx_main.C: Add support for --import command line switch.
8625         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
8626         Available Formats: Everything  accepted by 'buffer-import <format>'
8627
8628 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
8629
8630         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
8631         unnumbered parts.
8632
8633         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
8634         documents will be reformatted upon reentry.
8635
8636 2000-04-27  Juergen Vigna  <jug@sad.it>
8637
8638         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
8639         correctly only last pos this was a bug.
8640
8641 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
8642
8643         * release of lyx-1.1.5pre1
8644
8645 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8646
8647         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
8648
8649         * src/menus.C: revert the change of naming (Figure->Graphic...)
8650         from 2000-04-11. It was incomplete and bad.
8651         
8652         * src/LColor.[Ch]: add LColor::depthbar.
8653         * src/text.C (GetVisibleRow): use it.
8654
8655         * README: update the languages list.
8656
8657 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
8658
8659         * src/text.C (GetVisibleRow): show the depth of paragraphs using
8660         vertical bars.
8661
8662 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
8663
8664         * README: remove sections that were just wrong.
8665
8666         * src/text2.C (GetRowNearY): remove currentrow code
8667
8668         * src/text.C (GetRow): remove currentrow code
8669
8670         * src/screen.C (Update): rewritten a bit.
8671         (SmallUpdate): removed func
8672
8673         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
8674         used.
8675         (FullRebreak): return bool
8676         (currentrow): remove var
8677         (currentrow_y): ditto
8678
8679         * src/lyxscreen.h (Draw): change arg to unsigned long
8680         (FitCursor): return bool
8681         (FitManualCursor): ditto
8682         (Smallpdate): remove func
8683         (first): change to unsigned long
8684         (DrawOneRow): change second arg to long (from long &)
8685         (screen_refresh_y): remove var
8686         (scree_refresh_row): ditto
8687         
8688         * src/lyxrow.h: change baseline to usigned int from unsigned
8689         short, this brings some implicit/unsigned issues out in the open.
8690
8691         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
8692         accordingly.
8693         (Dispatch): don't call updateScrollbar after fitCursor. Use update
8694         instead of smallUpdate.
8695
8696         * src/lyxcursor.h: change y to unsigned long
8697
8698         * src/buffer.h: don't call updateScrollbar after fitcursor
8699
8700         * src/buffer.C (parseSingleLyXformat2Token): move variables to
8701         where they are used. Removed "\\direction", this was not present
8702         in 1.1.4 and is already obsolete. Commented out some code that I
8703         believe to never be called.
8704         (runLiterate): don't call updateScrollbar after fitCursor
8705         (runLaTeX): ditto
8706         (buildProgram): ditto
8707         (runChktex): ditto
8708
8709         * src/WorkArea.h (workWidth): change return val to unsigned
8710         (width): ditto
8711         (height): ditto
8712         (redraw): remove the button redraws
8713         (setScrollbarValue): change for scrollbar
8714         (getScrollbarValue): change for scrollbar
8715         (getScrollbarBounds): change for scrollbar
8716
8717         * src/WorkArea.C (C_WorkArea_up_cb): removed func
8718         (C_WorkArea_down_cb): removed func
8719         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
8720         (resize): change for scrollbar
8721         (setScrollbar): ditto
8722         (setScrollbarBounds): ditto
8723         (setScrollbarIncrements): ditto
8724         (up_cb): removed func
8725         (down_cb): removed func
8726         (scroll_cb): change for scrollbar
8727         (work_area_handler): ditto
8728
8729         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
8730         when FitCursor did something.
8731         (updateScrollbar): some unsigned changes
8732         (downCB): removed func
8733         (scrollUpOnePage): removed func
8734         (scrollDownOnePage): remvoed func
8735         (workAreaMotionNotify): don't call screen->FitCursor but use
8736         fitCursor instead. and bool return val
8737         (workAreaButtonPress): ditto
8738         (workAreaButtonRelease): some unsigned changes
8739         (checkInsetHit): ditto
8740         (workAreaExpose): ditto
8741         (update): parts rewritten, comments about the signed char arg added
8742         (smallUpdate): removed func
8743         (cursorPrevious): call needed updateScrollbar
8744         (cursorNext): ditto
8745
8746         * src/BufferView2.C (allFloats): don't call updateScrollbar after
8747         fitCursor.
8748
8749         * src/BufferView.[Ch] (upCB): removed func
8750         (downCB): removed func
8751         (smallUpdate): removed func
8752
8753 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
8754
8755         * src/lyxtext.h src/text.C src/text2.C: removed support for the
8756         currentrow, currentrow_y optimization. This did not help a lot and
8757         if we want to do this kind of optimization we should rather use
8758         cursor.row instead of the currentrow. 
8759
8760         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
8761         buffer spacing and klyx spacing support.
8762
8763 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
8764
8765         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
8766         a factor of 50!
8767
8768 2000-04-26  Juergen Vigna  <jug@sad.it>
8769
8770         * src/insets/figinset.C: fixes to Lars sstream changes!
8771
8772 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
8773
8774         * A lot of files: Added Ascii(ostream &) methods to all inset
8775         classes. Used when exporting to ASCII.
8776         
8777         * src/buffer.C (writeFileAscii,RoffAsciiTable)
8778         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
8779         instead of Latex()
8780
8781         * src/text2.C (ToggleFree): Disabled implicit word selection when
8782         there is a change in the language
8783         
8784         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
8785         no output was generated for end-of-sentence inset.
8786         
8787         * src/insets/lyxinset.h
8788         * src/buffer.C
8789         * src/lyxfunc.C
8790         * src/paragraph.C: Removed the insetnumber code
8791
8792         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
8793
8794 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
8795
8796         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
8797         no_babel and no_epsfig completely from the file.
8798         (parseSingleLyXformat2Token): add handling for per-paragraph
8799         spacing as written by klyx.
8800
8801         * src/insets/figinset.C: applied patch by Andre. Made it work with
8802         ostringstream too.
8803
8804 2000-04-20  Juergen Vigna  <jug@sad.it>
8805
8806         * src/insets/insettext.C (cutSelection): 
8807         (copySelection): Fixed with selection from right to left.
8808         (draw): now the rows are not recalculated at every draw.
8809         (computeTextRows): for now reset the inset-owner here (this is
8810         important for an undo or copy where the inset-owner is not set
8811         automatically!)
8812
8813         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
8814         motion to the_locking_inset screen->first was forgotten, this was
8815         not important till we got multiline insets.
8816
8817 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8818
8819         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
8820         code seems to be alright (it is code changed by Dekel, and the
8821         intent is indeed that all macros should be defined \protect'ed)
8822
8823         * NEWS: a bit of reorganisation of the new user-visible features.
8824
8825 2000-04-19  Juergen Vigna  <jug@sad.it>
8826
8827         * src/insets/insettext.C (init): using a LyXCursor now for cursor
8828         position. Set the inset_owner of the used paragraph so that it knows
8829         that it is inside an inset. Fixed cursor handling with mouse and
8830         cursor keys. Fixed wrong timed inset redraws and lots of other changes
8831         and cleanups to make TextInsets work better.
8832
8833         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
8834         Changed parameters of various functions and added LockInsetInInset().
8835
8836         * src/insets/insettext.C: 
8837
8838         * src/insets/insetcollapsable.h: 
8839         * src/insets/insetcollapsable.C: 
8840         * src/insets/insetfoot.h: 
8841         * src/insets/insetfoot.C: 
8842         * src/insets/insetert.h: 
8843         * src/insets/insetert.C: cleaned up the code so that it works now
8844         correctly with insettext.
8845
8846         * src/insets/inset.C: 
8847         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
8848         that insets in insets are supported right.
8849
8850         * src/table.h: 
8851         * src/table.C: lots of changes for use with inset tabular (and cleanup)
8852
8853         * src/paragraph.C: some small fixes
8854
8855         * src/debug.h: inserted INSETS debug info
8856
8857         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
8858         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
8859
8860         * src/commandtags.h: 
8861         * src/LyXAction.C: insert code for InsetTabular.
8862
8863         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
8864         not Button1MotionMask.
8865         (workAreaButtonRelease): send always a InsetButtonRelease event to
8866         the_locking_inset.
8867         (checkInsetHit): some setCursor fixes (always with insets).
8868
8869         * src/BufferView2.C (lockInset): returns a bool now and extended for
8870         locking insets inside insets.
8871         (showLockedInsetCursor): it is important to have the cursor always
8872         before the locked inset.
8873         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
8874
8875         * src/BufferView.h: made lockInset return a bool.
8876
8877         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
8878
8879         * src/text2.C (SetCursor): This now has a version with a LyXCursor
8880         that is used also internally but can be called as public to have back
8881         a cursor pos which is not set internally.
8882         (SetCursorIntern): Changed to use above function.
8883
8884         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
8885
8886 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
8887
8888         * ANNOUNCE: 
8889         * INSTALL: 
8890         * UPGRADING: 
8891         * NEWS: updated for prerelease of 1.1.5. Please comment and send
8892         patches for things that should be in or should be changed.
8893
8894         * src/* [insetfiles]: change "usigned char fragile" to bool
8895         fragile. There was only one point that could that be questioned
8896         and that is commented in formulamacro.C. Grep for "CHECK".
8897         
8898         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
8899         (DeleteBuffer): take it out of CutAndPaste and make it static.
8900
8901 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
8902
8903         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
8904         output the spacing envir commands. Also the new commands used in
8905         the LaTeX output makes the result better.
8906
8907         * src/Spacing.C (writeEnvirBegin): new method
8908         (writeEnvirEnd): new method
8909
8910 2000-04-18  Juergen Vigna  <jug@sad.it>
8911
8912         * src/CutAndPaste.C: made textclass a static member of the class
8913         as otherwise it is not accesed right!!!
8914
8915 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
8916
8917         * forms/layout_forms.fd
8918         * src/layout_forms.h
8919         * src/layout_forms.C (create_form_form_character)
8920         * src/lyx_cb.C (UserFreeFont)
8921         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
8922         documents (in the layout->character popup).
8923
8924 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8925
8926         * src/spellchecker.C (create_ispell_pipe): fix a bug where
8927         \spell_command was in fact not honored (from Kevin Atkinson).
8928
8929         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
8930         quitting (Angus)
8931
8932         * src/lyx_gui.h: make lyxViews private (Angus)
8933
8934 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
8935
8936         * src/mathed/math_write.C
8937         (MathMatrixInset::Write) Put \protect before \begin{array} and
8938         \end{array} if fragile
8939         (MathParInset::Write): Put \protect before \\ if fragile
8940
8941 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
8942
8943         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
8944         initialization if the LyXColorHandler must be done after the
8945         connections to the XServer has been established.
8946
8947         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
8948         get the background pixel from the lyxColorhandler so that the
8949         figures are rendered with the correct background color.
8950         (NextToken): removed functions.
8951         (GetPSSizes): use ifs >> string instead of NextToken.
8952
8953         * src/Painter.[Ch]: the color cache moved out of this file. 
8954
8955         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
8956         and lines.  
8957
8958 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
8959
8960         * src/WorkArea.C (work_area_handler): call BufferView::enterView
8961         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
8962
8963         * src/BufferView.C (enterView): new func
8964         (leaveView): new func
8965
8966         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
8967         when approp.
8968         (leaveView): new func, undefines xterm cursor when approp.
8969
8970         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
8971         (AllowInput): delete the Workarea cursor handling from this func.
8972
8973         * src/Painter.C (underline): draw a slimer underline in most cases.
8974
8975         * src/lyx_main.C (error_handler): use extern "C"
8976
8977 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
8978
8979         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
8980         sent directly to me.
8981
8982         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
8983         to the list by Dekel.
8984
8985         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
8986         strstream too.
8987
8988         * src/bufferview_funcs.[Ch]: two new files, moved several of the
8989         methods from lyx_cb.here.
8990
8991         * src/lyx_cb.C: in addition to the above; removed input_prohibited
8992         it was not used.
8993
8994 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
8995
8996         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
8997         instead of using current_view directly. 
8998
8999         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
9000
9001         * src/LyXAction.C (init): add the paragraph-spacing command.
9002
9003         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
9004
9005         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
9006
9007         * src/lyx_cb.C (CurrentState): output a string when the spacing is
9008         different from the documents.
9009
9010         * src/text.C (SetHeightOfRow): take paragraph spacing into
9011         account, paragraph spacing takes precedence over buffer spacing
9012         (GetVisibleRow): ditto
9013
9014         * src/paragraph.C (writeFile): output the spacing parameter too.
9015         (validate): set the correct features if spacing is used in the
9016         paragraph. 
9017         (Clear): set spacing to default
9018         (MakeSameLayout): spacing too
9019         (HasSameLayout): spacing too
9020         (SetLayout): spacing too
9021         (TeXOnePar): output the spacing commands
9022
9023         * src/lyxparagraph.h: added a spacing variable for use with
9024         per-paragraph spacing.
9025
9026         * src/Spacing.h: add a Default spacing and a method to check if
9027         the current spacing is default. also added an operator==
9028
9029         * src/text2.C (DeleteEmptyParagraphMechanism): added a
9030         RedoParagraphs.
9031
9032 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9033
9034         * src/lyxserver.C (callback): fix dispatch of functions
9035
9036         * src/insets/insetlatexaccent.C (checkContents): turn bogus
9037         printf() into lyxerr call. 
9038
9039         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
9040         fonts. 
9041
9042         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
9043         "Table" to "Table Box", "Float" to "Floating Material"; deletes
9044         the "Float" from each of the subitems.
9045         (ShowHelpMenu): add entry for "FAQ" and "TOC".
9046
9047         * src/support/DebugStream.h: add an #ifdef to work around a gcc
9048         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
9049         documented the change so that the workaround can be nuked later.
9050
9051         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
9052         LyX::init().
9053         
9054         * src/lyxlex_pimpl.C (next): do not re-declare the default value
9055         of arguments.
9056         * src/buffer.C (getLatexName): ditto
9057         (setReadonly): ditto
9058
9059 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
9060
9061         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
9062         avoid some uses of current_view. Added also a bufferParams()
9063         method to get at this.
9064
9065         * src/lyxtext.h: changed params->buffer and paramters->bparams.
9066
9067 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9068
9069         * src/lyxparagraph.[Ch]: removed
9070         operator<(LyXParagraph::InsetTable..., added a struct matchIT
9071         with operators used by lower_bound and
9072         upper_bound in InsetTable's
9073         Make struct InsetTable private again. Used matchpos.
9074
9075 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
9076         
9077         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
9078         document, the language of existing text is changed (unless the
9079         document is multi-lingual)
9080
9081         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
9082
9083         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
9084
9085         * A lot of files: A rewrite of the Right-to-Left support.
9086   
9087 2000-04-10  Juergen Vigna  <jug@sad.it>
9088
9089         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
9090         misplaced cursor when inset in inset is locked.
9091
9092         * src/insets/insettext.C (LocalDispatch): small fix so that a
9093         BREAKLINE is not inserted if we don't permit it with autBreakRows.
9094
9095         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
9096         footnote font should be decreased in size twice when displaying.
9097
9098         * src/insets/insettext.C (GetDrawFont): inserted this function as
9099         the drawing-font may differ from the real paragraph font.
9100
9101         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
9102         insets (inset in inset!).
9103
9104         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
9105         function here because we don't want footnotes inside footnotes.
9106
9107         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
9108         Cloned insets.
9109         (init): now set the inset_owner in paragraph.C
9110         (LocalDispatch): added some resetPos() in the right position
9111         (cutSelection): 
9112         (copySelection): 
9113         (pasteSelection): changed to use the new CutAndPaste-Class.
9114
9115         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
9116         which tells if it is allowed to insert another inset inside this one.
9117
9118         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
9119         SwitchLayoutsBetweenClasses.
9120
9121         * src/text2.C (InsertInset): checking of the new paragraph-function
9122         InsertInsetAllowed.
9123         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
9124         is not needed anymore here!
9125         (CutSelection): 
9126         (CopySelection): 
9127         (PasteSelection): redone (also with #ifdef) so that now this uses
9128         the CutAndPaste-Class.
9129         (SwitchLayoutsBetweenClasses): removed here and implemented in the
9130         CutAndPaste-Class.
9131         
9132         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
9133         from/to text/insets.
9134
9135         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
9136         so that the paragraph knows if it is inside an (text)-inset.
9137         (InsertFromMinibuffer): changed return-value to bool as now it
9138         may happen that an inset is not inserted in the paragraph.
9139         (InsertInsetAllowed): this checks if it is allowed to insert an
9140         inset in this paragraph.
9141         (PasteParagraph): 
9142         (BreakParagraphConservative): 
9143         (BreakParagraph) : small change for the above change of the return
9144         value of InsertFromMinibuffer.
9145
9146         * src/lyxparagraph.h: added inset_owner and the functions to handle
9147         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
9148
9149 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9150
9151         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
9152         functions from BufferView to BufferView::Pimpl to ease maintence.
9153         
9154         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
9155         correctly. Also use SetCursorIntern instead of SetCursor.
9156
9157         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
9158         correct color.
9159
9160 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
9161
9162         * src/WorkArea.C (belowMouse): manually implement below mouse.
9163
9164         * src/*: Add "explicit" on several constructors, I added probably
9165         some unneeded ones. A couple of changes to code because of this.
9166
9167         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
9168         implementation and private parts from the users of BufferView. Not
9169         quite finished.
9170
9171         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
9172         implementation and private parts from the users of LyXLex. Not
9173         quite finished.
9174
9175         * src/BufferView_pimpl.[Ch]: new files
9176
9177         * src/lyxlex_pimpl.[Ch]: new files
9178
9179         * src/LyXView.[Ch]: some inline functions move out-of-line
9180
9181 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9182
9183         * src/lyxparagraph.h: make struct InsetTable public.
9184
9185         * src/support/lyxstring.h: change lyxstring::difference_type to be
9186         ptrdiff_t. Add std:: modifiers to streams.
9187
9188         * src/font.C: include the <cctype> header, for islower() and
9189         isupper(). 
9190
9191 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
9192
9193         * src/font.[Ch]: new files. Contains the metric functions for
9194         fonts, takes a LyXFont as parameter. Better separation of concepts.
9195         
9196         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
9197         changes because of this.
9198
9199         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
9200
9201         * src/*: compile with -Winline and move functions that don't
9202         inline out of line.
9203         
9204         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
9205         instead of strspn.
9206
9207 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9208
9209         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
9210         (various files changed because of this)
9211
9212         * src/Painter.C (text): fixed the drawing of smallcaps.
9213
9214         * src/lyxfont.[Ch] (drawText): removed unused member func.
9215         (drawString): ditto
9216
9217         * src/*.C: added needed "using" statements and "std::" qualifiers. 
9218
9219 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
9220
9221         * src/*.h: removed all use of "using" from header files use
9222         qualifier std:: instead. 
9223
9224 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9225
9226         * src/text.C (Backspace): some additional cleanups (we already
9227         know whether cursor.pos is 0 or not).
9228
9229         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
9230         automake does not provide one).
9231
9232         * src/bmtable.h: replace C++ comments with C comments.
9233
9234 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
9235
9236         * src/screen.C (ShowCursor): Change the shape of the cursor if
9237         the current language is not equal to the language of the document.
9238         (If the cursor change its shape unexpectedly, then you've found a bug)
9239
9240         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
9241         bugs [I hope...]
9242
9243         * src/insets/insetnumber.[Ch]: New files.
9244
9245         * src/LyXAction.C (init)
9246         * src/lyxfunc.C (dispatch): Add command number-inset-insert
9247
9248         * lyxrc.example
9249         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
9250
9251         * src/lyxparagraph.h
9252         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
9253         (the vector is kept sorted).
9254
9255         * src/text.C (GetVisibleRow): Draw selection correctly when there
9256         is both LTR and RTL text.
9257
9258         * src/paragraph.C (Clone): Use the assignment operator for cloning,
9259         which is much faster.
9260
9261         * src/text.C (GetVisibleRow and other): Do not draw the last space 
9262         in a row if the direction of the last letter is not equal to the
9263         direction of the paragraph.
9264
9265         * src/lyxfont.C (latexWriteStartChanges):
9266         Check that font language is not equal to basefont language.
9267         (latexWriteEndChanges): ditto
9268
9269         * src/lyx_cb.C (StyleReset): Don't change the language while using
9270         the font-default command.
9271
9272         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
9273         empty paragraph before a footnote.
9274
9275         * src/insets/insetcommand.C (draw): Increase x correctly.
9276
9277         * src/screen.C (ShowCursor): Change cursor shape if
9278         current language != document language.
9279
9280         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
9281
9282 2000-03-31  Juergen Vigna  <jug@sad.it>
9283
9284         * src/paragraph.C (GetInset): commented out text[pos] = ' '
9285         (Clone): changed mode how the paragraph-data is copied to the
9286         new clone-paragraph.
9287
9288         * src/lyxfunc.C (Dispatch): fixed small problem when calling
9289         GetInset(pos) with no inset anymore there (in inset UNDO)
9290
9291         * src/insets/insetcommand.C (draw): small fix as here x is
9292         incremented not as much as width() returns (2 before, 2 behind = 4)
9293
9294 2000-03-30  Juergen Vigna  <jug@sad.it>
9295
9296         * src/insets/insettext.C (InsetText): small fix in initialize
9297         widthOffset (should not be done in the init() function)
9298
9299 2000-03-29  Amir Karger <karger@lyx.org>
9300
9301         * lib/examples/it_ItemizeBullets.lyx: translation by 
9302         Stefano Mastella
9303
9304         * Implemented \textasciitilde and fixed a tiny bug in reLyX
9305
9306 2000-03-29  Juergen Vigna  <jug@sad.it>
9307
9308         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
9309
9310         * src/insets/insetfoot.C (Clone): small change as for the below
9311         new init function in the text-inset
9312
9313         * src/insets/insettext.C (init): new function as I've seen that
9314         clone did not copy the Paragraph-Data!
9315         (LocalDispatch): Added code so that now we have some sort of Undo
9316         functionality (well actually we HAVE Undo ;)
9317
9318         * src/text.C (Backspace): Small fix for the a | a Backspace problem
9319
9320 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
9321         
9322         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
9323         were erased)
9324
9325 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
9326
9327         * src/main.C: added a runtime check that verifies that the xforms
9328         header used when building LyX and the library used when running
9329         LyX match. Exit with a message if they don't match. This is a
9330         version number check only.
9331
9332         * src/buffer.C (save): Don't allocate memory on the heap for
9333         struct utimbuf times.
9334
9335         * *: some using changes, use iosfwd instead of the real headers.
9336
9337         * src/lyxfont.C use char const * instead of string for the static
9338         strings. Rewrite some functions to use sstream.
9339
9340 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9341
9342         * src/text.C (Backspace): hopefully fix the dreaded backaspace
9343         bug. 
9344
9345 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9346
9347         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
9348         of Geodesy (from Martin Vermeer)
9349
9350         * lib/layouts/svjour.inc: include file for the Springer svjour
9351         class. It can be used to support journals other than JoG.
9352
9353         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
9354         Miskiewicz <misiek@pld.org.pl>)
9355         * lib/reLyX/Makefile.am: ditto.
9356
9357 2000-03-27  Juergen Vigna  <jug@sad.it>
9358
9359         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
9360         also some modifications with operations on selected text.
9361
9362         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
9363         problems with clicking on insets (last famous words ;)
9364
9365         * src/insets/insetcommand.C (draw): 
9366         (width): Changed to have a bit of space before and after the inset so
9367         that the blinking cursor can be seen (otherwise it was hidden)
9368
9369 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9370
9371         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
9372         would not be added to the link list when an installed gettext (not
9373         part of libc) is found.
9374
9375 2000-03-24  Juergen Vigna  <jug@sad.it>
9376
9377         * src/insets/insetcollapsable.C (Edit): 
9378         * src/mathed/formula.C (InsetButtonRelease): 
9379         (InsetButtonPress): fixed for new handling of ButtonPress/Release
9380         handling.
9381
9382         * src/BufferView.C (workAreaButtonPress): 
9383         (workAreaButtonRelease): 
9384         (checkInsetHit): Finally fixed the clicking on insets be handled
9385         correctly!
9386
9387         * src/insets/insetert.C (Edit): inserted this call so that ERT
9388         insets work always with LaTeX-font
9389
9390 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
9391
9392         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
9393         caused lyx to startup with no GUI in place, causing in a crash
9394         upon startup when called with arguments.
9395
9396 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9397
9398         * src/FontLoader.C: better initialization of dummyXFontStruct.
9399
9400 2000-03-20 José Abílio Matos <jamatos@lyx.org>
9401
9402         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
9403         for linuxdoc and docbook import and export format options.
9404
9405         * lib/lyxrc.example Example of default values for the previous flags.
9406
9407         * src/lyx_cb.C Use those flags instead of the hardwired values for
9408         linuxdoc and docbook export.
9409
9410         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
9411         linuxdoc import.
9412
9413         * src/menus.C Added menus entries for the new import/exports formats.
9414         
9415 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
9416
9417         * src/lyxrc.*: Added support for running without Gui 
9418         (\use_gui false)
9419           
9420         * src/FontLoader.C: sensible defaults if no fonts are needed
9421
9422         * src/lyx_cb.C: New function ShowMessage (writes either to the
9423         minibuffer or cout in case of no gui
9424         New function AskOverwrite for common stuff
9425         Consequently various changes to call these functions
9426
9427         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
9428         wild guess at sensible screen resolution when having no gui
9429
9430         * src/lyxfont.C: no gui, no fonts... set some defaults
9431
9432 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9433
9434         * src/LColor.C: made the command inset background a bit lighter.
9435
9436 2000-03-20  Hartmut Goebel <goebel@noris.net>
9437
9438         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
9439         stdstruct.inc. Koma-Script added some title elements which
9440         otherwise have been listed below "bibliography". This split allows
9441         adding title elements to where they belong.
9442
9443         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
9444         define the additional title elements and then include
9445         stdstruct.inc. 
9446
9447         * many other layout files: changed to include stdtitle.inc just
9448         before stdstruct.inc.
9449
9450 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
9451
9452         * src/buffer.C: (save) Added the option to store all backup files
9453         in a single directory
9454
9455         * src/lyxrc.[Ch]: Added variable \backupdir_path
9456
9457         * lib/lyxrc.example: Added descriptions of recently added variables
9458
9459         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
9460         bibtex inset, not closing the bibtex popup when deleting the inset)
9461
9462 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9463
9464         * src/lyx_cb.C: add a couple using directives.
9465
9466 2000-03-17 José Abílio Matos <jamatos@lyx.org>
9467         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
9468         import based on the filename.
9469         
9470         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
9471         file would be imported at start, if the filename where of a sgml file.
9472
9473         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
9474         
9475         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
9476         
9477 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
9478         * src/lyxfont.h Replaced the member variable bits.direction by the
9479         member variable lang. Made many changes in other files.
9480         This allows having a multi-lingual document
9481
9482         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
9483         that change the current language to <l>.
9484         Removed the command "font-rtl"
9485
9486         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
9487         format for Hebrew documents)
9488
9489         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
9490         When auto_mathmode is "true", pressing a digit key in normal mode 
9491         will cause entering into mathmode.
9492         If auto_mathmode is "rtl" then this behavior will be active only
9493         when writing right-to-left text.
9494
9495         * src/text2.C (InsertStringA) The string is inserted using the
9496         current font.
9497
9498         * src/paragraph.C (GetEndLabel) Gives a correct result for
9499         footnote paragraphs.
9500
9501         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
9502
9503 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9504
9505         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
9506         front of PasteParagraph. Never insert a ' '. This should at least
9507         fix some cause for the segfaults that we have been experiencing,
9508         it also fixes backspace behaviour slightly. (Phu!)
9509
9510         * src/support/lstrings.C (compare_no_case): some change to make it
9511         compile with gcc 2.95.2 and stdlibc++-v3
9512
9513         * src/text2.C (MeltFootnoteEnvironment): change type o
9514         first_footnote_par_is_not_empty to bool.
9515
9516         * src/lyxparagraph.h: make text private. Changes in other files
9517         because of this.
9518         (fitToSize): new function
9519         (setContentsFromPar): new function
9520         (clearContents): new function
9521         (SetChar): new function
9522
9523         * src/paragraph.C (readSimpleWholeFile): deleted.
9524
9525         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
9526         the file, just use a simple string instead. Also read the file in
9527         a more maintainable manner.
9528
9529         * src/text2.C (InsertStringA): deleted.
9530         (InsertStringB): deleted.
9531
9532 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
9533
9534         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
9535         RedoParagraphs from the doublespace handling part, just set status
9536         to NEED_MORE_REFRESH. Also don't update cursor position (should be
9537         done, but perhaps not like this.)
9538
9539 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9540
9541         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
9542         character when inserting an inset.
9543
9544 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
9545
9546         * src/bufferparams.C (readLanguage): now takes "default" into
9547         consideration.
9548
9549         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
9550         also initialize the toplevel_keymap with the default bindings from
9551         lyxrc. 
9552         
9553         * src/buffer.C (Buffer): remove lyxrc from the parameters.
9554
9555         * all files using lyxrc: have lyxrc as a real variable and not a
9556         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
9557         done in lyxrc.h.
9558         
9559         * src/lyxrc.C: remove double call to defaultKeyBindings
9560
9561         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
9562         toolbar defauls using lyxlex. Remove enums, structs, functions
9563         related to this. 
9564
9565         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
9566         toolbar defaults. Also store default keybindings in a map.
9567
9568         * src/ToolbarDefaults.[Ch]: New file. This class is used for
9569         storing the toolbar defaults without any xforms dependencies. 
9570
9571         * src/insets/figinset.C: patch posted to list by Andre Poenitz
9572         applied. Changed to use iterators.
9573
9574 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
9575
9576         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
9577         systems that don't have LINGUAS set to begin with.
9578
9579 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9580
9581         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
9582         the list by Dekel Tsur.
9583
9584 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9585
9586         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
9587         * src/insets/form_graphics.C: ditto.
9588
9589         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
9590
9591 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9592
9593         * src/bufferparams.C (readLanguage): use the new language map
9594
9595         * src/intl.C (InitKeyMapper): use the new language map
9596
9597         * src/lyx_gui.C (create_forms): use the new language map
9598
9599         * src/language.[Ch]: New files. Used for holding the information
9600         about each language. Now! Use this new language map enhance it and
9601         make it really usable for our needs. 
9602
9603 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
9604         
9605         * screen.C (ShowCursor): Removed duplicate code.
9606         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
9607         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
9608         
9609         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
9610
9611         * src/lyxtext.h
9612         * src/text.C  Added TransformChar method. Used for rendering Arabic
9613         text correctly (change the glyphs of the letter according to the
9614         position in the word)
9615
9616         * src/buffer.C
9617         * src/paragraph.C
9618         * src/lyxrc.h
9619         * src/lyxrc.C  Added lyxrc command {language_command_begin,
9620         language_command_end,language_command_ltr,language_command_rtl,
9621         language_package} which allows the use of either arabtex or Omega
9622         for Arabic
9623
9624         * src/lyx_gui.C (init)
9625         * src/lyxrc.h
9626         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
9627         to use encoding for menu fonts which is different than the encoding
9628         for screen fonts
9629
9630         * src/buffer.C (makeLaTeXFile): If params.language = "default",
9631         do not load the babel package.
9632         To write an English document with Hebrew/Arabic, change the document
9633         language to "english".
9634
9635         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
9636         (alphaCounter): changed to return char
9637         (loweralphaCounter, hebrewCounter, romanCounter): New functions
9638
9639         * lib/lyxrc.example  Added examples for Hebrew/Arabic
9640
9641         * src/layout.h
9642         * src/layout.C  Added layout command endlabeltype
9643
9644         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
9645
9646         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
9647
9648 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
9649
9650         * src/mathed/math_delim.C (search_deco): return a
9651         math_deco_struct* instead of index.
9652
9653 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9654
9655         * All files with a USE_OSTREAM_ONLY within: removed all code that
9656         was unused when USE_OSTREAM_ONLY is defined.
9657         
9658         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
9659         of any less. Removed header and using.
9660
9661         * src/text.C (GetVisibleRow): draw the string "Page Break
9662         (top/bottom)" on screen when drawing a pagebreak line.
9663
9664 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9665
9666         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
9667
9668         * src/mathed/math_macro.C (draw): do some cast magic.
9669         (Metrics): ditto.
9670
9671         * src/mathed/math_defs.h: change byte* argument to byte const*.
9672
9673         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
9674
9675         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
9676         know it is right to return InsetFoot* too, but cxx does not like
9677         it...). 
9678
9679         * src/insets/insetcollapsable.[Ch] (Clone): make const.
9680
9681         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
9682
9683         * src/mathed/math_delim.C: change == to proper assignment.
9684
9685 2000-03-09  Juergen Vigna  <jug@sad.it>
9686
9687         * src/insets/insettext.C (setPos): fixed various cursor positioning
9688         problems (via mouse and cursor-keys)
9689         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
9690         inset (still a small display problem but it works ;)
9691
9692         * src/insets/insetcollapsable.C (draw): added button_top_y and
9693         button_bottom_y to have correct values for clicking on the inset.
9694
9695         * src/support/lyxalgo.h: commented out 'using std::less'
9696
9697 2000-03-08  Juergen Vigna  <jug@sad.it>
9698
9699         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
9700         Button-Release event closes as it is alos the Release-Event
9701         which opens it.
9702
9703         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
9704
9705 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
9706
9707         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
9708         can add multiple spaces in Scrap (literate programming) styles...
9709         which, by the way, is how I got hooked on LyX to begin with.
9710
9711         * src/mathed/formula.C (Write): Added dummy variable to an
9712         inset::Latex() call.
9713         (Latex): Add free_spacing boolean to inset::Latex()
9714
9715         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
9716         
9717         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
9718         virtual function to include the free_spacing boolean from
9719         the containing paragraph's style.
9720
9721         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
9722         Added free_spacing boolean arg to match inset.h
9723         
9724         * src/insets/insettext.C, src/insets/insettext.h (Latex):
9725         Added free_spacing boolean arg to match inset.h
9726         
9727         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
9728         Added free_spacing boolean and made sure that if in a free_spacing
9729         paragraph, that we output normal space if there is a protected space.
9730         
9731         * src/insets/insetref.C, src/insets/insetref.h (Latex):
9732         Added free_spacing boolean arg to match inset.h
9733         
9734         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
9735         Added free_spacing boolean arg to match inset.h
9736         
9737         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
9738         Added free_spacing boolean arg to match inset.h
9739         
9740         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
9741         Added free_spacing boolean arg to match inset.h
9742         
9743         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
9744         Added free_spacing boolean arg to match inset.h
9745         
9746         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
9747         free_spacing boolean arg to match inset.h 
9748         
9749         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
9750         Added free_spacing boolean arg to match inset.h
9751         
9752         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
9753         Added free_spacing boolean arg to match inset.h
9754         
9755         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
9756         Added free_spacing boolean arg to match inset.h
9757         
9758         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
9759         Added free_spacing boolean arg to match inset.h
9760         
9761         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
9762         Added free_spacing boolean arg to match inset.h
9763         
9764         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
9765         free_spacing boolean arg to match inset.h
9766         
9767         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
9768         free_spacing boolean arg to match inset.h
9769         
9770         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
9771         ignore free_spacing paragraphs. The user's spaces are left
9772         alone. 
9773         
9774         * src/text.C (InsertChar): Fixed the free_spacing layout
9775         attribute behavior. Now, if free_spacing is set, you can
9776         add multiple spaces in a paragraph with impunity (and they
9777         get output verbatim).
9778         (SelectSelectedWord): Added dummy argument to inset::Latex()
9779         call.
9780         
9781         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
9782         calls.
9783         
9784         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
9785         paragraph layouts now only input a simple space instead.
9786         Special character insets don't make any sense in free-spacing
9787         paragraphs.
9788         
9789         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
9790         hard-spaces in the *input* file to simple spaces if the layout
9791         is free-spacing. This converts old files which had to have
9792         hard-spaces in free-spacing layouts where a simple space was
9793         preferrable.
9794         (writeFileAscii): Added free_spacing check to pass to the newly
9795         reworked inset::Latex(...) methods. The inset::Latex() code
9796         ensures that hard-spaces in free-spacing paragraphs get output
9797         as spaces (rather than "~").
9798         
9799 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
9800         
9801         * src/mathed/math_delim.C (draw): draw the empty placeholder
9802         delims with a onoffdash line.
9803         (struct math_deco_compare): struct that holds the "functors" used
9804         for the sort and the binary search in math_deco_table.
9805         (class init_deco_table): class used for initial sort of the
9806         math_deco_table. 
9807         (search_deco): use lower_bound to do a binary search in the
9808         math_deco_table.
9809
9810 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
9811
9812         * src/lyxrc.C: a small secret thingie...
9813
9814         * src/lyxlex.C (printTable): changed to take a ostream as paramter
9815         and to not flush the stream as often as it used to.
9816
9817         * src/support/lyxalgo.h: new file 
9818         (sorted): template function used for checking if a sequence is
9819         sorted or not. Two versions with and without user supplied
9820         compare. Uses same compare as std::sort.
9821
9822         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
9823         it and give warning on lyxerr.
9824         (pushTable): ditto
9825         (struct compare_tags): struct with function operators used for
9826         checking if sorted, sorting and lower_bound.
9827         (search_kw): use lower_bound instead of manually implemented
9828         binary search.
9829
9830 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9831
9832         * src/insets/insetcollapsable.h: fix Clone() declaration.
9833         * src/insets/insetfoot.h: ditto.
9834
9835         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
9836
9837 2000-03-08  Juergen Vigna  <jug@sad.it>
9838
9839         * src/insets/lyxinset.h: added owner call which tells us if
9840         this inset is inside another inset. Changed also the return-type
9841         of Editable to an enum so it tells clearer what the return-value is.
9842
9843         * src/insets/insettext.C (computeTextRows): fixed computing of
9844         textinsets which split automatically on more rows.
9845
9846         * src/insets/insetert.[Ch]: changed this to be of BaseType
9847         InsetCollapsable.
9848
9849         * src/insets/insetfoot.[Ch]: added footnote inset
9850
9851         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
9852         collapsable insets (like footnote, ert, ...)
9853
9854 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
9855
9856         * src/lyxdraw.h: remvoe file
9857
9858         * src/lyxdraw.C: remove file
9859
9860         * src/insets/insettext.C: added <algorithm>.
9861
9862 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
9863
9864         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
9865         (matrix_cb): case MM_OK use string stream
9866
9867         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
9868         stream.
9869
9870         * src/mathed/math_macro.C (draw): use string stream
9871         (Metrics): use string stream
9872
9873         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
9874         directly to the ostream.
9875
9876         * src/vspace.C (asString): use string stream.
9877         (asString): use string stream
9878         (asLatexString): use string stream
9879
9880         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
9881         setting Spacing::Other.
9882
9883         * src/LaTeXFeatures.C (getPackages): use string stream instead of
9884         sprintf when creating the stretch vale.
9885
9886         * src/text2.C (alphaCounter): changed to return a string and to
9887         not use a static variable internally. Also fixed a one-off bug.
9888         (SetCounter): changed the drawing of the labels to use string
9889         streams instead of sprintf.
9890
9891         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
9892         manipulator to use a scheme that does not require library support.
9893         This is also the way it is done in the new GNU libstdc++. Should
9894         work with DEC cxx now. 
9895
9896 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
9897
9898         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
9899         end. This fixes a bug. 
9900
9901         * src/mathed (all files concerned with file writing): apply the
9902         USE_OSTREAM_ONLY changes to mathed too.
9903         
9904         * src/support/DebugStream.h: make the constructor explicit.
9905
9906         * src/lyxfont.C (latexWriteStartChanges): small bug related to
9907         count and ostream squashed.
9908
9909 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9910
9911         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
9912
9913         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
9914         ostringstream uses STL strings, and we might not.
9915
9916         * src/insets/insetspecialchar.C: add using directive.
9917         * src/insets/insettext.C: ditto.
9918
9919 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
9920
9921         * lib/layouts/seminar.layout: feeble attempt at a layout for
9922         seminar.cls, far from completet and could really use some looking
9923         at from people used to write layout files.
9924
9925         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
9926         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
9927         a lot nicer and works nicely with ostreams.
9928
9929         * src/mathed/formula.C (draw): a slightly different solution that
9930         the one posted to the list, but I think this one works too. (font
9931         size wrong in headers.)
9932
9933         * src/insets/insettext.C (computeTextRows): some fiddling on
9934         Jürgens turf, added some comments that he should read.
9935
9936         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
9937         used and it gave compiler warnings.
9938         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
9939         writing of lyxrc.
9940
9941         * src/lyx_gui.C (create_forms): do the right thing when
9942         show_banner is true/false.
9943
9944         * src/lyx_cb.C (TimerCB): no need to close or do anything if
9945         show_banner is false.
9946
9947         * most file writing files: Now use iostreams to do almost all of
9948         the writing. Also instead of passing string &, we now use
9949         stringstreams. mathed output is still not adapted to iostreams.
9950         This change can be turned off by commenting out all the occurences
9951         of the "#define USE_OSTREAM_ONLY 1" lines.
9952         
9953         * src/WorkArea.C (createPixmap): don't output debug messages.
9954         (WorkArea): don't output debug messages.
9955
9956         * lib/lyxrc.example: added a comment about the new variable
9957         \show_banner 
9958
9959         * development/Code_rules/Rules: Added some more commente about how
9960         to build class interfaces and on how better encapsulation can be
9961         achieved. 
9962
9963 2000-03-03  Juergen Vigna  <jug@sad.it>
9964
9965         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
9966         automatically with the width of the LyX-Window
9967
9968         * src/insets/insettext.C (computeTextRows): fixed update bug in
9969         displaying text-insets (scrollvalues where not initialized!)
9970
9971 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
9972
9973         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
9974         id in the check of the result from lower_bound is not enough since
9975         lower_bound can return last too, and then res->id will not be a
9976         valid construct.
9977
9978         *  all insets and some code that use them: I have conditionalized
9979         removed the Latex(string & out, ...) this means that only the
9980         Latex(ostream &, ...) will be used. This is a work in progress to
9981         move towards using streams for all output of files. 
9982
9983         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
9984         c to 0.
9985
9986 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9987
9988         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
9989         routine (this fixes bug where greek letters were surrounded by too
9990         much white space).
9991
9992         * src/support/filetools.C (findtexfile): change a bit the search
9993         algorithm, to fix bug introduced in 1.1.4. Note that --format is
9994         no longer passed to kpsewhich, we may have to change that later.
9995
9996         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
9997         warning options to avoid problems with X header files (from Angus
9998         Leeming).
9999         * acinclude.m4: regenerated.
10000
10001 2000-03-02  Juergen Vigna  <jug@sad.it>
10002
10003         * src/insets/insettext.C (WriteParagraphData): Using the
10004         par->writeFile() function for writing paragraph-data.
10005         (Read): Using buffer->parseSingleLyXformat2Token()-function
10006         for parsing paragraph data!
10007
10008         * src/buffer.C (readLyXformat2): removed all parse data and using
10009         the new parseSingleLyXformat2Token()-function.
10010         (parseSingleLyXformat2Token): added this function to parse (read)
10011         lyx-file-format (this is called also from text-insets now!)
10012
10013 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10014
10015         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
10016         and temp.
10017
10018         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
10019         directly instead of going through a func. One very bad thing: a
10020         static LyXFindReplace, but I don't know where to place it. 
10021
10022         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
10023         string instead of char[]. Also changed to static.
10024         (GetSelectionOrWordAtCursor): changed to static inline
10025         (SetSelectionOverLenChars): ditto.
10026
10027         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
10028         current_view and global variables. both classes has changed names
10029         and LyXFindReplace is not inherited from SearchForm.
10030         
10031         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
10032         fl_form_search form.
10033
10034         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
10035
10036 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10037
10038         * lib/bind/*.bind: make sure 'buffer-previous' function is not
10039         bound (from Kayvan).
10040
10041         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
10042
10043         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
10044
10045 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
10046
10047         * some things that I should comment but the local pub says head to
10048         swirly... 
10049         
10050         * comment out all code that belongs to the Roff code for Ascii
10051         export of tables. (this is unused)
10052         
10053         * src/LyXView.C: use correct type for global variable
10054         current_layout. (LyXTextClass::size_type)
10055
10056         * some code to get the new insetgraphics closer to working I'd be
10057         grateful for any help.
10058         
10059         * src/BufferView2.C (insertInset): use the return type of
10060         NumberOfLayout properly. (also changes in other files)
10061
10062         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
10063         this as a test. I want to know what breaks because of this.
10064
10065         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
10066
10067 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
10068
10069         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
10070         to use a \makebox in the label, this allows proper justification
10071         with out using protected spaces or multiple hfills. Now it is
10072         "label" for left justified, "\hfill label\hfill" for center, and
10073         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
10074         should be changed accordingly. 
10075
10076 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10077
10078         * src/lyxtext.h: change SetLayout() to take a
10079         LyXTextClass::size_type instead of a char (when there is more than
10080         127 layouts in a class); also change type of copylayouttype.
10081         * src/text2.C (SetLayout): ditto.
10082         * src/LyXView.C (updateLayoutChoice): ditto.
10083
10084         * src/LaTeX.C (scanLogFile): errors where the line number was not
10085         given just after the '!'-line were ignored (from Dekel Tsur).
10086
10087         * lib/lyxrc.example: fix description of \date_insert_format
10088
10089         * lib/layouts/llncs.layout: new layout, contributed by Martin
10090         Vermeer. 
10091
10092 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
10093
10094         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
10095         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
10096         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
10097         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
10098         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
10099         paragraph.C, text.C, text2.C)
10100
10101 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10102
10103         * src/insets/insettext.C (LocalDispatch): remove extra break
10104         statement. 
10105
10106         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
10107         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
10108
10109         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
10110         * src/insets/insettext.[Ch] (GetCursorPos): ditto
10111
10112         * src/insets/insetbib.h: move InsetBibkey::Holder and
10113         InsetCitation::Holder in public space.
10114
10115 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
10116
10117         * src/insets/insettext.h: small change to get the new files from
10118         Juergen to compile (use "string", not "class string").
10119
10120         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
10121         const & as parameter to LocalDispatch, use LyXFont const & as
10122         paramter to some other func. This also had impacto on lyxinsets.h
10123         and the two mathed insets.
10124
10125 2000-02-24  Juergen Vigna  <jug@sad.it>
10126
10127         * src/buffer.C:
10128         * src/commandtags.h: 
10129         * src/LyXAction.C:
10130         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
10131
10132         * src/BufferView.h
10133         * src/BufferView.C
10134         * src/BufferView2.C: added/updated code for various inset-functions
10135
10136         * src/insets/insetert.[Ch]: added implementation of InsetERT
10137
10138         * src/insets/insettext.[Ch]: added implementation of InsetText
10139
10140         * src/insets/inset.C (Edit): added "unsigned int button" parameter
10141         (draw): added preliminary code for inset scrolling not finshed yet
10142
10143         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
10144         as it is in lyxfunc.C now
10145
10146         * src/insets/lyxinset.h: Added functions for text-insets
10147
10148 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
10149
10150         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
10151         BufferView and reimplement the list as a queue put inside its own
10152         class.
10153
10154         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
10155
10156         * several files: use the new interface to the "updateinsetlist"
10157         
10158         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
10159         on doubleclick.
10160         (work_area_handler): call BufferView::trippleClick on trippleclick.
10161
10162         * src/BufferView.C (doubleClick): new function, selects word on
10163         doubleclick. 
10164         (trippleClick): new function, selects line on trippleclick.
10165
10166 2000-02-22  Allan Rae  <rae@lyx.org>
10167
10168         * lib/bind/xemacs.bind: buffer-previous not supported
10169
10170 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10171
10172         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
10173         as const.
10174
10175 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
10176
10177         * src/bufferlist.C: get rid of current_view from this file
10178
10179         * src/spellchecker.C: get rid of current_view from this file
10180
10181         * src/vspace.C: get rid of current_view from this file
10182         (inPixels): added BufferView parameter for this func
10183         (asLatexCommand): added a BufferParams for this func
10184
10185         * src/text.C src/text2.C: get rid of current_view from these
10186         files.
10187         
10188         * src/lyxfont.C (getFontDirection): move this function here from
10189         text.C
10190         
10191         * src/bufferparams.C (getDocumentDirection): move this function
10192         here from text.C
10193
10194         * src/paragraph.C (getParDirection): move this function here from
10195         text.C 
10196         (getLetterDirection): ditto
10197         
10198 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
10199
10200         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
10201         resize due to wrong pixmap beeing used. Also took the opurtunity
10202         to make the LyXScreen stateless on regard to WorkArea and some
10203         general cleanup in the same files.
10204         
10205 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
10206
10207         * src/Makefile.am: add missing direction.h
10208
10209         * src/PainterBase.h: made the width functions const.
10210         
10211         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
10212         missing ones.
10213         
10214         * src/insets/insetcommand.C (draw): draw Editable as buttons.
10215
10216         * src/insets/insetlatexaccent.C (draw): make the accents draw
10217         better, at present this will only work well with iso8859-1.
10218         
10219         * several files: remove the old drawing code, now we use the new
10220         painter only.
10221
10222         * several files: remove support for mono_video, reverse_video and
10223         fast selection.
10224
10225 2000-02-17  Juergen Vigna  <jug@sad.it>
10226
10227         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
10228         int ** as we have to return the pointer, otherwise we have only
10229         NULL pointers in the returning function.
10230
10231 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10232
10233         * src/LaTeX.C (operator()): quote file name when running latex.
10234
10235 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
10236
10237         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
10238         (bubble tip), this removes our special handling of this.
10239
10240         * Remove all code that is unused now that we have the new
10241         workarea. (Code that are not active when NEW_WA is defined.)
10242
10243         * Make the uses of XSync not conditionalized on define USE_XSYNC.
10244         
10245 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10246
10247         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
10248         nonexisting layout; correctly redirect obsoleted layouts.
10249
10250         * lib/lyxrc.example: document \view_dvi_paper_option
10251
10252         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
10253         variable. 
10254
10255         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
10256         (PreviewDVI): handle the view_dvi_paper_option variable.
10257         [Both from Roland Krause]
10258
10259 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10260
10261         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
10262         char const *, int, LyXFont)
10263         (text(int, int, string, LyXFont)): ditto 
10264
10265         * src/text.C (InsertCharInTable): attempt to fix the double-space
10266         feature in tables too.
10267         (BackspaceInTable): ditto.
10268         (GetVisibleRow): make bottom pagebreak line be a onoff line.
10269
10270 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
10271
10272         * src/text2.C (owner): only complain if owner_ is set and bv != 0
10273
10274         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
10275         newly found text in textcache to this.
10276         (buffer): set the owner of the text put into the textcache to 0
10277
10278         * src/insets/figinset.C (draw): fixed the drawing of figures with
10279         the new Painter.
10280
10281         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
10282         drawing of mathframe, hfills, protected space, table lines. I have
10283         now no outstanding drawing problems with the new Painter code. 
10284
10285 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10286
10287         * src/PainterBase.C (ellipse, circle): do not specify the default
10288         arguments. 
10289
10290         * src/LColor.h: add using directive.
10291
10292         * src/Painter.[Ch]: change return type of methods from Painter& to
10293         PainterBase&. Add a using directive.
10294
10295         * src/WorkArea.C: wrap xforms callbacks in C functions
10296         C_WorkArea_xxx. 
10297
10298         * lib/layouts/foils.layout: font fix and simplifications from Carl
10299         Ollivier-Gooch.
10300
10301 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
10302
10303         * a lot of files: The Painter, LColor and WorkArea from the old
10304         devel branch has been ported to lyx-devel. Some new files and a
10305         lot of #ifdeffed code. The new workarea is enabled by default, but
10306         if you want to test the new Painter and LColor you have to compile
10307         with USE_PAINTER defined (do this in config.h f.ex.) There are
10308         still some rought edges, and I'd like some help to clear those
10309         out. It looks stable (loads and displays the Userguide very well).
10310         
10311
10312 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10313
10314         * src/buffer.C (pop_tag): revert to the previous implementation
10315         (use a global variable for both loops).
10316
10317         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
10318
10319         * src/lyxrc.C (LyXRC): change slightly default date format.
10320
10321         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
10322         there is an English text with a footnote that starts with a Hebrew
10323         paragraph, or vice versa.
10324         (TeXFootnote): ditto.
10325
10326         * src/text.C (LeftMargin): allow for negative values for
10327         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
10328         this out.
10329
10330         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
10331         for input encoding (cyrillic)
10332
10333 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10334
10335         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
10336         Tsur). 
10337
10338         * src/toolbar.C (set): ditto
10339         * src/insets/insetbib.C (create_form_citation_form): ditto
10340
10341         * lib/CREDITS: added Dekel Tsur.
10342
10343         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
10344         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
10345         hebrew supports files from Dekel Tsur.
10346         
10347         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
10348         <tzafrir@technion.ac.il> 
10349
10350         * src/lyxrc.C: put \date_insert_format at the right place.
10351
10352         * src/buffer.C (makeLaTeXFile): fix the handling of
10353         BufferParams::sides when writing out latex files.
10354
10355         * src/BufferView2.C: add a "using" directive.
10356
10357         * src/support/lyxsum.C (sum): when we use lyxstring,
10358         ostringstream::str needs an additional .c_str().
10359
10360 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
10361
10362         * src/support/filetools.C (ChangeExtension): patch from Etienne
10363         applied.
10364
10365         * src/TextCache.C (show): remove const_cast and make second
10366         parameter non-const LyXText *.
10367
10368         * src/TextCache.h: use non const LyXText in show.
10369
10370         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
10371         with hebrew.
10372
10373 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
10374
10375         * src/support/lyxsum.C: rework to be more flexible.
10376         
10377         * several places: don't check if a pointer is 0 if you are going
10378         to delete it.
10379
10380         * src/text.C: remove some dead code.
10381
10382         * src/insets/figinset.C: remove some dead code
10383         
10384         * src/buffer.C: move the BufferView funcs to BufferView2.C
10385         remove all support for insetlatexdel
10386         remove support for oldpapersize stuff
10387         made some member funcs const
10388
10389         * src/kbmap.C: use a std::list to store the bindings in.
10390         
10391         * src/BufferView2.C: new file
10392
10393         * src/kbsequence.[Ch]: new files
10394         
10395         * src/LyXAction.C + others: remove all trace of buffer-previous
10396         
10397         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
10398         only have one copy in the binary of this table.
10399         
10400         * hebrew patch: moved some functions from LyXText to more
10401         appropriate places. (LyXParagraph, BufferParams, LyXFont)
10402         
10403         * several files: remove support for XForms older than 0.88
10404         whitespace changes.
10405         remove some #if 0 #endif code
10406         
10407         * src/TextCache.[Ch]: new file. Holds the textcache.
10408
10409         * src/BufferView.C: changes to use the new TextCache interface.
10410         (waitForX): remove the now unused code.
10411         
10412         * src/BackStack.h: remove some commented code
10413
10414         * lib/bind/emacs.bind: remove binding for buffer-previous
10415
10416 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
10417
10418         * applied the hebrew patch.
10419
10420         * src/lyxrow.h: make sure that all Row variables are initialized.
10421
10422         * src/text2.C (TextHandleUndo): comment out a delete, this might
10423         introduce a memory leak, but should also help us to not try to
10424         read freed memory. We need to look at this one.
10425
10426         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
10427         (LyXParagraph): initalize footnotekind.
10428
10429         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
10430         forgot this when applying the patch. Please heed the warnings.
10431
10432         * src/BufferView.C (buffer): a fix for the buffer-reload problem
10433         (aka. reformat problem)
10434
10435         * src/bufferlist.C (exists): made const, and use const_iterator
10436         (isLoaded): new func.
10437         (release): use std::find to find the correct buffer.
10438
10439         * src/bufferlist.h: made getState a const func.
10440         made empty a const func.
10441         made exists a const func.
10442         new func: isLoaded
10443
10444 2000-02-01  Juergen Vigna  <jug@sad.it>
10445
10446         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
10447
10448         * po/it.po: updated a bit the italian po file and also changed the
10449         'file nuovo' for newfile to 'filenuovo' without a space, this did
10450         annoy me a lot :)
10451         
10452         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
10453         for the new insert_date command.
10454
10455         * src/lyxfunc.C (Dispatch): added support for a insert_date function
10456         from jdblair, to insert a date into the current text conforming to
10457         a strftime format (for now only considering the locale-set and not
10458         the document-language).
10459
10460 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10461
10462         * src/lyxfont.C (textWidth): hopefully better fix for the Array
10463         Bounds Read error seen by purify. The problem was that islower is
10464         a macros which takes an unsigned char and uses it as an index for
10465         in array of characters properties (and is thus subject to the
10466         above error).
10467         (drawText): ditto.
10468
10469         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
10470         correctly the paper sides radio buttons.
10471         (UpdateDocumentButtons): ditto.
10472
10473 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
10474
10475         * src/kbmap.C (getsym + others): change to return unsigned int,
10476         returning a long can give problems on 64 bit systems. (I assume
10477         that int is 32bit on 64bit systems)
10478
10479 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10480
10481         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
10482         LyXLookupString to be zero-terminated. Really fixes problems seen
10483         by purify, I think.
10484
10485 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
10486
10487         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
10488         write a (char*)0 to the lyxerr stream.
10489
10490         * src/lastfiles.C: move algorithm before the using statemets.
10491
10492 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10493
10494         * src/lastfiles.C: move using directives in global scope (egcs 1.x
10495         complains otherwise).
10496         * src/table.C: ditto
10497
10498         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
10499         directory. 
10500
10501         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
10502         that I removed earlier... It is really needed.
10503
10504         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
10505
10506 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10507
10508         * INSTALL: update xforms home page URL.
10509
10510         * lib/configure.m4: fix a bug with unreadable layout files.
10511
10512         * src/table.C (calculate_width_of_column): add "using std::max"
10513         directive. 
10514
10515 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
10516
10517         * several files: marked several lines with "DEL LINE", this is
10518         lines that can be deleted without changing anything.
10519         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
10520                                    checks this anyway */
10521                 delete <ptr>
10522
10523         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
10524
10525         * src/DepTable.C (update): add a "+" at the end when the checksum
10526         is different. (debugging string only)
10527
10528         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
10529         the next inset to not be displayed. This should also fix the list
10530         of labels in the "Insert Crossreference" dialog.
10531
10532 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
10533
10534         * src/support/LSubstring.C (LSubstring): set pos to string::npos
10535         when regex was not found.
10536
10537         * src/support/lstrings.C (lowercase): use handcoded transform always.
10538         (uppercase): ditto
10539
10540         * src/text.C (Delete): fixed the crash. cursor.par->prev and
10541         old_cursor.par->prev could be 0.
10542
10543         * several files: changed post inc/dec to pre inc/dec
10544         
10545         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
10546         write the lastfiles to file.
10547
10548         * src/BufferView.C (buffer): only show TextCache info when debugging
10549         (buffer): ditto
10550         (resizeCurrentBuffer): ditto
10551         (workAreaExpose): ditto
10552
10553         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
10554
10555         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
10556
10557         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
10558         a bit better by removing the special case for \i and \j.
10559
10560 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10561
10562         * src/lyx_main.C (easyParse): remove test for bad comand line
10563         options, since this broke all xforms-related parsing.
10564
10565         * src/kbmap.C (getsym): set return type to unsigned long, as
10566         declared in header. On an alpha, long is _not_ the same as int.
10567
10568         * src/support/LOstream.h: add a "using std::flush;"
10569
10570         * src/insets/figinset.C: ditto.
10571
10572 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
10573
10574         * src/bufferlist.C (write): use blinding fast file copy instead of
10575         "a char at a time", now we are doing it the C++ way.
10576
10577         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
10578         std::list<int> instead.
10579         (addpidwait): reflect move to std::list<int>
10580         (sigchldchecker): ditto
10581
10582         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
10583         version also. 
10584
10585         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
10586         that obviously was wrong...
10587
10588         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
10589         c, this avoids warnings with purify and islower.
10590
10591         * src/insets/figinset.C: rename struct queue to struct
10592         queue_element and rewrite to use a std::queue. gsqueue is now a
10593         std::queue<queue_element>
10594         (runqueue): reflect move to std::queue
10595         (addwait): ditto
10596
10597         * src/support/lstrings.h (tostr): specialize for bool, otherwise
10598         we would get "1" "0" instead of "true" "false. Also make the tostr
10599         functions inline.
10600
10601 2000-01-21  Juergen Vigna  <jug@sad.it>
10602
10603         * src/buffer.C (writeFileAscii): Disabled code for special groff
10604         handling of tabulars till I fix this in table.C
10605
10606 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10607
10608         * src/support/mkdir.C (mkdir): change second argument of mkdir to
10609         unsigned long int.
10610         * src/support/lyxlib.h: ditto.
10611
10612 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
10613
10614         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
10615         and 'j' look better. This might fix the "macron" bug that has been
10616         observed.
10617
10618         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
10619         functions as one template function. Delete the old versions.
10620
10621         * src/support/lyxsum.C: move using std::ifstream inside
10622         MODERN_STL_STREAMS
10623
10624         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
10625         and putenv.C
10626
10627         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
10628
10629         * src/mathed/formula.C: delete #include "bufferlist.h" never used
10630
10631         * src/insets/figinset.C (InitFigures): use new instead of malloc
10632         to allocate memory for figures and bitmaps.
10633         (DoneFigures): use delete[] instead of free to deallocate memory
10634         for figures and bitmaps.
10635         (runqueue): use new to allocate 
10636         (getfigdata): use new/delete[] instead of malloc/free
10637         (RegisterFigure): ditto
10638
10639         * some files: moved some declarations closer to first use, small
10640         whitespace changes use preincrement instead of postincrement where
10641         it does not make a difference.
10642         
10643         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
10644         step on the way to use stl::containers for key maps. 
10645
10646         * src/bufferlist.h: add a typedef for const_iterator and const
10647         versions of begin and end.
10648
10649         * src/bufferlist.[Ch]: change name of member variable _state to
10650         state_. (avoid reserved names)
10651         (makePup): removed
10652         (getFileNames): returns the filenames of the buffers in a vector.
10653
10654         * configure.in (ALL_LINGUAS): added ro
10655
10656         * src/support/putenv.C: new file
10657
10658         * src/support/mkdir.C: new file
10659
10660 2000-01-20  Allan Rae <rae@lyx.org>
10661
10662         * lib/layouts/IEEEtran.layout: Added several theorem environments
10663
10664         * lib/templates/IEEEtran.lyx: Example theorem environments and a
10665         couple of minor additions.
10666
10667         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
10668         (except for those in footnotes of course)
10669
10670 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
10671
10672         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
10673
10674         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
10675         std::sort and std::lower_bound instead of qsort and handwritten
10676         binarysearch.
10677         (struct compara): struct that holds the functors used by std::sort
10678         and std::lower_bound in MathedLookupBOP.
10679
10680 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10681
10682         * src/support/LAssert.h: do not do partial specialization. We do
10683         not really need it.
10684
10685         * src/support/lyxlib.h: note that lyx::getUserName() and
10686         lyx::date() are not in use right now. Should these be suppressed?
10687
10688         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
10689         (makeLinuxDocFile): do not put date and user name in linuxdoc
10690         headers. 
10691
10692         * src/support/lyxlib.h (kill): change first argument to long int,
10693         since that's what solaris uses.
10694
10695         * src/support/kill.C (kill): fix declaration to match prototype.
10696
10697         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
10698         actually check whether namespaces are supported. This is not what
10699         it used to do.
10700
10701         * src/support/lyxsum.C: add a using directive.
10702
10703 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
10704
10705         * src/support/kill.C: if we have namespace support we don't have
10706         to include lyxlib.h.
10707
10708         * src/support/lyxlib.h: use namespace lyx if supported.
10709
10710 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
10711
10712         * src/support/date.C: new file
10713
10714         * src/support/chdir.C: new file
10715
10716         * src/support/getUserName.C: new file
10717
10718         * src/support/getcwd.C: new file
10719
10720         * src/support/abort.C: new file
10721
10722         * src/support/kill.C: new file
10723
10724         * src/support/lyxlib.h: moved all the functions in this file
10725         insede struct lyx. Added also kill and abort to this struct. This
10726         is a way to avoid the "kill is not defined in <csignal>", we make
10727         C++ wrappers for functions that are not ANSI C or ANSI C++.
10728
10729         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
10730         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
10731         lyx it has been renamed to sum.
10732
10733 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10734
10735         * src/text.C: add using directives for std::min and std::max.
10736
10737 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10738
10739         * src/texrow.C (getIdFromRow): actually return something useful in
10740         id and pos. Hopefully fixes the bug with positionning of errorbox
10741         insets. 
10742
10743         * src/lyx_main.C (easyParse): output an error and exit if an
10744         incorrect command line option has been given.
10745
10746         * src/spellchecker.C (ispell_check_word): document a memory leak.
10747
10748         * src/bufferlist.C (write): fix mismatched allocation/deletion,
10749         where a "struct utimbuf" is allocated with "new" and deleted with
10750         "delete[]". 
10751
10752 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
10753
10754         * src/text2.C (CutSelection): don't delete double spaces.
10755         (PasteSelection): ditto
10756         (CopySelection): ditto
10757         
10758         * src/text.C (Backspace): don't delete double spaces.
10759
10760         * src/lyxlex.C (next): fix a bug that were only present with
10761         conformant std::istream::get to read comment lines, use
10762         std::istream::getline instead. This seems to fix the problem.
10763
10764 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
10765
10766         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
10767         allowed to insert space before space" editing problem. Please read
10768         commends at the beginning of the function. Comments about usage
10769         are very welcome.
10770
10771         * src/text.C (InsertChar): fix for the "not allowed to insert
10772         space before space" editing problem.
10773
10774         * src/text2.C (DeleteEmptyParagraphMechanism): when
10775         IsEmptyTableRow can only return false this last "else if" will
10776         always be a no-op. Commented out.
10777
10778         * src/text.C (RedoParagraph): As far as I can understand tmp
10779         cursor is not really needed.
10780
10781         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
10782         present it could only return false anyway. 
10783         (several functions): Did something not so smart...added a const
10784         specifier on a lot of methods.
10785         
10786         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
10787         and add a tmp->text.resize. The LyXParagraph constructor does the
10788         resize for us.
10789         (BreakParagraphConservative): ditto
10790
10791         * src/support/path.h (Path): add a define so that the wrong usage
10792         "Path("/tmp") will be flagged as a compilation error:
10793         "`unnamed_Path' undeclared (first use this function)"
10794
10795 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10796
10797         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
10798         which was bogus for several reasons.
10799
10800         * src/LaTeX.C (scanAux): fix the regular expression used to scan
10801         .aux files. 
10802         (runBibTeX): ditto.
10803
10804         * autogen.sh: do not use "type -path" (what's that anyway?).
10805
10806         * src/support/filetools.C (findtexfile): remove extraneous space
10807         which caused a kpsewhich warning (at least with kpathsea version
10808         3.0). 
10809
10810 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
10811
10812         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
10813
10814         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
10815
10816         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
10817
10818 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10819
10820         * src/paragraph.C (BreakParagraph): do not reserve space on text
10821         if we don't need to (otherwise, if pos_end < pos, we end up
10822         reserving huge amounts of memory due to bad unsigned karma).
10823         (BreakParagraphConservative): ditto, although I have not seen
10824         evidence the bug can happen here.
10825
10826         * src/lyxparagraph.h: add a using std::list.
10827
10828 2000-01-11  Juergen Vigna  <jug@sad.it>
10829
10830         * src/menus.C (MenuDocu): output an Alert if the documentation-file
10831         could not be found.
10832
10833 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
10834
10835         * src/vc-backend.C (doVCCommand): change to be static and take one
10836         more parameter: the path to chdir too be fore executing the command.
10837         (retrive): new function equiv to "co -r"
10838
10839         * src/bufferlist.C (loadLyXFile): implement the missing parts if
10840         file_not_found_hook is true.
10841
10842         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
10843
10844         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
10845         if a file is readwrite,readonly...anything else.
10846
10847 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
10848
10849         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
10850         (CreatePostscript): name change from MenuRunDVIPS (or something)
10851         (PreviewPostscript): name change from MenuPreviewPS
10852         (PreviewDVI): name change from MenuPreviewDVI
10853
10854         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
10855         \view_pdf_command., \pdf_to_ps_command
10856
10857         * lib/configure.m4: added search for PDF viewer, and search for
10858         PDF to PS converter. 
10859         (lyxrc.defaults output): add \pdflatex_command,
10860         \view_pdf_command and \pdf_to_ps_command.
10861
10862         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
10863
10864         * src/bufferlist.C (write): we don't use blocksize for anything so
10865         I removed it.
10866
10867 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10868
10869         * src/support/block.h: disable operator T* (), since it causes
10870         problems with both compilers I tried. See comments in the file.
10871
10872         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
10873         --with-lyxname. 
10874
10875         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
10876         variable LYX_DIR_10x to LYX_DIR_11x.
10877
10878         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
10879
10880         * INSTALL: document --with-lyxname.
10881         * NEWS: ditto.
10882
10883         * configure.in: new configure flag --with-lyxname which allows to
10884         choose the name under which lyx is installed. Default is "lyx", of
10885         course. It used to be possible to do this with --program-suffix,
10886         but the later has in fact a different meaning for autoconf.
10887
10888         * src/support/lstrings.h (lstrchr): reformat a bit.
10889
10890         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
10891         * src/mathed/math_defs.h: ditto.
10892
10893 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
10894
10895         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
10896         true, decides if we create a backup file or not when saving. New
10897         tag and variable \pdf_mode, defaults to false. New tag and
10898         variable \pdflatex_command, defaults to pdflatex. New tag and
10899         variable \view_pdf_command, defaults to xpdf. New tag and variable
10900         \pdf_to_ps_command, defaults to pdf2ps.
10901
10902 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
10903
10904         * src/bufferlist.C (close): don't call insetUnlock if the buffer
10905         does not have a BufferView.
10906         (unlockInset): ditto + don't access the_locking_inset if the
10907         buffer does not have a BufferView.
10908
10909         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
10910         certain circumstances so that we don't continue a keyboard
10911         operation long after the key was released. Try f.ex. to load a
10912         large document, press PageDown for some seconds and then release
10913         it. Before this change the document would contine to scroll for
10914         some time, with this change it stops imidiatly.
10915
10916         * src/support/block.h: don't allocate more space than needed. As
10917         long as we don't try to write to the arr[x] in a array_type arr[x]
10918         it is perfectly ok. (if you write to it you might segfault).
10919         added operator value_type*() so that is possible to pass the array
10920         to functions expecting a C-pointer.
10921
10922         * lib/Makefile.am (dist-hook): don't fail completely if unable to
10923         cvs.
10924
10925         * intl/*: updated to gettext 0.10.35, tried to add our own
10926         required modifications. Please verify.
10927
10928         * po/*: updated to gettext 0.10.35, tried to add our own required
10929         modifications. Please verify.
10930         
10931         * src/support/lstrings.C (tostr): go at fixing the problem with
10932         cxx and stringstream. When stringstream is used return
10933         oss.str().c_str() so that problems with lyxstring and basic_string
10934         are avoided. Note that the best solution would be for cxx to use
10935         basic_string all the way, but it is not conformant yet. (it seems)
10936
10937         * src/lyx_cb.C + other files: moved several global functions to
10938         class BufferView, some have been moved to BufferView.[Ch] others
10939         are still located in lyx_cb.C. Code changes because of this. (part
10940         of "get rid of current_view project".)
10941
10942         * src/buffer.C + other files: moved several Buffer functions to
10943         class BufferView, the functions are still present in buffer.C.
10944         Code changes because of this.
10945
10946         * config/lcmessage.m4: updated to most recent. used when creating
10947         acinclude.m4.
10948
10949         * config/progtest.m4: updated to most recent. used when creating
10950         acinclude.m4.
10951         
10952         * config/gettext.m4: updated to most recent. applied patch for
10953         tmplinguas.
10954
10955         * config/gettext.m4.patch: new file that shows what changes we
10956         have done to the local copy of gettext.m4.
10957
10958         * config/libtool.m4: new file, used in creation of acinclude.m4
10959
10960         * config/lyxinclude.m4: new file, this is the lyx created m4
10961         macros, used in making acinclude.m4.
10962         
10963         * autogen.sh: GNU m4 discovered as a separate task not as part of
10964         the lib/configure creation. 
10965         Generate acinlucde from files in config. Actually cat
10966         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
10967         easier to upgrade .m4 files that really are external.
10968
10969         * src/Spacing.h: moved using std::istringstream to right after
10970         <sstream>. This should fix the problem seen with some compilers.
10971
10972 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
10973
10974         * src/lyx_cb.C: began some work to remove the dependency a lot of
10975         functions have on BufferView::text, even if not really needed.
10976         (GetCurrentTextClass): removed this func, it only hid the
10977         current_view. 
10978
10979         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
10980         forgot this in last commit.
10981
10982         * src/Bullet.C (bulletEntry): use static char const *[] for the
10983         tables, becuase of this the return arg had to change to string.
10984         (bulletSize): ditto
10985         (~Bullet): removed unneeded destructor
10986
10987         * src/BufferView.C (beforeChange): moved from lyx_cb.C
10988         (insetSleep): moved from Buffer
10989         (insetWakeup): moved from Buffer
10990         (insetUnlock): moved from Buffer
10991
10992         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
10993         from Buffer to BufferView.
10994         
10995         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
10996
10997         * config/ltmain.sh: updated to version 1.3.4 of libtool
10998
10999         * config/ltconfig: updated to version 1.3.4 of libtool
11000
11001 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11002
11003
11004         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
11005         Did I get that right?
11006
11007         * src/lyxlex.h: add a "using" directive or two.
11008         * src/Spacing.h: ditto.
11009         * src/insets/figinset.C: ditto.
11010         * src/support/filetools.C: ditto.
11011         * src/support/lstrings.C: ditto.
11012         * src/BufferView.C: ditto.
11013         * src/bufferlist.C: ditto.
11014         * src/lyx_cb.C: ditto.
11015         * src/lyxlex.C: ditto.
11016
11017         * NEWS: add some changes for 1.1.4.
11018         
11019 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
11020
11021         * src/BufferView.C: first go at a TextCache to speed up switching
11022         between documents.
11023
11024 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11025
11026         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
11027         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
11028         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
11029         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
11030         Meinen.
11031         
11032         * src/mathed/math_defs.h (MathedRowSt): make sure that all
11033         members of the struct are correctly initialized to 0 (detected by
11034         purify) 
11035         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
11036         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
11037
11038         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
11039         pidwait, since it was allocated with "new". This was potentially
11040         very bad. Thanks to Michael Schmitt for running purify for us.
11041
11042
11043 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11044
11045         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
11046
11047         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
11048
11049 1999-12-30  Allan Rae  <rae@lyx.org>
11050
11051         * lib/templates/IEEEtran.lyx: minor change
11052
11053         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
11054         src/mathed/formula.C (LocalDispatch): askForText changes
11055
11056         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
11057         know when a user has cancelled input. Fixes annoying problems with
11058         inserting labels and version control.
11059
11060 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
11061
11062         * src/support/lstrings.C (tostr): rewritten to use strstream and
11063         stringstream
11064
11065 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
11066
11067         * src/support/filetools.C (IsFileWriteable): use fstream to check
11068         (IsDirWriteable): use fileinfo to check
11069
11070         * src/support/filetools.h (FilePtr): whole class deleted
11071
11072         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
11073
11074         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
11075
11076         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
11077
11078         * src/bufferlist.C (write): use ifstream and ofstream instead of
11079         FILE*
11080
11081         * src/Spacing.h: use istrstream instead of sscanf
11082
11083         * src/mathed/math_defs.h: change first arg to istream from FILE*
11084
11085         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
11086
11087         * src/mathed/math_parser.C: have yyis to be an istream 
11088         (LexGetArg): use istream (yyis)
11089         (yylex): ditto
11090         (mathed_parse): ditto
11091         (mathed_parser_file): first arg istream instead of FILE*, set yyis
11092
11093         * src/mathed/formula.C (Read): rewritten to use istream
11094
11095         * src/mathed/formulamacro.C (Read): rewritten to use istream
11096
11097         * src/lyxlex.h (~LyXLex): deleted desturctor 
11098         (getStream): new function, returns an istream
11099         (getFile): deleted funtion
11100         (IsOK): return is.good();
11101
11102         * src/lyxlex.C (LyXLex): delete file and owns_file
11103         (setFile): open an filebuf and assign that to a istream instead of
11104         using FILE*
11105         (setStream): new function, takes an istream as arg. 
11106         (setFile): deleted function
11107         (EatLine): rewritten us use istream instead of FILE*
11108         (next): ditto
11109         (nextToken): ditto
11110
11111         * src/table.C (LyXTable): use istream instead of FILE*
11112         (Read): rewritten to take an istream instead of FILE*
11113
11114 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11115
11116         * src/buffer.C (Dispatch): remove an extraneous break statement.
11117
11118         * src/support/filetools.C (QuoteName): change to do simple
11119         'quoting'. More work is necessary. Also changed to do nothing
11120         under emx (needs fix too).
11121         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
11122
11123         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
11124         config.h.in to the AC_DEFINE_UNQUOTED() call.
11125         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
11126         needs char * as argument (because Solaris 7 declares it like
11127         that). 
11128
11129         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
11130         remove definition of BZERO.
11131
11132 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11133
11134         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
11135         defined, "lyxregex.h" if not.
11136
11137         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
11138         pkglib_ to noinst_
11139         (REGEX): new variable that is set to regex.c lyxregex.h when
11140         AM_CONDITIONAL USE_REGEX is set.
11141         (libsupport_la_SOURCES): add $(REGEX)
11142
11143         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
11144         pkglib_ to noinst_
11145
11146         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
11147         pkglib_ to noinst_
11148
11149         * configure.in: add call to LYX_REGEX 
11150
11151         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
11152         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
11153
11154 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11155
11156         * lib/bind/fi_menus.bind: new file, from
11157         pauli.virtanen@saunalahti.fi. 
11158
11159         * src/buffer.C (getBibkeyList): pass the parameter delim to
11160         InsetInclude::getKeys and InsetBibtex::getKeys.
11161
11162         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
11163         is passed to Buffer::getBibkeyList
11164         
11165         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
11166         instead of the hardcoded comma.
11167
11168         * src/insets/insetbib.C (getKeys): make sure that there are not
11169         leading blanks in bibtex keys. Normal latex does not care, but
11170         harvard.sty seems to dislike blanks at the beginning of citation
11171         keys. In particular, the retturn value of the function is
11172
11173         * INSTALL: make it clear that libstdc++ is needed and that gcc
11174         2.7.x probably does not work.
11175
11176         * src/support/filetools.C (findtexfile): make debug message go to
11177         the LATEX channel
11178         * src/insets/insetbib.C (getKeys): ditto
11179
11180         * src/debug.C (showTags): make sure that the output is correctly
11181         aligned. 
11182
11183         * configure.in: add a comment for TWO_COLOR_ICON define.
11184
11185         * acconfig.h: remove all the entries that already defined in
11186         configure.in or acinclude.m4.
11187
11188         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
11189         to avoid user name, date and copyright.
11190
11191 1999-12-21  Juergen Vigna  <jug@sad.it>
11192
11193         * src/table.C (Read): Now read bogus row format informations
11194                 if the format is < 5 so that afterwards the table can
11195                 be read by lyx but without any format-info. Fixed the
11196                 crash we experienced when not doing this.
11197
11198 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
11199
11200         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
11201         (RedoDrawingOfParagraph): ditto
11202         (RedoParagraphs): ditto
11203         (RemoveTableRow): ditto
11204
11205         * src/text.C (Fill): rename arg paperwidth -> paper_width
11206
11207         * src/buffer.C (insertLyXFile): rename var filename -> fname
11208         (writeFile): rename arg filename -> fname
11209         (writeFileAscii): ditto
11210         (makeLaTeXFile): ditto
11211         (makeLinuxDocFile): ditto
11212         (makeDocBookFile): ditto
11213
11214         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
11215         (runBibTeX): ditto
11216
11217         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
11218
11219         * src/bmtable.h: add extern "C" on this file when __cplusplus is
11220         defined.
11221
11222         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
11223         compiled by a C compiler not C++. 
11224
11225         * src/layout.h (LyXTextClass): added typedef for const_iterator
11226         (LyXTextClassList): added typedef for const_iterator + member
11227         functions begin and end.
11228
11229         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
11230         iterators to fill the choice_class.
11231         (updateLayoutChoice): rewritten to use iterators to fill the
11232         layoutlist in the toolbar.
11233
11234         * src/BufferView.h (BufferView::work_area_width): removed unused
11235         variable. 
11236
11237         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
11238
11239         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
11240         (sgmlCloseTag): ditto
11241
11242         * src/support/lstrings.h: return type of countChar changed to
11243         unsigned char.
11244
11245         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
11246         what version of this func to use. Also made to return unsigned int.
11247
11248         * configure.in: call LYX_STD_COUNT 
11249
11250         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
11251         conforming std::count. 
11252
11253 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11254
11255         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
11256         and a subscript would give bad display (patch from Dekel Tsur
11257         <dekel@math.tau.ac.il>). 
11258
11259         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
11260
11261         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
11262         please sun CC.
11263
11264         * src/chset.h: add a few 'using' directives
11265
11266         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
11267         triggered when no buffer is active
11268
11269         * src/layout.C: removed `break' after `return' in switch(), since
11270         it is unreachable.
11271
11272         * src/lyx_main.C (init): make sure LyX can be ran in place even
11273         when libtool has done its magic with shared libraries. Fix the
11274         test for the case when the system directory has not been found.
11275
11276         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
11277         name for the latex file.
11278         (MenuMakeHTML): ditto
11279
11280         * src/buffer.h: add an optional boolean argument, which is passed
11281         to ChangeExtension.
11282
11283 1999-12-20  Allan Rae  <rae@lyx.org>
11284
11285         * lib/templates/IEEEtran.lyx: small correction and update.
11286
11287         * configure.in: Attempted to use LYX_PATH_HEADER
11288
11289         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
11290
11291         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
11292         input from JMarc.  Now use preprocessor to find the header.
11293         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
11294         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
11295         LYX_STL_STRING_FWD.  See comments in file.      
11296
11297 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
11298
11299         * The global MiniBuffer * minibuffer variable is dead.
11300         
11301         * The global FD_form_main * fd_form_main variable is dead.
11302
11303 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11304
11305         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
11306
11307         * src/table.h: add the LOstream.h header
11308         * src/debug.h: ditto
11309         
11310         * src/LyXAction.h: change the explaination of the ReadOnly
11311         attribute: is indicates that the function _can_ be used.
11312
11313         * src/LyXAction.C (init): find-replace _can_ be used in read-only
11314         mode. 
11315
11316 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11317
11318         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
11319         unsigned. 
11320         (descent): ditto
11321         (lbearing): ditto
11322         (rbearing): ditto
11323
11324         * src/paragraph.C (GetWord): assert on pos>=0
11325         (GetChar): ditto
11326         
11327         * src/support/lyxstring.C: condition the use of an invariant on
11328         ENABLE_ASSERTIONS 
11329         * src/support/lyxstring.h: ditto
11330
11331         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
11332         Use LAssert.h instead of plain assert().
11333
11334         * src/support/lstrings.h: add LAssert.h, in case it is needed.
11335
11336         * src/lyxfunc.C: do not include LAssert.h, it is not used.
11337         * src/support/filetools.C: ditto
11338
11339         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
11340         is not defined. 
11341
11342         * INSTALL: document the new configure flags
11343         
11344         * configure.in: suppress --with-debug; add --enable-assertions
11345
11346         * acinclude.m4: various changes in alignment of help strings.
11347
11348 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
11349
11350         * src/kbmap.C: commented out the use of the hash map in kb_map,
11351         beginning of movement to a stl::container. 
11352
11353         * several files: removed code that was not in effect when
11354         MOVE_TEXT was defined.
11355         
11356         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
11357         for escaping should not be used. We can discuss if the string
11358         should be enclosed in f.ex. [] instead of "".
11359
11360         * src/trans_mgr.C (insert): use the new returned value from
11361         encodeString to get deadkeys and keymaps done correctly.
11362
11363         * src/chset.C (encodeString): changed to return a pair, to tell
11364         what to use if we know the string.
11365
11366         * src/lyxscreen.h (fillArc): new function.
11367
11368         * src/FontInfo.C (resize): rewritten to use more std::string like
11369         structore, especially string::replace.
11370
11371         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
11372         approp. accents.
11373
11374         * configure.in (chmod +x some scripts): remove config/gcc-hack 
11375
11376 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11377
11378         * src/buffer.C (writeFile): change once again the top comment in a
11379         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
11380         instead of an hardcoded version number.
11381         (makeDocBookFile): ditto
11382
11383         * src/version.h: add new define LYX_DOCVERSION
11384
11385         * po/de.po: update from Pit Sütterlin
11386         * lib/bind/de_menus.bind: ditto.
11387         
11388         * src/lyxfunc.C (Dispatch): call MenuExport()
11389         * src/buffer.C (Dispatch): ditto
11390
11391         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
11392         LyXFunc::Dispatch().
11393         (MenuExport): new function, moved from
11394         LyXFunc::Dispatch().
11395
11396         * src/trans_mgr.C (insert): small cleanup
11397         * src/chset.C (loadFile): ditto
11398
11399         * lib/kbd/iso8859-1.cdef: add missing backslashes
11400
11401 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
11402
11403         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
11404         help with placing the manually drawn accents better.
11405         (Rbearing): ditto
11406         (Draw): x2 and hg changed to float to minimize rounding errors and
11407         help place the accents better.
11408
11409         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
11410         unsigned short to char is just wrong...cast the char to unsigned
11411         char instead so that the two values can compare sanely. This
11412         should also make the display of insetlatexaccents better and
11413         perhaps also some other insets.
11414         (descent): ditto
11415         (lbearing): new function
11416         (rbearing): ditto
11417
11418 1999-12-15  Allan Rae  <rae@lyx.org>
11419
11420         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
11421         header that provides a wrapper around the very annoying SGI STL header
11422         of the same name.
11423
11424         * src/support/lyxstring.C, src/LString.h:
11425         removed old SGI-STL-compatability attempts.
11426
11427         * configure.in: Use LYX_STL_STRING_FWD.
11428
11429         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
11430         stl_string_fwd.h is around and try to determine it's location.
11431         Major improvement over previous SGI STL 3.2 compatability.
11432         Three small problems remain with this function due to my zero
11433         knowledge of autoconf.  JMarc and lgb see the comments in the code.
11434
11435 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11436
11437         * src/broken_const.h, config/hack-gcc, config/README: removed
11438         
11439         * configure.in: remove --with-gcc-hack option; do not call
11440         LYX_CXX_STL_STACK 
11441
11442         * INSTALL: remove documentation of --with-broken-const and
11443         --with-gcc-hack
11444         
11445         * acconfig.h: remove all trace of BROKEN_CONST define
11446
11447         * src/buffer.C (makeDocBookFile): update version number in output
11448         file. 
11449         (SimpleDocBookOnePar): fix an assert when trying to a character
11450         access beyond string length
11451         [Patch from Jose']
11452
11453 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11454
11455         * po/de.po: fix the Export menu
11456
11457         * lyx.man: update the description of -dbg
11458
11459         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
11460         (commandLineHelp): updated
11461         (easyParse): show list of available debug levels if -dbg is passed
11462         without argument.
11463
11464         * src/Makefile.am: add debug.C
11465
11466         * src/debug.h: moved some code to debug.C
11467
11468         * src/debug.C: new file. Contains code to set and show debug
11469         level. 
11470
11471         * src/layout.C: remove 'break' after 'continue' in switch
11472         statements, since these cannot be reached.
11473
11474 1999-12-13  Allan Rae  <rae@lyx.org>
11475
11476         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
11477         (in_word_set): hash() -> math_hash()
11478
11479         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
11480
11481         * acconfig.h: Added a test for whether we are using exceptions in the
11482         current compilation run. If so USING_EXCEPTIONS is defined.
11483
11484         * config.in: Check for existance of stl_string_fwd.h
11485         * src/LString.h: If compiling --with-included-string and SGI's
11486         STL version 3.2 is present (see above test) we need to block their
11487         forward declaration of string and supply a __get_c_string().
11488         However, it turns out this is only necessary if compiling with
11489         exceptions enabled so I've a bit more to add yet.
11490
11491         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
11492         src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
11493         src/support/LRegex.h, src/undo.h:
11494         Shuffle the order of the included files a little to ensure that
11495         LString.h gets included before anything that includes stl_string_fwd.h
11496
11497         *  src/support/lyxstring.C: We need to #include LString.h instead of
11498         lyxstring.h to get the necessary definition of __get_c_string.
11499         (__get_c_string): New function.  This is defined static just like SGI's
11500         although why they need to do this I'm not sure.  Perhaps it should be
11501         in lstrings.C instead.
11502
11503         * lib/templates/IEEEtran.lyx:  New template file.
11504
11505 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
11506         
11507         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
11508         * intl/Makefile.in (MKINSTALLDIRS):  ditto
11509
11510         * src/LyXAction.C (init): changed to hold the LFUN data in a
11511         automatic array in stead of in callso to newFunc, this speeds up
11512         compilation a lot. Also all the memory used by the array is
11513         returned when the init is completed.
11514
11515         * a lot of files: compiled with -Wold-style-cast, changed most of
11516         the reported offenders to C++ style casts. Did not change the
11517         offenders in C files. 
11518
11519         * src/trans.h (Match): change argument type to unsigned int.
11520
11521         * src/support/DebugStream.C: fix some types on the streambufs so
11522         that it works on a conforming implementation.
11523
11524 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11525
11526         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
11527
11528         * src/support/lyxstring.C: remove the inline added earlier since
11529         they cause a bunch of unsatisfied symbols when linking with dec
11530         cxx. Cxx likes to have the body of inlines at the place where they
11531         are declared.
11532
11533         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
11534         accessing negative bounds in array. This fixes the crash when
11535         inserting accented characters.
11536         * src/trans.h (Match): ditto
11537
11538         * src/buffer.C (Dispatch): since this is a void, it should not try
11539         to return anything...
11540
11541 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
11542
11543         * src/buffer.h: removed the two friends from Buffer. Some changes
11544         because of this. Buffer::getFileName and Buffer::setFileName
11545         renamed to Buffer::fileName() and Buffer::fileName(...).
11546
11547 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
11548
11549         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
11550         and Buffer::update(short) to BufferView. This move is currently
11551         controlled by a define MOVE_TEXT, this will be removed when all
11552         shows to be ok. This move paves the way for better separation
11553         between buffer contents and buffer view. One side effect is that
11554         the BufferView needs a rebreak when swiching buffers, if we want
11555         to avoid this we can add a cache that holds pointers to LyXText's
11556         that is not currently in use. 
11557
11558         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
11559         André Pönitz. 
11560
11561 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
11562
11563         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
11564
11565         * lyx_main.C: new command line option -x (or --execute) and
11566           -e (or --export). Now direct conversion from .lyx to .tex
11567           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
11568           Unfortunately, X is still needed and the GUI pops up during the
11569           process...
11570
11571 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11572
11573         * src/Spacing.C: add a using directive to bring stream stuff into
11574         normal namespace.
11575         * src/paragraph.C: ditto
11576         * src/buffer.C: ditto
11577
11578         * NEWS: updated a bit the new features of 1.1.3 (took a few things
11579         from Lars' announcement).
11580
11581         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
11582         example files from Tino Meinen.
11583         
11584 1999-12-06  Allan Rae  <rae@lyx.org>
11585
11586         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
11587
11588 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
11589
11590         * src/support/lyxstring.C: added a lot of inline for no good
11591         reason
11592         
11593         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
11594         latexWriteEndChanges, they were not used.
11595         
11596         * src/layout.h (operator<<): output operator for PageSides
11597
11598         * src/mathed/math_iter.C (my_memcpy): slightly changed.
11599
11600         * some example files: loaded in LyX 1.0.4 and saved again to update
11601         certain constructs (table format) 
11602
11603         * a lot of files: did the change to use fstream/iostream for all
11604         writing of files. Done with a close look at Andre Poenitz's patch.
11605
11606         * some files: whitespace changes.
11607         
11608 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11609
11610         * src/mathed/math_iter.C (my_memcpy): new function. Since the
11611         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
11612         architecture, we provide our own. It is used unconditionnally, but
11613         I do not think this is a performance problem. Thanks to Angus
11614         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
11615         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
11616         first time).
11617         (GetInset): use my_memcpy.
11618         (Insert): ditto
11619         (Copy): ditto
11620
11621         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
11622         it is easier to understand, but it uses less TeX-only constructs now.
11623
11624         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
11625         elements contain spaces
11626
11627         * lib/configure: regenerated
11628         
11629         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
11630         elements contain spaces; display the list of programs that are
11631         tried.
11632
11633         * autogen.sh: make sure lib/configure is executable
11634
11635         * lib/examples/*: rename the tutorial examples to begin with the
11636         two-letters language code.
11637
11638         * src/lyxfunc.C (getStatus): do not query current font if no
11639         buffer exists.
11640
11641         * src/lyx_cb.C (RunScript): use QuoteName
11642         (MenuRunDvips): ditto
11643         (PrintApplyCB): ditto
11644
11645         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
11646         around argument, so that it works well with the current shell.
11647         Does not work properly with OS/2 shells currently.
11648
11649         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
11650         * src/LyXSendto.C (SendtoApplyCB): ditto
11651         * src/lyxfunc.C (Dispatch): ditto
11652         * src/buffer.C (runLaTeX): ditto
11653         (runLiterate): ditto
11654         (buildProgram): ditto
11655         (runChktex): ditto
11656         * src/lyx_cb.C (RunScript): ditto
11657         (MenuMakeLaTeX): ditto
11658         
11659         * src/buffer.h (getLatexName): new method 
11660
11661         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
11662
11663 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11664
11665         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
11666         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
11667         (create_math_panel): ditto
11668
11669         * src/lyxfunc.C (getStatus): re-activate the code which gets
11670         current font and cursor; add test for export to html.
11671
11672         * src/lyxrc.C (read): remove unreachable break statements; add a
11673         few "using".
11674
11675         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
11676         
11677 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
11678
11679         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
11680         introduced by faulty regex.
11681         * src/buffer.C: ditto
11682         * src/lastfiles.C: ditto
11683         * src/paragraph.C: ditto
11684         * src/table.C: ditto
11685         * src/vspace.C: ditto
11686         * src/insets/figinset.C: ditto
11687         Note: most of these is absolutely harmless, except the one in
11688         src/mathed formula.C.
11689
11690 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
11691
11692         * src/ImportNoweb.C (documentclass): fixed bounds for substr
11693           operation, yielding correct results for the reLyX command.
11694
11695 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
11696
11697         * src/support/filetools.C (ExpandPath): removed an over eager
11698         Assert.
11699         (ReplaceEnvironmentPath): ditto
11700
11701         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
11702         shows that we are doing something fishy in our code...
11703         (BubblePost): ditto
11704         (ToolbarCB): ditto
11705
11706         * src/lyxrc.C (read): use a double switch trick to get more help
11707         from the compiler. (the same trick is used in layout.C)
11708         (write): new function. opens a ofstream and pass that to output
11709         (output): new function, takes a ostream and writes the lyxrc
11710         elemts to it. uses a dummy switch to make sure no elements are
11711         forgotten. 
11712
11713         * src/lyxlex.h: added a struct pushpophelper for use in functions
11714         with more than one exit point.
11715
11716         * src/lyxlex.[Ch] (GetInteger): made it const
11717         (GetFloat): ditto
11718         (GetBool): ditto
11719
11720         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
11721
11722         * src/layout.[hC] : LayoutTags splitted into several enums, new
11723         methods created, better error handling cleaner use of lyxlex. Read
11724         the diff.
11725
11726         * src/bmtable.[Ch]: change some member prototypes because of the
11727         image const changes. 
11728
11729         * commandtags.h, src/LyXAction.C (init): new function:
11730         "preferences-save", saves the lyxrc entries into .lyx/preferences.
11731         This file is not read automatically but you can add \input
11732         preferences to your lyxrc if you want to. We need to discuss how
11733         to handle this. 
11734
11735         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
11736         in .aux, also remove .bib and .bst files from dependencies when
11737         running bibtex.
11738
11739         * src/BufferView.C, src/LyXView.C: add const_cast several places
11740         because of changes to images.
11741
11742         * lib/images/*: same change as for images/*
11743         
11744         * lib/lyxrc.example: Default for accept_compound is false not no.
11745
11746         * images/*: changed to be const, however I have som misgivings
11747         about this change so it might be changed back.
11748
11749 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11750
11751         * lib/configure, po/POTFILES.in: regenerated
11752
11753         * autogen.sh: autogenerate lib/configure from lib/configure.m4
11754
11755         * config/lib_configure.m4: removed
11756         
11757         * lib/configure.m4: new file (was config/lib_configure.m4)
11758
11759         * configure.in: do not test for rtti, since we do not use it.
11760         
11761 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
11762
11763         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
11764         doubling of allocated space scheme. This makes it faster for large
11765         strings end to use less memory for small strings. xtra rememoved. 
11766
11767         * src/insets/figinset.C (waitalarm): commented out.
11768         (GhostscriptMsg): use static_cast
11769         (GhostscriptMsg): use new instead of malloc to allocate memory for
11770         cmap. also delete the memory after use.
11771
11772         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
11773
11774         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
11775         for changes in bibtex database or style.
11776         (runBibTeX): remove all .bib and .bst files from dep before we
11777         begin. 
11778         (run): use scanAuc in when dep file already exist.
11779
11780         * src/DepTable.C (remove_files_with_extension): new method
11781         (exist): new method
11782
11783         * src/DepTable.[Ch]: made many of the methods const. 
11784
11785 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11786
11787         * src/bufferparams.C: make sure that the default textclass is
11788         "article". It used to be the first one by description order, but
11789         now the first one is "docbook".
11790
11791         * src/lyx_main.C (setDebuggingLevel): change type of argument to
11792         string; call Debug::value.
11793         (easyParse): pass complete argument to setDebuggingLevel().
11794
11795         * src/debug.h (value): fix the code that parses debug levels.
11796
11797         * src/debug.h: add new debug type ACTION, reserved for LyXAction
11798         class.  
11799
11800         * src/LyXAction.C: use Debug::ACTION as debug channel.
11801
11802         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
11803
11804         * NEWS: updated for the future 1.1.3 release.
11805
11806         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
11807         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
11808         it should. This is of course a controversial change (since many
11809         people will find that their lyx workscreen is suddenly full of
11810         red), but done for the sake of correctness.
11811
11812         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
11813           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
11814
11815         * src/insets/inseterror.h, src/insets/inseturl.h,
11816           src/insets/insetinfo.h, src/insets/figinset.h,
11817           src/mathed/formulamacro.h, src/mathed/math_macro.h
11818           (EditMessage): add a missing const and add _() to make sure that
11819         translation happens
11820
11821         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
11822           src/insets/insetbib.C, src/support/filetools.C: add `using'
11823         directives for cxx.  
11824
11825         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
11826         doing 'Insert index of last word' at the beginning of a paragraph.
11827
11828 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
11829
11830         * several files: white-space changes.
11831
11832         * src/mathed/formula.C: removed IsAlpha and IsDigit
11833
11834         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
11835         .bib file. use a ifstream instead of FilePtr when parsing the .bib
11836         file for keys.
11837
11838         * src/insets/figinset.C (GetPSSizes): don't break when
11839         "EndComments" is seen. But break when a boundingbox is read.
11840
11841         * all classes inherited from Inset: return value of Clone
11842         changed back to Inset *.
11843
11844         * all classes inherited form MathInset: return value of Clone
11845         changed back to MathedInset *.
11846         
11847         * src/insets/figinset.C (runqueue): use a ofstream to output the
11848         gs/ps file. Might need some setpresicion or setw. However I can
11849         see no problem with the current code.
11850         (runqueue): use sleep instead of the alarm/signal code. I just
11851         can't see the difference.
11852
11853         * src/paragraph.C (LyXParagraph): reserve space in the new
11854         paragraph and resize the inserted paragraph to just fit.
11855
11856         * src/lyxfunc.h (operator|=): added operator for func_status.
11857
11858         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
11859         check for readable file.
11860
11861         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
11862         check for readable file.
11863         (MenuMakeLinuxDoc): ditto
11864         (MenuMakeDocBook): ditto
11865         (MenuMakeAscii): ditto
11866         (InsertAsciiFile): split the test for openable and readable
11867
11868         * src/bmtable.C (draw_bitmaptable): use
11869         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
11870
11871         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
11872         findtexfile from LaTeX to filetools.
11873         
11874         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
11875         instead of FilePtr. Needs to be verified by a literate user.
11876
11877 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11878
11879         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
11880         (EditMessage): likewise.
11881
11882         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
11883         respectively as \textasciitilde and \textasciicircum.
11884
11885 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
11886
11887         * src/support/lyxstring.h: made the methods that take iterators
11888         use const_iterator.
11889
11890         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
11891         (regexMatch): made is use the real regex class.
11892
11893         * src/support/Makefile.am: changed to use libtool
11894
11895         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
11896
11897         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
11898         of defines.
11899         (MathIsInset ++): changed several macros to be inline functions
11900         instead. 
11901
11902         * src/mathed/Makefile.am: changed to use libtool
11903
11904         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
11905
11906         * src/insets/inset* : Clone changed to const and return type is
11907         the true insettype not just Inset*.
11908         
11909         * src/insets/Makefile.am: changed to use libtool
11910
11911         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
11912
11913         * src/undo.[Ch] : added empty() and changed some of the method
11914         names.
11915         
11916         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
11917
11918         * src/lyxparagraph.h: use id() and id(...) instead of getID and
11919         setID use block<> for the bullets array, added const several places.
11920
11921         * src/lyxfunc.C (getStatus): new function
11922
11923         * src/lyxfunc.[Ch] : small changes to take advantage of the new
11924         LyXAction, added const to several funtions.
11925
11926         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
11927         a std::map, and to store the dir items in a vector.
11928
11929         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
11930         as dependencies.
11931
11932         * src/LyXView.[Ch] + other files : changed currentView to view.
11933         
11934         * src/LyXAction.[Ch] : ported from the old devel branch.
11935         
11936         * src/.cvsignore: added .libs and a.out
11937
11938         * configure.in : changes to use libtool. 
11939
11940         * acinclude.m4 : inserted libtool.m4
11941
11942         * .cvsignore: added libtool
11943
11944 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11945
11946         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
11947         file name in insets and mathed directories (otherwise the
11948         dependency is not taken in account under cygwin).
11949
11950         * src/text2.C (InsertString[AB]): make sure that we do not try to
11951         read characters past the string length.
11952
11953 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11954
11955         * lib/doc/LaTeXConfig.lyx.in, 
11956           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
11957
11958         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
11959         file saying who created them and when this heppened; this is
11960         useless and annoys tools like cvs.
11961
11962         * lib/layouts/g-brief-{en,de}.layout,
11963           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
11964         from Thomas Hartkens <thomas@hartkens.de>.
11965
11966         * src/{insets,mathed}/Makefile.am: do not declare an empty
11967         LDFLAGS, so that it can be set at configure time (useful on Irix
11968         for -n32 flag).
11969
11970         * lib/reLyX/configure.in: make sure that the prefix is set
11971         correctly in LYX_DIR.
11972
11973 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
11974
11975         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
11976         be used by 'command-sequence' this allows to bind a key to a
11977         sequence of LyX-commands
11978         (Example: 'command-sequence math-insert alpha; math-insert beta;")
11979
11980         * src/LyXAction.C: add "command-sequence"
11981
11982         * src/LyXFunction.C: handling of "command-sequence"
11983
11984         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
11985          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
11986
11987         * src/lyxserver.C, src/minibuffer.C: Use this new interface
11988
11989 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11990
11991         * src/buffer.C (writeFile): Do not output a comment giving user
11992         and date at the beginning of a .lyx file. This is useless and
11993         annoys cvs anyway; update version number to 1.1.
11994
11995         * src/Makefile.am (LYX_DIR): add this definition, so that a
11996         default path is hardcoded in LyX.
11997
11998         * configure.in: Use LYX_GNU_GETTEXT.
11999
12000         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
12001         AM_GNU_GETTEXT with a bug fixed. 
12002
12003         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
12004
12005         * src/chset.C: add "using std::ifstream;" to please dec cxx.
12006
12007         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
12008         which is used to point to LyX data is now LYX_DIR_11x.
12009
12010         * lyx.man: convert to a unix text file; small updates.
12011
12012 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
12013
12014         * src/support/LSubstring.[Ch]: made the second arg of most of the
12015         constructors be a const reference. 
12016
12017         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
12018         me fixed.
12019
12020         * src/support/lyxstring.[Ch] (swap): added missing member function
12021         and specialization of swap(str, str); 
12022
12023         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
12024
12025         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
12026         trace of the old one.
12027
12028         * src/undo.[Ch]: made the undostack use std::list to store undo's in
12029         put the member definitions in undo.C.
12030
12031         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
12032         NEW_TEXT and have now only code that was included when this was
12033         defined. 
12034
12035         * src/intl.C (LCombo): use static_cast
12036         (LCombo2): ditto
12037         (DispatchCallback): ditto
12038
12039         * src/definitions.h: removed whole file
12040         
12041         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
12042
12043         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
12044         parsing and stores in a std:map. a regex defines the file format.
12045         removed unneeded members.
12046
12047         * src/bufferparams.h: added several enums from definitions.h here.
12048         Removed unsused destructor. Changed some types to use proper enum
12049         types. use block to have the temp_bullets and user_defined_bullets
12050         and to make the whole class assignable.
12051
12052         * src/bufferparams.C (Copy): removed this functions, use a default
12053         assignment instead. 
12054
12055         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
12056         isLiterate const.
12057
12058         * src/buffer.C (readLyXformat2): commend out all that have with
12059         oldpapersize to do. also comment out all that hve to do with
12060         insetlatex and insetlatexdel. 
12061         (setOldPaperStuff): commented out
12062
12063         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
12064
12065         * src/LyXAction.C: remove use of inset-latex-insert
12066
12067         * src/mathed/math_panel.C (button_cb): use static_cast
12068
12069         * src/insets/Makefile.am (insets_o_SOURCES): removed
12070         insetlatex.[Ch] 
12071
12072         * src/support/lyxstring.C (helper): use the unsigned long
12073         specifier, UL, instead of a static_cast.
12074
12075         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
12076
12077         * src/support/block.h: new file. to be used as a c-style array in
12078         classes, so that the class can be assignable.
12079
12080 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12081
12082         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
12083         NULL, make sure to return an empty string (it is not possible to
12084         set a string to NULL).
12085
12086 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12087
12088         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
12089
12090         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
12091
12092         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
12093         link line, so that Irix users (for example) can set it explicitely to
12094         "-n32".
12095         
12096         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
12097         it can be overidden at make time (static or dynamic link, for
12098         example).
12099         
12100         * src/vc-backend.C, src/LaTeXFeatures.h, 
12101           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
12102         statements to bring templates to global namespace.
12103
12104 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
12105
12106         * src/support/lyxstring.C (operator[] const): make it standard
12107         conforming. 
12108
12109         * src/minibuffer.C (Init): changed to reflect that more
12110         information is given from the lyxvc and need not be provided here.
12111
12112         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
12113         
12114         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
12115
12116         * src/LyXView.C (UpdateTimerCB): use static_cast
12117         (KeyPressMask_raw_callback): ditto
12118
12119         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
12120         buffer_, a lot of changes because of this. currentBuffer() ->
12121         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
12122         also changes to other files because of this.
12123
12124 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
12125
12126         * src/vc-backend.[Ch]: new files. The backends for vc handling,
12127         have no support for RCS and partial support for CVS, will be
12128         improved later.
12129         
12130         * src/insets/ several files: changes because of function name
12131         changes in Bufferview and LyXView.
12132         
12133         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
12134
12135         * src/support/LSubstring.[Ch]: new files. These implement a
12136         Substring that can be very convenient to use. i.e. is this
12137         possible:
12138         string a = "Mary had a little sheep";
12139         Substring(a, "sheep") = "lamb";
12140         a is now "Mary has a little lamb".
12141
12142         * src/support/LRegex.[Ch]: a regex class that can be used to pick
12143         out patterns and subpatterns of strings. It is used by LSubstring
12144         and also by vc-backend.C
12145         
12146         * src/support/lyxstring.C: went over all the assertions used and
12147         tried to correct the wrong ones and flag which of them is required
12148         by the standard. some bugs found because of this. Also removed a
12149         couple of assertions.
12150
12151         * src/support/Makefile.am (libsupport_a_SOURCES): added
12152         LSubstring.[Ch] and LRegex.[Ch]
12153
12154         * src/support/FileInfo.h: have struct stat buf as an object and
12155         not a pointer to one, some changes because of this.
12156
12157         * src/LaTeXFeatures.C (getTClassPreamble): also use the
12158         information in layout when adding the layouts preamble to the
12159         textclass preamble.
12160
12161         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
12162         usage in.
12163
12164         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
12165         because of bug in OS/2.
12166
12167 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12168
12169         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
12170         \verbatim@font instead of \ttfamily, so that it can be redefined.
12171
12172         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
12173           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
12174           src/layout.h, src/text2.C: add 'using' directive to bring the
12175         STL templates we need from the std:: namespace to the global one.
12176         Needed by DEC cxx in strict ansi mode.
12177
12178         * src/support/LIstream.h,src/support/LOstream.h,
12179           src/support/lyxstring.h,src/table.h,
12180           src/lyxlookup.h: do not include <config.h> in header
12181         files. This should be done in the .C files only.
12182
12183         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
12184         (from Kayvan).
12185         
12186
12187 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12188
12189         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
12190         from Kayvan to fix the tth invokation.
12191
12192         * development/lyx.spec.in: updates from Kayvan to reflect the
12193         changes of file names.
12194
12195 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
12196
12197         * src/text2.C (InsertStringB): use std::copy
12198         (InsertStringA): use std::copy
12199
12200         * src/bufferlist.C: use a vector to store the buffers in. This is
12201         an internal change and should not affect any other thing.
12202         
12203         * src/BufferView.C (waitForX): use XSync instead of the lengthy
12204         stuff in waitForX.
12205
12206         * src/text.C (Fill): fix potential bug, one off bug.
12207
12208 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
12209
12210         * src/Makefile.am (lyx_main.o): add more files it depends on.
12211
12212         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
12213
12214         * src/support/lyxstring.C: use size_t for the reference count,
12215         size, reserved memory and xtra.
12216         (internal_compare): new private member function. Now the compare
12217         functions should work for std::strings that have embedded '\0'
12218         characters.
12219         (compare): all compare functions rewritten to use
12220         internal_compare.
12221         
12222 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
12223
12224         * src/support/lyxstring.C (compare): pass c_str()
12225         (compare): pass c_str
12226         (compare): pass c_str
12227
12228 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12229
12230         * src/support/DebugStream.C: <config.h> was not included correctly.
12231
12232         * lib/configure: forgot to re-generate it :( I'll make this file
12233         auto generated soon.
12234
12235 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
12236
12237         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
12238         is used.
12239
12240         * src/support/lyxstring.C: some changes from length() to rep->sz.
12241         avoids a function call.
12242
12243         * src/support/filetools.C (SpaceLess): yet another version of the
12244         algorithm...now per Jean-Marc's suggestions.
12245
12246 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
12247
12248         * src/layout.C (less_textclass_desc): functor for use in sorting
12249         of textclasses. 
12250         (LyXTextClass::Read): sort the textclasses after reading.
12251         
12252         * src/support/filetools.C (SpaceLess): new version of the
12253         SpaceLess functions. What problems does this one give? Please
12254         report.
12255
12256         * images/banner_bw.xbm: made the arrays unsigned char *
12257
12258 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12259
12260         * src/support/lyxstring.C (find): remove bogus assertion in the
12261         two versions of find where this has not been done yet.
12262
12263         * src/support/lyxlib.h: add missing int return type to
12264         lyx::chdir(). 
12265
12266         * src/menus.C (ShowFileMenu): disable exporting to html if no
12267         html export command is present.
12268
12269         * config/lib_configure.m4: add a test for an HTML converter. The
12270         programs checked for are, in this order: tth, latex2html and
12271         hevea. 
12272
12273         * lib/configure: generated from config/lib_configure.m4.
12274
12275         * src/lyxfunc.C (Dispatch): update and improve the execution of an
12276         html converter. The parameters are now passed through $$FName and
12277         $$OutName, instead of standard input/output.
12278
12279         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
12280
12281         * lib/lyxrc.example: update description of \html_command. 
12282         add "quotes" around \screen_font_xxx font setting examples to help
12283         people who use fonts with spaces in their names.
12284
12285 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
12286
12287         * Distribution files: updates for v1.1.2
12288
12289         * src/support/lyxstring.C (find): remove bogus assert and return
12290         npos for the same condition.
12291
12292 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
12293
12294         * added patch for OS/2 from SMiyata.
12295
12296 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
12297
12298         * src/text2.C (CutSelection): make space_wrapped a bool
12299         (CutSelection): dont declare int i until we have to.
12300         (alphaCounter): return a char const *.
12301
12302 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12303
12304         * src/support/syscall.C (Systemcalls::kill): 
12305           src/support/filetools.C (PutEnv, PutEnvPath): 
12306           src/lyx_cb.C (addNewlineAndDepth): 
12307           src/FontInfo.C (FontInfo::resize): condition some #warning
12308         directives with WITH_WARNINGS.
12309         
12310
12311 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
12312
12313         * src/layout.[Ch] + several files: access to class variables
12314         limited and made accessor functions instead a lot of code changed
12315         becuase of this. Also instead of returning pointers often a const
12316         reference is returned instead.
12317         
12318         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
12319
12320         * src/Makefile.am (dist-hook): added used to remove the CVS from
12321         cheaders upon creating a dist
12322         (EXTRA_DIST): added cheaders
12323
12324         * src/support/lstrings.C (tostr(char)): fix it to handle param as
12325         a character not as a small integer. 
12326
12327         * src/support/lyxstring.C (find): removed Assert and added i >=
12328         rep->sz to the first if.
12329
12330 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
12331
12332         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
12333         src/LyXView.C src/buffer.C src/bufferparams.C
12334         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
12335         src/text2.C src/insets/insetinclude.C:
12336         lyxlayout renamed to textclasslist.
12337
12338         * src/layout.C: some lyxerr changes.
12339
12340         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
12341         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
12342         (LyXLayoutList): removed all traces of this class.
12343         (LyXTextClass::Read): rewrote LT_STYLE
12344         (LyXTextClass::hasLayout): new function
12345         (LyXTextClass::GetLayout): rewritten to return an iterator + has
12346         both const and nonconst version.
12347         (LyXTextClass::delete_layout): new function.
12348         (LyXTextClassList::Style): bug fix. do the right thing if layout
12349         is to big.
12350         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
12351         (LyXTextClassList::NameOfLayout): ditto 
12352         (LyXTextClassList::Load): ditto
12353
12354         * src/buffer.C (makeLaTeXFile): new access to layoutlist
12355
12356         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
12357
12358         * src/LyXAction.C (LookupFunc): added a workaround for sun
12359         compiler, on the other hand...we don't know if the current code
12360         compiles on sun at all...
12361
12362         * src/support/filetools.C (CleanupPath): subst fix
12363
12364         * src/insets/insetbib.C (delDatabase): subst fix, this looks
12365         _really_ weird.
12366
12367         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
12368         complained about this one?
12369
12370         * src/insets/insetinclude.C (Latex): subst fix
12371
12372         * src/insets/insetbib.C (getKeys): subst fix
12373
12374         * src/LyXSendto.C (SendtoApplyCB): subst fix
12375
12376         * src/lyx_main.C (init): subst fix
12377
12378         * src/layout.C (Read): subst fix
12379
12380         * src/lyx_sendfax_main.C (button_send): subst fix
12381
12382         * src/buffer.C (RoffAsciiTable): subst fix
12383
12384         * src/lyx_cb.C (MenuFax): subst fix
12385         (PrintApplyCB): subst fix
12386
12387 1999-10-26  Juergen Vigna  <jug@sad.it>
12388
12389         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
12390
12391         (Read): Cleaned up this code so now we read only format vestion >= 5
12392
12393 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
12394
12395         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
12396         come nobody has complained about this one?
12397
12398         * src/insets/insetinclude.C (Latex): subst fix
12399
12400         * src/insets/insetbib.C (getKeys): subst fix
12401
12402         * src/lyx_main.C (init): subst fix
12403
12404         * src/layout.C (Read): subst fix
12405
12406         * src/buffer.C (RoffAsciiTable): subst fix
12407
12408         * src/lyx_cb.C (MenuFax): subst fix.
12409
12410         * src/layout.[hC] + some other files: rewrote to use
12411         std::container to store textclasses and layouts in.
12412         Simplified, removed a lot of code. Make all classes
12413         assignable. Further simplifications and review of type
12414         use still to be one. 
12415
12416         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
12417         lastfiles to create the lastfiles partr of the menu.
12418
12419         * src/lastfiles.[Ch]: rewritten to use deque to store the
12420         lastfiles in. Uses fstream for reading and writing. Simplifies
12421         code.
12422
12423         * src/support/syscall.C: remove explicit cast.
12424
12425         * src/BufferView.C (CursorToggleCB): removed code snippets that
12426         were commented out.
12427         use explicat C++ style casts instead of C style casts. also use
12428         u_vdata instea of passing pointers in longs.
12429
12430         * src/PaperLayout.C: removed code snippets that were commented out.
12431
12432         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
12433
12434         * src/lyx_main.C: removed code snippets that wer commented out.
12435
12436         * src/paragraph.C: removed code snippets that were commented out.
12437
12438         * src/lyxvc.C (logClose): use static_cast
12439         (logUpdate): ditto
12440         (viewLog): remove explicit cast to void*
12441         (showLog): removed old commented code
12442
12443         * src/menus.C: use static_cast instead of C style casts. use
12444         u_vdata instead of u_ldata. remove explicit cast to (long) for
12445         pointers. Removed old code that was commented out.
12446
12447         * src/insets/inset.C: removed old commented func
12448
12449         * src/insets/insetref.C (InsetRef): removed old code that had been
12450         commented out for a long time.
12451         (Edit): ditto
12452         (escape): removed C style cast
12453
12454         * src/insets/insetlatexaccent.C (Draw): removed old commented code
12455
12456         * src/insets/insetlatex.C (Draw): removed old commented code
12457         (Read): rewritten to use string
12458
12459         * src/insets/insetlabel.C (escape): removed C style cast
12460
12461         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
12462
12463         * src/insets/insetindex.C: use static_cast and u_vdata, removed
12464         old commented code.
12465
12466         * src/insets/insetinclude.h: removed a couple of stupid bools
12467
12468         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
12469         (Clone): remove C style cast
12470         (getKeys): changed list to lst because of std::list
12471
12472         * src/insets/inseterror.C (Draw): removed som old commented code.
12473
12474         * src/insets/insetcommand.C (Draw): removed some old commented code.
12475
12476         * src/insets/insetbib.C (bibitem_cb): removed code that has been
12477         commented out forever.
12478         (bibitem_cb): use static_cast instead of C style cast
12479         use of vdata changed to u_vdata.
12480
12481         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
12482         parameter.
12483         (CloseUrlCB): use static_cast instead of C style cast.
12484         (CloseUrlCB): added a fl_free form...it seemed to be missing.
12485
12486         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
12487         (C_InsetInfo_CloseInfoCB): forward the ob parameter
12488         (CloseInfoCB): static_cast from ob->u_vdata instead.
12489         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
12490         instead. 
12491
12492         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
12493         (C_InsetError_CloseErrorCB): forward the ob parameter
12494         (CloseErrorCB): static_cast from ob->u_vdata instead.
12495
12496         * src/vspace.h: include LString.h since we use string in this class.
12497
12498         * src/vspace.C (lyx_advance): changed name from advance because of
12499         nameclash with stl. And since we cannot use namespaces yet...I
12500         used a lyx_ prefix instead. Expect this to change when we begin
12501         using namespaces.
12502
12503         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
12504
12505         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
12506         and removed now defunct constructor and deconstructor.
12507
12508         * src/BufferView.h: have backstack as a object not as a pointer.
12509         removed initialization from constructor. added include for BackStack 
12510
12511         * development/lyx.spec.in (%build): add CFLAGS also.
12512
12513         * src/screen.C (drawFrame): removed another warning.
12514
12515 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12516
12517         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
12518         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
12519         README and ANNOUNCE a bit for the next release. More work is
12520         needed, of course.
12521
12522         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
12523         unbreakable if we are in freespacing mode (LyX-Code), but not in
12524         latex mode.
12525
12526 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
12527
12528         * src/BackStack.h: fixed initialization order in constructor
12529
12530         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
12531
12532         * acinclude.m4 (VERSION): new rules for when a version is
12533         development, added also a variable for prerelease.
12534         (warnings): we set with_warnings=yes for prereleases
12535         (lyx_opt): prereleases compile with same optimization as development 
12536         (CXXFLAGS): only use pedantic if we are a development version 
12537
12538         * src/BufferView.C (restorePosition): don't do anything if the
12539         backstack is empty.
12540
12541         * src/BackStack.h: added member empty, use this to test if there
12542         is anything to pop...
12543
12544 1999-10-25  Juergen Vigna  <jug@sad.it>
12545
12546         * forms/form1.fd +
12547         * forms/layout_forms.fd +
12548         * forms/latexoptions.fd +
12549         * lyx.fd: changed for various form resize issues
12550
12551         * src/mathed/math_panel.C +
12552         * src/insets/inseterror.C +
12553         * src/insets/insetinfo.C +
12554         * src/insets/inseturl.C +
12555         * src/insets/inseturl.h +
12556         * src/LaTeXLog.C +
12557         * src/LyXSendto.C +
12558         * src/PaperLayout.C +
12559         * src/ParagraphExtra.C +
12560         * src/TableLayout.C +
12561         * src/form1.C +
12562         * src/layout_forms.C +
12563         * src/lyx.C +
12564         * src/lyx_cb.C +
12565         * src/lyx_gui.C +
12566         * src/lyxfr0.C +
12567         * src/lyxfunc.C +
12568         * src/lyxvc.C +
12569         * src/menus.C: fixed various resize issues. So now forms can be
12570         resized savely or not be resized at all.
12571         
12572         * forms/form_url.fd +
12573         * src/insets/form_url.[Ch]: added because it's cleaner and easier
12574         to modify IMO.
12575
12576         * src/insets/Makefile.am: added files form_url.[Ch]
12577         
12578 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12579
12580         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
12581         (and presumably 6.2).
12582
12583         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
12584         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
12585         remaining static member callbacks. 
12586
12587         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
12588         messages. 
12589
12590         * src/support/lyxstring.h: declare struct Srep as friend of
12591         lyxstring, since DEC cxx complains otherwise.
12592
12593 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
12594
12595 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
12596
12597         * src/LaTeX.C (run): made run_bibtex also depend on files with
12598         extension ".bst"
12599         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
12600         are put into the dependency file.
12601
12602         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
12603         the code has shown itself to work
12604         (create_ispell_pipe): removed another warning, added a comment
12605         instead. 
12606
12607         * src/minibuffer.C (ExecutingCB): removed code that has been
12608         commented out a long time
12609
12610         * src/lyxfunc.C (processKeyEvent): removed some very old commented
12611         out code + a warning.
12612
12613         * src/support/lyxstring.h: comment out the three private
12614         operators, when compiling with string ansi conforming compilers
12615         they make problems.
12616
12617         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
12618         unsigned char *.
12619         (pixmapFromBitmapData): change type of bdata to be unsigned char *
12620         (pixmapFromBitmapData): add a reinterpret_cast in the call to
12621         XCreateImage
12622
12623         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
12624         unsigned char *
12625
12626         * src/mathed/math_panel.C (create_math_panel): remove explicit
12627         casts
12628
12629         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
12630         unsigned char *.
12631
12632         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
12633         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
12634         to XCreatePixmapFromBitmapData
12635         (fl_set_bmtable_data): change the last argument to be unsigned
12636         char *
12637         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
12638         and bh to be unsigned int, remove explicit casts in call to
12639         XReadBitmapFileData.
12640
12641         * images/arrows.xbm: made the arrays unsigned char *
12642         * images/varsz.xbm: ditto
12643         * images/misc.xbm: ditto
12644         * images/greek.xbm: ditto
12645         * images/dots.xbm: ditto
12646         * images/brel.xbm: ditto
12647         * images/bop.xbm: ditto
12648
12649         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
12650
12651         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
12652         (LYX_PROG_CXX): added -pedantic to g++ compile options when
12653         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
12654         needed. 
12655         (LYX_CXX_CHEADERS): added <clocale> to the test. 
12656
12657 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
12658
12659         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
12660
12661         * src/support/lyxstring.C (append): fixed something that must be a
12662         bug, rep->assign was used instead of rep->append.
12663
12664         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
12665         and LOstream.h
12666
12667         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
12668         lyx insert double chars. Fix spotted by Kayvan.
12669
12670 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
12671
12672         * Fixed the tth support. I messed up with the Emacs patch apply feature
12673         and omitted the changes in lyxrc.C.
12674
12675 1999-10-22  Juergen Vigna  <jug@sad.it>
12676
12677         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
12678
12679         * src/lyx_cb.C (MenuInsertRef) + 
12680         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
12681         the form cannot be resized under it limits (fixes a segfault)
12682         
12683         * src/lyx.C (create_form_form_ref) +
12684         * forms/lyx.fd: Changed Gravity on name input field so that it is
12685         resized correctly.
12686
12687 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12688
12689         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
12690         <ostream> and <istream>.
12691         
12692         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
12693         whether <fstream> provides the latest standard features, or if we
12694         have an oldstyle library (like in egcs).
12695         (LYX_CXX_STL_STRING): fix the test.
12696
12697         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
12698         code on MODERN_STL_STREAM.
12699
12700         * src/support/lyxstring.h: use L{I,O}stream.h.
12701
12702         * src/support/L{I,O}stream.h: new files, designed to setup
12703         correctly streams for our use
12704           - includes the right header depending on STL capabilities
12705           - puts std::ostream and std::endl (for LOStream.h) or
12706           std::istream (LIStream.h) in toplevel namespace.
12707
12708 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
12709
12710         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
12711         was a bib file that had been changed we ensure that bibtex is run.
12712         (runBibTeX): enhanced to extract the names of the bib files and
12713         getting their absolute path and enter them into the dep file.
12714         (findtexfile): static func that is used to look for tex-files,
12715         checks for absolute patchs and tries also with kpsewhich.
12716         Alternative ways of finding the correct files are wanted. Will
12717         probably be moved.
12718         (do_popen): function that runs a command using popen and returns
12719         the whole output of that command in a string. Should be moved to
12720         somewhere else.
12721
12722         * src/DepTable.[Ch] (extchanged): new function that returns true if a
12723         file with extension ext has changed.
12724
12725         * src/insets/figinset.C: added ifdef guards around the fl_free
12726         code that jug commented out. Now it is commented out when
12727         compiling with XForms == 0.89.
12728
12729         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
12730         to lyxstring.C, and only keep a forward declaration in
12731         lyxstring.h. Simplifies the header file a bit and should help a
12732         bit on compile time too. Also changes to Srep will not mandate a
12733         recompile of code just using string.
12734         (~lyxstring): definition moved here since it uses srep.
12735         (size): definition moved here since it uses srep.
12736
12737         * src/support/lyxstring.h: removed a couple of "inline" that should
12738         not be there.
12739
12740 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12741
12742         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
12743         the 'ob' argument.
12744
12745 1999-10-21  Juergen Vigna  <jug@sad.it>
12746
12747         * src/table.C (SetPWidth): Just a small fix so the alignment is not
12748         set to left if I just remove the width entry (or it is empty).
12749
12750         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
12751         paragraph when having dummy paragraphs.
12752
12753 1999-10-20  Juergen Vigna  <jug@sad.it>
12754
12755         * src/insets/figinset.C: just commented some fl_free_form calls
12756         and added warnings so that this calls should be activated later
12757         again. This avoids for now a segfault, but we have a memory leak!
12758
12759         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
12760         'const char * argument' to 'string argument', this should
12761         fix some Asserts() in lyxstring.C.
12762
12763         * src/lyxfunc.h: Removed the function argAsString(const char *)
12764         as it is not used anymore.
12765
12766 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
12767
12768         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
12769         get instead of >>
12770
12771         * src/Literate.h: some funcs moved from public to private to make
12772         interface clearer. Unneeded args removed.
12773
12774         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
12775         instead of lyxlex.
12776         (scanBuildLogFile): ditto
12777
12778         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
12779         normal TeX Error. Still room for improvement.
12780
12781         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
12782
12783         * src/buffer.C (insertErrors): changes to make the error
12784         desctription show properly.
12785
12786         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
12787         could never happen
12788
12789         * src/support/lyxstring.C (helper): changed to use
12790         sizeof(object->rep->ref).
12791         (operator>>): changed to use a pointer instead.
12792
12793         * src/support/lyxstring.h: changed const reference & to value_type
12794         const & lets see if that helps.
12795
12796 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
12797
12798         * Makefile.am (rpmdist): fixed to have non static package and
12799         verison.
12800
12801         * src/support/lyxstring.C: removed the compilation guards
12802
12803         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
12804         a bit clearer.
12805
12806         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
12807         conditional compile of lyxstring.Ch
12808
12809         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
12810         stupid check, but it is a lot better than the bastring hack. 
12811         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
12812
12813         * several files: changed string::erase into string::clear. Not
12814         really needed.
12815         
12816         * src/chset.C (encodeString): use a char temporary instead
12817
12818         * src/table.C (TexEndOfCell): added tostr around
12819         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
12820         (TexEndOfCell): ditto
12821         (TexEndOfCell): ditto
12822         (TexEndOfCell): ditto
12823         (DocBookEndOfCell): ditto
12824         (DocBookEndOfCell): ditto
12825         (DocBookEndOfCell): ditto
12826         (DocBookEndOfCell): ditto
12827
12828         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
12829
12830         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
12831
12832         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
12833         (MenuBuildProg): added tostr around ret
12834         (MenuRunChktex): added tostr around ret
12835         (DocumentApplyCB): added tostr around ret
12836
12837         * src/chset.C (encodeString): added tostr around t->ic
12838
12839         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
12840         (makeLaTeXFile): added tostr around tocdepth
12841         (makeLaTeXFile): added tostr around ftcound - 1
12842
12843         * src/insets/insetbib.C (setCounter): added tostr around counter.
12844
12845         * src/support/lyxstring.h: added an operator+=(int) to catch more
12846         mistakes. 
12847
12848         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
12849         (lyxstring): We DON'T allow NULL pointers.
12850
12851 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12852
12853         * src/mathed/math_macro.C (MathMacroArgument::Write,
12854         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
12855         when writing them out.
12856
12857         * src/LString.C: remove, since it is not used anymore.
12858         
12859         * src/support/lyxstring.C: condition the content to
12860         USE_INCLUDED_STRING macro.
12861
12862         * src/mathed/math_symbols.C, src/support/lstrings.C,
12863         src/support/lyxstring.C: add `using' directive to specify what
12864         we need in <algorithm>. I do not think that we need to
12865         conditionalize this, but any thought is appreciated.
12866
12867         * many files: change all callback functions to "C" linkage
12868         functions to please strict C++ compilers like DEC cxx 6.1 in mode
12869         strict_ansi. Those who were static are now global. 
12870             The case of callbacks which are static class members is
12871         trickier, since we have to make C wrappers around them (see
12872         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
12873         did not finish this yet, since it defeats the purpose of
12874         encapsulation, and I am not sure what the best route is.
12875
12876 1999-10-19  Juergen Vigna  <jug@sad.it>
12877
12878         * src/support/lyxstring.C (lyxstring): we permit to have a null
12879         pointer as assignment value and just don't assign it.
12880
12881         * src/vspace.C (nextToken): corrected this function substituting
12882         find_first(_not)_of with find_last_of.
12883
12884         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
12885         (TableOptCloseCB) (TableSpeCloseCB):
12886         inserted fl_set_focus call for problem with fl_hide_form() in
12887         xforms-0.89.
12888
12889 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12890
12891         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
12892         string. 
12893
12894 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12895
12896         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
12897         LyXLex::next() and not eatline() to get its argument.
12898
12899 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
12900
12901         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
12902         instead, use fstreams for io of the depfile, removed unneeded
12903         functions and variables. 
12904
12905         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
12906         vector instead, removed all functions and variables that is not in
12907         use.
12908
12909 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12910
12911         * src/buffer.C (insertErrors): use new interface to TeXError
12912
12913         * Makefile.am (rpmdist): added a rpmdist target
12914
12915         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
12916         per Kayvan's instructions.
12917
12918 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12919
12920         * src/Makefile.am: add a definition for localedir, so that locales
12921         are found after installation (Kayvan)
12922
12923 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12924
12925         * development/.cvsignore: new file.
12926
12927 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12928
12929         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
12930         C++ compiler provides wrappers for C headers and use our alternate
12931         version otherwise.
12932
12933         * configure.in: use LYX_CXX_CHEADERS.
12934
12935         * src/cheader/: new directory, populated with cname headers from
12936         libstdc++-2.8.1. They are a bit old, but probably good enough for
12937         what we want (support compilers who lack them).
12938         
12939         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
12940         from includes. It turns out is was stupid.
12941
12942 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12943
12944         * lib/Makefile.am (install-data-local): forgot a ';'
12945         (install-data-local): forgot a '\'
12946         (libinstalldirs): needed after all. reintroduced.
12947
12948 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
12949
12950         * configure.in (AC_OUTPUT): added lyx.spec
12951
12952         * development/lyx.spec: removed file
12953
12954         * development/lyx.spec.in: new file
12955
12956         * po/*.po: merged with lyx.pot becuase of make distcheck
12957         
12958         * lib/Makefile.am (dist-hook): added dist-hook so that
12959         documentation files will be included when doing a make
12960         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
12961         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
12962         conditional later.
12963         more: tried to make install do the right thing, exclude CVS dirs
12964         etc.
12965
12966         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
12967         Path would fit in more nicely.
12968
12969         * all files that used to use pathstack: uses now Path instead.
12970         This change was a lot easier than expected.
12971         
12972         * src/support/path.h: new file
12973
12974         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
12975
12976         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
12977
12978         * src/support/lyxstring.C (getline): Default arg was given for
12979         para 3. removed.
12980
12981         * Configure.cmd: removed file 
12982
12983 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12984
12985         * src/support/DebugStream.[Ch]: remove the explicit std:: before
12986         streams classes and types, add the proper 'using' statements when
12987         MODERN_STL is defined.
12988         
12989         * src/debug.h: move the << operator definition after the inclusion
12990         of DebugStream.h
12991
12992         * src/support/filetools.C: include "LAssert.h", which is needed
12993         later. 
12994
12995         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
12996         to includes. 
12997
12998         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
12999         include "debug.h" to define a proper ostream.
13000
13001 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
13002
13003         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
13004           method to the SystemCall class which can kill a process, but it's
13005           not fully implemented yet.
13006
13007         * src/*.C: Changed Systemcalls::Startscript() to startscript()
13008
13009         * src/support/FileInfo.h: Better documentation  
13010
13011         * src/lyxfunc.C: Added support for buffer-export html
13012         
13013         * src/menus.C: Added Export->As HTML...
13014         
13015         * lib/bind/*.bind: Added short-cut for buffer-export html
13016
13017         * src/lyxrc.*: Added support for new \tth_command
13018         
13019         * lib/lyxrc.example: Added stuff for new \tth_command
13020
13021 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13022
13023         * lib/Makefile.am (IMAGES): removed images/README
13024         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
13025         installes in correct place. Check permisions is installed
13026         correctly.
13027
13028         * src/LaTeX.C: some no-op changes moved declaration of some
13029         variables around.
13030
13031         * src/LaTeX.h (LATEX_H): changed include guard name
13032
13033 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13034
13035         * lib/reLyX/Makefile.am: install noweb2lyx.
13036
13037         * lib/Makefile.am: install configure. 
13038
13039         * lib/reLyX/configure.in: declare a config aux dir; set package
13040         name to lyx (not sure what the best solution is); generate noweb2lyx.
13041
13042         * lib/layouts/egs.layout: fix the bibliography layout.
13043
13044 1999-10-08  Jürgen Vigna <jug@sad.it>
13045
13046         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
13047         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
13048         it returned without continuing to search the path.
13049         
13050 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13051
13052         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
13053         also fixes a bug. It is not allowed to do tricks with std::strings
13054         like: string a("hei"); &a[e]; this will not give what you
13055         think... Any reason for the complexity in this func?
13056
13057 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
13058
13059         * Updated README and INSTALL a bit, mostly to check that my
13060         CVS rights are correctly set up.
13061
13062 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
13063
13064         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
13065         does not allow '\0' chars but lyxstring and std::string does.
13066
13067 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
13068
13069         * autogen.sh (AUTOCONF): let the autogen script create the
13070         POTFILES.in file too. POTFILES.in should perhaps now not be
13071         included in the cvs module.
13072
13073         * some more files changed to use C++ includes instead of C ones.
13074
13075         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
13076         not assigned.
13077         (Reread): added tostr to nlink. buggy output otherwise.
13078         (Reread): added a string() around szMode when assigning to Buffer,
13079         without this I got a log of garbled info strings.
13080
13081         * acconfig.h: commented out the PTR_AS_INT macros. They should not
13082         be needed.
13083
13084         * I have added several ostream & operator<<(ostream &, some_type)
13085         functions. This has been done to avoid casting and warnings when
13086         outputting enums to lyxerr. This as thus eliminated a lot of
13087         explicit casts and has made the code clearer. Among the enums
13088         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
13089         mathed enums, some font enum the Debug::type enum. 
13090
13091         * src/support/lyxstring.h (clear): missing method. equivalent of
13092         erase(0, npos).
13093
13094         * all files that contained "stderr": rewrote constructs that used
13095         stderr to use lyxerr instead. (except bmtable)
13096
13097         * src/support/DebugStream.h (level): and the passed t with
13098         Debug::ANY to avoid spurious bits set.
13099
13100         * src/debug.h (Debug::type value): made it accept strings of the
13101         type INFO,INIT,KEY.
13102
13103         * configure.in (Check for programs): Added a check for kpsewhich,
13104         the latex generation will use this later to better the dicovery of
13105         all used files. 
13106
13107         * src/BufferView.C (create_view): we don't need to cast this to
13108         (void*) that is done automatically.
13109         (WorkAreaButtonPress): removed some dead code.
13110
13111 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13112
13113         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
13114         is not overwritten when translated (David Sua'rez de Lis).
13115
13116         * lib/CREDITS: Added David Sua'rez de Lis
13117
13118         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
13119
13120         * src/bufferparams.C (BufferParams): default input encoding is now
13121         "latin1" 
13122
13123         * acinclude.m4 (cross_compiling): comment out macro
13124         LYX_GXX_STRENGTH_REDUCE. 
13125
13126         * acconfig.h: make sure that const is not defined (to empty) when
13127         we are compiling C++. Remove commented out code using SIZEOF_xx
13128         macros.
13129         
13130         * configure.in : move the test for const and inline as late as
13131         possible so that these C tests do not interefere with C++ ones.
13132         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
13133         has not been proven. 
13134
13135 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13136
13137         * src/table.C (getDocBookAlign): remove bad default value for
13138         isColumn parameter.
13139
13140         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
13141         shortcut. 
13142         (ShowFileMenu2): ditto.
13143
13144         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
13145         of files to ignore.
13146
13147 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
13148
13149         * Most files: finished the change from the old error code to use
13150         DebugStream for all lyxerr debugging. Only minor changes remain
13151         (e.g. the setting of debug levels using strings instead of number) 
13152
13153 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
13154
13155         * src/layout.C (Add): Changed to use compare_no_case instead of
13156         strcasecmp.
13157
13158         * src/FontInfo.C: changed loop variable type too string::size_type.
13159
13160 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
13161
13162         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
13163         set ETAGS_ARGS to --c++ 
13164
13165 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
13166
13167         * src/table.C (DocBookEndOfCell): commented out two unused variables
13168
13169         * src/paragraph.C: commented out four unused variables. 
13170
13171         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
13172         insed a if clause with type string::size_type.
13173
13174         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
13175         string::size_type.
13176
13177         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
13178
13179         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
13180         variable, also changed loop to go from 0 to lenght + 1, instead of
13181         -1 to length. This should be correct.
13182
13183         * src/LaTeX.C (scanError): use string::size_type as loop variable
13184         type.
13185
13186         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
13187         (l.896) since y_tmp and row was not used anyway.
13188
13189         * src/insets/insetref.C (escape): use string::size_type as loop
13190         variable type.
13191
13192         * src/insets/insetquotes.C (Width): use string::size_type as loop
13193         variable type.
13194         (Draw): use string::size_type as loop variable type.
13195
13196         * src/insets/insetlatexaccent.C (checkContents): use
13197         string::size_type as loop variable type.
13198
13199         * src/insets/insetlabel.C (escape): use string::size_type as loop
13200         variable type.
13201
13202         * src/insets/insetinfo.C: added an extern for current_view.
13203
13204         * src/insets/insetcommand.C (scanCommand): use string::size_type
13205         as loop variable type.
13206
13207         * most files: removed the RCS tags. With them we had to recompile
13208         a lot of files after a simple cvs commit. Also we have never used
13209         them for anything meaningful. 
13210
13211         * most files: tags-query-replace NULL 0. As adviced several plases
13212         we now use "0" instead of "NULL" in our code. 
13213
13214         * src/support/filetools.C (SpaceLess): use string::size_type as
13215         loop variable type.
13216
13217 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
13218
13219         * src/paragraph.C: fixed up some more string stuff.
13220
13221 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
13222
13223         * src/support/filetools.h: make modestr a std::string.
13224
13225         * src/filetools.C (GetEnv): made ch really const.
13226
13227         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
13228         made code that used these use max/min from <algorithm> instead.
13229
13230         * changed several c library include files to their equivalent c++
13231         library include files. All is not changed yet.
13232
13233         * created a support subdir in src, put lyxstring and lstrings
13234         there + the extra files atexit, fileblock, strerror. Created
13235         Makefile.am. edited configure.in and src/Makefile.am to use this
13236         new subdir. More files moved to support.
13237
13238         * imported som of the functions from repository lyx, filetools
13239         
13240         * ran tags-query-replace on LString -> string, corrected the bogus
13241         cases. Tried to make use of lstrings.[hC], debugged a lot. There
13242         is still some errors in there. This is errors where too much or
13243         too litle get deleted from strings (string::erase, string::substr,
13244         string::replace), there can also be some off by one errors, or
13245         just plain wrong use of functions from lstrings. Viewing of quotes
13246         is wrong. 
13247
13248         * LyX is now running fairly well with string, but there are
13249         certainly some bugs yet (see above) also string is quite different
13250         from LString among others in that it does not allow null pointers
13251         passed in and will abort if it gets any.
13252         
13253         * Added the revtex4 files I forgot when setting up the repository.
13254
13255 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
13256
13257         * All over: Tried to clean everything up so that only the files
13258           that we really need are included in the cvs repository.
13259         * Switched to use automake.
13260         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
13261         * Install has not been checked.
13262
13263 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
13264
13265         * po/pt.po: Three errors:
13266                l.533 and l.538 format specification error
13267                l. 402 duplicate entry, I just deleted it.