]> git.lyx.org Git - lyx.git/blob - ChangeLog
35b95434ee19a80053ae387c90ba0cad8c9a2896
[lyx.git] / ChangeLog
1 2000-07-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/insets/insetbib.h: fixed bug in previous commit
4
5         * src/frontends/xforms/FormUrl.h: ditto
6
7         * src/frontends/xforms/FormPrint.h: ditto
8
9         * src/frontends/xforms/FormPreferences.h: ditto
10
11         * src/frontends/xforms/FormCopyright.h: ditto
12
13         * src/frontends/xforms/FormCitation.C: ditto
14
15         * src/frontends/Dialogs.h (class Dialogs): use noncopyable, remove
16         private copyconstructor and private default contructor
17
18         * src/support/Makefile.am: add utility.hpp
19
20         * src/support/utility.hpp: new file from boost
21
22         * src/insets/insetbib.h: set owner in clone
23
24         * src/frontends/xforms/FormCitation.C: added missing include
25         algorithm
26
27         * src/insets/form_url.[Ch]: removed
28
29 2000-07-26  Kayvan A. Sylvan <kayvan@sylvan.com>
30
31         * development/lyx.spec.in
32         * Makefile.am: Fix buglet for LyX RPM generation resulting from
33         file/directory re-organization.
34                 
35 2000-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
36
37         * src/insets/insetcommand.[Ch]: moved the string data and
38         associated manipulation methods into a new stand-alone class
39         InsetCommandParams. This class has two additional methods
40         getAsString() and setFromString() allowing the contents to be
41         moved around as a single string.
42         (addContents) method removed.
43         (setContents) method no longer virtual.
44
45         * src/buffer.C (readInset): made use of new InsetCitation,
46         InsetUrl constructors based on InsetCommandParams.
47
48         * src/commandtags.h: add LFUN_INSERT_URL
49
50         * src/lyxfunc.C (Dispatch): changed to accomadate GUI-
51         independent InsetUrl and use InsetCommandParams to extract
52         string info and create new Insets.
53
54         * src/frontends/Dialogs.h: add signals showUrl, createUrl.
55
56         * src/frontends/xforms/FormCitation.C (apply): uses 
57         InsetCommandParams.
58
59         * src/frontends/xforms/form_url.C
60         * src/frontends/xforms/form_url.h
61         * src/frontends/xforms/FormUrl.h
62         * src/frontends/xforms/FormUrl.C
63         * src/frontends/xforms/forms/form_url.fd: new files
64
65         * src/insets/insetcite.[Ch]: removed unused constructors.
66
67         * src/insets/insetinclude.[Ch]: no longer store filename
68
69         * src/insets/inseturl.[Ch]: GUI-independent.
70
71 2000-07-26  Juergen Vigna  <jug@sad.it>
72         * renamed frontend from gtk to gnome as it is that what is realized
73         and did the necessary changes in the files.
74         
75 2000-07-26  Marko Vendelin <markov@ioc.ee>
76         * autogen.sh
77         * configure.in: cleaning up gnome configuration scripts
78
79 2000-07-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
80
81         * src/frontends/xforms/Menubar_pimpl.C (set): fix the disappearing
82         shortcuts syndrom by redrawing them explicitely (a better solution
83         would be appreciated).
84
85         * src/lyxfunc.C (getStatus): fix crash when functions are disabled.
86
87         * src/frontends/xforms/Menubar_pimpl.C (set): fix the shortcut of
88         the button.
89
90         * src/lyx_cb.C (MenuExport): change html export to do the right
91         thing depending of the document type (instead of having
92         html-linuxdoc and html-docbook).
93         * src/lyxfunc.C (getStatus): update for html
94         * lib/ui/default.ui: simplify due to the above change.
95         * src/menus.C (ShowFileMenu): update too (in case we need it).
96
97         * src/MenuBackend.C (read): if a menu is defined twice, add the
98         new entries to the exiting one.
99
100 2000-07-26  Juergen Vigna  <jug@sad.it>
101
102         * src/buffer.h: added functions setUnnamed(bool) and isUnnamed().
103
104         * src/lyx_cb.C (MenuWriteAs): Changed to react right for unnamed docs
105         and return a bool if it did actual save the file.
106         (AutoSave): don't autosave a unnamed doc.
107
108         * src/bufferlist.C (close) (QwriteAll) (emergencyWriteAll):
109         check if this is an UNNAMED new file and react to it.
110         (newFile): set buffer to unnamed and change to not mark a new
111         buffer dirty if I didn't do anything with it.
112
113         * src/lyxfunc.C (MenuNew): Changed to not ask for filename on new.
114
115 2000-07-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
116
117         * src/frontends/Menubar.h: make "struct Pimpl;" public + the
118         friend as per Angus's patch posted to lyx-devel.
119
120         * src/ext_l10n.h: updated
121
122         * src/frontends/xforms/Toolbar_pimpl.C (updateLayoutList): run
123         gettext on the style string right before inserting them into the
124         combox. 
125
126         * autogen.sh: add code to extract style strings form layout files,
127         not good enough yet. 
128
129         * src/frontends/gtk/.cvsignore: add MAKEFILE
130
131         * src/MenuBackend.C (read): run the label strings through gettext
132         before storing them in the containers.
133
134         * src/ext_l10n.h: new file 
135
136         * autogen.sh : generate the ext_l10n.h file here
137
138 2000-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
139
140         * src/lyxrc.C (read): do not use LyXLex::lex() to parse set_color
141         arguments. 
142
143         * lib/ui/default.ui: fix a couple of typos.
144
145         * config/gnome/gtk.m4: added (and added to the list of files in 
146         autogen.sh).
147
148         * src/insets/insetinclude.C (unique_id): fix when we are using
149         lyxstring instead of basic_string<>. 
150         * src/insets/insettext.C (LocalDispatch): ditto.
151         * src/support/filetools.C: ditto.
152
153         * lib/configure.m4: create the ui/ directory if necessary.
154
155         * src/LyXView.[Ch] (updateToolbar): new method.
156
157         * src/BufferView_pimpl.C (buffer): update the toolbar when
158         opening/closing buffer.
159
160 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
161
162         * src/LyXAction.C (getActionName): enhance to return also the name
163         and options of pseudo-actions.
164         (init): New lyxfunc LFUN_MATH_PANEL=="math-panel".
165
166         * lib/ui/default.ui: use OptItem in the vc submenu (intented just
167         as an example of what is possible). Used in File->Build too (more
168         useful) and in the import/export menus (to mimick the complicated
169         handling of linuxdoc and friends). Try to update all the entries.
170
171         * src/frontends/xforms/Menubar_pimpl.C (create_submenu): handle
172         optional entries.
173
174         * src/MenuBackend.C (read): Parse the new OptItem tag.
175
176         * src/MenuBackend.h: Add a new optional_ data member (used if the
177         entry should be omitted when the lyxfunc is disabled).
178
179         * src/frontends/xforms/Menubar_pimpl.C (string_width): new
180         function, used as a shortcut.
181         (create_submenu): align correctly the shortcuts on the widest
182         entry.
183         
184         * src/MenuBackend.h: MenuItem.label() only returns the label of
185         the menu without shortcut; new method shortcut().
186         
187 2000-07-14  Marko Vendelin <markov@ioc.ee>
188
189         * src/frontends/gtk/Dialogs.C:
190         * src/frontends/gtk/FormCopyright.C:
191         * src/frontends/gtk/FormCopyright.h:
192         * src/frontends/gtk/Makefile.am: added these source-files for the
193         Gtk/Gnome support of the Copyright-Dialog.
194
195         * src/main.C: added Gnome::Main initialization if using
196         Gtk/Gnome frontend-GUI.
197
198         * src/lyx_gui.C: added Gnome event loop if using Gtk/Gnome
199         frontend-GUI.
200         * config/gnome/aclocal-include.m4
201         * config/gnome/compiler-flags.m4
202         * config/gnome/curses.m4
203         * config/gnome/gnome--.m4
204         * config/gnome/gnome-bonobo-check.m4
205         * config/gnome/gnome-common.m4
206         * config/gnome/gnome-fileutils.m4
207         * config/gnome/gnome-ghttp-check.m4
208         * config/gnome/gnome-gnorba-check.m4
209         * config/gnome/gnome-guile-checks.m4
210         * config/gnome/gnome-libgtop-check.m4
211         * config/gnome/gnome-objc-checks.m4
212         * config/gnome/gnome-orbit-check.m4
213         * config/gnome/gnome-print-check.m4
214         * config/gnome/gnome-pthread-check.m4
215         * config/gnome/gnome-support.m4
216         * config/gnome/gnome-undelfs.m4
217         * config/gnome/gnome-vfs.m4
218         * config/gnome/gnome-x-checks.m4
219         * config/gnome/gnome-xml-check.m4
220         * config/gnome/gnome.m4
221         * config/gnome/gperf-check.m4
222         * config/gnome/gtk--.m4
223         * config/gnome/linger.m4
224         * config/gnome/need-declaration.m4: added configuration scripts
225         for Gtk/Gnome frontend-GUI
226
227         * configure.in: added support for the --with-frontend=gtk option
228
229         * autogen.sh: added config/gnome/* to list of config-files
230
231         * acconfig.h: added define for GTKGUI-support
232
233         * config/lyxinclude.m4: added --with-frontend[=value] option value
234         for Gtk/Gnome frontend-GUI support.
235                             
236 2000-07-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
237
238         * src/support/lstrings.C (prefixIs): rewrite so that gcc bastring
239         can be used.
240         (suffixIs): ditto
241
242         * src/paragraph.C (GetChar): remove non-const version
243
244         * src/lyxlex_pimpl.C (compare_tags): rewritten to suit cvs gcc 2.96
245         (search_kw): use it.
246
247         * src/lyx_main.C (init): if "preferences" exist, read that instead
248         of "lyxrc".
249         (ReadRcFile): return bool if the file could be read ok.
250         (ReadUIFile): add a check to see if lex file is set ok.
251
252         * src/lyx_cb.C (InsertAsciiFile): rewrite a bit so that gcc
253         bastring can be used instead of lyxstring (still uses the old code
254         if std::string is good enough or if lyxstring is used.)
255
256         * src/encoding.C: make the arrays static, move ininle functions
257         here
258         * src/encoding.h: from here.
259
260         * src/buffer.C: have last_isnet_read as a file scope variable for now.
261         (parseSingleLyXformat2Token): move inset parsing to separate method
262         (readInset): new private method
263
264         * src/Variables.h: remove virtual from get().
265
266         * src/ToolbarDefaults.C: include lyxparagraph.h temporary to get
267         access to NEW_INSETS and NEW_TABULAR
268
269         * src/MenuBackend.h: remove superfluous forward declaration of
270         MenuItem. Add documentations tags "///", remove empty MenuItem
271         destructor, remove private default contructor.
272
273         * src/MenuBackend.C (MenuItem): remove unneeded copy contructor 
274         (add): return *this
275         (read): more string mlabel and mname to where they are used
276         (read): remove unused variables mlabel and mname
277         (defaults): unconditional clear, make menusetup take advantage of
278         add returning Menu &.
279
280         * src/LyXView.h: define NEW_MENUBAR as default
281
282         * src/LyXAction.C: include lyxparagraph.h temporary to get access
283         to NEW_INSETS and NEW_TABULAR.
284         (init): commetn out some funcs that is obsolete when NEW_INSETS is
285         defined. Change some of the "xxxx-inset-insert" functions names to
286         "xxxx-insert".
287
288         * several files: more enahncements to NEW_INSETS and the resulting
289         LyXParagraph code.
290         
291         * lib/lyxrc.example (\date_insert_format): move to misc section 
292
293         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): allow to use the gcc
294         bastring and use AC_CACHE_CHECK. 
295         (LYX_CXX_GOOD_STD_STRING): new check. Checks if the std::string of
296         the system have the newest methods. uses AC_CACHE_CHECK 
297         (LYX_CXX_MUTABLE): use AC_CACHE_CHECK 
298         (LYX_CXX_PARTIAL): use AC_CACHE_CHECK 
299         (LYX_CXX_NAMESPACES): use AC_CACHE_CHECK
300
301         * configure.in: add LYX_CXX_GOOD_STD_STRING
302
303         * acinclude.m4: recreated
304
305 2000-07-24  Amir Karger
306
307         * README: add Hebrew, Arabic kmaps
308         * ANNOUNCE: typo
309
310 2000-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
311
312         * src/buffer.C (writeFileAscii): Define actcell as an int instead
313         of int*.
314
315 2000-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
316
317         * Lot of files: add pragma interface/implementation.
318         
319         * src/lyx_main.C (ReadUFile): new method. Read the UI file.
320
321         * lib/ui/default.ui: new file (ans new directory). Contains the
322         default menu and toolbar.
323
324         * src/lyxrc.[Ch]: new variable ui_file. Move toolbardefaults to
325         global space. Toolbars are now read (as menus) in ui files. 
326
327         * src/debug.C: change Debug::TOOLBAR to Debug::GUI.
328
329         * src/lyxfunc.C (getStatus): do not exit immediately if a command
330         is disabled because the document is read-only. We want to have the
331         toggle state of the function anyway.
332         (getStatus): add code for LFUN_VC* functions (mimicking what is
333         done in old-style menus)
334         
335         * src/lyxfunc.C (Dispatch): news functions LFUN_SWITCHBUFFER,
336         LFUN_HELP_CREDITS, LFUN_HELP_VERSION, LFUN_HELP_OPEN.
337
338         * src/LyXView.[Ch]: add code for the NEW_MENUBAR define.
339         * src/BufferView_pimpl.C: ditto. 
340         * src/lyxfunc.C: ditto.         
341
342         * src/LyXView.h: add a define NEW_MENUBAR (commented out by
343         default). This replaces old-style menus by new ones.
344         
345         * src/MenuBackend.[Ch]: new classes MenuBackend, Menu and
346         MenuItem. Contain the data structure of a menu.
347
348         * src/insets/insettext.C: use LyXView::setLayout instead of
349         accessing directly the toolbar combox.
350         * src/lyxfunc.C (Dispatch): ditto.
351
352         * src/LyXView.C (setLayout): new method, which just calls
353         Toolbar::setLayout(). 
354         (updateLayoutChoice): move part of this method in Toolbar.
355
356         * src/toolbar.[Ch]: removed.
357         
358         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. The xforms
359         implementation the toolbar. 
360
361         * src/frontend/Toolbar.[Ch]: new files. The abstract interface of
362         the toolbar. It might make sense to merge it with ToolbarDefaults
363         later. 
364         (setLayout): new function. 
365         (updateLayoutList): ditto.
366         (openLayoutList): ditto.
367         
368         * src/frontend/xforms/Toolbar_pimpl.[Ch]: new files. Contain the
369         xforms implementation of the toolbar.
370         (get_toolbar_func): comment out, since I do not
371         know what it is good for. 
372         
373         * src/ToolbarDefaults.h: Add the ItemType enum.
374
375         * src/support/StrPool.[Ch]: new class. Acts as a reference holder
376         for a list of allocated C strings. Used in Menubar xforms
377         implementation to avoid memory leaks.
378
379         * src/support/lstrings.[Ch] (uppercase): new version taking and
380         returning a char.
381         (lowercase): ditto.
382
383         * lib/bind/xemacs.bind: remove bogus binding for lyx-quit.
384         * lib/bind/emacs.bind: ditto.
385
386 2000-07-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
387
388         * src/toolbar.h: include commandtags.h instead of lyxfunc.h,
389         forward decl of LyXView.
390
391         * src/toolbar.C (toolbarItem): moved from toolbar.h
392         (toolbarItem::clean): ditto
393         (toolbarItem::~toolbarItem): ditto
394         (toolbarItem::operator): ditto
395
396         * src/text2.C (SetLayout): commetn out USE_OLD_SETUP_LAYOUT stuff
397
398         * src/paragraph.h: control the NEW_TABULAR define from here
399
400         * src/buffer.C: remove define USE_PARSE_FUNCTION, change
401         USE_TABULAR_INSETS to NEW_TABULAR
402
403         * src/ToolbarDefaults.C: add include "lyxlex.h"
404
405         * files using the old table/tabular: use NEW_TABULAR to control
406         compilation of old tabular stuff. 
407
408         * src/paragraph.C (SimpleTeXOnePar): NEW_INSETS: move some #ifdef
409         to correct place.
410
411         * src/buffer.C (parseSingleLyXformat2Token): NEW_INSETS: fix the
412         planemet in reading of old style floats, fix the \end_deeper
413         problem when reading old style floats. 
414
415 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
416
417         * src/paragraph.C (writeFile): NEW_INSETS: move a misplaced #endif
418
419 2000-07-20  Serge Winitzki <winitzki@erebus.phys.cwru.edu>
420
421         * lib/bind/sciword.bind: updated.
422
423 2000-07-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
424
425         * src/paragraph.C (writeFile): NEW_INSETS: possible fix to the
426         layout write problem
427
428 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
429
430         * src/Makefile.am (INCLUDES): remove image directory from include
431         path. 
432
433         * src/bullet_forms.C (create_form_form_bullet): small cleanup.
434         * src/bullet_forms_cb.C (BulletPanelCB): ditto.
435
436         * src/LyXView.C (create_form_form_main): read the application icon
437         from the disk.
438
439         * lib/images/*.xpm: change the icons to use transparent color for
440         background. 
441
442         * src/toolbar.C (update): change the color of the button when it
443         is toggled on.
444
445 2000-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
446
447         * src/lyxfunc.C (Dispatch): use LyXView::ShowState instead of
448         setting explicitely the minibuffer.
449         * src/BufferView_pimpl.C (workAreaButtonRelease): ditto.
450
451         * src/LyXView.C (showState): new function. Shows font information
452         in minibuffer and update toolbar state.
453         (LyXView): call Toolbar::update after creating the
454         view. 
455
456         * src/toolbar.C: change toollist to be a vector instead of a
457         linked list.
458         (BubbleTimerCB): get help string directly from the callback
459         argument of the corresponding icon (which is the action) 
460         (set): remove unnecessary ugliness.
461         (update): new function. update the icons (depressed, disabled)
462         depending of the status of the corresponding action.
463         
464         * src/toolbar.h: remove help in toolbarItem
465
466 2000-07-19  Dekel Tsur  <dekel@math.tau.ac.il>
467
468         * src/Painter.C (text): Added code for using symbol glyphs from
469         iso10646 fonts. Currently diabled.
470
471         * src/encoding.C: Added new encodings: iso8859_3,iso8859_9 and
472         symbol_encoding.
473
474         * src/language.C (initL): Fixed encodings for esperanto,lsorbian,
475         magyar,turkish and usorbian.
476
477         * src/paragraph.C (isMultiLingual): Made more efficient.
478
479         * src/mathed/formula.C (LocalDispatch): Fixed behavior of greek
480         keyboard.
481
482         * src/mathed/math_symbols.C (math_insert_greek): Changed to use
483         LocalDispatch(..,LFUN_SELFINSERT,..) instead of math_insert_symbol().
484         Also changed the prototype to "bool math_insert_greek(char)".
485                                                                        
486 2000-07-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
487
488         * lots of files: apply the NEW_INSETS on all code that will not be
489         needed when we move to use the new insets. Enable the define in
490         lyxparagrah.h to try it.
491         
492         * src/insets/insettabular.C (cellstart): change to be a static
493         inline function
494         (InsetTabular): initialize buffer in the initializer list.
495
496 2000-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
497
498         * src/frontends/xforms/FormPrint.[Ch] : moved #include
499         form_print.h out of the header file. Replaced with forward
500         declarations of the relevant struct.
501
502         * src/frontends/xforms/FormPreferences.[Ch] : ditto for
503         form_preferences.h.
504
505         * src/commandtags.h: do not include "debug.h" which does not
506         belong there. #include it in some other places because of this
507         change. 
508
509 2000-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
510
511         * src/insets/insetcaption.C: add a couple "using" directives.
512
513         * src/toolbar.C (add): get the help text directly from lyxaction.
514         (getPixmap): nuked.
515         (setPixmap): new function. Loads from disk and sets a pixmap on a
516         botton; the name of the pixmap file is derived from the command
517         name. 
518
519         * src/toolbar.h: remove members isBitmap and pixmap from
520         toobarItem struct. 
521
522         * lib/images/*.xbm *_bw.xpm: remove (not used any more).
523         * lib/images/: move many files from images/banner.xpm.
524
525         * src/lyx_gui.C (create_forms): read banner pixmap from file.
526
527         * src/lyx_gui.C (create_forms): remove TWO_COLORS_ICONS support.
528         * src/toolbar.C: ditto.
529         * configure.in: ditto.
530         * INSTALL: document. 
531
532         * src/spellchecker.C (ShowSpellChecker): use CancelCloseCB when
533         the spellchecker popup is closed from the WM.
534
535 2000-07-19  Juergen Vigna  <jug@sad.it>
536
537         * src/insets/insetfloat.C (Write): small fix because we use the
538         insetname for the type now!
539
540 2000-07-18  Angus Leeming  <a.leeming@ic.ac.uk>
541
542         * src/frontends/xforms/forms/form_citation.fd: object sizes are
543         now set here
544
545         * src/frontends/Dialogs.h: removed hideCitation signal
546
547         * src/insets/insetcite.h: added hide signal
548
549         * src/insets/insetcite.C (~InsetCitation): emits new signal
550         (getScreenLabel): "intelligent" label should now fit on the screen!
551
552         * src/frontends/xforms/FormCitation.[Ch] (hideInset): removed
553
554         * src/frontends/xforms/FormCitation.C (showInset): connects
555         hide() to the inset's hide signal
556         (show): modified to use fl_set_object_position rather than
557         fl_set_object_geometry wherever possible
558         
559 2000-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
560
561         * src/insets/lyxinset.h: add caption code
562
563         * src/insets/insetfloat.C (type): new method
564
565         * src/insets/insetcaption.C (Write): new method
566         (Read): new method
567         (LyxCode): new method
568
569         * src/text2.C (SetCounter): revert Jürgens code, but use his idea
570         to get it right together with using the FloatList.
571
572         * src/commandtags.h: add LFUN_INSET_CAPTION
573         * src/lyxfunc.C (Dispatch): handle it
574
575         * src/buffer.C (parseSingleLyXformat2Token): add code to read a
576         caption inset.
577
578         * src/Variables.[Ch]: make expand take a const reference, remove
579         the destructor, some whitespace changes.
580
581         * src/LyXAction.C (init): add caption-inset-insert
582
583         * src/FloatList.C (FloatList): update the default floats a bit.
584
585 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
586
587         * src/Variables.[Ch]: new files. Intended to be used for language
588         specific strings (like \chaptername) and filename substitution in
589         commands. 
590
591         * src/trans.C (AddDeadkey): replace keyword "all" with "native" in
592         kmap files.
593         * lib/kbd/american.kmap: update
594
595         * src/trans_mgr.C (normalkey): do not test allowAccent anymore.
596
597         * src/bufferparams.[Ch]: remove member allowAccents.
598
599         * src/menus.C (ShowOptionsMenu): remove the LaTeX entry.
600
601         * src/LaTeXLog.C: use the log_form.h header.
602         * src/lyx_gui.C: ditto.
603         * src/lyx_gui_misc.C: ditto.
604         * src/lyxvc.h: ditto.
605
606         * forms/log_form.fd: new file, created from latexoptions.fd. I
607         kept the log popup and nuked the options form.
608
609         * src/{la,}texoptions.[Ch]: removed.
610         * src/lyx_cb.C (LaTeXOptions): ditto
611
612         * src/lyx_gui.C (create_forms): do not handle the
613         fd_latex_options form. 
614
615 2000-07-18  Juergen Vigna  <jug@sad.it>
616
617         * src/insets/insetfloat.C (InsetFloat): use setInsetName to set the
618         name of the inset so that it can be requested outside (text2.C).
619
620         * src/text2.C (SetCounter): modified so it sees insetfloat for caption
621         labels.
622
623 2000-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
624
625         * src/mathed/formula.h (ConvertFont): constify
626
627         * src/mathed/formula.C (Read): add warning if \end_inset is not
628         found on expected place.
629
630         * src/insets/lyxinset.h (ConvertFont): consify
631
632         * src/insets/insetquotes.C (ConvertFont): constify
633         * src/insets/insetquotes.h: ditto
634
635         * src/insets/insetinfo.h: add labelfont
636
637         * src/insets/insetinfo.C (InsetInfo): set the labelfont
638         (ascent): use labelfont
639         (descent): likewise
640         (width): likewise
641         (draw): likewise
642         (Write): make .lyx file a bit nicer
643
644         * src/insets/insetfloat.C (Write): simplify somewhat...
645         (Read): add warning if arg is not found
646
647         * src/insets/insetcollapsable.C: add using std::max
648         (Read): move string token and add warning in arg is not found
649         (draw): use std::max to get the right ty
650         (getMaxWidth): simplify by using std::max
651
652         * src/insets/insetsection.h: new file
653         * src/insets/insetsection.C: new file
654         * src/insets/insetcaption.h: new file
655         * src/insets/insetcaption.C: new file
656
657         * src/insets/inset.C (ConvertFont): constify signature
658
659         * src/insets/Makefile.am (libinsets_la_SOURCES): add
660         insetcaption.[Ch] and insetsection.[Ch]
661
662         * src/layout.h: remove LABEL_FIRST_COUNTER from enum, change all
663         uses to use LABEL_COUNTER_CHAPTER instead.
664         * src/text2.C (SetCounter): here
665
666         * src/counters.h: new file
667         * src/counters.C: new file
668         * src/Sectioning.h: new file
669         * src/Sectioning.C: new file
670
671         * src/Makefile.am (lyx_SOURCES): add Sectioning.[hC] and counters.[Ch]
672
673 2000-07-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
674
675         * lib/Makefile.am (listerrors): build-listerrors is in ${srcdir},
676         not always in "."!
677
678         * src/paragraph.[Ch] (SimpleTeXSpecialChars): fix the definition of
679         the last argument.
680
681 2000-07-17  Juergen Vigna  <jug@sad.it>
682
683         * src/tabular.C (Validate): check if array-package is needed.
684         (SetVAlignment): added support for vertical alignment.
685         (SetLTFoot): better support for longtable header/footers
686         (Latex): modified to support added features.
687
688         * src/LaTeXFeatures.[Ch]: added array-package.
689
690 2000-07-17  R. Lahaye  <lahaye@postech.ac.kr>
691
692         * src/lyx_gui.C (LyXGUI): make sure that the height is large
693         enough. 
694
695 2000-07-17  Kayvan Sylvan <ksylvan@synopsys.com>
696
697         * configure.in: do not forget to put a space after -isystem.
698
699 2000-07-10  Dekel Tsur  <dekel@math.tau.ac.il>
700
701         * lib/kbd/arabic.kmap: a few fixes.
702
703 2000-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
704
705         * some whitespace chagnes to a number of files.
706         
707         * src/support/DebugStream.h: change to make it easier for
708         doc++ to parse correctly.
709         * src/support/lyxstring.h: ditto
710
711         * src/mathed/math_utils.C (compara): change to have only one
712         operator()
713         (MathedLookupBOP): change because of the above.
714
715         * src/mathed/math_delim.C (math_deco_compare): change to have only
716         one operator()
717         (search_deco): change becasue of the above.
718
719         * src/insets/insettabular.C (DrawCellSelection): use std::swap
720         instead of manually coded one.
721
722         * src/insets/insetquotes.C (Read): read the \end_inset too
723
724         * src/insets/insetlatex.h: remove file
725         * src/insets/insetlatex.C: remove file
726         
727         * src/insets/insetindex.[Ch] (InsetPrintIndex): remove default
728         constructor 
729         (InsetPrintIndex): remove destructor
730
731         * src/insets/insetinclude.h: remove default constructor
732
733         * src/insets/insetfloat.C: work to make it work better
734
735         * src/insets/inseterror.[Ch] (InsetError): remove default constructor
736
737         * src/insets/insetcite.h (InsetCitation): remove default constructor
738
739         * src/insets/insetbutton.[Ch] (InsetButton): remove default constructor
740
741         * src/text.C (GetColumnNearX): comment out some currently unused code.
742
743         * src/paragraph.C (writeFile): move some initializations closer to
744         first use.
745         (CutIntoMinibuffer): small change to use new matchIT operator
746         (Erase): ditto
747         (Erase): ditto
748         (InsertChar): ditto
749         (InsertInset): ditto
750         (GetInset): ditto
751         (GetInset): ditto
752         (InsetIterator): ditto
753         (Erase): small change to use new matchFT operator
754         (InsertChar): ditto
755         (GetFontSettings): ditto
756         (HighestFontInRange): ditto
757         (SetFont): ditto
758
759         * src/lyxparagraph.h: some chars changed to value_type
760         (matchIT): because of some stronger checking (perhaps too strong)
761         in SGI STL, the two operator() unified to one.
762         (matchFT): ditto
763
764         * src/lyxfunc.C (Dispatch): code to insert InsetFloat improved
765
766         * src/buffer.C (parseSingleLyXformat2Token): static string to hold
767         the last inset read added
768         (parseSingleLyXformat2Token): some more (future) compability code added
769         (parseSingleLyXformat2Token): warning about solitary \end_inset added
770         (parseSingleLyXformat2Token): set last_inset_read
771         (parseSingleLyXformat2Token): more code to read new "Float" correctly
772         (parseSingleLyXformat2Token): don't double intializw string next_token
773
774         * src/TextCache.C (text_fits::operator()): add const's to the signature
775         (has_buffer::operator()): ditto
776
777         * src/Floating.h: add some comments on the class
778
779         * src/FloatList.[Ch] (typeExist): new method
780         (getType): ditto
781
782         * src/BackStack.h: added default constructor, wanted by Gcc.
783
784 2000-07-14  Juergen Vigna  <jug@sad.it>
785
786         * src/insets/insettext.C (clear): fixed for multiple paragraps/layouts.
787
788         * src/frontends/xforms/forms/form_tabular.fd: updated a bit.
789
790         * src/insets/insettabular.C (resizeLyXText): need this to be able to
791         do a redraw when the window is resized!
792         (LocalDispatch): small fix so LFUN_TAB works only with locked_inset.
793
794         * src/insets/insettext.C (resizeLyXText): added function to correctly
795         being able to resize the LyXWindow.
796
797         * src/table.C (Read): fixed read on DOS-lyx-file (lf-lr)
798
799 2000-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
800
801         * src/frontends/Dialogs.h (hideCitation) : new signal to prevent
802         crashes when closing dialog to a deleted inset.
803
804         * src/insets/insetcite.[Ch] (Edit) : the return of this former
805         method! Now similar to other insets.
806
807 2000-07-13  Juergen Vigna  <jug@sad.it>
808
809         * src/text.C (GetVisibleRow): fixed clearing of rows with insets!
810
811         * lib/examples/Literate.lyx: small patch!
812
813         * src/insets/insetbib.C (Read): added this function because of wrong
814         Write (without [begin|end]_inset).
815
816 2000-07-11  Juergen Vigna  <jug@sad.it>
817
818         * src/BufferView2.C (open_new_inset): changed to a bool returnvalue
819         as the insertInset could not be good!
820
821         * src/screen.C (ToggleSelection): fixed toggle selection bug as
822         the bool param should not be last.
823
824 2000-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
825
826         * sigc++/configure.in: fix bug in threading-related code (Yes, I
827         did submit that to Karl).
828
829         * configure.in: use -isystem instead of -I for X headers. This
830         fixes a problem on solaris with a recent gcc; 
831         put the front-end code after the X detection code;
832         configure in sigc++ before lib/
833
834         * src/lyx_main.C (commandLineHelp): remove -display from command
835         line help.
836
837 2000-07-09  Kayvan A. Sylvan  <kayvan@sylvan.com>
838
839         * lib/Makefile.am: added lib/build-listerrors to DIST tarfile.
840         Also put in Makefile rules for building the ``listerrors''
841         program for parsing errors from literate programs written in LyX.
842
843         * lib/build-listerrors: Added small shell script as part of compile
844         process. This builds a working ``listerrors'' binary if noweb is
845         installed and either 1) the VNC X server is installed on the machine,
846         or 2) the user is compiling from within a GUI. The existence of a GUI
847         is necessary to use the ``lyx --export'' feature for now. This
848         hack can be removed once ``lyx --export'' no longer requires a GUI to
849         function.
850
851 2000-07-09  Bernard Michael Hurley <bernardh@westherts.ac.uk>
852
853         * lib/examples/Literate.lyx, src/Literate.[Ch]: Error messages are
854         now passed back correctly from gcc and placed "under" error
855         buttons in a Literate LyX source.
856
857 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
858
859         * src/text.C (GetColumnNearX): Better behavior when a RTL
860         paragraph is ended by LTR text.
861
862         * src/text2.C (SetCurrentFont,CursorLeftIntern,CursorRightIntern):
863         Ditto
864
865 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
866
867         * src/WorkArea.C  (request_clipboard_cb): Set clipboard_read to
868         true when clipboard is empty.
869                                         
870 2000-07-08  Dekel Tsur  <dekel@math.tau.ac.il>
871
872         * text.C (Backspace): Prevent rebreaking of a row if it is the last
873         row of the paragraph.
874         (SetHeightOfRow): Call to PrepareToPrint with 7th argument = false 
875         to prevent calculation of bidi tables
876
877 2000-07-07  Juergen Vigna  <jug@sad.it>
878
879         * src/screen.C (ToggleSelection): added y_offset and x_offset
880         parameters.
881
882         * src/insets/insettext.C (InsetMotionNotify): fixed selection with
883         mouse.
884
885         * src/text.C (GetVisibleRow): fixed selection drawing in insets.
886
887         * src/insets/insettext.C: fixed Layout-Display!
888
889 2000-07-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
890
891         * configure.in: add check for strings.h header.
892
893         * src/spellchecker.C: include <strings.h> in order to have a
894         definition for bzero().
895
896 2000-07-07  Juergen Vigna  <jug@sad.it>
897
898         * src/insets/insettext.C (draw): set the status of the bv->text to
899         CHANGED_IN_DRAW if top_x changed and so a reinit is necessary.
900
901         * src/screen.C (DrawOneRow): 
902         (DrawFromTo): redraw the actual row if something has changed in it
903         while drawing.
904
905         * src/text.C (draw): call an update of the toplevel-inset if something
906         has changed inside while drawing.
907
908         * src/lyxtext.h: added CHANGED_IN_DRAW status.
909
910 2000-07-06  Angus Leeming  <a.leeming@ic.ac.uk>
911
912         * src/insets/insetbib.[Ch] (callback) new method, moving callback
913         processing inside class.
914
915         * src/insets/insetindex.[Ch] (callback) new method, moving callback
916         processing inside class.
917
918         * src/insets/insetindex.h new struct Holder, consistent with other
919         insets.
920
921         * src/insets/insetcite.[Ch] and elsewhere: stripped out xforms
922         citation dialog from main code and placed it in src/frontends/xforms.
923         Dialog launched through signals instead of callbacks
924         
925 2000-07-06  R. Lahaye  <lahaye@postech.ac.kr>
926
927         * lyx.man: update the options description.
928
929 2000-07-05  R. Lahaye  <lahaye@postech.ac.kr>
930
931         * src/lyx_gui.C src/lyx_main.C: improve the -geometry support,
932         handle neg values, set min width to 590, add doc about -display  
933
934 2000-07-05  Juergen Vigna  <jug@sad.it>
935
936         * src/insets/lyxinset.h: changed Painter & in ascent(), descent()
937         calls to BufferView *.
938
939         * src/insets/insettext.C (checkAndActivateInset): small fix non
940         HIGHLY_EDITABLE insets should not be entered by cursor-move-over!
941
942         * src/insets/insetcommand.C (Read): Fixed as insets should read till
943         their \end_inset token!
944
945 2000-07-04  edscott  <edscott@imp.mx>
946
947         * src/lyxrc.C, src/lyxrc.h, src/BufferView_pimpl.C,
948         lib/lyxrc.example: added option \wheel_jump
949
950 2000-07-04   R. Lahaye  <lahaye@postech.ac.kr>
951
952         * src/lyx_gui.C src/lyx_main.C: add support for -geometry, and
953         remove support for -width,-height,-xpos and -ypos.
954
955 2000-07-01  Dekel Tsur  <dekel@math.tau.ac.il>
956
957         * src/encoding.[Ch]: New files.
958
959         * src/painter.C (text(int,int,XChar2b const *,...)): New method.
960         (text): Call to the underline() method only when needed.
961
962         * src/font.C (XTextWidth16,width(XChar2b const *,...)): New methods.
963
964         * src/buffer.C (makeLaTeXFile): Compute automatically the input
965           encoding(s) for the document.
966
967         * src/bufferparams.C (BufferParams): Changed default value of
968         inputenc to "auto".
969
970         * src/language.C (newLang): Removed.
971         (items[]): Added encoding information for all defined languages.
972
973         * src/lyx_gui.C (create_forms): Added "auto" option to the input
974         encoding choice button.
975
976         * src/lyxrc.h (font_norm_type): New member variable.
977         (set_font_norm_type): New method.
978
979         * src/paragraph.C (TeXOnePar): Put "\inputencoding{}" between
980         paragraphs with different encodings.                          
981
982         * src/text.C (is_arabic, is_nikud, TransformChar): Moved to encoding.C
983         (TransformChar): Changed to work correctly with Arabic points.
984         (draw): Added support for drawing Arabic points.
985         (draw): Removed code for drawing underbars (this is done by
986         the Painter!)
987
988         * src/support/textutils.h (IsPrintableNonspace): New function.
989
990         * src/BufferView_pimpl.h: Added "using SigC::Object".
991         * src/LyXView.h: ditto.
992
993         * src/insets/insetinclude.h (include_label): Changed to mutable.
994
995 2000-07-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
996
997         * src/mathed/math_iter.h: remove empty destructor
998
999         * src/mathed/math_cursor.h: remove empty destructor
1000
1001         * src/insets/lyxinset.h: add THEOREM_CODE
1002
1003         * src/insets/insettheorem.[Ch]: new files 
1004
1005         * src/insets/insetminipage.C: (InsertInset): remove
1006
1007         * src/insets/insetmarginal.C: inherit from InsetFootLike instead
1008         of InsetCollapsable
1009         (InsertInset): remove
1010
1011         * src/insets/insetlist.C: (InsertList): remove
1012
1013         * src/insets/insetfootlike.[Ch]: new files 
1014
1015         * src/insets/insetfoot.C: inherit from InsetFootLike instead of
1016         InsetCollapsable.
1017         (Write): remove
1018         (InsertInset): ditto
1019
1020         * src/insets/insetert.C: remove include Painter.h, reindent
1021         (InsertInset): move to header
1022
1023         * src/insets/insetcollapsable.h: remove explicit from default
1024         contructor, remove empty destructor, add InsertInset
1025
1026         * src/insets/insetcollapsable.C (InsertInset): new func
1027
1028         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
1029
1030         * src/vspace.h: add explicit to constructor
1031
1032         * src/paragraph.C (SimpleTeXSpecialChars): use \, instead of
1033         \textcompwordmark, please test this.
1034
1035         * src/lyxrc.C: set ascii_linelen to 65 by default
1036
1037         * src/lyxfunc.C (Dispatch): handle LFUN_INSET_THEOREM
1038
1039         * src/commandtags.h: add LFUN_INSET_THEOREM
1040
1041         * src/buffer.C (parseSingleLyXformat2Token): handle insettheorem
1042         (makeLinuxDocFile): remove _some_ of the nice logic
1043         (makeDocBookFile): ditto
1044
1045         * src/Painter.[Ch]: (~Painter): removed
1046
1047         * src/LyXAction.C (init): entry for insettheorem added
1048
1049         * src/LaTeX.C: get rid of the all_files array, and the TEX_FILES
1050         enum
1051         (deplog): code to detect files generated by LaTeX, needs testing
1052         (deptex): removed
1053
1054 2000-07-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1055
1056         * src/FloatList.[Ch]: moved inlines out of line to FloatList.C
1057
1058 2000-07-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1059
1060         * src/LaTeX.C (deplog): Add a check for files that are going to be
1061         created by the first latex run, part of the project to remove the
1062         all_files array.
1063
1064         * src/LaTeX.[Ch]: Patch from Baruch to add hebrew table of
1065         contents to the extension list.
1066
1067 2000-07-04  Juergen Vigna  <jug@sad.it>
1068
1069         * src/text.C (NextBreakPoint): added support for needFullRow()
1070
1071         * src/insets/lyxinset.h: added needFullRow()
1072
1073         * src/insets/insetcollapsable.C: redone now this uses a text-inset
1074         and isn't one.
1075
1076         * src/insets/insettext.C: lots of changes for update!
1077
1078 2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
1079
1080         * src/LaTeXFeatures.h: add a missing std:: qualifier.
1081
1082 2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
1083
1084         *  src/insets/insetinclude.C (InsetInclude): fixed
1085         initialization of include_label.
1086         (unique_id): now returns a string.
1087
1088 2000-07-01 José Abílio Matos <jamatos@fep.up.pt>
1089
1090         * src/LaTeXFeatures.h: new member IncludedFiles, for
1091         a map of key, included file name.
1092
1093         * src/LaTeXFeatures.C (getIncludedFiles): returns a string
1094         with the included files for inclusion in SGML preamble,
1095         i. e., linuxdoc and docbook.
1096
1097         * src/buffer.h:
1098         * src/buffer.C (makeLinuxDocFile): takes two new arguments,
1099         nice (is the generated linuxdoc code to be exported?), that
1100         allows to remove column, and only_body that will be true for
1101         slave documents. Insets are allowed inside SGML font type.
1102         New handling of the SGML preamble for included files.
1103         (makeDocBookFile): the same for docbook.
1104
1105         * src/insets/insetinclude.h:
1106         * src/insets/insetinclude.C (Validate): keeps a list of included files.
1107         (Linuxdoc): 
1108         (DocBook): new export methods.
1109
1110         * src/lyx_cb.C: adjust to the new calling sequence for makeLinuxDocFile
1111         and makeDocBookFile.
1112
1113         * src/lyx_main.C (easyParse): accept linuxdoc and docbook as
1114         formats to export with command line argument -x.
1115
1116 2000-06-29  Juergen Vigna  <jug@sad.it>
1117
1118         * src/mathed/formula.C (LocalDispatch): changed only-cursor-movements
1119         to return DISPATCHED_NOUPDATE so that a it does not redraw the inset!
1120
1121         * src/text.C (GetVisibleRow): added 'bool cleared' parameter as the
1122         region could already been cleared by an inset!
1123
1124 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1125
1126         * src/BufferView_pimpl.h: remove member variables lyx_focus and
1127         work_area_focus
1128
1129         * src/BufferView_pimpl.C (Pimpl): delete init of work_area_focus
1130         and lyx_focus
1131         (cursorToggle): remove special handling of lyx focus.
1132
1133 2000-06-28  Juergen Vigna  <jug@sad.it>
1134
1135         * src/text.C (GetVisibleRow): fixed clearing of text if rowHeight >
1136         insetHeight.
1137
1138 2000-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1139
1140         * src/insets/insetindex.C (Edit): add a callback when popup is
1141         closed by the WM.
1142
1143         * src/insets/insettext.C (LocalDispatch): 
1144         * src/insets/insetmarginal.h: 
1145         * src/insets/insetlist.h: 
1146         * src/insets/insetfoot.h: 
1147         * src/insets/insetfloat.h: 
1148         * src/insets/insetert.h: add a missing std:: qualifier.
1149
1150 2000-06-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
1151
1152         * src/support/lyxsum.C (sum): '\0' teminate file read when using
1153         strstream. 
1154
1155         * src/insets/lyxinset.h: add FLOAT_CODE and MINIPAGE_CODE
1156
1157         * src/insets/insettext.C (Read): remove tmptok unused variable
1158         (LocalDispatch): add not working LFUN_PARAGRAPH_SPACING
1159         (InsertInset): change for new InsetInset code
1160
1161         * src/insets/insettext.h: add TEXT inline method
1162
1163         * src/insets/insettext.C: remove TEXT macro
1164
1165         * src/insets/insetmarginal.C (Write): new method
1166         (Latex): change output slightly
1167
1168         * src/insets/insetfoot.C (Write): new method
1169         (Latex): change output slightly (don't use endl when no need)
1170
1171         * src/insets/insetert.C (Write): new method
1172
1173         * src/insets/insetcollapsable.h: make button_length, button_top_y
1174         and button_bottm_y protected.
1175
1176         * src/insets/insetcollapsable.C (Write): simplify code by using
1177         tostr. Also do not output the float name, the children class
1178         should to that to get control over own arguments
1179
1180         * src/insets/insetfloat.[Ch] src/insets/insetlist.[Ch]
1181         src/insets/insetminipage.[Ch]:
1182         new files
1183
1184         * src/insets/Makefile.am (libinsets_la_SOURCES): add new files
1185         
1186         * src/lyxfunc.C (Dispatch): cases for new insets/commands
1187
1188         * src/Makefile.am (lyx_SOURCES): add the new files
1189
1190         * src/LyXAction.C (init): add LFUN_INSET_MARGINAL,
1191         LFUN_INSET_MINIPAGE, LFUN_INSET_FLOAT, LFUN_INSET_LIST
1192         * src/commandtags.h: ditto
1193         
1194         * src/LaTeXFeatures.h: add a std::set of used floattypes
1195
1196         * src/LaTeXFeatures.C (getPackages): add basic support for float.sty
1197
1198         * src/FloatList.[Ch] src/Floating.h: new files
1199
1200         * src/CutAndPaste.C (SwitchLayoutsBetweenClasses): change call to
1201         InsertInset. 
1202         * src/lyx_cb.C (TableApplyCB): ditto
1203         * src/text.C: ditto
1204         * src/text2.C: ditto
1205         * src/buffer.C (SimpleLinuxDocOnePar): ditto
1206         (parseSingleLyXformat2Token): ditto + add code for
1207         backwards compability for old float styles + add code for new insets
1208         
1209         * src/lyxparagraph.[Ch] (InsertChar(size_type, char, LyXFont)): new
1210         method
1211         (InsertInset(size_type, Inset *, LyXFont)): new method
1212         (InsetChar(size_type, char)): changed to use the other InsetChar
1213         with a LyXFont(ALL_INHERIT).
1214         (InsetInset(size_type, Inset*)): changed to use InsetChar to
1215         insert the META_INSET.
1216         
1217         * sigc++/thread.cc (Privete<int>::operator int&): move definition
1218         out of line. 
1219         * sigc++/thread.h (Threads): from here
1220
1221         * sigc++/scope.cc (ScopeIterator_::ScopeIterator_): move
1222         definition out of line
1223         * sigc++/scope.h: from here
1224
1225 2000-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1226
1227         * src/lyxrc.C (read): make sure the .kmap files exist when a keymap
1228         is specified (adapted from a patch from edscott <edscott@imp.mx>).
1229
1230         * Makefile.am (bindist): new target.
1231
1232         * INSTALL: add instructions for doing a binary distribution.
1233
1234         * development/tools/README.bin.example: update a bit. 
1235
1236 2000-06-26  Lior Silberman <slior@math.huji.ac.il>
1237
1238         * src/lyxrc.C: 
1239         * lib/lyxrc.example: new lyxrc tag \set_color.
1240
1241         * src/lyxfunc.C (Dispatch): 
1242         * src/commandtags.h: 
1243         * src/LyXAction.C: new lyxfunc "set-color".
1244
1245         * src/LColor.[Ch] (setColor): new method to set colors from a lyxname
1246         and an x11name given as strings.
1247
1248         * src/ColorHandler.[Ch] (updateColor): new method. Updates the GC
1249         cache when a color is changed.
1250
1251 2000-06-26  Juergen Vigna  <jug@sad.it>
1252
1253         * src/lyxrow.C (width): added this functions and variable.
1254
1255         * src/insets/insetcite.C (create_form_citation_form): some Gravity
1256         changes.
1257
1258         * src/text.C (SetHeightOfRow): fixed calcualting of width.
1259
1260 2000-06-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1261
1262         * images/undo_bw.xpm: new icon.
1263         * images/redo_bw.xpm: ditto.
1264
1265         * configure.in (INSTALL_SCRIPT): change value to
1266         ${INSTALL} to avoid failures of install-script target.
1267         * lib/reLyX/configure.in (INSTALL_SCRIPT): ditto
1268
1269         * src/BufferView.h: add a magic "friend" declaration to please
1270         compaq cxx.
1271
1272 2000-06-23  Angus Leeming <a.leeming@ic.ac.uk>
1273
1274         * forms/cite.fd: modified to allow resizing without messing
1275         up the dialog.
1276
1277         * src/insetcite.C: Uses code from cite.fd almost without
1278         tweaking. ;-)
1279         User can now resize dialog in the x-direction.
1280         Resizing the dialog in the y-direction is prevented, as the
1281         code does this intelligently already.
1282
1283 2000-06-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1284
1285         * INSTALL: remove obsolete entry in "problems" section.
1286
1287         * lib/examples/sl_*.lyx: update of the slovenian examples.
1288
1289         * src/support/FileInfo.[Ch] (getBlockSize): remove.
1290
1291 2000-06-23  Juergen Vigna  <jug@sad.it>
1292
1293         * src/lyxtext.h: added a 'cleared' flag to draw() function.
1294
1295         * src/buffer.C (resize): delete the LyXText of textinsets.
1296
1297         * src/paragraph.C (SetInsetOwner): set the owner in the insets too.
1298
1299         * src/insets/lyxinset.h: added another parameter 'cleared' to
1300         the draw() function.
1301
1302         * src/lyxfunc.C (processKeyEvent): move cursor to the right of the
1303         unlocking inset in inset.
1304
1305 2000-06-22  Juergen Vigna  <jug@sad.it>
1306
1307         * src/lyxscreen.h: added some y_offset/x_offset parameters for drawings
1308         of insets and moved first to LyXText.
1309
1310         * src/mathed/formulamacro.[Ch]:
1311         * src/mathed/formula.[Ch]: changed prototype of draw() and GetCursorPos
1312
1313 2000-06-21  Juergen Vigna  <jug@sad.it>
1314
1315         * src/text.C (GetVisibleRow): look if I should clear the area or not
1316         using Inset::doClearArea() function.
1317
1318         * src/insets/lyxinset.h: added doClearArea() function and
1319         modified draw(Painter &, ...) to draw(BufferView *, ...)
1320
1321         * src/text2.C (UpdateInset): return bool insted of int
1322
1323 2000-06-20  Dekel Tsur  <dekel@math.tau.ac.il>
1324
1325         * src/lyx_gui.C (create_forms): Add "Reset" option to the language 
1326         combox in the character popup
1327
1328         * src/lyx_cb.C (UserFreeFont): Add argument to the method:
1329         BufferParams const & params
1330
1331 2000-06-20  Juergen Vigna  <jug@sad.it>
1332
1333         * src/insets/insettext.C (SetParagraphData): set insetowner on
1334         2- paragraphs.
1335
1336 2000-06-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
1337
1338         * src/Timeout.[Ch]: Change to use signals instead of callbacks.
1339         * src/LyXView.h (struct FD_form_main): remove, LyXView inherits
1340         from SigC::Object
1341         (form_main_): remove
1342         
1343         * src/LyXView.C (LyXView_AutosaveTimerCB): remove 
1344         (create_form_form_main): remove FD_form_main stuff, connect to
1345         autosave_timeout signal
1346
1347         * src/LyXView.[Ch] (getMainForm): remove 
1348         (UpdateTimerCB): remove
1349         * src/BufferView_pimpl.h: inherit from SigC::Object
1350
1351         * src/BufferView_pimpl.C (Pimpl): connect to cursor_timeout with
1352         signal instead of callback
1353
1354         * src/BufferView.[Ch] (cursorToggleCB): remove 
1355
1356 2000-06-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
1357
1358         * src/BufferView_pimpl.C: changes because of the one below
1359
1360         * src/screen.[Ch]: Made the lyxscreen take LyXText as argument
1361         instead of storing a pointer to a LyXText. 
1362
1363         * src/buffer.[Ch]: apply Baruch's remove isdviclean patch. 
1364
1365 2000-06-10  Dekel Tsur  <dekel@math.tau.ac.il>
1366
1367         * src/lyxparagraph.h
1368
1369         * src/paragraph.C: Changed fontlist to a sorted vector.
1370                                          
1371 2000-06-19  Juergen Vigna  <jug@sad.it>
1372
1373         * src/BufferView.h: added screen() function.
1374
1375         * src/insets/insettext.C (LocalDispatch): some selection code
1376         fixed.
1377
1378         * src/vspace.C (nextToken): use stringfunctions instead of sscanf.
1379
1380         * src/insets/insettext.C (SetParagraphData):
1381         (Read): 
1382         (InsetText):  fixes for multiple paragraphs.
1383
1384 2000-06-17  Kayvan A. Sylvan  <kayvan@sylvan.com>
1385
1386         * development/lyx.spec.in: Call configure with ``--without-warnings''
1387         to work around a bug with the Makefiles when doing ``make lyxrpm''.
1388         This should be fine, however, since we generally don't want to be
1389         verbose when making an RPM.
1390         
1391 2000-06-16  Dekel Tsur  <dekel@math.tau.ac.il>
1392
1393         * lib/scripts/fig2pstex.py: New file
1394
1395 2000-06-16  Juergen Vigna  <jug@sad.it>
1396
1397         * src/insets/insettabular.C (UpdateLocal): 
1398         * src/insets/insettext.C (UpdateLocal): fixed mark_dirty problem.
1399         (LocalDispatch): Changed all functions to use LyXText.
1400
1401 2000-06-15  Juergen Vigna  <jug@sad.it>
1402
1403         * src/text.C (SetHeightOfRow): call inset::update before requesting
1404         any width/height.
1405
1406         * src/insets/insettext.C (update): 
1407         * src/insets/insettabular.C (update): added implementation
1408
1409         * src/insets/lyxinset.h: added update function
1410
1411 2000-06-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1412
1413         * src/text.C (SelectNextWord): protect against null pointers with
1414         old-style string streams. (fix from Paul Theo Gonciari
1415         <gptheo@yahoo.com>) 
1416
1417         * src/cite.[Ch]: remove erroneous files.
1418
1419         * lib/configure.m4: update the list of created directories.
1420
1421         * src/lyxrow.C: include <config.h>
1422         * src/lyxcursor.C: ditto.
1423
1424 2000-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1425
1426         * lib/examples/decimal.lyx: new example file from Mike.
1427
1428         * src/insets/ExternalTemplate.C (readTemplates): Use LibFileSearch()
1429         to find template definitions (from Dekel)
1430
1431         * src/frontends/.cvsignore: add a few things.
1432
1433         * src/frontends/xforms/input_validators.[ch]: remove C++ comments.
1434
1435         * src/Timeout.C (TimeOut): remove default argument.
1436
1437         * src/LyXView.C (LyXView_AutosaveTimerCB): this should not have
1438         "C" linkage.
1439
1440         * src/insets/ExternalTemplate.C: add a "using" directive.
1441
1442         * src/lyx_main.h: remove the act_ struct, which seems unused
1443         anyway. 
1444
1445 2000-06-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1446
1447         * LyX Developers Meeting: All files changed, due to random C++ (by
1448         coincidence) code generator script.
1449
1450         - external inset (cool!)
1451         - initial online editing of preferences
1452         - insettabular breaks insettext(s contents)
1453         - cleanup
1454         - some DocBook fixes
1455         - example files update
1456         - other cool stuff, create a diff and look for yourself.
1457
1458 2000-06-09  The Great LyX Application  <lyx@localhost.localdomain>
1459
1460         * src/insets/insettext.C (computeTextRows): if the maxWidth is
1461         -1 this is a non-line-breaking textinset.
1462
1463         * src/insets/insettabular.C (GetMaxWidthOfCell): returns now -1
1464         if there is no width set.
1465
1466 2000-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1467
1468         * Lots of files: Merged the dialogbase branch.
1469
1470 2000-06-09  Allan Rae  <rae@lyx.org>
1471
1472         * src/xtl/, src/lyxfunc.[Ch], src/buffer.[Ch]:  Removed XTL and
1473         and the Dispatch methods that used it.
1474
1475         * src/frontends/Liason.[Ch]: replaced with a Liason namespace for 
1476         access to functions formerly kept in Dispatch.
1477
1478 2000-05-19  Allan Rae  <rae@lyx.org>
1479
1480         * src/PrinterParams.h, src/buffer.C, src/frontends/xforms/FormPrint.C:
1481         made to_page and count_copies integers again.  from_page remains a
1482         string however because I want to allow entry of a print range like
1483         "1,4,22-25" using this field.
1484
1485         * src/LyXAction.C: added action info and commands for buffer-print-xtl
1486         and printer-params-get.  These aren't useful from the minibuffer but
1487         could be used by a script/LyXServer app provided it passes a suitable
1488         auto_mem_buffer.  I guess I should take a look at how the LyXServer
1489         works and make it support xtl buffers.
1490
1491         * sigc++/: updated to libsigc++-1.0.1
1492
1493         * src/xtl/: updated to xtl-1.3.pl.11
1494
1495         * forms/makefile, forms/fdfix.sh, forms/layout_forms.fd: Made sure
1496         those changes done to the files in src/ are actually recreated when
1497         they  get regenerated. Please don't ever accept a patch that changes a
1498         dialog unless that patch includes the changes to the corresponding *.fd
1499         file.
1500
1501         * src/lyx_cb.C, src/support/lstrings.[hC]: Moved Stephen Witt's
1502         stringOnlyContains, renamed it and generalised it.
1503
1504         * lots-of-files: Rolled the "rae" branch over into the "dialogbase"
1505         branch.  Removed the remaining old form_print code.
1506
1507 2000-04-26  Allan Rae  <rae@lyx.org>
1508
1509         * ChangeLog, development/tools/lxtl.sh: D'oh! Got caught in the same
1510         trap I was trying to fix with the ID: fields in src/xtl/  :-)
1511
1512 2000-04-25  Allan Rae  <rae@lyx.org>
1513
1514         * src/xtl/: Updated to incorporate Angus's two patches as well as mine
1515         against a base of xtl-1.3.pl.4
1516
1517         * development/tools/lxtl.sh: fixed a couple of silly typos and now
1518         filter the Id: entries so they still show the xtl version number
1519         they are based on.
1520
1521         * src/support/lxtl.h: removed auto_mem_buffer which is now incorporated
1522         into the src/xtl code.  Patch still pending with José (XTL)
1523
1524 2000-04-24  Allan Rae  <rae@lyx.org>
1525
1526         * src/lyxfunc.[Ch] (Dispatch): Use a mem buffer as a parameter. This is
1527         both more generic and much safer. Use the new template functions.
1528         * src/buffer.[Ch] (Dispatch): ditto.
1529
1530         * src/frontends/xforms/FormPrint.C (update): Use new template functions
1531         and mem buffer more intelligently. Also a little general cleanup.
1532         (apply): ditto.
1533
1534         * configure.in (AC_OUTPUT): Extra stuff for xtl that I forgot.
1535         * development/tools/lxtl.sh: Ditto.  Makefile.am + .cvsignore
1536         * src/xtl/Makefile.am: ditto.
1537         * src/xtl/.cvsignore: ditto.
1538         * src/Makefile.am: ditto.
1539
1540         * src/PrinterParams.h: Removed the macros member functions. Added a
1541         testInvariant member function.  A bit of tidying up and commenting.
1542         Included Angus's idea for fixing operation with egcs-1.1.2.
1543
1544         * src/support/lxtl.h: Many changes.  Added auto_mem_buffer -- a really
1545         cool expansion of XTL's mem_buffer to support automatic memory
1546         management within the buffer itself.  Removed the various macros and
1547         replaced them with template functions that use either auto_mem_buffer
1548         or mem_buffer depending on a #define.  The mem_buffer support will
1549         disappear as soon as the auto_mem_buffer is confirmed to be good on
1550         other platforms/compilers.  That is, it's there so you've got something
1551         to compare against.
1552
1553         * src/xtl/objio.h: Changes to support auto_mem_buffer.  This has
1554         effectively forked XTL.  However I expect José will include my code
1555         into the next major release.  Also fixed a memory leak.
1556         * src/xtl/text.h: ditto.
1557         * src/xtl/xdr.h: ditto.
1558         * src/xtl/giop.h: ditto.
1559
1560 2000-04-16  Allan Rae  <rae@lyx.org>
1561
1562         * acinclude.m4, sigc++/acinclude.m4:  Removed -- they're generated
1563         by autogen.sh and removed by maintainer-clean anyway.
1564         * .cvsignore, sigc++/.cvsignore:  Support the above.
1565
1566         * sigc++/.cvsignore: Forgot that retbind.h was generated.
1567
1568         * src/buffer.C (Dispatch): Couldn't print a single page. Fixed.
1569
1570         * src/frontends/xforms/FormPrint.[Ch]: Switched to C callbacks using
1571         macros, renamed static callback-target member functions to suit new
1572         scheme and made them public.
1573         * src/frontends/xforms/forms/form_print.fd: ditto.
1574         * src/frontends/xforms/forms/form_copyright.fd: ditto.
1575
1576         * src/support/lxtl.h: small cleanup to use typedef instead of #define
1577         for gui_format.
1578
1579         * src/xtl/: New directory containing a minimal distribution of XTL.
1580         This is XTL-1.3.pl.4.
1581
1582         * development/tools/lxtl.sh: A script to generate the above mini-dist.
1583
1584 2000-04-15  Allan Rae  <rae@lyx.org>
1585
1586         * development/tools/makeLyXsigc.sh: Remove the library version numbers
1587
1588         * sigc++/:  Updated to libsigc++-1.0.0
1589
1590 2000-04-14  Allan Rae  <rae@lyx.org>
1591
1592         * src/frontends/xforms/xform_macros.h: Remove specific macros and just
1593         use the generic ones in future.  I'll modify my conversion script.
1594
1595         * src/frontends/xforms/FormCopyright.C: Reverse the earlier change.
1596
1597         * src/lyx_gui_misc.[Ch]: Removed references to form_print.
1598         (CloseAllBufferRelatedDialogs): Renamed.
1599         (updateAllVisibleBufferRelatedDialogs): ditto. Added LaTeXLog
1600
1601         * src/frontends/xforms/FormCopyright.C: Use the specific macros instead
1602         of the generic ones.  These are the same ones my conversion script
1603         generates.
1604
1605         * src/PrinterParams.h: Allow you to print a range of odd or even pages.
1606         * src/frontends/xforms/FormPrint.C (apply, update): ditto+small cleanup
1607         * src/buffer.C (Dispatch): ditto
1608
1609         * src/LyXView.C (LyXView): Use new signals instead of old hard coded
1610         functions for updating and hiding buffer dependent dialogs.
1611         * src/BufferView.C (buffer): ditto
1612         * src/buffer.C (setReadonly): ditto
1613         * src/lyxfunc.C (CloseBuffer): ditto
1614
1615         * src/buffer.h: Take setReadonly() out of line so I don't have to include
1616         Dialogs.h, and hence all the SigC stuff, into every file that includes
1617         buffer.h.  We also don't need to include lyx_gui_misc.h in everything.
1618
1619         * src/BufferView2.C: reduce the number of headers included by buffer.h
1620
1621 2000-04-11  Allan Rae  <rae@lyx.org>
1622
1623         * src/frontends/xforms/xform_macros.h:  A small collection of macros
1624         for building C callbacks.
1625
1626         * src/frontends/xforms/Makefile.am: Added above file.
1627
1628         * src/frontends/xforms/FormCopyright.[Ch]: Revised the C callback
1629         scheme again.  This time it should work for JMarc.  If this is
1630         successful I'll revise my conversion script to automate some of this.
1631         The static member functions in the class also have to be public for
1632         this scheme will work.  If the scheme works (it's almost identical to
1633         the way BufferView::cursorToggleCB is handled so it should work) then
1634         FormCopyright and FormPrint will be ready for inclusion into the main
1635         trunk immediately after 1.1.5 is released -- provided we're prepared
1636         for complaints about lame compilers not handling XTL.
1637
1638         * src/support/lxtl.h: Switched to XDR_format instead of raw_format.
1639
1640 2000-04-07  Allan Rae  <rae@lyx.org>
1641
1642         * config/lyxinclude.m4:  A bit more tidying up (Angus)
1643
1644         * src/LString.h: JMarc's <string> header fix
1645
1646         * src/PrinterParams.h: Used string for most data to remove some
1647         ugly code in the Print dialog and avoid even uglier code when 
1648         appending the ints to a string for output.
1649
1650         * src/buffer.C (Dispatch): Added a couple of braces to fix an error
1651         and moved "default:" back to the end of switch statement.  Cleaned
1652         up the printing so it uses the right function calls and so the
1653         "print to file" option actually puts the file in the right directory.
1654
1655         * src/frontends/xforms/Dialogs.C: Added FormPrint (Angus).
1656
1657         * src/frontends/xforms/FormPrint.C (PrintInputCB): moved input checking
1658         and Ok+Apply button control into a separate method: input (Angus).
1659         (input) Cleaned it up and improved it to be very thorough now.
1660         (All CB) static_cast used instead of C style cast (Angus).  This will
1661         probably change again once we've worked out how to keep gcc-2.8.1 happy
1662         with real C callbacks.
1663         (update) add a few "default:" labels to switches. Egcs-1.1.2 seems to
1664         ignore some of the bool settings and has random numbers instead. Needs
1665         some more investigation.  Added other input length checks and checking
1666         of file and printer names.
1667
1668         * src/frontends/xforms/FormPrint.h: Removed pragma statement so it
1669         would link (Angus).  Seems the old code doesn't compile with the pragma
1670         statement either.  Separated callback entries from internal methods.
1671
1672         * src/lyxfunc.C (Dispatch): LFUN_MENUPRINT calls new dialog (Angus).
1673
1674 2000-03-17  Allan Rae  <rae@lyx.org>
1675
1676         * src/lyxfunc.[Ch] (isAvailable): This is only temporary.  Do we really
1677         need it?  Maybe it could go in Dialogs instead?  I could make it a
1678         LFUN but you'd have to call Dispatch(int, int, char*) with dummy
1679         values to get the bool return value.
1680         (Dispatch): New overloaded method for xtl support.
1681
1682         * src/frontends/xforms/FormCopyright.[Ch]: Modified to use a friendly
1683         extern "C" callback instead of static member functions.  Hopefully,
1684         JMarc will be able to compile this.  I haven't changed 
1685         forms/form_copyright.fd yet. Breaking one of my own rules already.
1686
1687         * src/commandtags.h: New xtl-based LFUN's no description in LyXAction
1688         because they aren't useful from the minibuffer.  Maybe a LyXServer
1689         might want a help message though?
1690
1691         * src/buffer.[Ch] (Dispatch): New overloaded method for xtl support.
1692
1693         * config/lyxinclude.m4: Changes to g++ flags to suit compiling with
1694         xtl which needs both rtti and exceptions.
1695
1696         * src/support/Makefile.am:
1697         * src/support/lxtl.h: New file.  Some helper macros for using XTL.
1698
1699         * src/frontends/xforms/input_validators.[ch]: input filters and
1700         validators.  These conrol what keys are valid in input boxes.
1701         Use them and write some more.  Much better idea than waiting till
1702         after the user has pressed Ok to say that the input fields don't make
1703         sense.
1704
1705         * src/frontends/xforms/Makefile.am:
1706         * src/frontends/xforms/forms/form_print.fd:
1707         * src/frontends/xforms/forms/makefile:
1708         * src/frontends/xforms/FormPrint.[Ch]: Ported previous print form to
1709         new scheme.  Still have to make sure I haven't missed anything from
1710         the current implementation.
1711
1712         * src/Makefile.am, src/PrinterParams.h: New data store.
1713
1714         * other files: Added a couple of copyright notices.
1715
1716 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1717
1718         * src/insets/insetbib.h: move Holder struct in public space.
1719
1720         * src/frontends/include/DialogBase.h: use SigC:: only when
1721         SIGC_CXX_NAMESPACES is defined.
1722         * src/frontends/include/Dialogs.h: ditto.
1723
1724         * sigc++/Makefile.am (%.h): use the autodected GNU m4.
1725
1726         * src/frontends/xforms/FormCopyright.[Ch]: do not
1727         mention SigC:: explicitely.
1728
1729 2000-03-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1730
1731         * config/lyxinclude.m4 (LYX_USE_FRONTEND): move the code which
1732         deals with testing KDE in main configure.in
1733         * configure.in: ditto.
1734
1735 2000-02-22  Allan Rae  <rae@lyx.org>
1736
1737         * Lots of files: Merged from HEAD
1738
1739         * All Makefile.am (ETAGS_ARGS): use parameter that is also compatible
1740         with the etags shipped with SuSE-6.3 (fancier than gnu-etags).
1741
1742         * autogen.sh: Fix JMarcs complaints by building a sigc++/acinclude.m4
1743
1744         * sigc++/: new minidist.
1745
1746 2000-02-14  Allan Rae  <rae@lyx.org>
1747
1748         * development/tools/makeLyXsigc.sh:  Small fix for Makefile.am
1749
1750 2000-02-08  Juergen Vigna  <jug@sad.it>
1751
1752         * src/frontends/kde/dlg/formcopyrightdialog.kdevdlg: the dialog data
1753         file for the buildin GUI builder of KDevelop of the copyright-dialog.
1754
1755         * src/frontends/kde/lyxgui.kdevprj: I added this as I use KDevelop
1756         for this port and so it is much easier for other people to port
1757         dialogs in a common development environment.
1758
1759         * src/frontends/kde/formcopyrightdialog_moc.C: needed MOC file for
1760         the QT/KDE implementation.
1761
1762         * src/frontends/kde/Dialogs.C:
1763         * src/frontends/kde/FormCopyright.C:
1764         * src/frontends/kde/FormCopyright.h:
1765         * src/frontends/kde/Makefile.am:
1766         * src/frontends/kde/formcopyrightdialog.C:
1767         * src/frontends/kde/formcopyrightdialog.h:
1768         * src/frontends/kde/formcopyrightdialogdata.C: added this source-files
1769         for the kde support of the Copyright-Dialog.
1770
1771         * src/frontends/Makefile.am (AUTOMAKE_OPTIONS): now uses @FRONTEND@
1772         subdir-substitution instead of hardcoded 'xforms' as we now have also
1773         the kde subdir.
1774
1775         * src/frontends/include/DialogBase.h (Object): just commented the
1776         label after #endif (nasty warning and I don't like warnings ;)
1777
1778         * src/main.C (main): added KApplication initialization if using
1779         KDE frontend-GUI.
1780
1781         * src/lyx_gui.C (runTime): added support for multiple toolkit support.
1782         For now only the KDE event-loop is added if frontend==kde.
1783
1784         * src/Makefile.am (lyx_DEPENDENCIES): added @FRONTEND_xxx@ support
1785
1786         * configure.in: added support for the --with-frontend[=value] option
1787
1788         * autogen.sh: added kde.m4 file to list of config-files
1789
1790         * acconfig.h: added define for KDEGUI-support
1791
1792         * config/kde.m4: added configuration functions for KDE-port
1793
1794         * config/lyxinclude.m4: added --with-frontend[=value] option with
1795         support for xforms and KDE.
1796
1797 2000-02-08  Allan Rae <rae@lyx.org>
1798
1799         * all Makefile.am:  Fixed up so the make targets dist, distclean, 
1800         install and uninstall all work even if builddir != srcdir.  Still
1801         have a new sigc++ minidist update to come.
1802
1803         * config/lyxinclude.m4: Some more builddir!=srcdir fixes.
1804
1805 2000-02-01  Allan Rae <rae@lyx.org>
1806
1807         * config/lyxinclude.m4, development/tools/makeLyXsigc.sh:
1808         Many mods to get builddir != srcdir working.
1809         
1810         * sigc++/: Upgraded to 0.8.7.  This includes many needed fixes both
1811         for building on NT and so we can do the builddir != srcdir stuff.
1812
1813 2000-01-30  Allan Rae <rae@lyx.org>
1814
1815         * sigc++/doc/*: Selected documentation for the libsigc++ mini dist.
1816         This will stay in "rae" branch.  We probably don't really need it in
1817         the main trunk as anyone who wants to help programming it should get
1818         a full library installed also.  So they can check both included and
1819         system supplied library compilation.
1820
1821         * sigc++/*, sigc++/macros/*, config/sigc++.m4, config/lyxinclude.m4:
1822         Added a 'mini' distribution of libsigc++.  If you feel the urge to 
1823         change something in these directories - Resist it.  If you can't 
1824         resist the urge then you should modify the following script and rebuild
1825         the dist.  LYX_WITH_SIGC in lyxinclude.m4 is the wrapper to make it
1826         all happen.  Still uses a hacked version of libsigc++'s configure.in.
1827         I'm quite happy with the results.  I'm not sure the extra work to turn
1828         the sigc++/configure.in into a few extra AC_DEFUNs in sigc++.m4 is
1829         worth the trouble and would probably lead to extra maintenance 
1830         headaches.
1831         I haven't tested the following important make targets: install, dist.
1832         Not ready for prime time but very close.  Maybe 1.1.5.
1833
1834         * development/tools/makeLyXsigc.sh:  A shell script to automatically
1835         generate our mini-dist of libsigc++.  It can only be used with a CVS
1836         checkout of libsigc++ not a tarball distribution.  It's well commented.
1837         This will end up as part of the libsigc++ distribution so other apps
1838         can easily have an included mini-dist.  If someone makes mods to the
1839         sigc++ subpackage without modifying this script to generate those
1840         changes I'll be very upset!
1841
1842         * src/frontends/:  Started the gui/system indep structure.
1843
1844         * src/frontends/include/Dialogs.h: Dialog container. All the Signal<>s
1845         to access the gui-indep dialogs are in this class.  Much improved
1846         design compared to previous revision.  Lars,  please refrain from
1847         moving this header into src/ like you did with Popups.h last time.
1848
1849         * src/frontends/include/DialogBase.h: Abstract base class for dialogs.
1850
1851         * src/frontends/xforms/:  Started the gui-indep system with a single
1852         dialog: FormCopyright.  Initial testing of use of libsigc++ was very
1853         successful.
1854
1855         * src/frontends/xforms/forms: Repository for the xforms .fd files.
1856         Here you'll find a very useful makefile and automated fdfix.sh that
1857         makes updating dailogs a no-brainer -- provided you follow the rules
1858         set out in the README.  I'm thinking about adding another script to
1859         automatically generate skeleton code for a new dialog given just the
1860         name of the dialog.
1861
1862         * src/commandtags.h, src/lyxfunc.C, src/menus.C:
1863         * src/credits.{Ch}, src/credits_form.{Ch}, forms/credits_form.fd:
1864         Made FormCopyright gui-indep and added a lyxfunc to get to it.
1865
1866 2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1867
1868         * src/support/LSubstring.C (operator): simplify
1869
1870         * src/lyxtext.h: removed bparams, use buffer_->params instead
1871         
1872         * src/lyxrow.h: make Row a real class, move all variables to
1873         private and use accessors.
1874
1875         * src/lyxparagraph.h (getParLanguage): add BufferParamas as
1876         arguament.
1877         (isRightToLeftPar): ditto
1878         (ChangeLanguage): ditto
1879         (isMultiLingual): ditto
1880         (String): ditto
1881         (TeXOnePar): ditto
1882         (SimpleTeXOnePar): ditto
1883         (TeXEnvironment): ditto
1884         (GetEndLabel): ditto
1885         (SetLayout): ditto
1886         (SetOnlyLayout): ditto
1887         (BreakParagraph): ditto
1888         (BreakParagraphConservative): ditto
1889         (GetFontSettings): ditto
1890         (getFont): ditto
1891         (CopyIntoMinibuffer): ditto
1892         (CutIntoMinibuffer): ditto
1893         (PasteParagraph): ditto
1894         (SetPExtraType): ditto
1895         (UnsetPExtraType): ditto
1896         (DocBookContTableRows): ditto
1897         (SimpleDocBookOneTablePar): ditto
1898         (TeXDeeper): ditto
1899         (TeXFootnote): ditto
1900         (SimpleTeXOneTablePar): ditto
1901         (TeXContTableRows): ditto
1902         (SimpleTeXSpecialChars): ditto
1903         
1904
1905         * src/lyxcursor.h: make LyXCursor a real class, move all variables
1906         to private and use accessors.
1907
1908         * src/lyx_cb.C: remove char updatetimer, and all code that uses
1909         this, we did not use it anymore and has not been for ages. Just a
1910         waste of cpu cycles.
1911
1912         * src/language.h: make Language a real class, move all variables
1913         to private and use accessors.
1914
1915         * src/BufferView_pimpl.C (Pimpl): use new timer code.
1916         (create_view): remove
1917         (update): some changes for new timer
1918         (cursorToggle): use new timer
1919         (beforeChange): change for new timer
1920
1921         * src/BufferView.h (cursorToggleCB): removed last paramter because
1922         of new timer code. 
1923
1924         * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
1925         (cursorToggleCB): change because of new timer code
1926
1927         * lib/CREDITS: updated own mailaddress
1928
1929 2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1930
1931         * src/support/filetools.C (PutEnv): fix the code in case neither
1932         putenv() nor setenv() have been found.
1933
1934         * INSTALL: mention the install-strip Makefile target.
1935
1936         * src/LyXAction.C (init): make LFUN_BUILDPROG available in
1937         read-only documents.
1938
1939 2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1940
1941         * lib/reLyX/configure.in (VERSION): avoid using a previously
1942         generated reLyX wrapper to find out $prefix.
1943
1944         * lib/examples/eu_adibide_lyx-atua.lyx: 
1945         * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
1946         translation of the Tutorial (Dooteo)
1947
1948 2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
1949
1950         * forms/cite.fd: new citation dialog
1951
1952         * src/insetcite.[Ch]: the new citation dialog is moved into
1953         its own files.
1954
1955         * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
1956         (Dekel).
1957
1958         * src/insets/insetcommand.h: data members made private. 
1959
1960 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1961
1962         * LyX 1.1.5 released
1963
1964 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1965
1966         * src/version.h (LYX_RELEASE): to 1.1.5
1967
1968         * src/spellchecker.C (RunSpellChecker): return false if the
1969         spellchecker dies upon creation.
1970
1971 2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1972
1973         * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
1974         in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
1975         
1976         * NEWS: update.
1977
1978         * lib/CREDITS: update entry for Martin Vermeer.
1979
1980 2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
1981
1982         * src/text.C (draw): Draw foreign language bars at the bottom of
1983         the row instead of at the baseline.
1984
1985         * lib/examples/Minipage.lyx: Use the new multi-lingual support.
1986
1987 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
1988
1989         * lib/bind/de_menus.bind: updated
1990
1991 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
1992
1993         * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
1994
1995 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
1996
1997         * src/menus.C (Limit_string_length): New function
1998         (ShowTocMenu): Limit the number of items/length of items in the
1999         LOT/LOF/LOA menus.
2000
2001         * src/paragraph.C (String): Correct result for a paragraph inside
2002         a footnote.
2003
2004 2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2005
2006         * src/bufferlist.C (close): test of buf->getuser() == NULL
2007
2008 2000-06-02  Dekel Tsur  <dekel@math.tau.ac.il>
2009
2010         * src/BufferView2.C (removeAutoInsets): Fix a bug: 
2011         Do not call to SetCursor when the paragraph is a closed footnote!
2012
2013 2000-06-01  Dekel Tsur  <dekel@math.tau.ac.il>
2014
2015         * src/insets/insetlabel.C (Edit): Mark buffer as dirty when a
2016         label is changed.
2017
2018         * src/text.C (SetCursor): Made the computation of cursor_vpos safer.
2019
2020 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
2021
2022         * forms/lyx.fd
2023         * src/lyx_cb.C (RefSelectCB): Added "Go Back" button in the insert
2024         reference popup, that activates the reference-back action
2025
2026         * src/menus.C (ShowRefsMenu): Added "Go Back" menu item.
2027
2028         * src/menus.C (Add_to_refs_menu): Limit the size of each item in
2029         the menus. Also fixed a bug.
2030
2031         * src/lyx_cb.C (updateAllVisibleBufferRelatedPopups): Do not close 
2032         the math panels when switching buffers (unless new buffer is readonly).
2033
2034         * src/BufferView.C (NoSavedPositions)
2035         * src/BufferView_pimpl.C (NoSavedPositions): New methods
2036
2037 2000-06-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2038
2039         * src/lyx_cb.C (MakeLaTeXOutput): we run MakeLaTeXOutput regard
2040         less of dvi dirty or not.
2041
2042         * src/trans_mgr.[Ch] (insert): change first parameter to string
2043         const &.  
2044
2045         * src/chset.[Ch] (encodeString): add const to first parameter
2046
2047 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2048
2049         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
2050         rep->get_own_copy()
2051         (end): ditto
2052
2053         * src/LaTeX.C (deplog): better searching for dependency files in
2054         the latex log. Uses now regexps.
2055
2056         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
2057         instead of the box hack or \hfill. 
2058
2059 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2060
2061         * src/lyxfunc.C (doImportHelper): do not create the file before
2062         doing the actual import. 
2063         (doImportASCIIasLines): create a new file before doing the insert.
2064         (doImportASCIIasParagraphs): ditto.
2065
2066         * lib/lyxrc.example: remove mention of non-existing commands
2067
2068         * lyx.man: remove mention of color-related switches.
2069
2070         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
2071
2072         * src/lyx_gui.C: remove all the color-related ressources, which
2073         are not used anymore.
2074
2075         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
2076         name. 
2077
2078 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
2079
2080         * src/lyxrc.C (read): Add a missing break in the switch
2081
2082 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
2083
2084         * src/text2.C (InsertStringA): Fix a bug with insertion into table
2085         
2086         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
2087         text is Hebrew.
2088                              
2089 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
2090
2091         * src/text.C (draw): draw bars under foreign language words.
2092         
2093         * src/LColor.[Ch]: add LColor::language
2094                             
2095 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
2096
2097         * src/lyxcursor.h (boundary): New member variable
2098
2099         * src/text.C (IsBoundary): New methods
2100
2101         * src/text.C: Use the above for currect cursor movement when there
2102         is both RTL & LTR text.
2103         
2104         * src/text2.C: ditto
2105         
2106         * src/bufferview_funcs.C (ToggleAndShow): ditto
2107
2108 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2109
2110         * src/text.C (DeleteLineForward): set selection to true to avoid
2111         that DeleteEmptyParagraphMechanism does some magic. This is how it
2112         is done in all other functions, and seems reasonable.
2113         (DeleteWordForward): do not jump over non-word stuff, since
2114         CursorRightOneWord() already does it.
2115         
2116         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
2117         DeleteWordBackward, since they seem safe to me (since selection is
2118         set to "true") DeleteEmptyParagraphMechanism does nothing.
2119
2120 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2121
2122         * src/lyx_main.C (easyParse): simplify the code by factoring the
2123         part that removes parameters from the command line.
2124         (LyX): check wether wrong command line options have been given.
2125
2126 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
2127
2128         * src/lyx_main.C : add support for specifying user LyX
2129         directory via command line option -userdir.
2130
2131 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
2132
2133         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
2134         the number of items per popup.
2135         (Add_to_refs_menu): Ditto.
2136         
2137 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2138
2139         * src/lyxparagraph.h: renamed ClearParagraph() to
2140         StripLeadingSpaces() and moved it to paragraph.C. We pass the
2141         textclass as parameter, and do nothing if free_spacing is
2142         true. This fixes part of the line-delete-forward problems.
2143
2144         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
2145         (pasteSelection): ditto.
2146         (SwitchLayoutsBetweenClasses): more translatable strings.
2147
2148         * src/text2.C (CutSelection): use StripLeadingSpaces.
2149         (PasteSelection): ditto.
2150         (DeleteEmptyParagraphMechanism): ditto.
2151
2152 2000-05-26  Juergen Vigna  <jug@sad.it>
2153
2154         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
2155         is not needed in tabular insets.
2156
2157         * src/insets/insettabular.C (TabularFeatures): added missing features.
2158
2159         * src/tabular.C (DeleteColumn):
2160         (AppendColumn): 
2161         (AppendRow): implemented this functions
2162         (cellsturct::operator=): clone the inset too; 
2163
2164 2000-05-23  Juergen Vigna  <jug@sad.it>
2165
2166         * src/insets/insettabular.C (LocalDispatch): better selection support
2167         when having multicolumn-cells.
2168
2169 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
2170
2171         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
2172
2173 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2174
2175         * src/ColorHandler.C (getGCForeground): put more test into _()
2176
2177         * lib/examples/eu_splash.lyx: new file (Basque translation) from
2178         Dooteo. 
2179
2180         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
2181         get the version.
2182
2183 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
2184
2185         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
2186         there are no labels, or when buffer is readonly.
2187
2188         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
2189         there are no labels, buffer is SGML, or when buffer is readonly.
2190
2191 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2192
2193         * src/LColor.C (LColor): change a couple of grey40 to grey60
2194         (LColor): rewore initalization to make compiles go some magnitude
2195         faster.
2196         (getGUIName): don't use gettext until we need the string.
2197
2198 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
2199
2200         * src/Bullet.[Ch]: Fixed a small bug.
2201
2202 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
2203
2204         * src/paragraph.C (String): Several fixes/improvements
2205
2206         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
2207
2208 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2209
2210         * src/paragraph.C (String): give more correct output.
2211
2212 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
2213
2214         * src/lyxfont.C (stateText) Do not output the language if it is
2215         eqaul to the language of the document.
2216
2217         * src/paragraph.C (TeXOnePar): Do not put language switch commands
2218         between two paragraphs with the same language.
2219
2220         * src/paragraph.C (getParLanguage) Return a correct answer for an
2221         empty dummy paragraph.
2222
2223         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
2224         menus.
2225
2226         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
2227         layout menu.
2228
2229         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
2230         the menus/popup, if requested fonts are unavailable.
2231
2232 2000-05-22  Juergen Vigna  <jug@sad.it>
2233
2234         * src/insets/insettabular.C (LocalDispatch): added some more cursor
2235         movement support (Up/Down/Tab/Shift-Tab).
2236         (LocalDispatch): added also preliminari cursor-selection.
2237
2238         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
2239
2240         * src/paragraph.C (PasteParagraph): Hopefully now right!
2241
2242 2000-05-22  Garst R. Reese  <reese@isn.net>
2243
2244         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
2245          of list, change all references to Environment to Command
2246         * tex/hollywood.cls : rewrite environments as commands, add 
2247         \uppercase to interiorshot and exteriorshot to force uppecase.
2248         * tex/broadway.cls : rewrite environments as commands. Tweak
2249         whitespace.
2250
2251 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2252
2253         * src/menus.C (Add_to_toc_menu): fix the code which limits the
2254         size of items: use a constant intead of the hardcoded 40, and more
2255         importantly do not remove the %m and %x tags added at the end.
2256         (Add_to_refs_menu): use vector::size_type instead of
2257         unsigned int as basic types for the variables. _Please_ do not
2258         assume that size_t is equal to unsigned int. On an alpha, this is
2259         unsigned long, which is _not_ the same.
2260
2261         * src/language.C (initL): remove language "hungarian", since it
2262         seems that "magyar" is better.
2263
2264 2000-05-22  Juergen Vigna  <jug@sad.it>
2265
2266         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
2267
2268         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
2269         end markers!
2270
2271         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
2272         next was deleted but not set to 0.
2273
2274 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2275
2276         * src/language.C (initL): change the initialization of languages
2277         so that compiles goes _fast_.
2278
2279         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
2280         40 chars.
2281
2282         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
2283
2284 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2285
2286         * release 1.1.5pre3
2287
2288 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2289
2290         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
2291
2292 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
2293
2294         * src/commandtags.h
2295         * src/LyXAction.C
2296         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
2297         and LFUN_LOAVIEW
2298         
2299         * src/insets/insetlo*.[Ch]: Made editable
2300
2301 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2302
2303         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
2304         the current selection.
2305
2306         * src/BufferView_pimpl.C (stuffClipboard): new method
2307
2308         * src/BufferView.C (stuffClipboard): new method
2309
2310         * src/paragraph.C (String): new method
2311
2312         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
2313         LColor::ignore when lyxname is not found.
2314
2315         * src/BufferView.C (pasteSelection): new method
2316
2317         * src/BufferView_pimpl.C (pasteSelection): new method
2318
2319         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
2320
2321         * src/WorkArea.C (request_clipboard_cb): new static function
2322         (getClipboard): new method
2323         (putClipboard): new method
2324
2325 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2326
2327         * LyX 1.1.5pre2 released
2328
2329 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2330
2331         * src/vspace.C (operator=): removed
2332         (operator=): removed
2333
2334         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
2335
2336         * src/layout.C (NumberOfClass): manually set the type in make_pair
2337         (NumberOfLayout): ditto
2338
2339         * src/language.C: use the Language constructor for ignore_lang
2340
2341         * src/language.h: add constructors to struct Language
2342
2343         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
2344
2345         * src/text2.C (SetCursorIntern): comment out #warning
2346
2347         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
2348
2349         * src/mathed/math_iter.h: initialize sx and sw to 0
2350
2351 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
2352
2353         * forms/lyx.fd: Redesign of form_ref
2354
2355         * src/LaTeXFeatures.[Ch]
2356         * src/buffer.C
2357         * src/lyx_cb.C
2358         * src/menus.C   
2359         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
2360
2361         * src/buffer.h
2362         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
2363         and Buffer::inset_iterator.
2364
2365         * src/menus.C: Added new menus: TOC and Refs.
2366
2367         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
2368
2369         * src/buffer.C (getTocList): New method.
2370
2371         * src/BufferView2.C (ChangeRefs): New method.
2372
2373         * src/buffer.C (getLabelList): New method. It replaces the old
2374         getReferenceList. The return type is vector<string> instead of 
2375         string.
2376
2377         * src/insets/insetinclude.C (getLabelList): New method. Replaces
2378         the old getLabel() and GetNumberOfLabels() methods.
2379         * src/insets/insetlabel.C (getLabelList): ditto
2380         * src/mathed/formula.C (getLabelList): ditto
2381         
2382         * src/paragraph.C (String): New method.
2383
2384         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
2385         Uses the new getTocList() method. 
2386         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
2387         which automatically updates the contents of the browser.
2388         (RefUpdateCB): Use the new getLabelList method.
2389
2390         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
2391         
2392         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
2393
2394         * src/spellchecker.C: Added using std::reverse;
2395
2396 2000-05-19  Juergen Vigna  <jug@sad.it>
2397
2398         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
2399
2400         * src/insets/insettext.C (computeTextRows): small fix for display of
2401         1 character after a newline.
2402
2403         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
2404         to cont-rows!
2405
2406 2000-05-18  Juergen Vigna  <jug@sad.it>
2407
2408         * src/insets/insettabular.C (TabularFeatures): fixed update of display
2409         when changing width of column.
2410
2411         * src/tabular.C (set_row_column_number_info): setting of
2412         autobreak rows if necessary.
2413
2414 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2415
2416         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
2417
2418         * src/vc-backend.*: renamed stat() to status() and vcstat to
2419         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
2420         compilation broke. The new name seems more relevant, anyway.
2421
2422 2000-05-17  Juergen Vigna  <jug@sad.it>
2423
2424         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
2425         which was wrong if the removing caused removing of rows!
2426
2427         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
2428         (pushToken): new function.
2429
2430         * src/text2.C (CutSelection): fix problem discovered with purify
2431
2432 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2433
2434         * src/debug.C (showTags): enlarge the first column, now that we
2435         have 6-digits debug codes.
2436
2437         * lib/layouts/hollywood.layout:
2438         * lib/tex/hollywood.cls:        
2439         * lib/tex/brodway.cls: 
2440         * lib/layouts/brodway.layout: more commands and fewer
2441         environments. Preambles moved in the .cls files. Broadway now has 
2442         more options on scene numbering and less whitespace (from Garst)
2443
2444         * src/insets/insetbib.C (getKeys): make sure that we are in the
2445         document directory, in case the bib file is there.
2446
2447         * src/insets/insetbib.C (Latex): revert bogus change.
2448
2449 2000-05-16  Juergen Vigna  <jug@sad.it>
2450
2451         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
2452         the TabularLayout on cursor move.
2453
2454         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
2455
2456         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
2457         undo-handling.
2458         (getCellXPos): 
2459         (draw): fixed cursor position and drawing so that the cursor is
2460         visible when before the tabular-inset.
2461
2462         * src/insets/insettext.C (init): drawLockedFrame was not initialized
2463         when creating from old insettext.
2464
2465         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
2466
2467 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2468
2469         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
2470         * lib/tex/brodway.cls: ditto 
2471
2472         * lib/layouts/brodway.layout: change alignment of parenthical
2473         layout (Garst)
2474         
2475 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2476
2477         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
2478         versions 0.88 and 0.89 are supported.
2479
2480 2000-05-15  Juergen Vigna  <jug@sad.it>
2481
2482         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
2483         width calculating.
2484
2485         * src/insets/insettext.C (computeTextRows): redone completely this
2486         function in a much cleaner way, because of problems when having a
2487         fixed maxWidth.
2488         (draw): added a frame border when the inset is locked.
2489         (SetDrawLockedFrame): this sets if we draw the border or not.
2490         (SetFrameColor): this sets the frame color (default=insetframe).
2491
2492         * src/insets/lyxinset.h: added x() and y() functions which return
2493         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
2494         function which is needed to see if we have a locking inset of some
2495         type in this inset (needed for now in insettabular).
2496
2497         * src/vspace.C (inPixels): the same function also without a BufferView
2498         parameter as so it is easier to use it in some ocasions.
2499
2500         * src/lyxfunc.C: changed all places where insertInset was used so
2501         that now if it couldn't be inserted it is deleted!
2502
2503         * src/TabularLayout.C: 
2504         * src/TableLayout.C: added support for new tabular-inset!
2505
2506         * src/BufferView2.C (insertInset): this now returns a bool if the
2507         inset was really inserted!!!
2508
2509         * src/tabular.C (GetLastCellInRow): 
2510         (GetFirstCellInRow): new helper functions.
2511         (Latex): implemented for new tabular class.
2512         (TeXCellPostamble): 
2513         (TeXCellPreamble): 
2514         (TeXBottomHLine): 
2515         (TeXTopHLine): new Latex() helper functions.
2516
2517 2000-05-12  Juergen Vigna  <jug@sad.it>
2518
2519         * src/mathed/formulamacro.C (Read): 
2520         * src/mathed/formula.C (Read): read also the \end_inset here!
2521
2522 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
2523
2524         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
2525         crush when saving formulae with unbalanced parenthesis.
2526
2527 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
2528
2529         * src/layout.C: Add new keyword "endlabelstring" to layout file
2530
2531         * src/text.C (GetVisibleRow): Draw endlabel string.
2532
2533         * lib/layouts/broadway.layout
2534         * lib/layouts/hollywood.layout: Added endlabel for the
2535         Parenthetical layout.
2536
2537         * lib/layouts/heb-article.layout: Do not use slanted font shape
2538         for Theorem like environments.
2539
2540         * src/buffer.C (makeLaTeXFile): Always add "american" to 
2541         the UsedLanguages list if document language is RTL. 
2542
2543 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2544
2545         * add addendum to README.OS2 and small patch (from SMiyata)
2546
2547 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2548
2549         * many files: correct the calls to ChangeExtension().
2550
2551         * src/support/filetools.C (ChangeExtension): remove the no_path
2552         argument, which does not belong there. Use OnlyFileName() instead.
2553
2554         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
2555         files when LaTeXing a non-nice latex file.
2556
2557         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
2558         a chain of "if". Return false when deadkeys are not handled.
2559         
2560         * src/lyx_main.C (LyX): adapted the code for default bindings.
2561
2562         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
2563         bindings for basic functionality (except deadkeys).
2564         (deadKeyBindings): new method. Performs the bindings of deadkeys.
2565
2566         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
2567         several methods: handle override_x_deadkeys.
2568
2569         * src/lyxrc.h: remove the "bindings" map, which did not make much
2570         sense anyway. New variable override_x_deadkeys, defaulting to "true".
2571         
2572 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2573
2574         * src/lyxfont.C (stateText): use a saner method to determine
2575         whether the font is "default". Seems to fix the crash with DEC
2576         cxx. 
2577
2578         * src/Bullet.[Ch] (Bullet): remove const on parameters.
2579
2580 2000-05-08  Juergen Vigna  <jug@sad.it>
2581
2582         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
2583         TabularLayoutMenu with mouse-button-3
2584         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
2585
2586         * src/TabularLayout.C: added this file for having a Layout for
2587         tabular-insets.
2588
2589 2000-05-05  Juergen Vigna  <jug@sad.it>
2590
2591         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
2592         recalculating inset-widths.
2593         (TabularFeatures): activated this function so that I can change
2594         tabular-features via menu.
2595
2596         * src/menus.C (ShowEditMenu): inserted support for insettabular so
2597         that I can test some functions with the Table menu.
2598
2599 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2600
2601         * src/lyxfont.C (stateText): guard against stupid c++libs.
2602
2603         * src/tabular.C: add using std::vector
2604         some whitespace changes, + removed som autogenerated code.
2605
2606         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
2607
2608 2000-05-05  Juergen Vigna  <jug@sad.it>
2609
2610         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
2611         row, columns and cellstructures.
2612
2613 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2614
2615         * lib/lyxrc.example: remove obsolete entries.
2616
2617         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
2618         reading of protected_separator for free_spacing.
2619
2620 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2621
2622         * src/text.C (draw): do not display an exclamation mark in the
2623         margin for margin notes. This is confusing, ugly and
2624         uninformative. 
2625
2626         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
2627         AMS math' is checked.
2628
2629         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
2630         name to see whether including the amsmath package is needed.
2631
2632 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
2633
2634         * src/paragraph.C (validate): Compute UsedLanguages correctly
2635         (don't insert the american language if it doesn't appear in the
2636         document)
2637
2638         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
2639         The argument of \thanks{} command is considered moving argument
2640
2641         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
2642         moving argument.
2643
2644 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
2645
2646         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
2647         for appendix/minipage/depth. The lines can be now both in the footnote 
2648         frame, and outside the frame.
2649
2650         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
2651         points ("nikud")
2652
2653 2000-05-05  Juergen Vigna  <jug@sad.it>
2654
2655         * src/table.[Ch]: removed the inset and buffer stuff as this is now
2656         neede only in tabular.[Ch].
2657
2658 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2659
2660         * src/insets/insetspecialchar.C (Read): allow command == '~' for
2661         PROTECTED_SEPARATOR 
2662         (Write): write '~' for PROTECTED_SEPARATOR
2663
2664 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2665
2666         * src/lyxparagraph.h: add a friend struct matchIT after the struct
2667         InsetTable.
2668
2669         * src/mathed/formula.C (drawStr): rename size to siz.
2670
2671         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
2672         possibly fix a bug by not changing the pflags = flags to piflags =
2673         flags.
2674
2675 2000-05-05  Juergen Vigna  <jug@sad.it>
2676
2677         * src/insets/insetbib.C: moved using directive
2678
2679         * src/ImportNoweb.C: small fix for being able to compile (missing
2680         include cstdlib)
2681
2682 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2683
2684         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
2685         to use clear, since we don't depend on this in the code. Add test
2686         for string::compare
2687
2688 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2689
2690         * (various *.C files): add using std::foo directives to please dec
2691         cxx.
2692
2693         * replace calls to string::clear() to string::erase() (Angus)
2694
2695         * src/cheaders/cmath: modified to provide std::abs.
2696
2697 2000-05-04  Juergen Vigna  <jug@sad.it>
2698
2699         * src/insets/insettext.C: Prepared all for inserting of multiple
2700         paragraphs. Still display stuff to do (alignment and other things),
2701         but I would like to use LyXText to do this when we cleaned out the
2702         table-support stuff.
2703
2704         * src/insets/insettabular.C: Changed lot of stuff and added lots
2705         of functionality still a lot to do.
2706
2707         * src/tabular.C: Various functions changed name and moved to be
2708         const functions. Added new Read and Write functions and changed
2709         lots of things so it works good with tabular-insets (also removed
2710         some stuff which is not needed anymore * hacks *).
2711
2712         * src/lyxcursor.h: added operators == and != which just look if
2713         par and pos are (not) equal.
2714
2715         * src/buffer.C (latexParagraphs): inserted this function to latex
2716         all paragraphs form par to endpar as then I can use this too for
2717         text-insets.
2718
2719         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
2720         so that I can call this to from text insets with their own cursor.
2721
2722         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
2723         output off all paragraphs (because of the fix below)!
2724
2725         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
2726         the very last paragraph (this could be also the last paragraph of an
2727         inset!)
2728
2729         * src/texrow.h: added rows() call which returns the count-variable.
2730
2731 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
2732
2733         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
2734
2735         * lib/configure.m4: better autodetection of DocBook tools.
2736
2737 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2738
2739         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
2740
2741         * src/lyx_cb.C: add using std::reverse;
2742
2743         * src/LaTeX.C (run): on error always run deleteFilesOnError before
2744         returning.
2745
2746         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
2747         selected files. Should fix repeated errors from generated files.
2748
2749 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
2750
2751         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
2752
2753         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
2754         the spellchecker popup. 
2755
2756         * lib/lyxrc.example:  Removed the \number_inset section
2757
2758 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2759
2760         * src/insets/figinset.C (various): Use IsFileReadable() to make
2761         sure that the file actually exist. Relying on ghostscripts errors
2762         is a bad idea since they can lead to X server crashes.  
2763
2764 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
2765
2766         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
2767         open under CYGWIN 
2768
2769         * lib/lyxrc.example: smallish typo in description of
2770         \view_dvi_paper_option 
2771
2772 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
2773
2774         * src/lyxfunc.h:
2775         * src/lyxfunc.C: doImportHelper to factor out common code of the
2776         various import methods. New functions doImportASCIIasLines,
2777         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
2778         doImportLinuxDoc  for the  format specific parts.
2779
2780         * buffer.h:
2781         * buffer.C: Dispatch  returns now a bool to indicate success
2782
2783         * lyx_gui.h:
2784         * lyx_gui.C: Add getLyXView() for member access
2785
2786         * lyx_main.C: Change logic for batch commands: First try
2787         Buffer::Dispatch (possibly without GUI), if that fails, use
2788         LyXFunc::Dispatch
2789
2790         * lyx_main.C: Add support for --import command line switch.
2791         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
2792         Available Formats: Everything  accepted by 'buffer-import <format>'
2793
2794 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2795
2796         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
2797         unnumbered parts.
2798
2799         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
2800         documents will be reformatted upon reentry.
2801
2802 2000-04-27  Juergen Vigna  <jug@sad.it>
2803
2804         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
2805         correctly only last pos this was a bug.
2806
2807 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2808
2809         * release of lyx-1.1.5pre1
2810
2811 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2812
2813         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
2814
2815         * src/menus.C: revert the change of naming (Figure->Graphic...)
2816         from 2000-04-11. It was incomplete and bad.
2817         
2818         * src/LColor.[Ch]: add LColor::depthbar.
2819         * src/text.C (GetVisibleRow): use it.
2820
2821         * README: update the languages list.
2822
2823 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
2824
2825         * src/text.C (GetVisibleRow): show the depth of paragraphs using
2826         vertical bars.
2827
2828 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2829
2830         * README: remove sections that were just wrong.
2831
2832         * src/text2.C (GetRowNearY): remove currentrow code
2833
2834         * src/text.C (GetRow): remove currentrow code
2835
2836         * src/screen.C (Update): rewritten a bit.
2837         (SmallUpdate): removed func
2838
2839         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
2840         used.
2841         (FullRebreak): return bool
2842         (currentrow): remove var
2843         (currentrow_y): ditto
2844
2845         * src/lyxscreen.h (Draw): change arg to unsigned long
2846         (FitCursor): return bool
2847         (FitManualCursor): ditto
2848         (Smallpdate): remove func
2849         (first): change to unsigned long
2850         (DrawOneRow): change second arg to long (from long &)
2851         (screen_refresh_y): remove var
2852         (scree_refresh_row): ditto
2853         
2854         * src/lyxrow.h: change baseline to usigned int from unsigned
2855         short, this brings some implicit/unsigned issues out in the open.
2856
2857         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
2858         accordingly.
2859         (Dispatch): don't call updateScrollbar after fitCursor. Use update
2860         instead of smallUpdate.
2861
2862         * src/lyxcursor.h: change y to unsigned long
2863
2864         * src/buffer.h: don't call updateScrollbar after fitcursor
2865
2866         * src/buffer.C (parseSingleLyXformat2Token): move variables to
2867         where they are used. Removed "\\direction", this was not present
2868         in 1.1.4 and is already obsolete. Commented out some code that I
2869         believe to never be called.
2870         (runLiterate): don't call updateScrollbar after fitCursor
2871         (runLaTeX): ditto
2872         (buildProgram): ditto
2873         (runChktex): ditto
2874
2875         * src/WorkArea.h (workWidth): change return val to unsigned
2876         (width): ditto
2877         (height): ditto
2878         (redraw): remove the button redraws
2879         (setScrollbarValue): change for scrollbar
2880         (getScrollbarValue): change for scrollbar
2881         (getScrollbarBounds): change for scrollbar
2882
2883         * src/WorkArea.C (C_WorkArea_up_cb): removed func
2884         (C_WorkArea_down_cb): removed func
2885         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
2886         (resize): change for scrollbar
2887         (setScrollbar): ditto
2888         (setScrollbarBounds): ditto
2889         (setScrollbarIncrements): ditto
2890         (up_cb): removed func
2891         (down_cb): removed func
2892         (scroll_cb): change for scrollbar
2893         (work_area_handler): ditto
2894
2895         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
2896         when FitCursor did something.
2897         (updateScrollbar): some unsigned changes
2898         (downCB): removed func
2899         (scrollUpOnePage): removed func
2900         (scrollDownOnePage): remvoed func
2901         (workAreaMotionNotify): don't call screen->FitCursor but use
2902         fitCursor instead. and bool return val
2903         (workAreaButtonPress): ditto
2904         (workAreaButtonRelease): some unsigned changes
2905         (checkInsetHit): ditto
2906         (workAreaExpose): ditto
2907         (update): parts rewritten, comments about the signed char arg added
2908         (smallUpdate): removed func
2909         (cursorPrevious): call needed updateScrollbar
2910         (cursorNext): ditto
2911
2912         * src/BufferView2.C (allFloats): don't call updateScrollbar after
2913         fitCursor.
2914
2915         * src/BufferView.[Ch] (upCB): removed func
2916         (downCB): removed func
2917         (smallUpdate): removed func
2918
2919 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2920
2921         * src/lyxtext.h src/text.C src/text2.C: removed support for the
2922         currentrow, currentrow_y optimization. This did not help a lot and
2923         if we want to do this kind of optimization we should rather use
2924         cursor.row instead of the currentrow. 
2925
2926         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
2927         buffer spacing and klyx spacing support.
2928
2929 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
2930
2931         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
2932         a factor of 50!
2933
2934 2000-04-26  Juergen Vigna  <jug@sad.it>
2935
2936         * src/insets/figinset.C: fixes to Lars sstream changes!
2937
2938 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
2939
2940         * A lot of files: Added Ascii(ostream &) methods to all inset
2941         classes. Used when exporting to ASCII.
2942         
2943         * src/buffer.C (writeFileAscii,RoffAsciiTable)
2944         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
2945         instead of Latex()
2946
2947         * src/text2.C (ToggleFree): Disabled implicit word selection when
2948         there is a change in the language
2949         
2950         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
2951         no output was generated for end-of-sentence inset.
2952         
2953         * src/insets/lyxinset.h
2954         * src/buffer.C
2955         * src/lyxfunc.C
2956         * src/paragraph.C: Removed the insetnumber code
2957
2958         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
2959
2960 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2961
2962         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
2963         no_babel and no_epsfig completely from the file.
2964         (parseSingleLyXformat2Token): add handling for per-paragraph
2965         spacing as written by klyx.
2966
2967         * src/insets/figinset.C: applied patch by Andre. Made it work with
2968         ostringstream too.
2969
2970 2000-04-20  Juergen Vigna  <jug@sad.it>
2971
2972         * src/insets/insettext.C (cutSelection): 
2973         (copySelection): Fixed with selection from right to left.
2974         (draw): now the rows are not recalculated at every draw.
2975         (computeTextRows): for now reset the inset-owner here (this is
2976         important for an undo or copy where the inset-owner is not set
2977         automatically!)
2978
2979         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
2980         motion to the_locking_inset screen->first was forgotten, this was
2981         not important till we got multiline insets.
2982
2983 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2984
2985         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
2986         code seems to be alright (it is code changed by Dekel, and the
2987         intent is indeed that all macros should be defined \protect'ed)
2988
2989         * NEWS: a bit of reorganisation of the new user-visible features.
2990
2991 2000-04-19  Juergen Vigna  <jug@sad.it>
2992
2993         * src/insets/insettext.C (init): using a LyXCursor now for cursor
2994         position. Set the inset_owner of the used paragraph so that it knows
2995         that it is inside an inset. Fixed cursor handling with mouse and
2996         cursor keys. Fixed wrong timed inset redraws and lots of other changes
2997         and cleanups to make TextInsets work better.
2998
2999         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
3000         Changed parameters of various functions and added LockInsetInInset().
3001
3002         * src/insets/insettext.C: 
3003
3004         * src/insets/insetcollapsable.h: 
3005         * src/insets/insetcollapsable.C: 
3006         * src/insets/insetfoot.h: 
3007         * src/insets/insetfoot.C: 
3008         * src/insets/insetert.h: 
3009         * src/insets/insetert.C: cleaned up the code so that it works now
3010         correctly with insettext.
3011
3012         * src/insets/inset.C: 
3013         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
3014         that insets in insets are supported right.
3015
3016         * src/table.h: 
3017         * src/table.C: lots of changes for use with inset tabular (and cleanup)
3018
3019         * src/paragraph.C: some small fixes
3020
3021         * src/debug.h: inserted INSETS debug info
3022
3023         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
3024         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
3025
3026         * src/commandtags.h: 
3027         * src/LyXAction.C: insert code for InsetTabular.
3028
3029         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
3030         not Button1MotionMask.
3031         (workAreaButtonRelease): send always a InsetButtonRelease event to
3032         the_locking_inset.
3033         (checkInsetHit): some setCursor fixes (always with insets).
3034
3035         * src/BufferView2.C (lockInset): returns a bool now and extended for
3036         locking insets inside insets.
3037         (showLockedInsetCursor): it is important to have the cursor always
3038         before the locked inset.
3039         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
3040
3041         * src/BufferView.h: made lockInset return a bool.
3042
3043         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
3044
3045         * src/text2.C (SetCursor): This now has a version with a LyXCursor
3046         that is used also internally but can be called as public to have back
3047         a cursor pos which is not set internally.
3048         (SetCursorIntern): Changed to use above function.
3049
3050         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
3051
3052 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
3053
3054         * ANNOUNCE: 
3055         * INSTALL: 
3056         * UPGRADING: 
3057         * NEWS: updated for prerelease of 1.1.5. Please comment and send
3058         patches for things that should be in or should be changed.
3059
3060         * src/* [insetfiles]: change "usigned char fragile" to bool
3061         fragile. There was only one point that could that be questioned
3062         and that is commented in formulamacro.C. Grep for "CHECK".
3063         
3064         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
3065         (DeleteBuffer): take it out of CutAndPaste and make it static.
3066
3067 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
3068
3069         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
3070         output the spacing envir commands. Also the new commands used in
3071         the LaTeX output makes the result better.
3072
3073         * src/Spacing.C (writeEnvirBegin): new method
3074         (writeEnvirEnd): new method
3075
3076 2000-04-18  Juergen Vigna  <jug@sad.it>
3077
3078         * src/CutAndPaste.C: made textclass a static member of the class
3079         as otherwise it is not accesed right!!!
3080
3081 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
3082
3083         * forms/layout_forms.fd
3084         * src/layout_forms.h
3085         * src/layout_forms.C (create_form_form_character)
3086         * src/lyx_cb.C (UserFreeFont)
3087         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
3088        documents (in the layout->character popup).
3089
3090 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3091
3092         * src/spellchecker.C (create_ispell_pipe): fix a bug where
3093         \spell_command was in fact not honored (from Kevin Atkinson).
3094
3095         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
3096         quitting (Angus)
3097
3098         * src/lyx_gui.h: make lyxViews private (Angus)
3099
3100 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
3101
3102         * src/mathed/math_write.C
3103         (MathMatrixInset::Write) Put \protect before \begin{array} and
3104         \end{array} if fragile
3105         (MathParInset::Write): Put \protect before \\ if fragile
3106
3107 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3108
3109         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
3110         initialization if the LyXColorHandler must be done after the
3111         connections to the XServer has been established.
3112
3113         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
3114         get the background pixel from the lyxColorhandler so that the
3115         figures are rendered with the correct background color.
3116         (NextToken): removed functions.
3117         (GetPSSizes): use ifs >> string instead of NextToken.
3118
3119         * src/Painter.[Ch]: the color cache moved out of this file. 
3120
3121         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
3122         and lines.  
3123
3124 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3125
3126         * src/WorkArea.C (work_area_handler): call BufferView::enterView
3127         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
3128
3129         * src/BufferView.C (enterView): new func
3130         (leaveView): new func
3131
3132         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
3133         when approp.
3134         (leaveView): new func, undefines xterm cursor when approp.
3135
3136         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
3137         (AllowInput): delete the Workarea cursor handling from this func.
3138
3139         * src/Painter.C (underline): draw a slimer underline in most cases.
3140
3141         * src/lyx_main.C (error_handler): use extern "C"
3142
3143 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3144
3145         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
3146         sent directly to me.
3147
3148         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
3149         to the list by Dekel.
3150
3151         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
3152         strstream too.
3153
3154         * src/bufferview_funcs.[Ch]: two new files, moved several of the
3155         methods from lyx_cb.here.
3156
3157         * src/lyx_cb.C: in addition to the above; removed input_prohibited
3158         it was not used.
3159
3160 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
3161
3162         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
3163         instead of using current_view directly. 
3164
3165         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
3166
3167         * src/LyXAction.C (init): add the paragraph-spacing command.
3168
3169         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
3170
3171         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
3172
3173         * src/lyx_cb.C (CurrentState): output a string when the spacing is
3174         different from the documents.
3175
3176         * src/text.C (SetHeightOfRow): take paragraph spacing into
3177         account, paragraph spacing takes precedence over buffer spacing
3178         (GetVisibleRow): ditto
3179
3180         * src/paragraph.C (writeFile): output the spacing parameter too.
3181         (validate): set the correct features if spacing is used in the
3182         paragraph. 
3183         (Clear): set spacing to default
3184         (MakeSameLayout): spacing too
3185         (HasSameLayout): spacing too
3186         (SetLayout): spacing too
3187         (TeXOnePar): output the spacing commands
3188
3189         * src/lyxparagraph.h: added a spacing variable for use with
3190         per-paragraph spacing.
3191
3192         * src/Spacing.h: add a Default spacing and a method to check if
3193         the current spacing is default. also added an operator==
3194
3195         * src/text2.C (DeleteEmptyParagraphMechanism): added a
3196         RedoParagraphs.
3197
3198 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3199
3200         * src/lyxserver.C (callback): fix dispatch of functions
3201
3202         * src/insets/insetlatexaccent.C (checkContents): turn bogus
3203         printf() into lyxerr call. 
3204
3205         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
3206         fonts. 
3207
3208         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
3209         "Table" to "Table Box", "Float" to "Floating Material"; deletes
3210         the "Float" from each of the subitems.
3211         (ShowHelpMenu): add entry for "FAQ" and "TOC".
3212
3213         * src/support/DebugStream.h: add an #ifdef to work around a gcc
3214         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
3215         documented the change so that the workaround can be nuked later.
3216
3217         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
3218         LyX::init().
3219         
3220         * src/lyxlex_pimpl.C (next): do not re-declare the default value
3221         of arguments.
3222         * src/buffer.C (getLatexName): ditto
3223         (setReadonly): ditto
3224
3225 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
3226
3227         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
3228         avoid some uses of current_view. Added also a bufferParams()
3229         method to get at this.
3230
3231         * src/lyxtext.h: changed params->buffer and paramters->bparams.
3232
3233 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3234
3235         * src/lyxparagraph.[Ch]: removed
3236         operator<(LyXParagraph::InsetTable..., added a struct matchIT
3237         with operators used by lower_bound and
3238         upper_bound in InsetTable's
3239         Make struct InsetTable private again. Used matchpos.
3240
3241 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
3242         
3243         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
3244         document, the language of existing text is changed (unless the
3245         document is multi-lingual)
3246
3247         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
3248
3249         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
3250
3251         * A lot of files: A rewrite of the Right-to-Left support.
3252                                                                            
3253 2000-04-10  Juergen Vigna  <jug@sad.it>
3254
3255         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
3256         misplaced cursor when inset in inset is locked.
3257
3258         * src/insets/insettext.C (LocalDispatch): small fix so that a
3259         BREAKLINE is not inserted if we don't permit it with autBreakRows.
3260
3261         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
3262         footnote font should be decreased in size twice when displaying.
3263
3264         * src/insets/insettext.C (GetDrawFont): inserted this function as
3265         the drawing-font may differ from the real paragraph font.
3266
3267         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
3268         insets (inset in inset!).
3269
3270         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
3271         function here because we don't want footnotes inside footnotes.
3272
3273         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
3274         Cloned insets.
3275         (init): now set the inset_owner in paragraph.C
3276         (LocalDispatch): added some resetPos() in the right position
3277         (cutSelection): 
3278         (copySelection): 
3279         (pasteSelection): changed to use the new CutAndPaste-Class.
3280
3281         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
3282         which tells if it is allowed to insert another inset inside this one.
3283
3284         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
3285         SwitchLayoutsBetweenClasses.
3286
3287         * src/text2.C (InsertInset): checking of the new paragraph-function
3288         InsertInsetAllowed.
3289         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
3290         is not needed anymore here!
3291         (CutSelection): 
3292         (CopySelection): 
3293         (PasteSelection): redone (also with #ifdef) so that now this uses
3294         the CutAndPaste-Class.
3295         (SwitchLayoutsBetweenClasses): removed here and implemented in the
3296         CutAndPaste-Class.
3297         
3298         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
3299         from/to text/insets.
3300
3301         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
3302         so that the paragraph knows if it is inside an (text)-inset.
3303         (InsertFromMinibuffer): changed return-value to bool as now it
3304         may happen that an inset is not inserted in the paragraph.
3305         (InsertInsetAllowed): this checks if it is allowed to insert an
3306         inset in this paragraph.
3307         (PasteParagraph): 
3308         (BreakParagraphConservative): 
3309         (BreakParagraph) : small change for the above change of the return
3310         value of InsertFromMinibuffer.
3311
3312         * src/lyxparagraph.h: added inset_owner and the functions to handle
3313         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
3314
3315 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3316
3317         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
3318         functions from BufferView to BufferView::Pimpl to ease maintence.
3319         
3320         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
3321         correctly. Also use SetCursorIntern instead of SetCursor.
3322
3323         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
3324         correct color.
3325
3326 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
3327
3328         * src/WorkArea.C (belowMouse): manually implement below mouse.
3329
3330         * src/*: Add "explicit" on several constructors, I added probably
3331         some unneeded ones. A couple of changes to code because of this.
3332
3333         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
3334         implementation and private parts from the users of BufferView. Not
3335         quite finished.
3336
3337         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
3338         implementation and private parts from the users of LyXLex. Not
3339         quite finished.
3340
3341         * src/BufferView_pimpl.[Ch]: new files
3342
3343         * src/lyxlex_pimpl.[Ch]: new files
3344
3345         * src/LyXView.[Ch]: some inline functions move out-of-line
3346
3347 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3348
3349         * src/lyxparagraph.h: make struct InsetTable public.
3350
3351         * src/support/lyxstring.h: change lyxstring::difference_type to be
3352         ptrdiff_t. Add std:: modifiers to streams.
3353
3354         * src/font.C: include the <cctype> header, for islower() and
3355         isupper(). 
3356
3357 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
3358
3359         * src/font.[Ch]: new files. Contains the metric functions for
3360         fonts, takes a LyXFont as parameter. Better separation of concepts.
3361         
3362         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
3363         changes because of this.
3364
3365         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
3366
3367         * src/*: compile with -Winline and move functions that don't
3368         inline out of line.
3369         
3370         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
3371         instead of strspn.
3372
3373 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
3374
3375         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
3376         (various files changed because of this)
3377
3378         * src/Painter.C (text): fixed the drawing of smallcaps.
3379
3380         * src/lyxfont.[Ch] (drawText): removed unused member func.
3381         (drawString): ditto
3382
3383         * src/*.C: added needed "using" statements and "std::" qualifiers. 
3384
3385 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
3386
3387         * src/*.h: removed all use of "using" from header files use
3388         qualifier std:: instead. 
3389
3390 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3391
3392         * src/text.C (Backspace): some additional cleanups (we already
3393         know whether cursor.pos is 0 or not).
3394
3395         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
3396         automake does not provide one).
3397
3398         * src/bmtable.h: replace C++ comments with C comments.
3399
3400 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
3401
3402         * src/screen.C (ShowCursor): Change the shape of the cursor if
3403         the current language is not equal to the language of the document.
3404         (If the cursor change its shape unexpectedly, then you've found a bug)
3405
3406         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
3407         bugs [I hope...]
3408
3409         * src/insets/insetnumber.[Ch]: New files.
3410
3411         * src/LyXAction.C (init)
3412         * src/lyxfunc.C (dispatch): Add command number-inset-insert
3413
3414         * lyxrc.example
3415         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
3416
3417         * src/lyxparagraph.h
3418         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
3419         (the vector is kept sorted).
3420
3421         * src/text.C (GetVisibleRow): Draw selection correctly when there
3422         is both LTR and RTL text.
3423
3424         * src/paragraph.C (Clone): Use the assignment operator for cloning,
3425         which is much faster.
3426
3427         * src/text.C (GetVisibleRow and other): Do not draw the last space 
3428         in a row if the direction of the last letter is not equal to the
3429         direction of the paragraph.
3430
3431         * src/lyxfont.C (latexWriteStartChanges):
3432         Check that font language is not equal to basefont language.
3433         (latexWriteEndChanges): ditto
3434
3435         * src/lyx_cb.C (StyleReset): Don't change the language while using
3436         the font-default command.
3437
3438         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
3439         empty paragraph before a footnote.
3440
3441         * src/insets/insetcommand.C (draw): Increase x correctly.
3442
3443         * src/screen.C (ShowCursor): Change cursor shape if
3444         current language != document language.
3445
3446         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
3447
3448 2000-03-31  Juergen Vigna  <jug@sad.it>
3449
3450         * src/paragraph.C (GetInset): commented out text[pos] = ' '
3451         (Clone): changed mode how the paragraph-data is copied to the
3452         new clone-paragraph.
3453
3454         * src/lyxfunc.C (Dispatch): fixed small problem when calling
3455         GetInset(pos) with no inset anymore there (in inset UNDO)
3456
3457         * src/insets/insetcommand.C (draw): small fix as here x is
3458         incremented not as much as width() returns (2 before, 2 behind = 4)
3459
3460 2000-03-30  Juergen Vigna  <jug@sad.it>
3461
3462         * src/insets/insettext.C (InsetText): small fix in initialize
3463         widthOffset (should not be done in the init() function)
3464
3465 2000-03-29  Amir Karger <karger@lyx.org>
3466
3467         * lib/examples/it_ItemizeBullets.lyx: translation by 
3468         Stefano Mastella
3469
3470         * Implemented \textasciitilde and fixed a tiny bug in reLyX
3471
3472 2000-03-29  Juergen Vigna  <jug@sad.it>
3473
3474         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
3475
3476         * src/insets/insetfoot.C (Clone): small change as for the below
3477         new init function in the text-inset
3478
3479         * src/insets/insettext.C (init): new function as I've seen that
3480         clone did not copy the Paragraph-Data!
3481         (LocalDispatch): Added code so that now we have some sort of Undo
3482         functionality (well actually we HAVE Undo ;)
3483
3484         * src/text.C (Backspace): Small fix for the a | a Backspace problem
3485
3486 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
3487         
3488         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
3489         were erased)
3490
3491 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3492
3493         * src/main.C: added a runtime check that verifies that the xforms
3494         header used when building LyX and the library used when running
3495         LyX match. Exit with a message if they don't match. This is a
3496         version number check only.
3497
3498         * src/buffer.C (save): Don't allocate memory on the heap for
3499         struct utimbuf times.
3500
3501         * *: some using changes, use iosfwd instead of the real headers.
3502
3503         * src/lyxfont.C use char const * instead of string for the static
3504         strings. Rewrite some functions to use sstream.
3505
3506 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3507
3508         * src/text.C (Backspace): hopefully fix the dreaded backaspace
3509         bug. 
3510
3511 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3512
3513         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
3514         of Geodesy (from Martin Vermeer)
3515
3516         * lib/layouts/svjour.inc: include file for the Springer svjour
3517         class. It can be used to support journals other than JoG.
3518
3519         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
3520         Miskiewicz <misiek@pld.org.pl>)
3521         * lib/reLyX/Makefile.am: ditto.
3522
3523 2000-03-27  Juergen Vigna  <jug@sad.it>
3524
3525         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
3526         also some modifications with operations on selected text.
3527
3528         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
3529         problems with clicking on insets (last famous words ;)
3530
3531         * src/insets/insetcommand.C (draw): 
3532         (width): Changed to have a bit of space before and after the inset so
3533         that the blinking cursor can be seen (otherwise it was hidden)
3534
3535 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3536
3537         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
3538         would not be added to the link list when an installed gettext (not
3539         part of libc) is found.
3540
3541 2000-03-24  Juergen Vigna  <jug@sad.it>
3542
3543         * src/insets/insetcollapsable.C (Edit): 
3544         * src/mathed/formula.C (InsetButtonRelease): 
3545         (InsetButtonPress): fixed for new handling of ButtonPress/Release
3546         handling.
3547
3548         * src/BufferView.C (workAreaButtonPress): 
3549         (workAreaButtonRelease): 
3550         (checkInsetHit): Finally fixed the clicking on insets be handled
3551         correctly!
3552
3553         * src/insets/insetert.C (Edit): inserted this call so that ERT
3554         insets work always with LaTeX-font
3555
3556 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
3557
3558         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
3559         caused lyx to startup with no GUI in place, causing in a crash
3560         upon startup when called with arguments.
3561
3562 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3563
3564         * src/FontLoader.C: better initialization of dummyXFontStruct.
3565
3566 2000-03-20 José Abílio Matos <jamatos@lyx.org>
3567
3568         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
3569         for linuxdoc and docbook import and export format options.
3570
3571         * lib/lyxrc.example Example of default values for the previous flags.
3572
3573         * src/lyx_cb.C Use those flags instead of the hardwired values for
3574         linuxdoc and docbook export.
3575
3576         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
3577         linuxdoc import.
3578
3579         * src/menus.C Added menus entries for the new import/exports formats.
3580         
3581 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
3582
3583         * src/lyxrc.*: Added support for running without Gui 
3584         (\use_gui false)
3585           
3586         * src/FontLoader.C: sensible defaults if no fonts are needed
3587
3588         * src/lyx_cb.C: New function ShowMessage (writes either to the
3589         minibuffer or cout in case of no gui
3590         New function AskOverwrite for common stuff
3591         Consequently various changes to call these functions
3592
3593         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
3594         wild guess at sensible screen resolution when having no gui
3595
3596         * src/lyxfont.C: no gui, no fonts... set some defaults
3597
3598 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3599
3600         * src/LColor.C: made the command inset background a bit lighter.
3601
3602 2000-03-20  Hartmut Goebel <goebel@noris.net>
3603
3604         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
3605         stdstruct.inc. Koma-Script added some title elements which
3606         otherwise have been listed below "bibliography". This split allows
3607         adding title elements to where they belong.
3608
3609         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
3610         define the additional tilte elements and then include
3611         stdstruct.inc. 
3612
3613         * many other layout files: changed to include stdtitle.inc just
3614         before stdstruct.inc.
3615
3616 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
3617
3618         * src/buffer.C: (save) Added the option to store all backup files
3619         in a single directory
3620
3621         * src/lyxrc.[Ch]: Added variable \backupdir_path
3622
3623         * lib/lyxrc.example: Added descriptions of recently added variables
3624
3625         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
3626         bibtex inset, not closing the bibtex popup when deleting the inset)
3627
3628 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3629
3630         * src/lyx_cb.C: add a couple using directives.
3631
3632 2000-03-17 José Abílio Matos <jamatos@lyx.org>
3633         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
3634         import based on the filename.
3635         
3636         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
3637         file would be imported at start, if the filename where of a sgml file.
3638
3639         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
3640         
3641         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
3642         
3643 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
3644         * src/lyxfont.h Replaced the member variable bits.direction by the
3645         member variable lang. Made many changes in other files.
3646         This allows having a multi-lingual document
3647
3648         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
3649         that change the current language to <l>.
3650         Removed the command "font-rtl"
3651
3652         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
3653         format for Hebrew documents)
3654
3655         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
3656         When auto_mathmode is "true", pressing a digit key in normal mode 
3657         will cause entering into mathmode.
3658         If auto_mathmode is "rtl" then this behavior will be active only
3659         when writing right-to-left text.
3660
3661         * src/text2.C (InsertStringA) The string is inserted using the
3662         current font.
3663
3664         * src/paragraph.C (GetEndLabel) Gives a correct result for
3665         footnote paragraphs.
3666
3667         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
3668
3669 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3670
3671         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
3672         front of PasteParagraph. Never insert a ' '. This should at least
3673         fix some cause for the segfaults that we have been experiencing,
3674         it also fixes backspace behaviour slightly. (Phu!)
3675
3676         * src/support/lstrings.C (compare_no_case): some change to make it
3677         compile with gcc 2.95.2 and stdlibc++-v3
3678
3679         * src/text2.C (MeltFootnoteEnvironment): change type o
3680         first_footnote_par_is_not_empty to bool.
3681
3682         * src/lyxparagraph.h: make text private. Changes in other files
3683         because of this.
3684         (fitToSize): new function
3685         (setContentsFromPar): new function
3686         (clearContents): new function
3687         (SetChar): new function
3688
3689         * src/paragraph.C (readSimpleWholeFile): deleted.
3690
3691         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
3692         the file, just use a simple string instead. Also read the file in
3693         a more maintainable manner.
3694
3695         * src/text2.C (InsertStringA): deleted.
3696         (InsertStringB): deleted.
3697
3698 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3699
3700         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
3701         RedoParagraphs from the doublespace handling part, just set status
3702         to NEED_MORE_REFRESH. Also don't update cursor position (should be
3703         done, but perhaps not like this.)
3704
3705 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3706
3707         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
3708         character when inserting an inset.
3709
3710 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3711
3712         * src/bufferparams.C (readLanguage): now takes "default" into
3713         consideration.
3714
3715         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
3716         also initialize the toplevel_keymap with the default bindings from
3717         lyxrc. 
3718         
3719         * src/buffer.C (Buffer): remove lyxrc from the parameters.
3720
3721         * all files using lyxrc: have lyxrc as a real variable and not a
3722         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
3723         done in lyxrc.h.
3724         
3725         * src/lyxrc.C: remove double call to defaultKeyBindings
3726
3727         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
3728         toolbar defauls using lyxlex. Remove enums, structs, functions
3729         related to this. 
3730
3731         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
3732         toolbar defaults. Also store default keybindings in a map.
3733
3734         * src/ToolbarDefaults.[Ch]: New file. This class is used for
3735         storing the toolbar defaults without any xforms dependencies. 
3736
3737         * src/insets/figinset.C: patch posted to list by Andre Poenitz
3738         applied. Changed to use iterators.
3739
3740 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
3741
3742         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
3743         systems that don't have LINGUAS set to begin with.
3744
3745 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3746
3747         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
3748         the list by Dekel Tsur.
3749
3750 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3751
3752         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
3753         * src/insets/form_graphics.C: ditto.
3754
3755         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
3756
3757 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3758
3759         * src/bufferparams.C (readLanguage): use the new language map
3760
3761         * src/intl.C (InitKeyMapper): use the new language map
3762
3763         * src/lyx_gui.C (create_forms): use the new language map
3764
3765         * src/language.[Ch]: New files. Used for holding the information
3766         about each language. Now! Use this new language map enhance it and
3767         make it really usable for our needs. 
3768
3769 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
3770         
3771         * screen.C (ShowCursor): Removed duplicate code.
3772         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
3773         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
3774         
3775         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
3776
3777         * src/lyxtext.h
3778         * src/text.C  Added TransformChar method. Used for rendering Arabic
3779         text correctly (change the glyphs of the letter according to the
3780         position in the word)
3781
3782         * src/buffer.C
3783         * src/paragraph.C
3784         * src/lyxrc.h
3785         * src/lyxrc.C  Added lyxrc command {language_command_begin,
3786         language_command_end,language_command_ltr,language_command_rtl,
3787         language_package} which allows the use of either arabtex or Omega
3788         for Arabic
3789
3790         * src/lyx_gui.C (init)
3791         * src/lyxrc.h
3792         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
3793         to use encoding for menu fonts which is different than the encoding
3794         for screen fonts
3795
3796         * src/buffer.C (makeLaTeXFile): If params.language = "default",
3797         do not load the babel package.
3798         To write an English document with Hebrew/Arabic, change the document
3799         language to "english".
3800
3801         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
3802         (alphaCounter): changed to return char
3803         (loweralphaCounter, hebrewCounter, romanCounter): New functions
3804
3805         * lib/lyxrc.example  Added examples for Hebrew/Arabic
3806
3807         * src/layout.h
3808         * src/layout.C  Added layout command endlabeltype
3809
3810         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
3811
3812         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
3813
3814 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3815
3816         * src/mathed/math_delim.C (search_deco): return a
3817         math_deco_struct* instead of index.
3818
3819 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3820
3821         * All files with a USE_OSTREAM_ONLY within: removed all code that
3822         was unused when USE_OSTREAM_ONLY is defined.
3823         
3824         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
3825         of any less. Removed header and using.
3826
3827         * src/text.C (GetVisibleRow): draw the string "Page Break
3828         (top/bottom)" on screen when drawing a pagebreak line.
3829
3830 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3831
3832         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
3833
3834         * src/mathed/math_macro.C (draw): do some cast magic.
3835         (Metrics): ditto.
3836
3837         * src/mathed/math_defs.h: change byte* argument to byte const*.
3838
3839         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
3840
3841         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
3842         know it is right to return InsetFoot* too, but cxx does not like
3843         it...). 
3844
3845         * src/insets/insetcollapsable.[Ch] (Clone): make const.
3846
3847         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
3848
3849         * src/mathed/math_delim.C: change == to proper assignment.
3850
3851 2000-03-09  Juergen Vigna  <jug@sad.it>
3852
3853         * src/insets/insettext.C (setPos): fixed various cursor positioning
3854         problems (via mouse and cursor-keys)
3855         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
3856         inset (still a small display problem but it works ;)
3857
3858         * src/insets/insetcollapsable.C (draw): added button_top_y and
3859         button_bottom_y to have correct values for clicking on the inset.
3860
3861         * src/support/lyxalgo.h: commented out 'using std::less'
3862
3863 2000-03-08  Juergen Vigna  <jug@sad.it>
3864
3865         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
3866         Button-Release event closes as it is alos the Release-Event
3867         which opens it.
3868
3869         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
3870
3871 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
3872
3873         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
3874         can add multiple spaces in Scrap (literate programming) styles...
3875         which, by the way, is how I got hooked on LyX to begin with.
3876  
3877         * src/mathed/formula.C (Write): Added dummy variable to an
3878         inset::Latex() call.
3879         (Latex): Add free_spacing boolean to inset::Latex()
3880
3881         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
3882         
3883         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
3884         virtual function to include the free_spacing boolean from
3885         the containing paragraph's style.
3886  
3887         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
3888         Added free_spacing boolean arg to match inset.h
3889         
3890         * src/insets/insettext.C, src/insets/insettext.h (Latex):
3891         Added free_spacing boolean arg to match inset.h
3892         
3893         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
3894         Added free_spacing boolean and made sure that if in a free_spacing
3895         paragraph, that we output normal space if there is a protected space.
3896         
3897         * src/insets/insetref.C, src/insets/insetref.h (Latex):
3898         Added free_spacing boolean arg to match inset.h
3899         
3900         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
3901         Added free_spacing boolean arg to match inset.h
3902         
3903         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
3904         Added free_spacing boolean arg to match inset.h
3905         
3906         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
3907         Added free_spacing boolean arg to match inset.h
3908         
3909         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
3910         Added free_spacing boolean arg to match inset.h
3911         
3912         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
3913         free_spacing boolean arg to match inset.h 
3914         
3915         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
3916         Added free_spacing boolean arg to match inset.h
3917         
3918         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
3919         Added free_spacing boolean arg to match inset.h
3920         
3921         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
3922         Added free_spacing boolean arg to match inset.h
3923         
3924         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
3925         Added free_spacing boolean arg to match inset.h
3926         
3927         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
3928         Added free_spacing boolean arg to match inset.h
3929         
3930         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
3931         free_spacing boolean arg to match inset.h
3932         
3933         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
3934         free_spacing boolean arg to match inset.h
3935         
3936         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
3937         ignore free_spacing paragraphs. The user's spaces are left
3938         alone. 
3939         
3940         * src/text.C (InsertChar): Fixed the free_spacing layout
3941         attribute behavior. Now, if free_spacing is set, you can
3942         add multiple spaces in a paragraph with impunity (and they
3943         get output verbatim).
3944         (SelectSelectedWord): Added dummy argument to inset::Latex()
3945         call.
3946         
3947         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
3948         calls.
3949         
3950         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
3951         paragraph layouts now only input a simple space instead.
3952         Special character insets don't make any sense in free-spacing
3953         paragraphs.
3954         
3955         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
3956         hard-spaces in the *input* file to simple spaces if the layout
3957         is free-spacing. This converts old files which had to have
3958         hard-spaces in free-spacing layouts where a simple space was
3959         preferrable.
3960         (writeFileAscii): Added free_spacing check to pass to the newly
3961         reworked inset::Latex(...) methods. The inset::Latex() code
3962         ensures that hard-spaces in free-spacing paragraphs get output
3963         as spaces (rather than "~").
3964         
3965 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3966         
3967         * src/mathed/math_delim.C (draw): draw the empty placeholder
3968         delims with a onoffdash line.
3969         (struct math_deco_compare): struct that holds the "functors" used
3970         for the sort and the binary search in math_deco_table.
3971         (class init_deco_table): class used for initial sort of the
3972         math_deco_table. 
3973         (search_deco): use lower_bound to do a binary search in the
3974         math_deco_table.
3975
3976 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
3977
3978         * src/lyxrc.C: a small secret thingie...
3979
3980         * src/lyxlex.C (printTable): changed to take a ostream as paramter
3981         and to not flush the stream as often as it used to.
3982
3983         * src/support/lyxalgo.h: new file 
3984         (sorted): template function used for checking if a sequence is
3985         sorted or not. Two versions with and without user supplied
3986         compare. Uses same compare as std::sort.
3987
3988         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
3989         it and give warning on lyxerr.
3990         (pushTable): ditto
3991         (struct compare_tags): struct with function operators used for
3992         checking if sorted, sorting and lower_bound.
3993         (search_kw): use lower_bound instead of manually implemented
3994         binary search.
3995
3996 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3997
3998         * src/insets/insetcollapsable.h: fix Clone() declaration.
3999         * src/insets/insetfoot.h: ditto.
4000
4001         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
4002
4003 2000-03-08  Juergen Vigna  <jug@sad.it>
4004
4005         * src/insets/lyxinset.h: added owner call which tells us if
4006         this inset is inside another inset. Changed also the return-type
4007         of Editable to an enum so it tells clearer what the return-value is.
4008
4009         * src/insets/insettext.C (computeTextRows): fixed computing of
4010         textinsets which split automatically on more rows.
4011
4012         * src/insets/insetert.[Ch]: changed this to be of BaseType
4013         InsetCollapsable.
4014
4015         * src/insets/insetfoot.[Ch]: added footnote inset
4016
4017         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
4018         collapsable insets (like footnote, ert, ...)
4019
4020 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
4021
4022         * src/lyxdraw.h: remvoe file
4023
4024         * src/lyxdraw.C: remove file
4025
4026         * src/insets/insettext.C: added <algorithm>.
4027
4028 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4029
4030         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
4031         (matrix_cb): case MM_OK use string stream
4032
4033         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
4034         stream.
4035
4036         * src/mathed/math_macro.C (draw): use string stream
4037         (Metrics): use string stream
4038
4039         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
4040         directly to the ostream.
4041
4042         * src/vspace.C (asString): use string stream.
4043         (asString): use string stream
4044         (asLatexString): use string stream
4045
4046         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
4047         setting Spacing::Other.
4048
4049         * src/LaTeXFeatures.C (getPackages): use string stream instead of
4050         sprintf when creating the stretch vale.
4051
4052         * src/text2.C (alphaCounter): changed to return a string and to
4053         not use a static variable internally. Also fixed a one-off bug.
4054         (SetCounter): changed the drawing of the labels to use string
4055         streams instead of sprintf.
4056
4057         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
4058         manipulator to use a scheme that does not require library support.
4059         This is also the way it is done in the new GNU libstdc++. Should
4060         work with DEC cxx now. 
4061
4062 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4063
4064         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
4065         end. This fixes a bug. 
4066
4067         * src/mathed (all files concerned with file writing): apply the
4068         USE_OSTREAM_ONLY changes to mathed too.
4069         
4070         * src/support/DebugStream.h: make the constructor explicit.
4071
4072         * src/lyxfont.C (latexWriteStartChanges): small bug related to
4073         count and ostream squashed.
4074
4075 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4076
4077         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
4078
4079         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
4080         ostringstream uses STL strings, and we might not.
4081
4082         * src/insets/insetspecialchar.C: add using directive.
4083         * src/insets/insettext.C: ditto.
4084
4085 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
4086
4087         * lib/layouts/seminar.layout: feeble attempt at a layout for
4088         seminar.cls, far from completet and could really use some looking
4089         at from people used to write layout files.
4090
4091         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
4092         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
4093         a lot nicer and works nicely with ostreams.
4094
4095         * src/mathed/formula.C (draw): a slightly different solution that
4096         the one posted to the list, but I think this one works too. (font
4097         size wrong in headers.)
4098
4099         * src/insets/insettext.C (computeTextRows): some fiddling on
4100         Jürgens turf, added some comments that he should read.
4101
4102         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
4103         used and it gave compiler warnings.
4104         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
4105         writing of lyxrc.
4106
4107         * src/lyx_gui.C (create_forms): do the right thing when
4108         show_banner is true/false.
4109
4110         * src/lyx_cb.C (TimerCB): no need to close or do anything if
4111         show_banner is false.
4112
4113         * most file writing files: Now use iostreams to do almost all of
4114         the writing. Also instead of passing string &, we now use
4115         stringstreams. mathed output is still not adapted to iostreams.
4116         This change can be turned off by commenting out all the occurences
4117         of the "#define USE_OSTREAM_ONLY 1" lines.
4118         
4119         * src/WorkArea.C (createPixmap): don't output debug messages.
4120         (WorkArea): don't output debug messages.
4121
4122         * lib/lyxrc.example: added a comment about the new variable
4123         \show_banner 
4124
4125         * development/Code_rules/Rules: Added some more commente about how
4126         to build class interfaces and on how better encapsulation can be
4127         achieved. 
4128
4129 2000-03-03  Juergen Vigna  <jug@sad.it>
4130
4131         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
4132         automatically with the width of the LyX-Window
4133
4134         * src/insets/insettext.C (computeTextRows): fixed update bug in
4135         displaying text-insets (scrollvalues where not initialized!)
4136
4137 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4138
4139         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
4140         id in the check of the result from lower_bound is not enough since
4141         lower_bound can return last too, and then res->id will not be a
4142         valid construct.
4143
4144         *  all insets and some code that use them: I have conditionalized
4145         removed the Latex(string & out, ...) this means that only the
4146         Latex(ostream &, ...) will be used. This is a work in progress to
4147         move towards using streams for all output of files. 
4148
4149         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
4150         c to 0.
4151
4152 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4153
4154         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
4155         routine (this fixes bug where greek letters were surrounded by too
4156         much white space).
4157
4158         * src/support/filetools.C (findtexfile): change a bit the search
4159         algorithm, to fix bug introduced in 1.1.4. Note that --format is
4160         no longer passed to kpsewhich, we may have to change that later.
4161
4162         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
4163         warning options to avoid problems with X header files (from Angus
4164         Leeming).
4165         * acinclude.m4: regenerated.
4166
4167 2000-03-02  Juergen Vigna  <jug@sad.it>
4168
4169         * src/insets/insettext.C (WriteParagraphData): Using the
4170         par->writeFile() function for writing paragraph-data.
4171         (Read): Using buffer->parseSingleLyXformat2Token()-function
4172         for parsing paragraph data!
4173
4174         * src/buffer.C (readLyXformat2): removed all parse data and using
4175         the new parseSingleLyXformat2Token()-function.
4176         (parseSingleLyXformat2Token): added this function to parse (read)
4177         lyx-file-format (this is called also from text-insets now!)
4178
4179 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4180
4181         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
4182         and temp.
4183
4184         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
4185         directly instead of going through a func. One very bad thing: a
4186         static LyXFindReplace, but I don't know where to place it. 
4187
4188         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
4189         string instead of char[]. Also changed to static.
4190         (GetSelectionOrWordAtCursor): changed to static inline
4191         (SetSelectionOverLenChars): ditto.
4192
4193         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
4194         current_view and global variables. both classes has changed names
4195         and LyXFindReplace is not inherited from SearchForm.
4196         
4197         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
4198         fl_form_search form.
4199
4200         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
4201
4202 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4203
4204         * lib/bind/*.bind: make sure 'buffer-previous' function is not
4205         bound (from Kayvan).
4206
4207         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
4208
4209         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
4210
4211 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4212
4213         * some things that I should comment but the local pub says head to
4214         swirly... 
4215         
4216         * comment out all code that belongs to the Roff code for Ascii
4217         export of tables. (this is unused)
4218         
4219         * src/LyXView.C: use correct type for global variable
4220         current_layout. (LyXTextClass::size_type)
4221
4222         * some code to get the new insetgraphics closer to working I'd be
4223         grateful for any help.
4224         
4225         * src/BufferView2.C (insertInset): use the return type of
4226         NumberOfLayout properly. (also changes in other files)
4227
4228         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
4229         this as a test. I want to know what breaks because of this.
4230
4231         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
4232
4233 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
4234
4235         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
4236         to use a \makebox in the label, this allows proper justification
4237         with out using protected spaces or multiple hfills. Now it is
4238         "label" for left justified, "\hfill label\hfill" for center, and
4239         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
4240         should be changed accordingly. 
4241
4242 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4243
4244         * src/lyxtext.h: change SetLayout() to take a
4245         LyXTextClass::size_type instead of a char (when there is more than
4246         127 layouts in a class); also change type of copylayouttype.
4247         * src/text2.C (SetLayout): ditto.
4248         * src/LyXView.C (updateLayoutChoice): ditto.
4249
4250         * src/LaTeX.C (scanLogFile): errors where the line number was not
4251         given just after the '!'-line were ignored (from Dekel Tsur).
4252
4253         * lib/lyxrc.example: fix description of \date_insert_format
4254
4255         * lib/layouts/llncs.layout: new layout, contributed by Martin
4256         Vermeer. 
4257
4258 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4259
4260         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
4261         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
4262         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
4263         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
4264         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
4265         paragraph.C, text.C, text2.C)
4266
4267 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4268
4269         * src/insets/insettext.C (LocalDispatch): remove extra break
4270         statement. 
4271
4272         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
4273         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
4274
4275         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
4276         * src/insets/insettext.[Ch] (GetCursorPos): ditto
4277
4278         * src/insets/insetbib.h: move InsetBibkey::Holder and
4279         InsetCitation::Holder in public space.
4280
4281 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
4282
4283         * src/insets/insettext.h: small change to get the new files from
4284         Juergen to compile (use "string", not "class string").
4285
4286         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
4287         const & as parameter to LocalDispatch, use LyXFont const & as
4288         paramter to some other func. This also had impacto on lyxinsets.h
4289         and the two mathed insets.
4290
4291 2000-02-24  Juergen Vigna  <jug@sad.it>
4292
4293         * src/buffer.C:
4294         * src/commandtags.h: 
4295         * src/LyXAction.C:
4296         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
4297
4298         * src/BufferView.h
4299         * src/BufferView.C
4300         * src/BufferView2.C: added/updated code for various inset-functions
4301
4302         * src/insets/insetert.[Ch]: added implementation of InsetERT
4303
4304         * src/insets/insettext.[Ch]: added implementation of InsetText
4305
4306         * src/insets/inset.C (Edit): added "unsigned int button" parameter
4307         (draw): added preliminary code for inset scrolling not finshed yet
4308
4309         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
4310         as it is in lyxfunc.C now
4311
4312         * src/insets/lyxinset.h: Added functions for text-insets
4313
4314 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4315
4316         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
4317         BufferView and reimplement the list as a queue put inside its own
4318         class.
4319
4320         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
4321
4322         * several files: use the new interface to the "updateinsetlist"
4323         
4324         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
4325         on doubleclick.
4326         (work_area_handler): call BufferView::trippleClick on trippleclick.
4327
4328         * src/BufferView.C (doubleClick): new function, selects word on
4329         doubleclick. 
4330         (trippleClick): new function, selects line on trippleclick.
4331
4332 2000-02-22  Allan Rae  <rae@lyx.org>
4333
4334         * lib/bind/xemacs.bind: buffer-previous not supported
4335
4336 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4337
4338         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
4339         as const.
4340
4341 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4342
4343         * src/bufferlist.C: get rid of current_view from this file
4344
4345         * src/spellchecker.C: get rid of current_view from this file
4346
4347         * src/vspace.C: get rid of current_view from this file
4348         (inPixels): added BufferView parameter for this func
4349         (asLatexCommand): added a BufferParams for this func
4350
4351         * src/text.C src/text2.C: get rid of current_view from these
4352         files.
4353         
4354         * src/lyxfont.C (getFontDirection): move this function here from
4355         text.C
4356         
4357         * src/bufferparams.C (getDocumentDirection): move this function
4358         here from text.C
4359
4360         * src/paragraph.C (getParDirection): move this function here from
4361         text.C 
4362         (getLetterDirection): ditto
4363         
4364 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
4365
4366         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
4367         resize due to wrong pixmap beeing used. Also took the opurtunity
4368         to make the LyXScreen stateless on regard to WorkArea and some
4369         general cleanup in the same files.
4370         
4371 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4372
4373         * src/Makefile.am: add missing direction.h
4374
4375         * src/PainterBase.h: made the width functions const.
4376         
4377         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
4378         missing ones.
4379         
4380         * src/insets/insetcommand.C (draw): draw Editable as buttons.
4381
4382         * src/insets/insetlatexaccent.C (draw): make the accents draw
4383         better, at present this will only work well with iso8859-1.
4384         
4385         * several files: remove the old drawing code, now we use the new
4386         painter only.
4387
4388         * several files: remove support for mono_video, reverse_video and
4389         fast selection.
4390
4391 2000-02-17  Juergen Vigna  <jug@sad.it>
4392
4393         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
4394         int ** as we have to return the pointer, otherwise we have only
4395         NULL pointers in the returning function.
4396
4397 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4398
4399         * src/LaTeX.C (operator()): quote file name when running latex.
4400
4401 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
4402
4403         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
4404         (bubble tip), this removes our special handling of this.
4405
4406         * Remove all code that is unused now that we have the new
4407         workarea. (Code that are not active when NEW_WA is defined.)
4408
4409         * Make the uses of XSync not conditionalized on define USE_XSYNC.
4410         
4411 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4412
4413         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
4414         nonexisting layout; correctly redirect obsoleted layouts.
4415
4416         * lib/lyxrc.example: document \view_dvi_paper_option
4417
4418         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
4419         variable. 
4420
4421         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
4422         (PreviewDVI): handle the view_dvi_paper_option variable.
4423         [Both from Roland Krause]
4424
4425 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4426
4427         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
4428         char const *, int, LyXFont)
4429         (text(int, int, string, LyXFont)): ditto 
4430
4431         * src/text.C (InsertCharInTable): attempt to fix the double-space
4432         feature in tables too.
4433         (BackspaceInTable): ditto.
4434         (GetVisibleRow): make bottom pagebreak line be a onoff line.
4435
4436 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
4437
4438         * src/text2.C (owner): only complain if owner_ is set and bv != 0
4439
4440         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
4441         newly found text in textcache to this.
4442         (buffer): set the owner of the text put into the textcache to 0
4443
4444         * src/insets/figinset.C (draw): fixed the drawing of figures with
4445         the new Painter.
4446
4447         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
4448         drawing of mathframe, hfills, protected space, table lines. I have
4449         now no outstanding drawing problems with the new Painter code. 
4450
4451 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4452
4453         * src/PainterBase.C (ellipse, circle): do not specify the default
4454         arguments. 
4455
4456         * src/LColor.h: add using directive.
4457
4458         * src/Painter.[Ch]: change return type of methods from Painter& to
4459         PainterBase&. Add a using directive.
4460
4461         * src/WorkArea.C: wrap xforms callbacks in C functions
4462         C_WorkArea_xxx. 
4463
4464         * lib/layouts/foils.layout: font fix and simplifications from Carl
4465         Ollivier-Gooch.
4466
4467 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4468
4469         * a lot of files: The Painter, LColor and WorkArea from the old
4470         devel branch has been ported to lyx-devel. Some new files and a
4471         lot of #ifdeffed code. The new workarea is enabled by default, but
4472         if you want to test the new Painter and LColor you have to compile
4473         with USE_PAINTER defined (do this in config.h f.ex.) There are
4474         still some rought edges, and I'd like some help to clear those
4475         out. It looks stable (loads and displays the Userguide very well).
4476         
4477
4478 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4479
4480         * src/buffer.C (pop_tag): revert to the previous implementation
4481         (use a global variable for both loops).
4482
4483         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
4484
4485         * src/lyxrc.C (LyXRC): change slightly default date format.
4486
4487         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
4488         there is an English text with a footnote that starts with a Hebrew
4489         paragraph, or vice versa.
4490         (TeXFootnote): ditto.
4491
4492         * src/text.C (LeftMargin): allow for negative values for
4493         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
4494         this out.
4495
4496         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
4497         for input encoding (cyrillic)
4498
4499 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4500
4501         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
4502         Tsur). 
4503
4504         * src/toolbar.C (set): ditto
4505         * src/insets/insetbib.C (create_form_citation_form): ditto
4506
4507         * lib/CREDITS: added Dekel Tsur.
4508
4509         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
4510         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
4511         hebrew supports files from Dekel Tsur.
4512         
4513         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
4514         <tzafrir@technion.ac.il> 
4515
4516         * src/lyxrc.C: put \date_insert_format at the right place.
4517
4518         * src/buffer.C (makeLaTeXFile): fix the handling of
4519         BufferParams::sides when writing out latex files.
4520
4521         * src/BufferView2.C: add a "using" directive.
4522
4523         * src/support/lyxsum.C (sum): when we use lyxstring,
4524         ostringstream::str needs an additional .c_str().
4525
4526 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
4527
4528         * src/support/filetools.C (ChangeExtension): patch from Etienne
4529         applied.
4530
4531         * src/TextCache.C (show): remove const_cast and make second
4532         parameter non-const LyXText *.
4533
4534         * src/TextCache.h: use non const LyXText in show.
4535
4536         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
4537         with hebrew.
4538
4539 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4540
4541         * src/support/lyxsum.C: rework to be more flexible.
4542         
4543         * several places: don't check if a pointer is 0 if you are going
4544         to delete it.
4545
4546         * src/text.C: remove some dead code.
4547
4548         * src/insets/figinset.C: remove some dead code
4549         
4550         * src/buffer.C: move the BufferView funcs to BufferView2.C
4551         remove all support for insetlatexdel
4552         remove support for oldpapersize stuff
4553         made some member funcs const
4554
4555         * src/kbmap.C: use a std::list to store the bindings in.
4556         
4557         * src/BufferView2.C: new file
4558
4559         * src/kbsequence.[Ch]: new files
4560         
4561         * src/LyXAction.C + others: remove all trace of buffer-previous
4562         
4563         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
4564         only have one copy in the binary of this table.
4565         
4566         * hebrew patch: moved some functions from LyXText to more
4567         appropriate places. (LyXParagraph, BufferParams, LyXFont)
4568         
4569         * several files: remove support for XForms older than 0.88
4570         whitespace changes.
4571         remove some #if 0 #endif code
4572         
4573         * src/TextCache.[Ch]: new file. Holds the textcache.
4574
4575         * src/BufferView.C: changes to use the new TextCache interface.
4576         (waitForX): remove the now unused code.
4577         
4578         * src/BackStack.h: remove some commented code
4579
4580         * lib/bind/emacs.bind: remove binding for buffer-previous
4581
4582 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4583
4584         * applied the hebrew patch.
4585
4586         * src/lyxrow.h: make sure that all Row variables are initialized.
4587
4588         * src/text2.C (TextHandleUndo): comment out a delete, this might
4589         introduce a memory leak, but should also help us to not try to
4590         read freed memory. We need to look at this one.
4591
4592         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
4593         (LyXParagraph): initalize footnotekind.
4594
4595         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
4596         forgot this when applying the patch. Please heed the warnings.
4597
4598         * src/BufferView.C (buffer): a fix for the buffer-reload problem
4599         (aka. reformat problem)
4600
4601         * src/bufferlist.C (exists): made const, and use const_iterator
4602         (isLoaded): new func.
4603         (release): use std::find to find the correct buffer.
4604
4605         * src/bufferlist.h: made getState a const func.
4606         made empty a const func.
4607         made exists a const func.
4608         new func: isLoaded
4609
4610 2000-02-01  Juergen Vigna  <jug@sad.it>
4611
4612         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
4613
4614         * po/it.po: updated a bit the italian po file and also changed the
4615         'file nuovo' for newfile to 'filenuovo' without a space, this did
4616         annoy me a lot :)
4617         
4618         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
4619         for the new insert_date command.
4620
4621         * src/lyxfunc.C (Dispatch): added support for a insert_date function
4622         from jdblair, to insert a date into the current text conforming to
4623         a strftime format (for now only considering the locale-set and not
4624         the document-language).
4625
4626 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4627
4628         * src/lyxfont.C (textWidth): hopefully better fix for the Array
4629         Bounds Read error seen by purify. The problem was that islower is
4630         a macros which takes an unsigned char and uses it as an index for
4631         in array of characters properties (and is thus subject to the
4632         above error).
4633         (drawText): ditto.
4634
4635         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
4636         correctly the paper sides radio buttons.
4637         (UpdateDocumentButtons): ditto.
4638
4639 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4640
4641         * src/kbmap.C (getsym + others): change to return unsigned int,
4642         returning a long can give problems on 64 bit systems. (I assume
4643         that int is 32bit on 64bit systems)
4644
4645 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4646
4647         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
4648         LyXLookupString to be zero-terminated. Really fixes problems seen
4649         by purify, I think.
4650
4651 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4652
4653         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
4654         write a (char*)0 to the lyxerr stream.
4655
4656         * src/lastfiles.C: move algorithm before the using statemets.
4657
4658 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4659
4660         * src/lastfiles.C: move using directives in global scope (egcs 1.x
4661         complains otherwise).
4662         * src/table.C: ditto
4663
4664         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
4665         directory. 
4666
4667         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
4668         that I removed earlier... It is really needed.
4669
4670         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
4671
4672 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4673
4674         * INSTALL: update xforms home page URL.
4675
4676         * lib/configure.m4: fix a bug with unreadable layout files.
4677
4678         * src/table.C (calculate_width_of_column): add "using std::max"
4679         directive. 
4680
4681 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4682
4683         * several files: marked several lines with "DEL LINE", this is
4684         lines that can be deleted without changing anything.
4685         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
4686                                    checks this anyway */
4687                 delete <ptr>
4688
4689         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
4690
4691         * src/DepTable.C (update): add a "+" at the end when the checksum
4692         is different. (debugging string only)
4693
4694         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
4695         the next inset to not be displayed. This should also fix the list
4696         of labels in the "Insert Crossreference" dialog.
4697
4698 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
4699
4700         * src/support/LSubstring.C (LSubstring): set pos to string::npos
4701         when regex was not found.
4702
4703         * src/support/lstrings.C (lowercase): use handcoded transform always.
4704         (uppercase): ditto
4705
4706         * src/text.C (Delete): fixed the crash. cursor.par->prev and
4707         old_cursor.par->prev could be 0.
4708
4709         * several files: changed post inc/dec to pre inc/dec
4710         
4711         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
4712         write the lastfiles to file.
4713
4714         * src/BufferView.C (buffer): only show TextCache info when debugging
4715         (buffer): ditto
4716         (resizeCurrentBuffer): ditto
4717         (workAreaExpose): ditto
4718
4719         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
4720
4721         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
4722
4723         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
4724         a bit better by removing the special case for \i and \j.
4725
4726 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4727
4728         * src/lyx_main.C (easyParse): remove test for bad comand line
4729         options, since this broke all xforms-related parsing.
4730
4731         * src/kbmap.C (getsym): set return type to unsigned long, as
4732         declared in header. On an alpha, long is _not_ the same as int.
4733
4734         * src/support/LOstream.h: add a "using std::flush;"
4735
4736         * src/insets/figinset.C: ditto.
4737
4738 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
4739
4740         * src/bufferlist.C (write): use blinding fast file copy instead of
4741         "a char at a time", now we are doing it the C++ way.
4742
4743         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
4744         std::list<int> instead.
4745         (addpidwait): reflect move to std::list<int>
4746         (sigchldchecker): ditto
4747
4748         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
4749         version also. 
4750
4751         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
4752         that obviously was wrong...
4753
4754         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
4755         c, this avoids warnings with purify and islower.
4756
4757         * src/insets/figinset.C: rename struct queue to struct
4758         queue_element and rewrite to use a std::queue. gsqueue is now a
4759         std::queue<queue_element>
4760         (runqueue): reflect move to std::queue
4761         (addwait): ditto
4762
4763         * src/support/lstrings.h (tostr): specialize for bool, otherwise
4764         we would get "1" "0" instead of "true" "false. Also make the tostr
4765         functions inline.
4766
4767 2000-01-21  Juergen Vigna  <jug@sad.it>
4768
4769         * src/buffer.C (writeFileAscii): Disabled code for special groff
4770         handling of tabulars till I fix this in table.C
4771
4772 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4773
4774         * src/support/mkdir.C (mkdir): change second argument of mkdir to
4775         unsigned long int.
4776         * src/support/lyxlib.h: ditto.
4777
4778 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4779
4780         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
4781         and 'j' look better. This might fix the "macron" bug that has been
4782         observed.
4783
4784         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
4785         functions as one template function. Delete the old versions.
4786
4787         * src/support/lyxsum.C: move using std::ifstream inside
4788         MODERN_STL_STREAMS
4789
4790         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
4791         and putenv.C
4792
4793         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
4794
4795         * src/mathed/formula.C: delete #include "bufferlist.h" never used
4796
4797         * src/insets/figinset.C (InitFigures): use new instead of malloc
4798         to allocate memory for figures and bitmaps.
4799         (DoneFigures): use delete[] instead of free to deallocate memory
4800         for figures and bitmaps.
4801         (runqueue): use new to allocate 
4802         (getfigdata): use new/delete[] instead of malloc/free
4803         (RegisterFigure): ditto
4804
4805         * some files: moved some declarations closer to first use, small
4806         whitespace changes use preincrement instead of postincrement where
4807         it does not make a difference.
4808         
4809         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
4810         step on the way to use stl::containers for key maps. 
4811
4812         * src/bufferlist.h: add a typedef for const_iterator and const
4813         versions of begin and end.
4814
4815         * src/bufferlist.[Ch]: change name of member variable _state to
4816         state_. (avoid reserved names)
4817         (makePup): removed
4818         (getFileNames): returns the filenames of the buffers in a vector.
4819
4820         * configure.in (ALL_LINGUAS): added ro
4821
4822         * src/support/putenv.C: new file
4823
4824         * src/support/mkdir.C: new file
4825
4826 2000-01-20  Allan Rae <rae@lyx.org>
4827
4828         * lib/layouts/IEEEtran.layout: Added several theorem environments
4829
4830         * lib/templates/IEEEtran.lyx: Example theorem environments and a
4831         couple of minor additions.
4832
4833         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
4834         (except for those in footnotes of course)
4835
4836 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4837
4838         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
4839
4840         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
4841         std::sort and std::lower_bound instead of qsort and handwritten
4842         binarysearch.
4843         (struct compara): struct that holds the functors used by std::sort
4844         and std::lower_bound in MathedLookupBOP.
4845
4846 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4847
4848         * src/support/LAssert.h: do not do partial specialization. We do
4849         not really need it.
4850
4851         * src/support/lyxlib.h: note that lyx::getUserName() and
4852         lyx::date() are not in use right now. Should these be suppressed?
4853
4854         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
4855         (makeLinuxDocFile): do not put date and user name in linuxdoc
4856         headers. 
4857
4858         * src/support/lyxlib.h (kill): change first argument to long int,
4859         since that's what solaris uses.
4860
4861         * src/support/kill.C (kill): fix declaration to match prototype.
4862
4863         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
4864         actually check whether namespaces are supported. This is not what
4865         it used to do.
4866
4867         * src/support/lyxsum.C: add a using directive.
4868
4869 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
4870
4871         * src/support/kill.C: if we have namespace support we don't have
4872         to include lyxlib.h.
4873
4874         * src/support/lyxlib.h: use namespace lyx if supported.
4875
4876 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
4877
4878         * src/support/date.C: new file
4879
4880         * src/support/chdir.C: new file
4881
4882         * src/support/getUserName.C: new file
4883
4884         * src/support/getcwd.C: new file
4885
4886         * src/support/abort.C: new file
4887
4888         * src/support/kill.C: new file
4889
4890         * src/support/lyxlib.h: moved all the functions in this file
4891         insede struct lyx. Added also kill and abort to this struct. This
4892         is a way to avoid the "kill is not defined in <csignal>", we make
4893         C++ wrappers for functions that are not ANSI C or ANSI C++.
4894
4895         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
4896         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
4897         lyx it has been renamed to sum.
4898
4899 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4900
4901         * src/text.C: add using directives for std::min and std::max.
4902
4903 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4904
4905         * src/texrow.C (getIdFromRow): actually return something useful in
4906         id and pos. Hopefully fixes the bug with positionning of errorbox
4907         insets. 
4908
4909         * src/lyx_main.C (easyParse): output an error and exit if an
4910         incorrect command line option has been given.
4911
4912         * src/spellchecker.C (ispell_check_word): document a memory leak.
4913
4914         * src/bufferlist.C (write): fix mismatched allocation/deletion,
4915         where a "struct utimbuf" is allocated with "new" and deleted with
4916         "delete[]". 
4917
4918 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
4919
4920         * src/text2.C (CutSelection): don't delete double spaces.
4921         (PasteSelection): ditto
4922         (CopySelection): ditto
4923         
4924         * src/text.C (Backspace): don't delete double spaces.
4925
4926         * src/lyxlex.C (next): fix a bug that were only present with
4927         conformant std::istream::get to read comment lines, use
4928         std::istream::getline instead. This seems to fix the problem.
4929
4930 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
4931
4932         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
4933         allowed to insert space before space" editing problem. Please read
4934         commends at the beginning of the function. Comments about usage
4935         are very welcome.
4936
4937         * src/text.C (InsertChar): fix for the "not allowed to insert
4938         space before space" editing problem.
4939
4940         * src/text2.C (DeleteEmptyParagraphMechanism): when
4941         IsEmptyTableRow can only return false this last "else if" will
4942         always be a no-op. Commented out.
4943
4944         * src/text.C (RedoParagraph): As far as I can understand tmp
4945         cursor is not really needed.
4946
4947         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
4948         present it could only return false anyway. 
4949         (several functions): Did something not so smart...added a const
4950         specifier on a lot of methods.
4951         
4952         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
4953         and add a tmp->text.resize. The LyXParagraph constructor does the
4954         resize for us.
4955         (BreakParagraphConservative): ditto
4956
4957         * src/support/path.h (Path): add a define so that the wrong usage
4958         "Path("/tmp") will be flagged as a compilation error:
4959         "`unnamed_Path' undeclared (first use this function)"
4960
4961 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4962
4963         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
4964         which was bogus for several reasons.
4965
4966         * src/LaTeX.C (scanAux): fix the regular expression used to scan
4967         .aux files. 
4968         (runBibTeX): ditto.
4969
4970         * autogen.sh: do not use "type -path" (what's that anyway?).
4971
4972         * src/support/filetools.C (findtexfile): remove extraneous space
4973         which caused a kpsewhich warning (at least with kpathsea version
4974         3.0). 
4975
4976 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
4977
4978         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
4979
4980         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
4981
4982         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
4983
4984 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4985
4986         * src/paragraph.C (BreakParagraph): do not reserve space on text
4987         if we don't need to (otherwise, if pos_end < pos, we end up
4988         reserving huge amounts of memory due to bad unsigned karma).
4989         (BreakParagraphConservative): ditto, although I have not seen
4990         evidence the bug can happen here.
4991
4992         * src/lyxparagraph.h: add a using std::list.
4993
4994 2000-01-11  Juergen Vigna  <jug@sad.it>
4995
4996         * src/menus.C (MenuDocu): output an Alert if the documentation-file
4997         could not be found.
4998
4999 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
5000
5001         * src/vc-backend.C (doVCCommand): change to be static and take one
5002         more parameter: the path to chdir too be fore executing the command.
5003         (retrive): new function equiv to "co -r"
5004
5005         * src/bufferlist.C (loadLyXFile): implement the missing parts if
5006         file_not_found_hook is true.
5007
5008         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
5009
5010         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
5011         if a file is readwrite,readonly...anything else.
5012
5013 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5014
5015         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
5016         (CreatePostscript): name change from MenuRunDVIPS (or something)
5017         (PreviewPostscript): name change from MenuPreviewPS
5018         (PreviewDVI): name change from MenuPreviewDVI
5019
5020         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
5021         \view_pdf_command., \pdf_to_ps_command
5022
5023         * lib/configure.m4: added search for PDF viewer, and search for
5024         PDF to PS converter. 
5025         (lyxrc.defaults output): add \pdflatex_command,
5026         \view_pdf_command and \pdf_to_ps_command.
5027
5028         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
5029
5030         * src/bufferlist.C (write): we don't use blocksize for anything so
5031         I removed it.
5032
5033 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5034
5035         * src/support/block.h: disable operator T* (), since it causes
5036         problems with both compilers I tried. See comments in the file.
5037
5038         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
5039         --with-lyxname. 
5040
5041         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
5042         variable LYX_DIR_10x to LYX_DIR_11x.
5043
5044         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
5045
5046         * INSTALL: document --with-lyxname.
5047         * NEWS: ditto.
5048
5049         * configure.in: new configure flag --with-lyxname which allows to
5050         choose the name under which lyx is installed. Default is "lyx", of
5051         course. It used to be possible to do this with --program-suffix,
5052         but the later has in fact a different meaning for autoconf.
5053
5054         * src/support/lstrings.h (lstrchr): reformat a bit.
5055
5056         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
5057         * src/mathed/math_defs.h: ditto.
5058
5059 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5060
5061         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
5062         true, decides if we create a backup file or not when saving. New
5063         tag and variable \pdf_mode, defaults to false. New tag and
5064         variable \pdflatex_command, defaults to pdflatex. New tag and
5065         variable \view_pdf_command, defaults to xpdf. New tag and variable
5066         \pdf_to_ps_command, defaults to pdf2ps.
5067
5068 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
5069
5070         * src/bufferlist.C (close): don't call insetUnlock if the buffer
5071         does not have a BufferView.
5072         (unlockInset): ditto + don't access the_locking_inset if the
5073         buffer does not have a BufferView.
5074
5075         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
5076         certain circumstances so that we don't continue a keyboard
5077         operation long after the key was released. Try f.ex. to load a
5078         large document, press PageDown for some seconds and then release
5079         it. Before this change the document would contine to scroll for
5080         some time, with this change it stops imidiatly.
5081
5082         * src/support/block.h: don't allocate more space than needed. As
5083         long as we don't try to write to the arr[x] in a array_type arr[x]
5084         it is perfectly ok. (if you write to it you might segfault).
5085         added operator value_type*() so that is possible to pass the array
5086         to functions expecting a C-pointer.
5087
5088         * lib/Makefile.am (dist-hook): don't fail completely if unable to
5089         cvs.
5090
5091         * intl/*: updated to gettext 0.10.35, tried to add our own
5092         required modifications. Please verify.
5093
5094         * po/*: updated to gettext 0.10.35, tried to add our own required
5095         modifications. Please verify.
5096         
5097         * src/support/lstrings.C (tostr): go at fixing the problem with
5098         cxx and stringstream. When stringstream is used return
5099         oss.str().c_str() so that problems with lyxstring and basic_string
5100         are avoided. Note that the best solution would be for cxx to use
5101         basic_string all the way, but it is not conformant yet. (it seems)
5102
5103         * src/lyx_cb.C + other files: moved several global functions to
5104         class BufferView, some have been moved to BufferView.[Ch] others
5105         are still located in lyx_cb.C. Code changes because of this. (part
5106         of "get rid of current_view project".)
5107
5108         * src/buffer.C + other files: moved several Buffer functions to
5109         class BufferView, the functions are still present in buffer.C.
5110         Code changes because of this.
5111
5112         * config/lcmessage.m4: updated to most recent. used when creating
5113         acinclude.m4.
5114
5115         * config/progtest.m4: updated to most recent. used when creating
5116         acinclude.m4.
5117         
5118         * config/gettext.m4: updated to most recent. applied patch for
5119         tmplinguas.
5120
5121         * config/gettext.m4.patch: new file that shows what changes we
5122         have done to the local copy of gettext.m4.
5123
5124         * config/libtool.m4: new file, used in creation of acinclude.m4
5125
5126         * config/lyxinclude.m4: new file, this is the lyx created m4
5127         macros, used in making acinclude.m4.
5128         
5129         * autogen.sh: GNU m4 discovered as a separate task not as part of
5130         the lib/configure creation. 
5131         Generate acinlucde from files in config. Actually cat
5132         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
5133         easier to upgrade .m4 files that really are external.
5134
5135         * src/Spacing.h: moved using std::istringstream to right after
5136         <sstream>. This should fix the problem seen with some compilers.
5137
5138 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5139
5140         * src/lyx_cb.C: began some work to remove the dependency a lot of
5141         functions have on BufferView::text, even if not really needed.
5142         (GetCurrentTextClass): removed this func, it only hid the
5143         current_view. 
5144
5145         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
5146         forgot this in last commit.
5147
5148         * src/Bullet.C (bulletEntry): use static char const *[] for the
5149         tables, becuase of this the return arg had to change to string.
5150         (bulletSize): ditto
5151         (~Bullet): removed unneeded destructor
5152
5153         * src/BufferView.C (beforeChange): moved from lyx_cb.C
5154         (insetSleep): moved from Buffer
5155         (insetWakeup): moved from Buffer
5156         (insetUnlock): moved from Buffer
5157
5158         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
5159         from Buffer to BufferView.
5160         
5161         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
5162
5163         * config/ltmain.sh: updated to version 1.3.4 of libtool
5164
5165         * config/ltconfig: updated to version 1.3.4 of libtool
5166
5167 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5168
5169
5170         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
5171         Did I get that right?
5172
5173         * src/lyxlex.h: add a "using" directive or two.
5174         * src/Spacing.h: ditto.
5175         * src/insets/figinset.C: ditto.
5176         * src/support/filetools.C: ditto.
5177         * src/support/lstrings.C: ditto.
5178         * src/BufferView.C: ditto.
5179         * src/bufferlist.C: ditto.
5180         * src/lyx_cb.C: ditto.
5181         * src/lyxlex.C: ditto.
5182
5183         * NEWS: add some changes for 1.1.4.
5184         
5185 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5186
5187         * src/BufferView.C: first go at a TextCache to speed up switching
5188         between documents.
5189
5190 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5191
5192         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
5193         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
5194         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
5195         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
5196         Meinen.
5197         
5198         * src/mathed/math_defs.h (MathedRowSt): make sure that all
5199         members of the struct are correctly initialized to 0 (detected by
5200         purify) 
5201         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
5202         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
5203
5204         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
5205         pidwait, since it was allocated with "new". This was potentially
5206         very bad. Thanks to Michael Schmitt for running purify for us.
5207
5208
5209 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5210
5211         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
5212
5213         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
5214
5215 1999-12-30  Allan Rae  <rae@lyx.org>
5216
5217         * lib/templates/IEEEtran.lyx: minor change
5218
5219         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
5220         src/mathed/formula.C (LocalDispatch): askForText changes
5221
5222         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
5223         know when a user has cancelled input. Fixes annoying problems with
5224         inserting labels and version control.
5225
5226 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
5227
5228         * src/support/lstrings.C (tostr): rewritten to use strstream and
5229         stringstream
5230
5231 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5232
5233         * src/support/filetools.C (IsFileWriteable): use fstream to check
5234         (IsDirWriteable): use fileinfo to check
5235
5236         * src/support/filetools.h (FilePtr): whole class deleted
5237
5238         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
5239
5240         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
5241
5242         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
5243
5244         * src/bufferlist.C (write): use ifstream and ofstream instead of
5245         FILE*
5246
5247         * src/Spacing.h: use istrstream instead of sscanf
5248
5249         * src/mathed/math_defs.h: change first arg to istream from FILE*
5250
5251         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
5252
5253         * src/mathed/math_parser.C: have yyis to be an istream 
5254         (LexGetArg): use istream (yyis)
5255         (yylex): ditto
5256         (mathed_parse): ditto
5257         (mathed_parser_file): first arg istream instead of FILE*, set yyis
5258
5259         * src/mathed/formula.C (Read): rewritten to use istream
5260
5261         * src/mathed/formulamacro.C (Read): rewritten to use istream
5262
5263         * src/lyxlex.h (~LyXLex): deleted desturctor 
5264         (getStream): new function, returns an istream
5265         (getFile): deleted funtion
5266         (IsOK): return is.good();
5267
5268         * src/lyxlex.C (LyXLex): delete file and owns_file
5269         (setFile): open an filebuf and assign that to a istream instead of
5270         using FILE*
5271         (setStream): new function, takes an istream as arg. 
5272         (setFile): deleted function
5273         (EatLine): rewritten us use istream instead of FILE*
5274         (next): ditto
5275         (nextToken): ditto
5276
5277         * src/table.C (LyXTable): use istream instead of FILE*
5278         (Read): rewritten to take an istream instead of FILE*
5279
5280 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5281
5282         * src/buffer.C (Dispatch): remove an extraneous break statement.
5283
5284         * src/support/filetools.C (QuoteName): change to do simple
5285         'quoting'. More work is necessary. Also changed to do nothing
5286         under emx (needs fix too).
5287         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
5288
5289         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
5290         config.h.in to the AC_DEFINE_UNQUOTED() call.
5291         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
5292         needs char * as argument (because Solaris 7 declares it like
5293         that). 
5294
5295         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
5296         remove definition of BZERO.
5297
5298 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
5299
5300         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
5301         defined, "lyxregex.h" if not.
5302
5303         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
5304         pkglib_ to noinst_
5305         (REGEX): new variable that is set to regex.c lyxregex.h when
5306         AM_CONDITIONAL USE_REGEX is set.
5307         (libsupport_la_SOURCES): add $(REGEX)
5308
5309         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
5310         pkglib_ to noinst_
5311
5312         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
5313         pkglib_ to noinst_
5314
5315         * configure.in: add call to LYX_REGEX 
5316
5317         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
5318         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
5319
5320 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5321
5322         * lib/bind/fi_menus.bind: new file, from
5323         pauli.virtanen@saunalahti.fi. 
5324
5325         * src/buffer.C (getBibkeyList): pass the parameter delim to
5326         InsetInclude::getKeys and InsetBibtex::getKeys.
5327
5328         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
5329         is passed to Buffer::getBibkeyList
5330         
5331         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
5332         instead of the hardcoded comma.
5333
5334         * src/insets/insetbib.C (getKeys): make sure that there are not
5335         leading blanks in bibtex keys. Normal latex does not care, but
5336         harvard.sty seems to dislike blanks at the beginning of citation
5337         keys. In particular, the retturn value of the function is
5338
5339         * INSTALL: make it clear that libstdc++ is needed and that gcc
5340         2.7.x probably does not work.
5341
5342         * src/support/filetools.C (findtexfile): make debug message go to
5343         the LATEX channel
5344         * src/insets/insetbib.C (getKeys): ditto
5345
5346         * src/debug.C (showTags): make sure that the output is correctly
5347         aligned. 
5348
5349         * configure.in: add a comment for TWO_COLOR_ICON define.
5350
5351         * acconfig.h: remove all the entries that already defined in
5352         configure.in or acinclude.m4.
5353
5354         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
5355         to avoid user name, date and copyright.
5356
5357 1999-12-21  Juergen Vigna  <jug@sad.it>
5358
5359         * src/table.C (Read): Now read bogus row format informations
5360                 if the format is < 5 so that afterwards the table can
5361                 be read by lyx but without any format-info. Fixed the
5362                 crash we experienced when not doing this.
5363
5364 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
5365
5366         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
5367         (RedoDrawingOfParagraph): ditto
5368         (RedoParagraphs): ditto
5369         (RemoveTableRow): ditto
5370
5371         * src/text.C (Fill): rename arg paperwidth -> paper_width
5372
5373         * src/buffer.C (insertLyXFile): rename var filename -> fname
5374         (writeFile): rename arg filename -> fname
5375         (writeFileAscii): ditto
5376         (makeLaTeXFile): ditto
5377         (makeLinuxDocFile): ditto
5378         (makeDocBookFile): ditto
5379
5380         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
5381         (runBibTeX): ditto
5382
5383         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
5384
5385         * src/bmtable.h: add extern "C" on this file when __cplusplus is
5386         defined.
5387
5388         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
5389         compiled by a C compiler not C++. 
5390
5391         * src/layout.h (LyXTextClass): added typedef for const_iterator
5392         (LyXTextClassList): added typedef for const_iterator + member
5393         functions begin and end.
5394
5395         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
5396         iterators to fill the choice_class.
5397         (updateLayoutChoice): rewritten to use iterators to fill the
5398         layoutlist in the toolbar.
5399
5400         * src/BufferView.h (BufferView::work_area_width): removed unused
5401         variable. 
5402
5403         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
5404
5405         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
5406         (sgmlCloseTag): ditto
5407
5408         * src/support/lstrings.h: return type of countChar changed to
5409         unsigned char.
5410
5411         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
5412         what version of this func to use. Also made to return unsigned int.
5413
5414         * configure.in: call LYX_STD_COUNT 
5415
5416         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
5417         conforming std::count. 
5418
5419 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5420
5421         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
5422         and a subscript would give bad display (patch from Dekel Tsur
5423         <dekel@math.tau.ac.il>). 
5424
5425         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
5426
5427         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
5428         please sun CC.
5429
5430         * src/chset.h: add a few 'using' directives
5431
5432         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
5433         triggered when no buffer is active
5434
5435         * src/layout.C: removed `break' after `return' in switch(), since
5436         it is unreachable.
5437
5438         * src/lyx_main.C (init): make sure LyX can be ran in place even
5439         when libtool has done its magic with shared libraries. Fix the
5440         test for the case when the system directory has not been found.
5441
5442         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
5443         name for the latex file.
5444         (MenuMakeHTML): ditto
5445
5446         * src/buffer.h: add an optional boolean argument, which is passed
5447         to ChangeExtension.
5448
5449 1999-12-20  Allan Rae  <rae@lyx.org>
5450
5451         * lib/templates/IEEEtran.lyx: small correction and update.
5452
5453         * configure.in: Attempted to use LYX_PATH_HEADER
5454
5455         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
5456
5457         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
5458         input from JMarc.  Now use preprocessor to find the header.
5459         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
5460         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
5461         LYX_STL_STRING_FWD.  See comments in file.      
5462
5463 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
5464
5465         * The global MiniBuffer * minibuffer variable is dead.
5466         
5467         * The global FD_form_main * fd_form_main variable is dead.
5468
5469 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5470
5471         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
5472
5473         * src/table.h: add the LOstream.h header
5474         * src/debug.h: ditto
5475         
5476         * src/LyXAction.h: change the explaination of the ReadOnly
5477         attribute: is indicates that the function _can_ be used.
5478
5479         * src/LyXAction.C (init): find-replace _can_ be used in read-only
5480         mode. 
5481
5482 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5483
5484         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
5485         unsigned. 
5486         (descent): ditto
5487         (lbearing): ditto
5488         (rbearing): ditto
5489
5490         * src/paragraph.C (GetWord): assert on pos>=0
5491         (GetChar): ditto
5492         
5493         * src/support/lyxstring.C: condition the use of an invariant on
5494         ENABLE_ASSERTIONS 
5495         * src/support/lyxstring.h: ditto
5496
5497         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
5498         Use LAssert.h instead of plain assert().
5499
5500         * src/support/lstrings.h: add LAssert.h, in case it is needed.
5501
5502         * src/lyxfunc.C: do not include LAssert.h, it is not used.
5503         * src/support/filetools.C: ditto
5504
5505         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
5506         is not defined. 
5507
5508         * INSTALL: document the new configure flags
5509         
5510         * configure.in: suppress --with-debug; add --enable-assertions
5511
5512         * acinclude.m4: various changes in alignment of help strings.
5513
5514 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5515
5516         * src/kbmap.C: commented out the use of the hash map in kb_map,
5517         beginning of movement to a stl::container. 
5518
5519         * several files: removed code that was not in effect when
5520         MOVE_TEXT was defined.
5521         
5522         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
5523         for escaping should not be used. We can discuss if the string
5524         should be enclosed in f.ex. [] instead of "".
5525
5526         * src/trans_mgr.C (insert): use the new returned value from
5527         encodeString to get deadkeys and keymaps done correctly.
5528
5529         * src/chset.C (encodeString): changed to return a pair, to tell
5530         what to use if we know the string.
5531
5532         * src/lyxscreen.h (fillArc): new function.
5533
5534         * src/FontInfo.C (resize): rewritten to use more std::string like
5535         structore, especially string::replace.
5536
5537         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
5538         approp. accents.
5539
5540         * configure.in (chmod +x some scripts): remove config/gcc-hack 
5541
5542 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5543
5544         * src/buffer.C (writeFile): change once again the top comment in a
5545         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
5546         instead of an hardcoded version number.
5547         (makeDocBookFile): ditto
5548
5549         * src/version.h: add new define LYX_DOCVERSION
5550
5551         * po/de.po: update from Pit Sütterlin
5552         * lib/bind/de_menus.bind: ditto.
5553         
5554         * src/lyxfunc.C (Dispatch): call MenuExport()
5555         * src/buffer.C (Dispatch): ditto
5556
5557         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
5558         LyXFunc::Dispatch().
5559         (MenuExport): new function, moved from
5560         LyXFunc::Dispatch().
5561
5562         * src/trans_mgr.C (insert): small cleanup
5563         * src/chset.C (loadFile): ditto
5564
5565         * lib/kbd/iso8859-1.cdef: add missing backslashes
5566
5567 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
5568
5569         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
5570         help with placing the manually drawn accents better.
5571         (Rbearing): ditto
5572         (Draw): x2 and hg changed to float to minimize rounding errors and
5573         help place the accents better.
5574
5575         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
5576         unsigned short to char is just wrong...cast the char to unsigned
5577         char instead so that the two values can compare sanely. This
5578         should also make the display of insetlatexaccents better and
5579         perhaps also some other insets.
5580         (descent): ditto
5581         (lbearing): new function
5582         (rbearing): ditto
5583
5584 1999-12-15  Allan Rae  <rae@lyx.org>
5585
5586         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
5587         header that provides a wrapper around the very annoying SGI STL header
5588         of the same name.
5589
5590         * src/support/lyxstring.C, src/LString.h:
5591         removed old SGI-STL-compatability attempts.
5592
5593         * configure.in: Use LYX_STL_STRING_FWD.
5594
5595         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
5596         stl_string_fwd.h is around and try to determine it's location.
5597         Major improvement over previous SGI STL 3.2 compatability.
5598         Three small problems remain with this function due to my zero
5599         knowledge of autoconf.  JMarc and lgb see the comments in the code.
5600
5601 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5602
5603         * src/broken_const.h, config/hack-gcc, config/README: removed
5604         
5605         * configure.in: remove --with-gcc-hack option; do not call
5606         LYX_CXX_STL_STACK 
5607
5608         * INSTALL: remove documentation of --with-broken-const and
5609         --with-gcc-hack
5610         
5611         * acconfig.h: remove all trace of BROKEN_CONST define
5612
5613         * src/buffer.C (makeDocBookFile): update version number in output
5614         file. 
5615         (SimpleDocBookOnePar): fix an assert when trying to a character
5616         access beyond string length
5617         [Patch from Jose']
5618
5619 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5620
5621         * po/de.po: fix the Export menu
5622
5623         * lyx.man: update the description of -dbg
5624
5625         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
5626         (commandLineHelp): updated
5627         (easyParse): show list of available debug levels if -dbg is passed
5628         without argument.
5629
5630         * src/Makefile.am: add debug.C
5631
5632         * src/debug.h: moved some code to debug.C
5633
5634         * src/debug.C: new file. Contains code to set and show debug
5635         level. 
5636
5637         * src/layout.C: remove 'break' after 'continue' in switch
5638         statements, since these cannot be reached.
5639
5640 1999-12-13  Allan Rae  <rae@lyx.org>
5641
5642         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
5643         (in_word_set): hash() -> math_hash()
5644
5645         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
5646
5647         * acconfig.h: Added a test for whether we are using exceptions in the
5648         current compilation run. If so USING_EXCEPTIONS is defined.
5649
5650         * config.in: Check for existance of stl_string_fwd.h
5651         * src/LString.h: If compiling --with-included-string and SGI's
5652         STL version 3.2 is present (see above test) we need to block their
5653         forward declaration of string and supply a __get_c_string().
5654         However, it turns out this is only necessary if compiling with
5655         exceptions enabled so I've a bit more to add yet.
5656
5657         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
5658           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
5659           src/support/LRegex.h, src/undo.h:
5660         Shuffle the order of the included files a little to ensure that
5661         LString.h gets included before anything that includes stl_string_fwd.h
5662
5663         *  src/support/lyxstring.C: We need to #include LString.h instead of
5664         lyxstring.h to get the necessary definition of __get_c_string.
5665         (__get_c_string): New function.  This is defined static just like SGI's
5666         although why they need to do this I'm not sure.  Perhaps it should be
5667         in lstrings.C instead.
5668
5669         * lib/templates/IEEEtran.lyx:  New template file.
5670
5671 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5672         
5673         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
5674         * intl/Makefile.in (MKINSTALLDIRS):  ditto
5675
5676         * src/LyXAction.C (init): changed to hold the LFUN data in a
5677         automatic array in stead of in callso to newFunc, this speeds up
5678         compilation a lot. Also all the memory used by the array is
5679         returned when the init is completed.
5680
5681         * a lot of files: compiled with -Wold-style-cast, changed most of
5682         the reported offenders to C++ style casts. Did not change the
5683         offenders in C files. 
5684
5685         * src/trans.h (Match): change argument type to unsigned int.
5686
5687         * src/support/DebugStream.C: fix some types on the streambufs so
5688         that it works on a conforming implementation.
5689
5690 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5691
5692         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
5693
5694         * src/support/lyxstring.C: remove the inline added earlier since
5695         they cause a bunch of unsatisfied symbols when linking with dec
5696         cxx. Cxx likes to have the body of inlines at the place where they
5697         are declared.
5698
5699         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
5700         accessing negative bounds in array. This fixes the crash when
5701         inserting accented characters.
5702         * src/trans.h (Match): ditto
5703
5704         * src/buffer.C (Dispatch): since this is a void, it should not try
5705         to return anything...
5706
5707 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
5708
5709         * src/buffer.h: removed the two friends from Buffer. Some changes
5710         because of this. Buffer::getFileName and Buffer::setFileName
5711         renamed to Buffer::fileName() and Buffer::fileName(...).
5712
5713 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
5714
5715         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
5716         and Buffer::update(short) to BufferView. This move is currently
5717         controlled by a define MOVE_TEXT, this will be removed when all
5718         shows to be ok. This move paves the way for better separation
5719         between buffer contents and buffer view. One side effect is that
5720         the BufferView needs a rebreak when swiching buffers, if we want
5721         to avoid this we can add a cache that holds pointers to LyXText's
5722         that is not currently in use. 
5723
5724         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
5725         André Pönitz. 
5726
5727 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
5728
5729         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
5730
5731         * lyx_main.C: new command line option -x (or --execute) and
5732           -e (or --export). Now direct conversion from .lyx to .tex
5733           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
5734           Unfortunately, X is still needed and the GUI pops up during the
5735           process...
5736
5737 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5738
5739         * src/Spacing.C: add a using directive to bring stream stuff into
5740         normal namespace.
5741         * src/paragraph.C: ditto
5742         * src/buffer.C: ditto
5743
5744         * NEWS: updated a bit the new features of 1.1.3 (took a few things
5745         from Lars' announcement).
5746
5747         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
5748         example files from Tino Meinen.
5749         
5750 1999-12-06  Allan Rae  <rae@lyx.org>
5751
5752         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
5753
5754 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
5755
5756         * src/support/lyxstring.C: added a lot of inline for no good
5757         reason
5758         
5759         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
5760         latexWriteEndChanges, they were not used.
5761         
5762         * src/layout.h (operator<<): output operator for PageSides
5763
5764         * src/mathed/math_iter.C (my_memcpy): slightly changed.
5765
5766         * some example files: loaded in LyX 1.0.4 and saved again to update
5767         certain constructs (table format) 
5768
5769         * a lot of files: did the change to use fstream/iostream for all
5770         writing of files. Done with a close look at Andre Poenitz's patch.
5771
5772         * some files: whitespace changes.
5773         
5774 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5775
5776         * src/mathed/math_iter.C (my_memcpy): new function. Since the
5777         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
5778         architecture, we provide our own. It is used unconditionnally, but
5779         I do not think this is a performance problem. Thanks to Angus
5780         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
5781         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
5782         first time).
5783         (GetInset): use my_memcpy.
5784         (Insert): ditto
5785         (Copy): ditto
5786
5787         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
5788         it is easier to understand, but it uses less TeX-only constructs now.
5789
5790         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
5791         elements contain spaces
5792
5793         * lib/configure: regenerated
5794         
5795         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
5796         elements contain spaces; display the list of programs that are
5797         tried.
5798
5799         * autogen.sh: make sure lib/configure is executable
5800
5801         * lib/examples/*: rename the tutorial examples to begin with the
5802         two-letters language code.
5803
5804         * src/lyxfunc.C (getStatus): do not query current font if no
5805         buffer exists.
5806
5807         * src/lyx_cb.C (RunScript): use QuoteName
5808         (MenuRunDvips): ditto
5809         (PrintApplyCB): ditto
5810
5811         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
5812         around argument, so that it works well with the current shell.
5813         Does not work properly with OS/2 shells currently.
5814
5815         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
5816         * src/LyXSendto.C (SendtoApplyCB): ditto
5817         * src/lyxfunc.C (Dispatch): ditto
5818         * src/buffer.C (runLaTeX): ditto
5819         (runLiterate): ditto
5820         (buildProgram): ditto
5821         (runChktex): ditto
5822         * src/lyx_cb.C (RunScript): ditto
5823         (MenuMakeLaTeX): ditto
5824         
5825         * src/buffer.h (getLatexName): new method 
5826
5827         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
5828
5829 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5830
5831         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
5832         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
5833         (create_math_panel): ditto
5834
5835         * src/lyxfunc.C (getStatus): re-activate the code which gets
5836         current font and cursor; add test for export to html.
5837
5838         * src/lyxrc.C (read): remove unreachable break statements; add a
5839         few "using".
5840
5841         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
5842         
5843 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5844
5845         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
5846         introduced by faulty regex.
5847         * src/buffer.C: ditto
5848         * src/lastfiles.C: ditto
5849         * src/paragraph.C: ditto
5850         * src/table.C: ditto
5851         * src/vspace.C: ditto
5852         * src/insets/figinset.C: ditto
5853         Note: most of these is absolutely harmless, except the one in
5854         src/mathed formula.C.
5855
5856 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
5857
5858         * src/ImportNoweb.C (documentclass): fixed bounds for substr
5859           operation, yielding correct results for the reLyX command.
5860
5861 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5862
5863         * src/support/filetools.C (ExpandPath): removed an over eager
5864         Assert.
5865         (ReplaceEnvironmentPath): ditto
5866
5867         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
5868         shows that we are doing something fishy in our code...
5869         (BubblePost): ditto
5870         (ToolbarCB): ditto
5871
5872         * src/lyxrc.C (read): use a double switch trick to get more help
5873         from the compiler. (the same trick is used in layout.C)
5874         (write): new function. opens a ofstream and pass that to output
5875         (output): new function, takes a ostream and writes the lyxrc
5876         elemts to it. uses a dummy switch to make sure no elements are
5877         forgotten. 
5878
5879         * src/lyxlex.h: added a struct pushpophelper for use in functions
5880         with more than one exit point.
5881
5882         * src/lyxlex.[Ch] (GetInteger): made it const
5883         (GetFloat): ditto
5884         (GetBool): ditto
5885
5886         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
5887
5888         * src/layout.[hC] : LayoutTags splitted into several enums, new
5889         methods created, better error handling cleaner use of lyxlex. Read
5890         the diff.
5891
5892         * src/bmtable.[Ch]: change some member prototypes because of the
5893         image const changes. 
5894
5895         * commandtags.h, src/LyXAction.C (init): new function:
5896         "preferences-save", saves the lyxrc entries into .lyx/preferences.
5897         This file is not read automatically but you can add \input
5898         preferences to your lyxrc if you want to. We need to discuss how
5899         to handle this. 
5900
5901         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
5902         in .aux, also remove .bib and .bst files from dependencies when
5903         running bibtex.
5904
5905         * src/BufferView.C, src/LyXView.C: add const_cast several places
5906         because of changes to images.
5907
5908         * lib/images/*: same change as for images/*
5909         
5910         * lib/lyxrc.example: Default for accept_compound is false not no.
5911
5912         * images/*: changed to be const, however I have som misgivings
5913         about this change so it might be changed back.
5914
5915 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5916
5917         * lib/configure, po/POTFILES.in: regenerated
5918
5919         * autogen.sh: autogenerate lib/configure from lib/configure.m4
5920
5921         * config/lib_configure.m4: removed
5922         
5923         * lib/configure.m4: new file (was config/lib_configure.m4)
5924
5925         * configure.in: do not test for rtti, since we do not use it.
5926         
5927 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
5928
5929         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
5930         doubling of allocated space scheme. This makes it faster for large
5931         strings end to use less memory for small strings. xtra rememoved. 
5932
5933         * src/insets/figinset.C (waitalarm): commented out.
5934         (GhostscriptMsg): use static_cast
5935         (GhostscriptMsg): use new instead of malloc to allocate memory for
5936         cmap. also delete the memory after use.
5937
5938         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
5939
5940         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
5941         for changes in bibtex database or style.
5942         (runBibTeX): remove all .bib and .bst files from dep before we
5943         begin. 
5944         (run): use scanAuc in when dep file already exist.
5945
5946         * src/DepTable.C (remove_files_with_extension): new method
5947         (exist): new method
5948
5949         * src/DepTable.[Ch]: made many of the methods const. 
5950
5951 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5952
5953         * src/bufferparams.C: make sure that the default textclass is
5954         "article". It used to be the first one by description order, but
5955         now the first one is "docbook".
5956
5957         * src/lyx_main.C (setDebuggingLevel): change type of argument to
5958         string; call Debug::value.
5959         (easyParse): pass complete argument to setDebuggingLevel().
5960
5961         * src/debug.h (value): fix the code that parses debug levels.
5962
5963         * src/debug.h: add new debug type ACTION, reserved for LyXAction
5964         class.  
5965
5966         * src/LyXAction.C: use Debug::ACTION as debug channel.
5967
5968         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
5969
5970         * NEWS: updated for the future 1.1.3 release.
5971
5972         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
5973         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
5974         it should. This is of course a controversial change (since many
5975         people will find that their lyx workscreen is suddenly full of
5976         red), but done for the sake of correctness.
5977
5978         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
5979           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
5980
5981         * src/insets/inseterror.h, src/insets/inseturl.h,
5982           src/insets/insetinfo.h, src/insets/figinset.h,
5983           src/mathed/formulamacro.h, src/mathed/math_macro.h
5984           (EditMessage): add a missing const and add _() to make sure that
5985         translation happens
5986
5987         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
5988           src/insets/insetbib.C, src/support/filetools.C: add `using'
5989         directives for cxx.  
5990
5991         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
5992         doing 'Insert index of last word' at the beginning of a paragraph.
5993
5994 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
5995
5996         * several files: white-space changes.
5997
5998         * src/mathed/formula.C: removed IsAlpha and IsDigit
5999
6000         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
6001         .bib file. use a ifstream instead of FilePtr when parsing the .bib
6002         file for keys.
6003
6004         * src/insets/figinset.C (GetPSSizes): don't break when
6005         "EndComments" is seen. But break when a boundingbox is read.
6006
6007         * all classes inherited from Inset: return value of Clone
6008         changed back to Inset *.
6009
6010         * all classes inherited form MathInset: return value of Clone
6011         changed back to MathedInset *.
6012         
6013         * src/insets/figinset.C (runqueue): use a ofstream to output the
6014         gs/ps file. Might need some setpresicion or setw. However I can
6015         see no problem with the current code.
6016         (runqueue): use sleep instead of the alarm/signal code. I just
6017         can't see the difference.
6018
6019         * src/paragraph.C (LyXParagraph): reserve space in the new
6020         paragraph and resize the inserted paragraph to just fit.
6021
6022         * src/lyxfunc.h (operator|=): added operator for func_status.
6023
6024         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
6025         check for readable file.
6026
6027         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
6028         check for readable file.
6029         (MenuMakeLinuxDoc): ditto
6030         (MenuMakeDocBook): ditto
6031         (MenuMakeAscii): ditto
6032         (InsertAsciiFile): split the test for openable and readable
6033
6034         * src/bmtable.C (draw_bitmaptable): use
6035         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
6036
6037         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
6038         findtexfile from LaTeX to filetools.
6039         
6040         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
6041         instead of FilePtr. Needs to be verified by a literate user.
6042
6043 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6044
6045         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
6046         (EditMessage): likewise.
6047
6048         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
6049         respectively as \textasciitilde and \textasciicircum.
6050
6051 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6052
6053         * src/support/lyxstring.h: made the methods that take iterators
6054         use const_iterator.
6055
6056         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
6057         (regexMatch): made is use the real regex class.
6058
6059         * src/support/Makefile.am: changed to use libtool
6060
6061         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
6062
6063         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
6064         of defines.
6065         (MathIsInset ++): changed several macros to be inline functions
6066         instead. 
6067
6068         * src/mathed/Makefile.am: changed to use libtool
6069
6070         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
6071
6072         * src/insets/inset* : Clone changed to const and return type is
6073         the true insettype not just Inset*.
6074         
6075         * src/insets/Makefile.am: changed to use libtool
6076
6077         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
6078
6079         * src/undo.[Ch] : added empty() and changed some of the method
6080         names.
6081         
6082         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
6083
6084         * src/lyxparagraph.h: use id() and id(...) instead of getID and
6085         setID use block<> for the bullets array, added const several places.
6086
6087         * src/lyxfunc.C (getStatus): new function
6088
6089         * src/lyxfunc.[Ch] : small changes to take advantage of the new
6090         LyXAction, added const to several funtions.
6091
6092         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
6093         a std::map, and to store the dir items in a vector.
6094
6095         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
6096         as dependencies.
6097
6098         * src/LyXView.[Ch] + other files : changed currentView to view.
6099         
6100         * src/LyXAction.[Ch] : ported from the old devel branch.
6101         
6102         * src/.cvsignore: added .libs and a.out
6103
6104         * configure.in : changes to use libtool. 
6105
6106         * acinclude.m4 : inserted libtool.m4
6107
6108         * .cvsignore: added libtool
6109
6110 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6111
6112         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
6113         file name in insets and mathed directories (otherwise the
6114         dependency is not taken in account under cygwin).
6115
6116         * src/text2.C (InsertString[AB]): make sure that we do not try to
6117         read characters past the string length.
6118
6119 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6120
6121         * lib/doc/LaTeXConfig.lyx.in, 
6122           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
6123
6124         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
6125         file saying who created them and when this heppened; this is
6126         useless and annoys tools like cvs.
6127
6128         * lib/layouts/g-brief-{en,de}.layout,
6129           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
6130         from Thomas Hartkens <thomas@hartkens.de>.
6131
6132         * src/{insets,mathed}/Makefile.am: do not declare an empty
6133         LDFLAGS, so that it can be set at configure time (useful on Irix
6134         for -n32 flag).
6135
6136         * lib/reLyX/configure.in: make sure that the prefix is set
6137         correctly in LYX_DIR.
6138
6139 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
6140
6141         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
6142         be used by 'command-sequence' this allows to bind a key to a
6143         sequence of LyX-commands
6144         (Example: 'command-sequence math-insert alpha; math-insert beta;")
6145
6146         * src/LyXAction.C: add "command-sequence"
6147
6148         * src/LyXFunction.C: handling of "command-sequence"
6149
6150         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
6151          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
6152
6153         * src/lyxserver.C, src/minibuffer.C: Use this new interface
6154
6155 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6156
6157         * src/buffer.C (writeFile): Do not output a comment giving user
6158         and date at the beginning of a .lyx file. This is useless and
6159         annoys cvs anyway; update version number to 1.1.
6160
6161         * src/Makefile.am (LYX_DIR): add this definition, so that a
6162         default path is hardcoded in LyX.
6163
6164         * configure.in: Use LYX_GNU_GETTEXT.
6165
6166         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
6167         AM_GNU_GETTEXT with a bug fixed. 
6168
6169         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
6170
6171         * src/chset.C: add "using std::ifstream;" to please dec cxx.
6172
6173         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
6174         which is used to point to LyX data is now LYX_DIR_11x.
6175
6176         * lyx.man: convert to a unix text file; small updates.
6177
6178 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
6179
6180         * src/support/LSubstring.[Ch]: made the second arg of most of the
6181         constructors be a const reference. 
6182
6183         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
6184         me fixed.
6185
6186         * src/support/lyxstring.[Ch] (swap): added missing member function
6187         and specialization of swap(str, str); 
6188
6189         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
6190
6191         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
6192         trace of the old one.
6193
6194         * src/undo.[Ch]: made the undostack use std::list to store undo's in
6195         put the member definitions in undo.C.
6196
6197         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
6198         NEW_TEXT and have now only code that was included when this was
6199         defined. 
6200
6201         * src/intl.C (LCombo): use static_cast
6202         (LCombo2): ditto
6203         (DispatchCallback): ditto
6204
6205         * src/definitions.h: removed whole file
6206         
6207         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
6208
6209         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
6210         parsing and stores in a std:map. a regex defines the file format.
6211         removed unneeded members.
6212
6213         * src/bufferparams.h: added several enums from definitions.h here.
6214         Removed unsused destructor. Changed some types to use proper enum
6215         types. use block to have the temp_bullets and user_defined_bullets
6216         and to make the whole class assignable.
6217
6218         * src/bufferparams.C (Copy): removed this functions, use a default
6219         assignment instead. 
6220
6221         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
6222         isLiterate const.
6223
6224         * src/buffer.C (readLyXformat2): commend out all that have with
6225         oldpapersize to do. also comment out all that hve to do with
6226         insetlatex and insetlatexdel. 
6227         (setOldPaperStuff): commented out
6228
6229         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
6230
6231         * src/LyXAction.C: remove use of inset-latex-insert
6232
6233         * src/mathed/math_panel.C (button_cb): use static_cast
6234
6235         * src/insets/Makefile.am (insets_o_SOURCES): removed
6236         insetlatex.[Ch] 
6237
6238         * src/support/lyxstring.C (helper): use the unsigned long
6239         specifier, UL, instead of a static_cast.
6240
6241         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
6242
6243         * src/support/block.h: new file. to be used as a c-style array in
6244         classes, so that the class can be assignable.
6245
6246 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6247
6248         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
6249         NULL, make sure to return an empty string (it is not possible to
6250         set a string to NULL).
6251
6252 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6253
6254         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
6255
6256         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
6257
6258         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
6259         link line, so that Irix users (for example) can set it explicitely to
6260         "-n32".
6261         
6262         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
6263         it can be overidden at make time (static or dynamic link, for
6264         example).
6265         
6266         * src/vc-backend.C, src/LaTeXFeatures.h, 
6267           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
6268         statements to bring templates to global namespace.
6269
6270 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6271
6272         * src/support/lyxstring.C (operator[] const): make it standard
6273         conforming. 
6274
6275         * src/minibuffer.C (Init): changed to reflect that more
6276         information is given from the lyxvc and need not be provided here.
6277
6278         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
6279         
6280         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
6281
6282         * src/LyXView.C (UpdateTimerCB): use static_cast
6283         (KeyPressMask_raw_callback): ditto
6284
6285         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
6286         buffer_, a lot of changes because of this. currentBuffer() ->
6287         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
6288         also changes to other files because of this.
6289
6290 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
6291
6292         * src/vc-backend.[Ch]: new files. The backends for vc handling,
6293         have no support for RCS and partial support for CVS, will be
6294         improved later.
6295         
6296         * src/insets/ several files: changes because of function name
6297         changes in Bufferview and LyXView.
6298         
6299         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
6300
6301         * src/support/LSubstring.[Ch]: new files. These implement a
6302         Substring that can be very convenient to use. i.e. is this
6303         possible:
6304         string a = "Mary had a little sheep";
6305         Substring(a, "sheep") = "lamb";
6306         a is now "Mary has a little lamb".
6307
6308         * src/support/LRegex.[Ch]: a regex class that can be used to pick
6309         out patterns and subpatterns of strings. It is used by LSubstring
6310         and also by vc-backend.C
6311         
6312         * src/support/lyxstring.C: went over all the assertions used and
6313         tried to correct the wrong ones and flag which of them is required
6314         by the standard. some bugs found because of this. Also removed a
6315         couple of assertions.
6316
6317         * src/support/Makefile.am (libsupport_a_SOURCES): added
6318         LSubstring.[Ch] and LRegex.[Ch]
6319
6320         * src/support/FileInfo.h: have struct stat buf as an object and
6321         not a pointer to one, some changes because of this.
6322
6323         * src/LaTeXFeatures.C (getTClassPreamble): also use the
6324         information in layout when adding the layouts preamble to the
6325         textclass preamble.
6326
6327         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
6328         usage in.
6329
6330         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
6331         because of bug in OS/2.
6332
6333 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6334
6335         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
6336         \verbatim@font instead of \ttfamily, so that it can be redefined.
6337
6338         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
6339           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
6340           src/layout.h, src/text2.C: add 'using' directive to bring the
6341         STL templates we need from the std:: namespace to the global one.
6342         Needed by DEC cxx in strict ansi mode.
6343
6344         * src/support/LIstream.h,src/support/LOstream.h,
6345           src/support/lyxstring.h,src/table.h,
6346           src/lyxlookup.h: do not include <config.h> in header
6347         files. This should be done in the .C files only.
6348
6349         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
6350         (from Kayvan).
6351         
6352
6353 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6354
6355         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
6356         from Kayvan to fix the tth invokation.
6357
6358         * development/lyx.spec.in: updates from Kayvan to reflect the
6359         changes of file names.
6360
6361 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
6362
6363         * src/text2.C (InsertStringB): use std::copy
6364         (InsertStringA): use std::copy
6365
6366         * src/bufferlist.C: use a vector to store the buffers in. This is
6367         an internal change and should not affect any other thing.
6368         
6369         * src/BufferView.C (waitForX): use XSync instead of the lengthy
6370         stuff in waitForX.
6371
6372         * src/text.C (Fill): fix potential bug, one off bug.
6373
6374 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6375
6376         * src/Makefile.am (lyx_main.o): add more files it depends on.
6377
6378         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
6379
6380         * src/support/lyxstring.C: use size_t for the reference count,
6381         size, reserved memory and xtra.
6382         (internal_compare): new private member function. Now the compare
6383         functions should work for std::strings that have embedded '\0'
6384         characters.
6385         (compare): all compare functions rewritten to use
6386         internal_compare.
6387         
6388 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6389
6390         * src/support/lyxstring.C (compare): pass c_str()
6391         (compare): pass c_str
6392         (compare): pass c_str
6393
6394 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6395
6396         * src/support/DebugStream.C: <config.h> was not included correctly.
6397
6398         * lib/configure: forgot to re-generate it :( I'll make this file
6399         auto generated soon.
6400
6401 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
6402
6403         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
6404         is used.
6405
6406         * src/support/lyxstring.C: some changes from length() to rep->sz.
6407         avoids a function call.
6408
6409         * src/support/filetools.C (SpaceLess): yet another version of the
6410         algorithm...now per Jean-Marc's suggestions.
6411
6412 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6413
6414         * src/layout.C (less_textclass_desc): functor for use in sorting
6415         of textclasses. 
6416         (LyXTextClass::Read): sort the textclasses after reading.
6417         
6418         * src/support/filetools.C (SpaceLess): new version of the
6419         SpaceLess functions. What problems does this one give? Please
6420         report.
6421
6422         * images/banner_bw.xbm: made the arrays unsigned char *
6423
6424 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6425
6426         * src/support/lyxstring.C (find): remove bogus assertion in the
6427         two versions of find where this has not been done yet.
6428
6429         * src/support/lyxlib.h: add missing int return type to
6430         lyx::chdir(). 
6431
6432         * src/menus.C (ShowFileMenu): disable exporting to html if no
6433         html export command is present.
6434
6435         * config/lib_configure.m4: add a test for an HTML converter. The
6436         programs checked for are, in this order: tth, latex2html and
6437         hevea. 
6438
6439         * lib/configure: generated from config/lib_configure.m4.
6440
6441         * src/lyxfunc.C (Dispatch): update and improve the execution of an
6442         html converter. The parameters are now passed through $$FName and
6443         $$OutName, instead of standard input/output.
6444
6445         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
6446
6447         * lib/lyxrc.example: update description of \html_command. 
6448         add "quotes" around \screen_font_xxx font setting examples to help
6449         people who use fonts with spaces in their names.
6450
6451 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6452
6453         * Distribution files: updates for v1.1.2
6454
6455         * src/support/lyxstring.C (find): remove bogus assert and return
6456         npos for the same condition.
6457
6458 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6459
6460         * added patch for OS/2 from SMiyata.
6461
6462 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
6463
6464         * src/text2.C (CutSelection): make space_wrapped a bool
6465         (CutSelection): dont declare int i until we have to.
6466         (alphaCounter): return a char const *.
6467
6468 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6469
6470         * src/support/syscall.C (Systemcalls::kill): 
6471           src/support/filetools.C (PutEnv, PutEnvPath): 
6472           src/lyx_cb.C (addNewlineAndDepth): 
6473           src/FontInfo.C (FontInfo::resize): condition some #warning
6474         directives with WITH_WARNINGS.
6475         
6476
6477 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6478
6479         * src/layout.[Ch] + several files: access to class variables
6480         limited and made accessor functions instead a lot of code changed
6481         becuase of this. Also instead of returning pointers often a const
6482         reference is returned instead.
6483         
6484         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
6485
6486         * src/Makefile.am (dist-hook): added used to remove the CVS from
6487         cheaders upon creating a dist
6488         (EXTRA_DIST): added cheaders
6489
6490         * src/support/lstrings.C (tostr(char)): fix it to handle param as
6491         a character not as a small integer. 
6492
6493         * src/support/lyxstring.C (find): removed Assert and added i >=
6494         rep->sz to the first if.
6495
6496 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
6497
6498         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
6499         src/LyXView.C src/buffer.C src/bufferparams.C
6500         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
6501         src/text2.C src/insets/insetinclude.C:
6502         lyxlayout renamed to textclasslist.
6503
6504         * src/layout.C: some lyxerr changes.
6505
6506         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
6507         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
6508         (LyXLayoutList): removed all traces of this class.
6509         (LyXTextClass::Read): rewrote LT_STYLE
6510         (LyXTextClass::hasLayout): new function
6511         (LyXTextClass::GetLayout): rewritten to return an iterator + has
6512         both const and nonconst version.
6513         (LyXTextClass::delete_layout): new function.
6514         (LyXTextClassList::Style): bug fix. do the right thing if layout
6515         is to big.
6516         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
6517         (LyXTextClassList::NameOfLayout): ditto 
6518         (LyXTextClassList::Load): ditto
6519
6520         * src/buffer.C (makeLaTeXFile): new access to layoutlist
6521
6522         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
6523
6524         * src/LyXAction.C (LookupFunc): added a workaround for sun
6525         compiler, on the other hand...we don't know if the current code
6526         compiles on sun at all...
6527
6528         * src/support/filetools.C (CleanupPath): subst fix
6529
6530         * src/insets/insetbib.C (delDatabase): subst fix, this looks
6531         _really_ weird.
6532
6533         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
6534         complained about this one?
6535
6536         * src/insets/insetinclude.C (Latex): subst fix
6537
6538         * src/insets/insetbib.C (getKeys): subst fix
6539
6540         * src/LyXSendto.C (SendtoApplyCB): subst fix
6541
6542         * src/lyx_main.C (init): subst fix
6543
6544         * src/layout.C (Read): subst fix
6545
6546         * src/lyx_sendfax_main.C (button_send): subst fix
6547
6548         * src/buffer.C (RoffAsciiTable): subst fix
6549
6550         * src/lyx_cb.C (MenuFax): subst fix
6551         (PrintApplyCB): subst fix
6552
6553 1999-10-26  Juergen Vigna  <jug@sad.it>
6554
6555         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
6556
6557         (Read): Cleaned up this code so now we read only format vestion >= 5
6558
6559 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
6560
6561         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
6562         come nobody has complained about this one?
6563
6564         * src/insets/insetinclude.C (Latex): subst fix
6565
6566         * src/insets/insetbib.C (getKeys): subst fix
6567
6568         * src/lyx_main.C (init): subst fix
6569
6570         * src/layout.C (Read): subst fix
6571
6572         * src/buffer.C (RoffAsciiTable): subst fix
6573
6574         * src/lyx_cb.C (MenuFax): subst fix.
6575
6576         * src/layout.[hC] + some other files: rewrote to use
6577         std::container to store textclasses and layouts in.
6578         Simplified, removed a lot of code. Make all classes
6579         assignable. Further simplifications and review of type
6580         use still to be one. 
6581
6582         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
6583         lastfiles to create the lastfiles partr of the menu.
6584
6585         * src/lastfiles.[Ch]: rewritten to use deque to store the
6586         lastfiles in. Uses fstream for reading and writing. Simplifies
6587         code.
6588
6589         * src/support/syscall.C: remove explicit cast.
6590
6591         * src/BufferView.C (CursorToggleCB): removed code snippets that
6592         were commented out.
6593         use explicat C++ style casts instead of C style casts. also use
6594         u_vdata instea of passing pointers in longs.
6595
6596         * src/PaperLayout.C: removed code snippets that were commented out.
6597
6598         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
6599
6600         * src/lyx_main.C: removed code snippets that wer commented out.
6601
6602         * src/paragraph.C: removed code snippets that were commented out.
6603
6604         * src/lyxvc.C (logClose): use static_cast
6605         (logUpdate): ditto
6606         (viewLog): remove explicit cast to void*
6607         (showLog): removed old commented code
6608
6609         * src/menus.C: use static_cast instead of C style casts. use
6610         u_vdata instead of u_ldata. remove explicit cast to (long) for
6611         pointers. Removed old code that was commented out.
6612
6613         * src/insets/inset.C: removed old commented func
6614
6615         * src/insets/insetref.C (InsetRef): removed old code that had been
6616         commented out for a long time.
6617         (Edit): ditto
6618         (escape): removed C style cast
6619
6620         * src/insets/insetlatexaccent.C (Draw): removed old commented code
6621
6622         * src/insets/insetlatex.C (Draw): removed old commented code
6623         (Read): rewritten to use string
6624
6625         * src/insets/insetlabel.C (escape): removed C style cast
6626
6627         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
6628
6629         * src/insets/insetindex.C: use static_cast and u_vdata, removed
6630         old commented code.
6631
6632         * src/insets/insetinclude.h: removed a couple of stupid bools
6633
6634         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
6635         (Clone): remove C style cast
6636         (getKeys): changed list to lst because of std::list
6637
6638         * src/insets/inseterror.C (Draw): removed som old commented code.
6639
6640         * src/insets/insetcommand.C (Draw): removed some old commented code.
6641
6642         * src/insets/insetbib.C (bibitem_cb): removed code that has been
6643         commented out forever.
6644         (bibitem_cb): use static_cast instead of C style cast
6645         use of vdata changed to u_vdata.
6646
6647         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
6648         parameter.
6649         (CloseUrlCB): use static_cast instead of C style cast.
6650         (CloseUrlCB): added a fl_free form...it seemed to be missing.
6651
6652         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
6653         (C_InsetInfo_CloseInfoCB): forward the ob parameter
6654         (CloseInfoCB): static_cast from ob->u_vdata instead.
6655         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
6656         instead. 
6657
6658         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
6659         (C_InsetError_CloseErrorCB): forward the ob parameter
6660         (CloseErrorCB): static_cast from ob->u_vdata instead.
6661
6662         * src/vspace.h: include LString.h since we use string in this class.
6663
6664         * src/vspace.C (lyx_advance): changed name from advance because of
6665         nameclash with stl. And since we cannot use namespaces yet...I
6666         used a lyx_ prefix instead. Expect this to change when we begin
6667         using namespaces.
6668
6669         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
6670
6671         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
6672         and removed now defunct constructor and deconstructor.
6673
6674         * src/BufferView.h: have backstack as a object not as a pointer.
6675         removed initialization from constructor. added include for BackStack 
6676
6677         * development/lyx.spec.in (%build): add CFLAGS also.
6678
6679         * src/screen.C (drawFrame): removed another warning.
6680
6681 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6682
6683         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
6684         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
6685         README and ANNOUNCE a bit for the next release. More work is
6686         needed, of course.
6687
6688         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
6689         unbreakable if we are in freespacing mode (LyX-Code), but not in
6690         latex mode.
6691
6692 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
6693
6694         * src/BackStack.h: fixed initialization order in constructor
6695
6696         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
6697
6698         * acinclude.m4 (VERSION): new rules for when a version is
6699         development, added also a variable for prerelease.
6700         (warnings): we set with_warnings=yes for prereleases
6701         (lyx_opt): prereleases compile with same optimization as development 
6702         (CXXFLAGS): only use pedantic if we are a development version 
6703
6704         * src/BufferView.C (restorePosition): don't do anything if the
6705         backstack is empty.
6706
6707         * src/BackStack.h: added member empty, use this to test if there
6708         is anything to pop...
6709
6710 1999-10-25  Juergen Vigna  <jug@sad.it>
6711
6712         * forms/form1.fd +
6713         * forms/layout_forms.fd +
6714         * forms/latexoptions.fd +
6715         * lyx.fd: changed for various form resize issues
6716
6717         * src/mathed/math_panel.C +
6718         * src/insets/inseterror.C +
6719         * src/insets/insetinfo.C +
6720         * src/insets/inseturl.C +
6721         * src/insets/inseturl.h +
6722         * src/LaTeXLog.C +
6723         * src/LyXSendto.C +
6724         * src/PaperLayout.C +
6725         * src/ParagraphExtra.C +
6726         * src/TableLayout.C +
6727         * src/form1.C +
6728         * src/layout_forms.C +
6729         * src/lyx.C +
6730         * src/lyx_cb.C +
6731         * src/lyx_gui.C +
6732         * src/lyxfr0.C +
6733         * src/lyxfunc.C +
6734         * src/lyxvc.C +
6735         * src/menus.C: fixed various resize issues. So now forms can be
6736         resized savely or not be resized at all.
6737         
6738         * forms/form_url.fd +
6739         * src/insets/form_url.[Ch]: added because it's cleaner and easier
6740         to modify IMO.
6741
6742         * src/insets/Makefile.am: added files form_url.[Ch]
6743         
6744 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6745
6746         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
6747         (and presumably 6.2).
6748
6749         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
6750         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
6751         remaining static member callbacks. 
6752
6753         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
6754         messages. 
6755
6756         * src/support/lyxstring.h: declare struct Srep as friend of
6757         lyxstring, since DEC cxx complains otherwise.
6758
6759 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
6760
6761 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
6762
6763         * src/LaTeX.C (run): made run_bibtex also depend on files with
6764         extension ".bst"
6765         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
6766         are put into the dependency file.
6767
6768         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
6769         the code has shown itself to work
6770         (create_ispell_pipe): removed another warning, added a comment
6771         instead. 
6772
6773         * src/minibuffer.C (ExecutingCB): removed code that has been
6774         commented out a long time
6775
6776         * src/lyxfunc.C (processKeyEvent): removed some very old commented
6777         out code + a warning.
6778
6779         * src/support/lyxstring.h: comment out the three private
6780         operators, when compiling with string ansi conforming compilers
6781         they make problems.
6782
6783         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
6784         unsigned char *.
6785         (pixmapFromBitmapData): change type of bdata to be unsigned char *
6786         (pixmapFromBitmapData): add a reinterpret_cast in the call to
6787         XCreateImage
6788
6789         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
6790         unsigned char *
6791
6792         * src/mathed/math_panel.C (create_math_panel): remove explicit
6793         casts
6794
6795         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
6796         unsigned char *.
6797
6798         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
6799         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
6800         to XCreatePixmapFromBitmapData
6801         (fl_set_bmtable_data): change the last argument to be unsigned
6802         char *
6803         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
6804         and bh to be unsigned int, remove explicit casts in call to
6805         XReadBitmapFileData.
6806
6807         * images/arrows.xbm: made the arrays unsigned char *
6808         * images/varsz.xbm: ditto
6809         * images/misc.xbm: ditto
6810         * images/greek.xbm: ditto
6811         * images/dots.xbm: ditto
6812         * images/brel.xbm: ditto
6813         * images/bop.xbm: ditto
6814
6815         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
6816
6817         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
6818         (LYX_PROG_CXX): added -pedantic to g++ compile options when
6819         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
6820         needed. 
6821         (LYX_CXX_CHEADERS): added <clocale> to the test. 
6822
6823 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
6824
6825         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
6826
6827         * src/support/lyxstring.C (append): fixed something that must be a
6828         bug, rep->assign was used instead of rep->append.
6829
6830         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
6831         and LOstream.h
6832
6833         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
6834         lyx insert double chars. Fix spotted by Kayvan.
6835
6836 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
6837
6838         * Fixed the tth support. I messed up with the Emacs patch apply feature
6839         and omitted the changes in lyxrc.C.
6840
6841 1999-10-22  Juergen Vigna  <jug@sad.it>
6842
6843         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
6844
6845         * src/lyx_cb.C (MenuInsertRef) + 
6846         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
6847         the form cannot be resized under it limits (fixes a segfault)
6848         
6849         * src/lyx.C (create_form_form_ref) +
6850         * forms/lyx.fd: Changed Gravity on name input field so that it is
6851         resized correctly.
6852
6853 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6854
6855         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
6856         <ostream> and <istream>.
6857         
6858         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
6859         whether <fstream> provides the latest standard features, or if we
6860         have an oldstyle library (like in egcs).
6861         (LYX_CXX_STL_STRING): fix the test.
6862
6863         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
6864         code on MODERN_STL_STREAM.
6865
6866         * src/support/lyxstring.h: use L{I,O}stream.h.
6867
6868         * src/support/L{I,O}stream.h: new files, designed to setup
6869         correctly streams for our use
6870           - includes the right header depending on STL capabilities
6871           - puts std::ostream and std::endl (for LOStream.h) or
6872           std::istream (LIStream.h) in toplevel namespace.
6873
6874 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
6875
6876         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
6877         was a bib file that had been changed we ensure that bibtex is run.
6878         (runBibTeX): enhanced to extract the names of the bib files and
6879         getting their absolute path and enter them into the dep file.
6880         (findtexfile): static func that is used to look for tex-files,
6881         checks for absolute patchs and tries also with kpsewhich.
6882         Alternative ways of finding the correct files are wanted. Will
6883         probably be moved.
6884         (do_popen): function that runs a command using popen and returns
6885         the whole output of that command in a string. Should be moved to
6886         somewhere else.
6887
6888         * src/DepTable.[Ch] (extchanged): new function that returns true if a
6889         file with extension ext has changed.
6890
6891         * src/insets/figinset.C: added ifdef guards around the fl_free
6892         code that jug commented out. Now it is commented out when
6893         compiling with XForms == 0.89.
6894
6895         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
6896         to lyxstring.C, and only keep a forward declaration in
6897         lyxstring.h. Simplifies the header file a bit and should help a
6898         bit on compile time too. Also changes to Srep will not mandate a
6899         recompile of code just using string.
6900         (~lyxstring): definition moved here since it uses srep.
6901         (size): definition moved here since it uses srep.
6902
6903         * src/support/lyxstring.h: removed a couple of "inline" that should
6904         not be there.
6905
6906 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6907
6908         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
6909         the 'ob' argument.
6910
6911 1999-10-21  Juergen Vigna  <jug@sad.it>
6912
6913         * src/table.C (SetPWidth): Just a small fix so the alignment is not
6914         set to left if I just remove the width entry (or it is empty).
6915
6916         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
6917         paragraph when having dummy paragraphs.
6918
6919 1999-10-20  Juergen Vigna  <jug@sad.it>
6920
6921         * src/insets/figinset.C: just commented some fl_free_form calls
6922         and added warnings so that this calls should be activated later
6923         again. This avoids for now a segfault, but we have a memory leak!
6924
6925         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
6926         'const char * argument' to 'string argument', this should
6927         fix some Asserts() in lyxstring.C.
6928
6929         * src/lyxfunc.h: Removed the function argAsString(const char *)
6930         as it is not used anymore.
6931
6932 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
6933
6934         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
6935         get instead of >>
6936
6937         * src/Literate.h: some funcs moved from public to private to make
6938         interface clearer. Unneeded args removed.
6939
6940         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
6941         instead of lyxlex.
6942         (scanBuildLogFile): ditto
6943
6944         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
6945         normal TeX Error. Still room for improvement.
6946
6947         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
6948
6949         * src/buffer.C (insertErrors): changes to make the error
6950         desctription show properly.
6951
6952         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
6953         could never happen
6954
6955         * src/support/lyxstring.C (helper): changed to use
6956         sizeof(object->rep->ref).
6957         (operator>>): changed to use a pointer instead.
6958
6959         * src/support/lyxstring.h: changed const reference & to value_type
6960         const & lets see if that helps.
6961
6962 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
6963
6964         * Makefile.am (rpmdist): fixed to have non static package and
6965         verison.
6966
6967         * src/support/lyxstring.C: removed the compilation guards
6968
6969         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
6970         a bit clearer.
6971
6972         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
6973         conditional compile of lyxstring.Ch
6974
6975         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
6976         stupid check, but it is a lot better than the bastring hack. 
6977         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
6978
6979         * several files: changed string::erase into string::clear. Not
6980         really needed.
6981         
6982         * src/chset.C (encodeString): use a char temporary instead
6983
6984         * src/table.C (TexEndOfCell): added tostr around
6985         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
6986         (TexEndOfCell): ditto
6987         (TexEndOfCell): ditto
6988         (TexEndOfCell): ditto
6989         (DocBookEndOfCell): ditto
6990         (DocBookEndOfCell): ditto
6991         (DocBookEndOfCell): ditto
6992         (DocBookEndOfCell): ditto
6993
6994         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
6995
6996         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
6997
6998         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
6999         (MenuBuildProg): added tostr around ret
7000         (MenuRunChktex): added tostr around ret
7001         (DocumentApplyCB): added tostr around ret
7002
7003         * src/chset.C (encodeString): added tostr around t->ic
7004
7005         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
7006         (makeLaTeXFile): added tostr around tocdepth
7007         (makeLaTeXFile): added tostr around ftcound - 1
7008
7009         * src/insets/insetbib.C (setCounter): added tostr around counter.
7010
7011         * src/support/lyxstring.h: added an operator+=(int) to catch more
7012         mistakes. 
7013
7014         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
7015         (lyxstring): We DON'T allow NULL pointers.
7016
7017 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7018
7019         * src/mathed/math_macro.C (MathMacroArgument::Write,
7020         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
7021         when writing them out.
7022
7023         * src/LString.C: remove, since it is not used anymore.
7024         
7025         * src/support/lyxstring.C: condition the content to
7026         USE_INCLUDED_STRING macro.
7027
7028         * src/mathed/math_symbols.C, src/support/lstrings.C,
7029         src/support/lyxstring.C: add `using' directive to specify what
7030         we need in <algorithm>. I do not think that we need to
7031         conditionalize this, but any thought is appreciated.
7032
7033         * many files: change all callback functions to "C" linkage
7034         functions to please strict C++ compilers like DEC cxx 6.1 in mode
7035         strict_ansi. Those who were static are now global. 
7036             The case of callbacks which are static class members is
7037         trickier, since we have to make C wrappers around them (see
7038         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
7039         did not finish this yet, since it defeats the purpose of
7040         encapsulation, and I am not sure what the best route is.
7041
7042 1999-10-19  Juergen Vigna  <jug@sad.it>
7043
7044         * src/support/lyxstring.C (lyxstring): we permit to have a null
7045         pointer as assignment value and just don't assign it.
7046
7047         * src/vspace.C (nextToken): corrected this function substituting
7048         find_first(_not)_of with find_last_of.
7049
7050         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
7051                 (TableOptCloseCB) (TableSpeCloseCB):
7052         inserted fl_set_focus call for problem with fl_hide_form() in
7053         xforms-0.89.
7054
7055 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7056
7057         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
7058         string. 
7059
7060 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7061
7062         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
7063         LyXLex::next() and not eatline() to get its argument.
7064
7065 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
7066
7067         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
7068         instead, use fstreams for io of the depfile, removed unneeded
7069         functions and variables. 
7070
7071         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
7072         vector instead, removed all functions and variables that is not in
7073         use.
7074
7075 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7076
7077         * src/buffer.C (insertErrors): use new interface to TeXError
7078
7079         * Makefile.am (rpmdist): added a rpmdist target
7080
7081         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
7082         per Kayvan's instructions.
7083
7084 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7085
7086         * src/Makefile.am: add a definition for localedir, so that locales
7087         are found after installation (Kayvan)
7088
7089 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7090
7091         * development/.cvsignore: new file.
7092
7093 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7094
7095         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
7096         C++ compiler provides wrappers for C headers and use our alternate
7097         version otherwise.
7098
7099         * configure.in: use LYX_CXX_CHEADERS.
7100
7101         * src/cheader/: new directory, populated with cname headers from
7102         libstdc++-2.8.1. They are a bit old, but probably good enough for
7103         what we want (support compilers who lack them).
7104         
7105         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
7106         from includes. It turns out is was stupid.
7107  
7108 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7109
7110         * lib/Makefile.am (install-data-local): forgot a ';'
7111         (install-data-local): forgot a '\'
7112         (libinstalldirs): needed after all. reintroduced.
7113
7114 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
7115
7116         * configure.in (AC_OUTPUT): added lyx.spec
7117
7118         * development/lyx.spec: removed file
7119
7120         * development/lyx.spec.in: new file
7121
7122         * po/*.po: merged with lyx.pot becuase of make distcheck
7123         
7124         * lib/Makefile.am (dist-hook): added dist-hook so that
7125         documentation files will be included when doing a make
7126         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
7127         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
7128         conditional later.
7129         more: tried to make install do the right thing, exclude CVS dirs
7130         etc.
7131
7132         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
7133         Path would fit in more nicely.
7134
7135         * all files that used to use pathstack: uses now Path instead.
7136         This change was a lot easier than expected.
7137         
7138         * src/support/path.h: new file
7139
7140         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
7141
7142         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
7143
7144         * src/support/lyxstring.C (getline): Default arg was given for
7145         para 3. removed.
7146
7147         * Configure.cmd: removed file 
7148
7149 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7150
7151         * src/support/DebugStream.[Ch]: remove the explicit std:: before
7152         streams classes and types, add the proper 'using' statements when
7153         MODERN_STL is defined.
7154         
7155         * src/debug.h: move the << operator definition after the inclusion
7156         of DebugStream.h
7157
7158         * src/support/filetools.C: include "LAssert.h", which is needed
7159         later. 
7160
7161         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
7162         to includes. 
7163
7164         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
7165         include "debug.h" to define a proper ostream.
7166
7167 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
7168
7169         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
7170           method to the SystemCall class which can kill a process, but it's
7171           not fully implemented yet.
7172
7173         * src/*.C: Changed Systemcalls::Startscript() to startscript()
7174
7175         * src/support/FileInfo.h: Better documentation  
7176
7177         * src/lyxfunc.C: Added support for buffer-export html
7178         
7179         * src/menus.C: Added Export->As HTML...
7180         
7181         * lib/bind/*.bind: Added short-cut for buffer-export html
7182
7183         * src/lyxrc.*: Added support for new \tth_command
7184         
7185         * lib/lyxrc.example: Added stuff for new \tth_command
7186
7187 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
7188
7189         * lib/Makefile.am (IMAGES): removed images/README
7190         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
7191         installes in correct place. Check permisions is installed
7192         correctly.
7193
7194         * src/LaTeX.C: some no-op changes moved declaration of some
7195         variables around.
7196
7197         * src/LaTeX.h (LATEX_H): changed include guard name
7198
7199 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7200
7201         * lib/reLyX/Makefile.am: install noweb2lyx.
7202
7203         * lib/Makefile.am: install configure. 
7204
7205         * lib/reLyX/configure.in: declare a config aux dir; set package
7206         name to lyx (not sure what the best solution is); generate noweb2lyx.
7207
7208         * lib/layouts/egs.layout: fix the bibliography layout.
7209
7210 1999-10-08  Jürgen Vigna <jug@sad.it>
7211
7212         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
7213         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
7214         it returned without continuing to search the path.
7215         
7216 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
7217
7218         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
7219         also fixes a bug. It is not allowed to do tricks with std::strings
7220         like: string a("hei"); &a[e]; this will not give what you
7221         think... Any reason for the complexity in this func?
7222
7223 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
7224
7225         * Updated README and INSTALL a bit, mostly to check that my
7226         CVS rights are correctly set up.
7227
7228 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
7229
7230         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
7231         does not allow '\0' chars but lyxstring and std::string does.
7232
7233 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
7234
7235         * autogen.sh (AUTOCONF): let the autogen script create the
7236         POTFILES.in file too. POTFILES.in should perhaps now not be
7237         included in the cvs module.
7238
7239         * some more files changed to use C++ includes instead of C ones.
7240
7241         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
7242         not assigned.
7243         (Reread): added tostr to nlink. buggy output otherwise.
7244         (Reread): added a string() around szMode when assigning to Buffer,
7245         without this I got a log of garbled info strings.
7246
7247         * acconfig.h: commented out the PTR_AS_INT macros. They should not
7248         be needed.
7249
7250         * I have added several ostream & operator<<(ostream &, some_type)
7251         functions. This has been done to avoid casting and warnings when
7252         outputting enums to lyxerr. This as thus eliminated a lot of
7253         explicit casts and has made the code clearer. Among the enums
7254         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
7255         mathed enums, some font enum the Debug::type enum. 
7256
7257         * src/support/lyxstring.h (clear): missing method. equivalent of
7258         erase(0, npos).
7259
7260         * all files that contained "stderr": rewrote constructs that used
7261         stderr to use lyxerr instead. (except bmtable)
7262
7263         * src/support/DebugStream.h (level): and the passed t with
7264         Debug::ANY to avoid spurious bits set.
7265
7266         * src/debug.h (Debug::type value): made it accept strings of the
7267         type INFO,INIT,KEY.
7268
7269         * configure.in (Check for programs): Added a check for kpsewhich,
7270         the latex generation will use this later to better the dicovery of
7271         all used files. 
7272
7273         * src/BufferView.C (create_view): we don't need to cast this to
7274         (void*) that is done automatically.
7275         (WorkAreaButtonPress): removed some dead code.
7276
7277 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7278
7279         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
7280         is not overwritten when translated (David Sua'rez de Lis).
7281
7282         * lib/CREDITS: Added David Sua'rez de Lis
7283
7284         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
7285
7286         * src/bufferparams.C (BufferParams): default input encoding is now
7287         "latin1" 
7288
7289         * acinclude.m4 (cross_compiling): comment out macro
7290         LYX_GXX_STRENGTH_REDUCE. 
7291
7292         * acconfig.h: make sure that const is not defined (to empty) when
7293         we are compiling C++. Remove commented out code using SIZEOF_xx
7294         macros.
7295         
7296         * configure.in : move the test for const and inline as late as
7297         possible so that these C tests do not interefere with C++ ones.
7298         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
7299         has not been proven. 
7300
7301 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7302
7303         * src/table.C (getDocBookAlign): remove bad default value for
7304         isColumn parameter.
7305
7306         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
7307         shortcut. 
7308         (ShowFileMenu2): ditto.
7309
7310         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
7311         of files to ignore.
7312
7313 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
7314
7315         * Most files: finished the change from the old error code to use
7316         DebugStream for all lyxerr debugging. Only minor changes remain
7317         (e.g. the setting of debug levels using strings instead of number) 
7318
7319 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
7320
7321         * src/layout.C (Add): Changed to use compare_no_case instead of
7322         strcasecmp.
7323
7324         * src/FontInfo.C: changed loop variable type too string::size_type.
7325
7326 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
7327
7328         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
7329         set ETAGS_ARGS to --c++ 
7330
7331 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
7332
7333         * src/table.C (DocBookEndOfCell): commented out two unused variables
7334
7335         * src/paragraph.C: commented out four unused variables. 
7336
7337         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
7338         insed a if clause with type string::size_type.
7339
7340         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
7341         string::size_type.
7342
7343         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
7344
7345         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
7346         variable, also changed loop to go from 0 to lenght + 1, instead of
7347         -1 to length. This should be correct.
7348
7349         * src/LaTeX.C (scanError): use string::size_type as loop variable
7350         type.
7351
7352         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
7353         (l.896) since y_tmp and row was not used anyway.
7354
7355         * src/insets/insetref.C (escape): use string::size_type as loop
7356         variable type.
7357
7358         * src/insets/insetquotes.C (Width): use string::size_type as loop
7359         variable type.
7360         (Draw): use string::size_type as loop variable type.
7361
7362         * src/insets/insetlatexaccent.C (checkContents): use
7363         string::size_type as loop variable type.
7364
7365         * src/insets/insetlabel.C (escape): use string::size_type as loop
7366         variable type.
7367
7368         * src/insets/insetinfo.C: added an extern for current_view.
7369
7370         * src/insets/insetcommand.C (scanCommand): use string::size_type
7371         as loop variable type.
7372
7373         * most files: removed the RCS tags. With them we had to recompile
7374         a lot of files after a simple cvs commit. Also we have never used
7375         them for anything meaningful. 
7376
7377         * most files: tags-query-replace NULL 0. As adviced several plases
7378         we now use "0" instead of "NULL" in our code. 
7379
7380         * src/support/filetools.C (SpaceLess): use string::size_type as
7381         loop variable type.
7382
7383 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
7384
7385         * src/paragraph.C: fixed up some more string stuff.
7386
7387 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
7388
7389         * src/support/filetools.h: make modestr a std::string.
7390
7391         * src/filetools.C (GetEnv): made ch really const.
7392
7393         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
7394         made code that used these use max/min from <algorithm> instead.
7395
7396         * changed several c library include files to their equivalent c++
7397         library include files. All is not changed yet.
7398
7399         * created a support subdir in src, put lyxstring and lstrings
7400         there + the extra files atexit, fileblock, strerror. Created
7401         Makefile.am. edited configure.in and src/Makefile.am to use this
7402         new subdir. More files moved to support.
7403
7404         * imported som of the functions from repository lyx, filetools
7405         
7406         * ran tags-query-replace on LString -> string, corrected the bogus
7407         cases. Tried to make use of lstrings.[hC], debugged a lot. There
7408         is still some errors in there. This is errors where too much or
7409         too litle get deleted from strings (string::erase, string::substr,
7410         string::replace), there can also be some off by one errors, or
7411         just plain wrong use of functions from lstrings. Viewing of quotes
7412         is wrong. 
7413
7414         * LyX is now running fairly well with string, but there are
7415         certainly some bugs yet (see above) also string is quite different
7416         from LString among others in that it does not allow null pointers
7417         passed in and will abort if it gets any.
7418         
7419         * Added the revtex4 files I forgot when setting up the repository.
7420
7421 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
7422
7423         * All over: Tried to clean everything up so that only the files
7424           that we really need are included in the cvs repository.
7425         * Switched to use automake.
7426         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
7427         * Install has not been checked.
7428
7429 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
7430
7431         * po/pt.po: Three errors:
7432                l.533 and l.538 format specification error
7433                l. 402 duplicate entry, I just deleted it.
7434