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