]> git.lyx.org Git - features.git/blob - ChangeLog
read changelog
[features.git] / ChangeLog
1 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
4         (bubble tip), this removes our special handling of this.
5
6         * Remove all code that is unused now that we have the new
7         workarea. (Code that are not active when NEW_WA is defined.)
8
9         * Make the uses of XSync not conditionalized on define USE_XSYNC.
10         
11 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12
13         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
14         nonexisting layout; correctly redirect obsoleted layouts.
15
16         * lib/lyxrc.example: document \view_dvi_paper_option
17
18         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
19         variable. 
20
21         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
22         (PreviewDVI): handle the view_dvi_paper_option variable.
23         [Both from Roland Krause]
24
25 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
26
27         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
28         char const *, int, LyXFont)
29         (text(int, int, string, LyXFont)): ditto 
30
31         * src/text.C (InsertCharInTable): attempt to fix the double-space
32         feature in tables too.
33         (BackspaceInTable): ditto.
34         (GetVisibleRow): make bottom pagebreak line be a onoff line.
35
36 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
37
38         * src/text2.C (owner): only complain if owner_ is set and bv != 0
39
40         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
41         newly found text in textcache to this.
42         (buffer): set the owner of the text put into the textcache to 0
43
44         * src/insets/figinset.C (draw): fixed the drawing of figures with
45         the new Painter.
46
47         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
48         drawing of mathframe, hfills, protected space, table lines. I have
49         now no outstanding drawing problems with the new Painter code. 
50
51 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
52
53         * src/PainterBase.C (ellipse, circle): do not specify the default
54         arguments. 
55
56         * src/LColor.h: add using directive.
57
58         * src/Painter.[Ch]: change return type of methods from Painter& to
59         PainterBase&. Add a using directive.
60
61         * src/WorkArea.C: wrap xforms callbacks in C functions
62         C_WorkArea_xxx. 
63
64         * lib/layouts/foils.layout: font fix and simplifications from Carl
65         Ollivier-Gooch.
66
67 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
68
69         * a lot of files: The Painter, LColor and WorkArea from the old
70         devel branch has been ported to lyx-devel. Some new files and a
71         lot of #ifdeffed code. The new workarea is enabled by default, but
72         if you want to test the new Painter and LColor you have to compile
73         with USE_PAINTER defined (do this in config.h f.ex.) There are
74         still some rought edges, and I'd like some help to clear those
75         out. It looks stable (loads and displays the Userguide very well).
76         
77
78 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * src/buffer.C (pop_tag): revert to the previous implementation
81         (use a global variable for both loops).
82
83         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
84
85         * src/lyxrc.C (LyXRC): change slightly default date format.
86
87         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
88         there is an English text with a footnote that starts with a Hebrew
89         paragraph, or vice versa.
90         (TeXFootnote): ditto.
91
92         * src/text.C (LeftMargin): allow for negative values for
93         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
94         this out.
95
96         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
97         for input encoding (cyrillic)
98
99 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
100
101         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
102         Tsur). 
103
104         * src/toolbar.C (set): ditto
105         * src/insets/insetbib.C (create_form_citation_form): ditto
106
107         * lib/CREDITS: added Dekel Tsur.
108
109         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
110         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
111         hebrew supports files from Dekel Tsur.
112         
113         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
114         <tzafrir@technion.ac.il> 
115
116         * src/lyxrc.C: put \date_insert_format at the right place.
117
118         * src/buffer.C (makeLaTeXFile): fix the handling of
119         BufferParams::sides when writing out latex files.
120
121         * src/BufferView2.C: add a "using" directive.
122
123         * src/support/lyxsum.C (sum): when we use lyxstring,
124         ostringstream::str needs an additional .c_str().
125
126 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
127
128         * src/support/filetools.C (ChangeExtension): patch from Etienne
129         applied.
130
131         * src/TextCache.C (show): remove const_cast and make second
132         parameter non-const LyXText *.
133
134         * src/TextCache.h: use non const LyXText in show.
135
136         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
137         with hebrew.
138
139 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
140
141         * src/support/lyxsum.C: rework to be more flexible.
142         
143         * several places: don't check if a pointer is 0 if you are going
144         to delete it.
145
146         * src/text.C: remove some dead code.
147
148         * src/insets/figinset.C: remove some dead code
149         
150         * src/buffer.C: move the BufferView funcs to BufferView2.C
151         remove all support for insetlatexdel
152         remove support for oldpapersize stuff
153         made some member funcs const
154
155         * src/kbmap.C: use a std::list to store the bindings in.
156         
157         * src/BufferView2.C: new file
158
159         * src/kbsequence.[Ch]: new files
160         
161         * src/LyXAction.C + others: remove all trace of buffer-previous
162         
163         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
164         only have one copy in the binary of this table.
165         
166         * hebrew patch: moved some functions from LyXText to more
167         appropriate places. (LyXParagraph, BufferParams, LyXFont)
168         
169         * several files: remove support for XForms older than 0.88
170         whitespace changes.
171         remove some #if 0 #endif code
172         
173         * src/TextCache.[Ch]: new file. Holds the textcache.
174
175         * src/BufferView.C: changes to use the new TextCache interface.
176         (waitForX): remove the now unused code.
177         
178         * src/BackStack.h: remove some commented code
179
180         * lib/bind/emacs.bind: remove binding for buffer-previous
181
182 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
183
184         * applied the hebrew patch.
185
186         * src/lyxrow.h: make sure that all Row variables are initialized.
187
188         * src/text2.C (TextHandleUndo): comment out a delete, this might
189         introduce a memory leak, but should also help us to not try to
190         read freed memory. We need to look at this one.
191
192         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
193         (LyXParagraph): initalize footnotekind.
194
195         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
196         forgot this when applying the patch. Please heed the warnings.
197
198         * src/BufferView.C (buffer): a fix for the buffer-reload problem
199         (aka. reformat problem)
200
201         * src/bufferlist.C (exists): made const, and use const_iterator
202         (isLoaded): new func.
203         (release): use std::find to find the correct buffer.
204
205         * src/bufferlist.h: made getState a const func.
206         made empty a const func.
207         made exists a const func.
208         new func: isLoaded
209
210 2000-02-01  Juergen Vigna  <jug@sad.it>
211
212         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
213
214         * po/it.po: updated a bit the italian po file and also changed the
215         'file nuovo' for newfile to 'filenuovo' without a space, this did
216         annoy me a lot :)
217         
218         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
219         for the new insert_date command.
220
221         * src/lyxfunc.C (Dispatch): added support for a insert_date function
222         from jdblair, to insert a date into the current text conforming to
223         a strftime format (for now only considering the locale-set and not
224         the document-language).
225
226 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
227
228         * src/lyxfont.C (textWidth): hopefully better fix for the Array
229         Bounds Read error seen by purify. The problem was that islower is
230         a macros which takes an unsigned char and uses it as an index for
231         in array of characters properties (and is thus subject to the
232         above error).
233         (drawText): ditto.
234
235         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
236         correctly the paper sides radio buttons.
237         (UpdateDocumentButtons): ditto.
238
239 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
240
241         * src/kbmap.C (getsym + others): change to return unsigned int,
242         returning a long can give problems on 64 bit systems. (I assume
243         that int is 32bit on 64bit systems)
244
245 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
246
247         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
248         LyXLookupString to be zero-terminated. Really fixes problems seen
249         by purify, I think.
250
251 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
252
253         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
254         write a (char*)0 to the lyxerr stream.
255
256         * src/lastfiles.C: move algorithm before the using statemets.
257
258 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
259
260         * src/lastfiles.C: move using directives in global scope (egcs 1.x
261         complains otherwise).
262         * src/table.C: ditto
263
264         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
265         directory. 
266
267         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
268         that I removed earlier... It is really needed.
269
270         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
271
272 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
273
274         * INSTALL: update xforms home page URL.
275
276         * lib/configure.m4: fix a bug with unreadable layout files.
277
278         * src/table.C (calculate_width_of_column): add "using std::max"
279         directive. 
280
281 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
282
283         * several files: marked several lines with "DEL LINE", this is
284         lines that can be deleted without changing anything.
285         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
286                                    checks this anyway */
287                 delete <ptr>
288
289         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
290
291         * src/DepTable.C (update): add a "+" at the end when the checksum
292         is different. (debugging string only)
293
294         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
295         the next inset to not be displayed. This should also fix the list
296         of labels in the "Insert Crossreference" dialog.
297
298 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
299
300         * src/support/LSubstring.C (LSubstring): set pos to string::npos
301         when regex was not found.
302
303         * src/support/lstrings.C (lowercase): use handcoded transform always.
304         (uppercase): ditto
305
306         * src/text.C (Delete): fixed the crash. cursor.par->prev and
307         old_cursor.par->prev could be 0.
308
309         * several files: changed post inc/dec to pre inc/dec
310         
311         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
312         write the lastfiles to file.
313
314         * src/BufferView.C (buffer): only show TextCache info when debugging
315         (buffer): ditto
316         (resizeCurrentBuffer): ditto
317         (workAreaExpose): ditto
318
319         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
320
321         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
322
323         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
324         a bit better by removing the special case for \i and \j.
325
326 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
327
328         * src/lyx_main.C (easyParse): remove test for bad comand line
329         options, since this broke all xforms-related parsing.
330
331         * src/kbmap.C (getsym): set return type to unsigned long, as
332         declared in header. On an alpha, long is _not_ the same as int.
333
334         * src/support/LOstream.h: add a "using std::flush;"
335
336         * src/insets/figinset.C: ditto.
337
338 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
339
340         * src/bufferlist.C (write): use blinding fast file copy instead of
341         "a char at a time", now we are doing it the C++ way.
342
343         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
344         std::list<int> instead.
345         (addpidwait): reflect move to std::list<int>
346         (sigchldchecker): ditto
347
348         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
349         version also. 
350
351         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
352         that obviously was wrong...
353
354         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
355         c, this avoids warnings with purify and islower.
356
357         * src/insets/figinset.C: rename struct queue to struct
358         queue_element and rewrite to use a std::queue. gsqueue is now a
359         std::queue<queue_element>
360         (runqueue): reflect move to std::queue
361         (addwait): ditto
362
363         * src/support/lstrings.h (tostr): specialize for bool, otherwise
364         we would get "1" "0" instead of "true" "false. Also make the tostr
365         functions inline.
366
367 2000-01-21  Juergen Vigna  <jug@sad.it>
368
369         * src/buffer.C (writeFileAscii): Disabled code for special groff
370         handling of tabulars till I fix this in table.C
371
372 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
373
374         * src/support/mkdir.C (mkdir): change second argument of mkdir to
375         unsigned long int.
376         * src/support/lyxlib.h: ditto.
377
378 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
379
380         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
381         and 'j' look better. This might fix the "macron" bug that has been
382         observed.
383
384         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
385         functions as one template function. Delete the old versions.
386
387         * src/support/lyxsum.C: move using std::ifstream inside
388         MODERN_STL_STREAMS
389
390         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
391         and putenv.C
392
393         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
394
395         * src/mathed/formula.C: delete #include "bufferlist.h" never used
396
397         * src/insets/figinset.C (InitFigures): use new instead of malloc
398         to allocate memory for figures and bitmaps.
399         (DoneFigures): use delete[] instead of free to deallocate memory
400         for figures and bitmaps.
401         (runqueue): use new to allocate 
402         (getfigdata): use new/delete[] instead of malloc/free
403         (RegisterFigure): ditto
404
405         * some files: moved some declarations closer to first use, small
406         whitespace changes use preincrement instead of postincrement where
407         it does not make a difference.
408         
409         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
410         step on the way to use stl::containers for key maps. 
411
412         * src/bufferlist.h: add a typedef for const_iterator and const
413         versions of begin and end.
414
415         * src/bufferlist.[Ch]: change name of member variable _state to
416         state_. (avoid reserved names)
417         (makePup): removed
418         (getFileNames): returns the filenames of the buffers in a vector.
419
420         * configure.in (ALL_LINGUAS): added ro
421
422         * src/support/putenv.C: new file
423
424         * src/support/mkdir.C: new file
425
426 2000-01-20  Allan Rae <rae@lyx.org>
427
428         * lib/layouts/IEEEtran.layout: Added several theorem environments
429
430         * lib/templates/IEEEtran.lyx: Example theorem environments and a
431         couple of minor additions.
432
433         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
434         (except for those in footnotes of course)
435
436 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
437
438         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
439
440         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
441         std::sort and std::lower_bound instead of qsort and handwritten
442         binarysearch.
443         (struct compara): struct that holds the functors used by std::sort
444         and std::lower_bound in MathedLookupBOP.
445
446 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
447
448         * src/support/LAssert.h: do not do partial specialization. We do
449         not really need it.
450
451         * src/support/lyxlib.h: note that lyx::getUserName() and
452         lyx::date() are not in use right now. Should these be suppressed?
453
454         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
455         (makeLinuxDocFile): do not put date and user name in linuxdoc
456         headers. 
457
458         * src/support/lyxlib.h (kill): change first argument to long int,
459         since that's what solaris uses.
460
461         * src/support/kill.C (kill): fix declaration to match prototype.
462
463         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
464         actually check whether namespaces are supported. This is not what
465         it used to do.
466
467         * src/support/lyxsum.C: add a using directive.
468
469 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
470
471         * src/support/kill.C: if we have namespace support we don't have
472         to include lyxlib.h.
473
474         * src/support/lyxlib.h: use namespace lyx if supported.
475
476 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
477
478         * src/support/date.C: new file
479
480         * src/support/chdir.C: new file
481
482         * src/support/getUserName.C: new file
483
484         * src/support/getcwd.C: new file
485
486         * src/support/abort.C: new file
487
488         * src/support/kill.C: new file
489
490         * src/support/lyxlib.h: moved all the functions in this file
491         insede struct lyx. Added also kill and abort to this struct. This
492         is a way to avoid the "kill is not defined in <csignal>", we make
493         C++ wrappers for functions that are not ANSI C or ANSI C++.
494
495         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
496         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
497         lyx it has been renamed to sum.
498
499 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
500
501         * src/text.C: add using directives for std::min and std::max.
502
503 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
504
505         * src/texrow.C (getIdFromRow): actually return something useful in
506         id and pos. Hopefully fixes the bug with positionning of errorbox
507         insets. 
508
509         * src/lyx_main.C (easyParse): output an error and exit if an
510         incorrect command line option has been given.
511
512         * src/spellchecker.C (ispell_check_word): document a memory leak.
513
514         * src/bufferlist.C (write): fix mismatched allocation/deletion,
515         where a "struct utimbuf" is allocated with "new" and deleted with
516         "delete[]". 
517
518 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
519
520         * src/text2.C (CutSelection): don't delete double spaces.
521         (PasteSelection): ditto
522         (CopySelection): ditto
523         
524         * src/text.C (Backspace): don't delete double spaces.
525
526         * src/lyxlex.C (next): fix a bug that were only present with
527         conformant std::istream::get to read comment lines, use
528         std::istream::getline instead. This seems to fix the problem.
529
530 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
531
532         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
533         allowed to insert space before space" editing problem. Please read
534         commends at the beginning of the function. Comments about usage
535         are very welcome.
536
537         * src/text.C (InsertChar): fix for the "not allowed to insert
538         space before space" editing problem.
539
540         * src/text2.C (DeleteEmptyParagraphMechanism): when
541         IsEmptyTableRow can only return false this last "else if" will
542         always be a no-op. Commented out.
543
544         * src/text.C (RedoParagraph): As far as I can understand tmp
545         cursor is not really needed.
546
547         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
548         present it could only return false anyway. 
549         (several functions): Did something not so smart...added a const
550         specifier on a lot of methods.
551         
552         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
553         and add a tmp->text.resize. The LyXParagraph constructor does the
554         resize for us.
555         (BreakParagraphConservative): ditto
556
557         * src/support/path.h (Path): add a define so that the wrong usage
558         "Path("/tmp") will be flagged as a compilation error:
559         "`unnamed_Path' undeclared (first use this function)"
560
561 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
562
563         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
564         which was bogus for several reasons.
565
566         * src/LaTeX.C (scanAux): fix the regular expression used to scan
567         .aux files. 
568         (runBibTeX): ditto.
569
570         * autogen.sh: do not use "type -path" (what's that anyway?).
571
572         * src/support/filetools.C (findtexfile): remove extraneous space
573         which caused a kpsewhich warning (at least with kpathsea version
574         3.0). 
575
576 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
577
578         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
579
580         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
581
582         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
583
584 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
585
586         * src/paragraph.C (BreakParagraph): do not reserve space on text
587         if we don't need to (otherwise, if pos_end < pos, we end up
588         reserving huge amounts of memory due to bad unsigned karma).
589         (BreakParagraphConservative): ditto, although I have not seen
590         evidence the bug can happen here.
591
592         * src/lyxparagraph.h: add a using std::list.
593
594 2000-01-11  Juergen Vigna  <jug@sad.it>
595
596         * src/menus.C (MenuDocu): output an Alert if the documentation-file
597         could not be found.
598
599 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
600
601         * src/vc-backend.C (doVCCommand): change to be static and take one
602         more parameter: the path to chdir too be fore executing the command.
603         (retrive): new function equiv to "co -r"
604
605         * src/bufferlist.C (loadLyXFile): implement the missing parts if
606         file_not_found_hook is true.
607
608         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
609
610         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
611         if a file is readwrite,readonly...anything else.
612
613 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
614
615         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
616         (CreatePostscript): name change from MenuRunDVIPS (or something)
617         (PreviewPostscript): name change from MenuPreviewPS
618         (PreviewDVI): name change from MenuPreviewDVI
619
620         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
621         \view_pdf_command., \pdf_to_ps_command
622
623         * lib/configure.m4: added search for PDF viewer, and search for
624         PDF to PS converter. 
625         (lyxrc.defaults output): add \pdflatex_command,
626         \view_pdf_command and \pdf_to_ps_command.
627
628         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
629
630         * src/bufferlist.C (write): we don't use blocksize for anything so
631         I removed it.
632
633 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
634
635         * src/support/block.h: disable operator T* (), since it causes
636         problems with both compilers I tried. See comments in the file.
637
638         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
639         --with-lyxname. 
640
641         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
642         variable LYX_DIR_10x to LYX_DIR_11x.
643
644         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
645
646         * INSTALL: document --with-lyxname.
647         * NEWS: ditto.
648
649         * configure.in: new configure flag --with-lyxname which allows to
650         choose the name under which lyx is installed. Default is "lyx", of
651         course. It used to be possible to do this with --program-suffix,
652         but the later has in fact a different meaning for autoconf.
653
654         * src/support/lstrings.h (lstrchr): reformat a bit.
655
656         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
657         * src/mathed/math_defs.h: ditto.
658
659 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
660
661         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
662         true, decides if we create a backup file or not when saving. New
663         tag and variable \pdf_mode, defaults to false. New tag and
664         variable \pdflatex_command, defaults to pdflatex. New tag and
665         variable \view_pdf_command, defaults to xpdf. New tag and variable
666         \pdf_to_ps_command, defaults to pdf2ps.
667
668 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
669
670         * src/bufferlist.C (close): don't call insetUnlock if the buffer
671         does not have a BufferView.
672         (unlockInset): ditto + don't access the_locking_inset if the
673         buffer does not have a BufferView.
674
675         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
676         certain circumstances so that we don't continue a keyboard
677         operation long after the key was released. Try f.ex. to load a
678         large document, press PageDown for some seconds and then release
679         it. Before this change the document would contine to scroll for
680         some time, with this change it stops imidiatly.
681
682         * src/support/block.h: don't allocate more space than needed. As
683         long as we don't try to write to the arr[x] in a array_type arr[x]
684         it is perfectly ok. (if you write to it you might segfault).
685         added operator value_type*() so that is possible to pass the array
686         to functions expecting a C-pointer.
687
688         * lib/Makefile.am (dist-hook): don't fail completely if unable to
689         cvs.
690
691         * intl/*: updated to gettext 0.10.35, tried to add our own
692         required modifications. Please verify.
693
694         * po/*: updated to gettext 0.10.35, tried to add our own required
695         modifications. Please verify.
696         
697         * src/support/lstrings.C (tostr): go at fixing the problem with
698         cxx and stringstream. When stringstream is used return
699         oss.str().c_str() so that problems with lyxstring and basic_string
700         are avoided. Note that the best solution would be for cxx to use
701         basic_string all the way, but it is not conformant yet. (it seems)
702
703         * src/lyx_cb.C + other files: moved several global functions to
704         class BufferView, some have been moved to BufferView.[Ch] others
705         are still located in lyx_cb.C. Code changes because of this. (part
706         of "get rid of current_view project".)
707
708         * src/buffer.C + other files: moved several Buffer functions to
709         class BufferView, the functions are still present in buffer.C.
710         Code changes because of this.
711
712         * config/lcmessage.m4: updated to most recent. used when creating
713         acinclude.m4.
714
715         * config/progtest.m4: updated to most recent. used when creating
716         acinclude.m4.
717         
718         * config/gettext.m4: updated to most recent. applied patch for
719         tmplinguas.
720
721         * config/gettext.m4.patch: new file that shows what changes we
722         have done to the local copy of gettext.m4.
723
724         * config/libtool.m4: new file, used in creation of acinclude.m4
725
726         * config/lyxinclude.m4: new file, this is the lyx created m4
727         macros, used in making acinclude.m4.
728         
729         * autogen.sh: GNU m4 discovered as a separate task not as part of
730         the lib/configure creation. 
731         Generate acinlucde from files in config. Actually cat
732         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
733         easier to upgrade .m4 files that really are external.
734
735         * src/Spacing.h: moved using std::istringstream to right after
736         <sstream>. This should fix the problem seen with some compilers.
737
738 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
739
740         * src/lyx_cb.C: began some work to remove the dependency a lot of
741         functions have on BufferView::text, even if not really needed.
742         (GetCurrentTextClass): removed this func, it only hid the
743         current_view. 
744
745         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
746         forgot this in last commit.
747
748         * src/Bullet.C (bulletEntry): use static char const *[] for the
749         tables, becuase of this the return arg had to change to string.
750         (bulletSize): ditto
751         (~Bullet): removed unneeded destructor
752
753         * src/BufferView.C (beforeChange): moved from lyx_cb.C
754         (insetSleep): moved from Buffer
755         (insetWakeup): moved from Buffer
756         (insetUnlock): moved from Buffer
757
758         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
759         from Buffer to BufferView.
760         
761         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
762
763         * config/ltmain.sh: updated to version 1.3.4 of libtool
764
765         * config/ltconfig: updated to version 1.3.4 of libtool
766
767 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
768
769
770         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
771         Did I get that right?
772
773         * src/lyxlex.h: add a "using" directive or two.
774         * src/Spacing.h: ditto.
775         * src/insets/figinset.C: ditto.
776         * src/support/filetools.C: ditto.
777         * src/support/lstrings.C: ditto.
778         * src/BufferView.C: ditto.
779         * src/bufferlist.C: ditto.
780         * src/lyx_cb.C: ditto.
781         * src/lyxlex.C: ditto.
782
783         * NEWS: add some changes for 1.1.4.
784         
785 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
786
787         * src/BufferView.C: first go at a TextCache to speed up switching
788         between documents.
789
790 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
791
792         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
793         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
794         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
795         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
796         Meinen.
797         
798         * src/mathed/math_defs.h (MathedRowSt): make sure that all
799         members of the struct are correctly initialized to 0 (detected by
800         purify) 
801         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
802         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
803
804         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
805         pidwait, since it was allocated with "new". This was potentially
806         very bad. Thanks to Michael Schmitt for running purify for us.
807
808
809 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
810
811         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
812
813         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
814
815 1999-12-30  Allan Rae  <rae@lyx.org>
816
817         * lib/templates/IEEEtran.lyx: minor change
818
819         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
820         src/mathed/formula.C (LocalDispatch): askForText changes
821
822         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
823         know when a user has cancelled input. Fixes annoying problems with
824         inserting labels and version control.
825
826 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
827
828         * src/support/lstrings.C (tostr): rewritten to use strstream and
829         stringstream
830
831 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
832
833         * src/support/filetools.C (IsFileWriteable): use fstream to check
834         (IsDirWriteable): use fileinfo to check
835
836         * src/support/filetools.h (FilePtr): whole class deleted
837
838         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
839
840         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
841
842         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
843
844         * src/bufferlist.C (write): use ifstream and ofstream instead of
845         FILE*
846
847         * src/Spacing.h: use istrstream instead of sscanf
848
849         * src/mathed/math_defs.h: change first arg to istream from FILE*
850
851         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
852
853         * src/mathed/math_parser.C: have yyis to be an istream 
854         (LexGetArg): use istream (yyis)
855         (yylex): ditto
856         (mathed_parse): ditto
857         (mathed_parser_file): first arg istream instead of FILE*, set yyis
858
859         * src/mathed/formula.C (Read): rewritten to use istream
860
861         * src/mathed/formulamacro.C (Read): rewritten to use istream
862
863         * src/lyxlex.h (~LyXLex): deleted desturctor 
864         (getStream): new function, returns an istream
865         (getFile): deleted funtion
866         (IsOK): return is.good();
867
868         * src/lyxlex.C (LyXLex): delete file and owns_file
869         (setFile): open an filebuf and assign that to a istream instead of
870         using FILE*
871         (setStream): new function, takes an istream as arg. 
872         (setFile): deleted function
873         (EatLine): rewritten us use istream instead of FILE*
874         (next): ditto
875         (nextToken): ditto
876
877         * src/table.C (LyXTable): use istream instead of FILE*
878         (Read): rewritten to take an istream instead of FILE*
879
880 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
881
882         * src/buffer.C (Dispatch): remove an extraneous break statement.
883
884         * src/support/filetools.C (QuoteName): change to do simple
885         'quoting'. More work is necessary. Also changed to do nothing
886         under emx (needs fix too).
887         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
888
889         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
890         config.h.in to the AC_DEFINE_UNQUOTED() call.
891         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
892         needs char * as argument (because Solaris 7 declares it like
893         that). 
894
895         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
896         remove definition of BZERO.
897
898 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
899
900         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
901         defined, "lyxregex.h" if not.
902
903         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
904         pkglib_ to noinst_
905         (REGEX): new variable that is set to regex.c lyxregex.h when
906         AM_CONDITIONAL USE_REGEX is set.
907         (libsupport_la_SOURCES): add $(REGEX)
908
909         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
910         pkglib_ to noinst_
911
912         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
913         pkglib_ to noinst_
914
915         * configure.in: add call to LYX_REGEX 
916
917         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
918         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
919
920 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
921
922         * lib/bind/fi_menus.bind: new file, from
923         pauli.virtanen@saunalahti.fi. 
924
925         * src/buffer.C (getBibkeyList): pass the parameter delim to
926         InsetInclude::getKeys and InsetBibtex::getKeys.
927
928         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
929         is passed to Buffer::getBibkeyList
930         
931         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
932         instead of the hardcoded comma.
933
934         * src/insets/insetbib.C (getKeys): make sure that there are not
935         leading blanks in bibtex keys. Normal latex does not care, but
936         harvard.sty seems to dislike blanks at the beginning of citation
937         keys. In particular, the retturn value of the function is
938
939         * INSTALL: make it clear that libstdc++ is needed and that gcc
940         2.7.x probably does not work.
941
942         * src/support/filetools.C (findtexfile): make debug message go to
943         the LATEX channel
944         * src/insets/insetbib.C (getKeys): ditto
945
946         * src/debug.C (showTags): make sure that the output is correctly
947         aligned. 
948
949         * configure.in: add a comment for TWO_COLOR_ICON define.
950
951         * acconfig.h: remove all the entries that already defined in
952         configure.in or acinclude.m4.
953
954         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
955         to avoid user name, date and copyright.
956
957 1999-12-21  Juergen Vigna  <jug@sad.it>
958
959         * src/table.C (Read): Now read bogus row format informations
960                 if the format is < 5 so that afterwards the table can
961                 be read by lyx but without any format-info. Fixed the
962                 crash we experienced when not doing this.
963
964 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
965
966         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
967         (RedoDrawingOfParagraph): ditto
968         (RedoParagraphs): ditto
969         (RemoveTableRow): ditto
970
971         * src/text.C (Fill): rename arg paperwidth -> paper_width
972
973         * src/buffer.C (insertLyXFile): rename var filename -> fname
974         (writeFile): rename arg filename -> fname
975         (writeFileAscii): ditto
976         (makeLaTeXFile): ditto
977         (makeLinuxDocFile): ditto
978         (makeDocBookFile): ditto
979
980         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
981         (runBibTeX): ditto
982
983         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
984
985         * src/bmtable.h: add extern "C" on this file when __cplusplus is
986         defined.
987
988         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
989         compiled by a C compiler not C++. 
990
991         * src/layout.h (LyXTextClass): added typedef for const_iterator
992         (LyXTextClassList): added typedef for const_iterator + member
993         functions begin and end.
994
995         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
996         iterators to fill the choice_class.
997         (updateLayoutChoice): rewritten to use iterators to fill the
998         layoutlist in the toolbar.
999
1000         * src/BufferView.h (BufferView::work_area_width): removed unused
1001         variable. 
1002
1003         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
1004
1005         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
1006         (sgmlCloseTag): ditto
1007
1008         * src/support/lstrings.h: return type of countChar changed to
1009         unsigned char.
1010
1011         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
1012         what version of this func to use. Also made to return unsigned int.
1013
1014         * configure.in: call LYX_STD_COUNT 
1015
1016         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
1017         conforming std::count. 
1018
1019 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1020
1021         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
1022         and a subscript would give bad display (patch from Dekel Tsur
1023         <dekel@math.tau.ac.il>). 
1024
1025         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
1026
1027         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
1028         please sun CC.
1029
1030         * src/chset.h: add a few 'using' directives
1031
1032         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
1033         triggered when no buffer is active
1034
1035         * src/layout.C: removed `break' after `return' in switch(), since
1036         it is unreachable.
1037
1038         * src/lyx_main.C (init): make sure LyX can be ran in place even
1039         when libtool has done its magic with shared libraries. Fix the
1040         test for the case when the system directory has not been found.
1041
1042         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
1043         name for the latex file.
1044         (MenuMakeHTML): ditto
1045
1046         * src/buffer.h: add an optional boolean argument, which is passed
1047         to ChangeExtension.
1048
1049 1999-12-20  Allan Rae  <rae@lyx.org>
1050
1051         * lib/templates/IEEEtran.lyx: small correction and update.
1052
1053         * configure.in: Attempted to use LYX_PATH_HEADER
1054
1055         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
1056
1057         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
1058         input from JMarc.  Now use preprocessor to find the header.
1059         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
1060         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
1061         LYX_STL_STRING_FWD.  See comments in file.      
1062
1063 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
1064
1065         * The global MiniBuffer * minibuffer variable is dead.
1066         
1067         * The global FD_form_main * fd_form_main variable is dead.
1068
1069 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1070
1071         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
1072
1073         * src/table.h: add the LOstream.h header
1074         * src/debug.h: ditto
1075         
1076         * src/LyXAction.h: change the explaination of the ReadOnly
1077         attribute: is indicates that the function _can_ be used.
1078
1079         * src/LyXAction.C (init): find-replace _can_ be used in read-only
1080         mode. 
1081
1082 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1083
1084         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
1085         unsigned. 
1086         (descent): ditto
1087         (lbearing): ditto
1088         (rbearing): ditto
1089
1090         * src/paragraph.C (GetWord): assert on pos>=0
1091         (GetChar): ditto
1092         
1093         * src/support/lyxstring.C: condition the use of an invariant on
1094         ENABLE_ASSERTIONS 
1095         * src/support/lyxstring.h: ditto
1096
1097         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
1098         Use LAssert.h instead of plain assert().
1099
1100         * src/support/lstrings.h: add LAssert.h, in case it is needed.
1101
1102         * src/lyxfunc.C: do not include LAssert.h, it is not used.
1103         * src/support/filetools.C: ditto
1104
1105         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
1106         is not defined. 
1107
1108         * INSTALL: document the new configure flags
1109         
1110         * configure.in: suppress --with-debug; add --enable-assertions
1111
1112         * acinclude.m4: various changes in alignment of help strings.
1113
1114 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1115
1116         * src/kbmap.C: commented out the use of the hash map in kb_map,
1117         beginning of movement to a stl::container. 
1118
1119         * several files: removed code that was not in effect when
1120         MOVE_TEXT was defined.
1121         
1122         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
1123         for escaping should not be used. We can discuss if the string
1124         should be enclosed in f.ex. [] instead of "".
1125
1126         * src/trans_mgr.C (insert): use the new returned value from
1127         encodeString to get deadkeys and keymaps done correctly.
1128
1129         * src/chset.C (encodeString): changed to return a pair, to tell
1130         what to use if we know the string.
1131
1132         * src/lyxscreen.h (fillArc): new function.
1133
1134         * src/FontInfo.C (resize): rewritten to use more std::string like
1135         structore, especially string::replace.
1136
1137         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
1138         approp. accents.
1139
1140         * configure.in (chmod +x some scripts): remove config/gcc-hack 
1141
1142 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1143
1144         * src/buffer.C (writeFile): change once again the top comment in a
1145         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
1146         instead of an hardcoded version number.
1147         (makeDocBookFile): ditto
1148
1149         * src/version.h: add new define LYX_DOCVERSION
1150
1151         * po/de.po: update from Pit Sütterlin
1152         * lib/bind/de_menus.bind: ditto.
1153         
1154         * src/lyxfunc.C (Dispatch): call MenuExport()
1155         * src/buffer.C (Dispatch): ditto
1156
1157         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
1158         LyXFunc::Dispatch().
1159         (MenuExport): new function, moved from
1160         LyXFunc::Dispatch().
1161
1162         * src/trans_mgr.C (insert): small cleanup
1163         * src/chset.C (loadFile): ditto
1164
1165         * lib/kbd/iso8859-1.cdef: add missing backslashes
1166
1167 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1168
1169         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
1170         help with placing the manually drawn accents better.
1171         (Rbearing): ditto
1172         (Draw): x2 and hg changed to float to minimize rounding errors and
1173         help place the accents better.
1174
1175         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
1176         unsigned short to char is just wrong...cast the char to unsigned
1177         char instead so that the two values can compare sanely. This
1178         should also make the display of insetlatexaccents better and
1179         perhaps also some other insets.
1180         (descent): ditto
1181         (lbearing): new function
1182         (rbearing): ditto
1183
1184 1999-12-15  Allan Rae  <rae@lyx.org>
1185
1186         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
1187         header that provides a wrapper around the very annoying SGI STL header
1188         of the same name.
1189
1190         * src/support/lyxstring.C, src/LString.h:
1191         removed old SGI-STL-compatability attempts.
1192
1193         * configure.in: Use LYX_STL_STRING_FWD.
1194
1195         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
1196         stl_string_fwd.h is around and try to determine it's location.
1197         Major improvement over previous SGI STL 3.2 compatability.
1198         Three small problems remain with this function due to my zero
1199         knowledge of autoconf.  JMarc and lgb see the comments in the code.
1200
1201 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1202
1203         * src/broken_const.h, config/hack-gcc, config/README: removed
1204         
1205         * configure.in: remove --with-gcc-hack option; do not call
1206         LYX_CXX_STL_STACK 
1207
1208         * INSTALL: remove documentation of --with-broken-const and
1209         --with-gcc-hack
1210         
1211         * acconfig.h: remove all trace of BROKEN_CONST define
1212
1213         * src/buffer.C (makeDocBookFile): update version number in output
1214         file. 
1215         (SimpleDocBookOnePar): fix an assert when trying to a character
1216         access beyond string length
1217         [Patch from Jose']
1218
1219 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1220
1221         * po/de.po: fix the Export menu
1222
1223         * lyx.man: update the description of -dbg
1224
1225         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
1226         (commandLineHelp): updated
1227         (easyParse): show list of available debug levels if -dbg is passed
1228         without argument.
1229
1230         * src/Makefile.am: add debug.C
1231
1232         * src/debug.h: moved some code to debug.C
1233
1234         * src/debug.C: new file. Contains code to set and show debug
1235         level. 
1236
1237         * src/layout.C: remove 'break' after 'continue' in switch
1238         statements, since these cannot be reached.
1239
1240 1999-12-13  Allan Rae  <rae@lyx.org>
1241
1242         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
1243         (in_word_set): hash() -> math_hash()
1244
1245         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
1246
1247         * acconfig.h: Added a test for whether we are using exceptions in the
1248         current compilation run. If so USING_EXCEPTIONS is defined.
1249
1250         * config.in: Check for existance of stl_string_fwd.h
1251         * src/LString.h: If compiling --with-included-string and SGI's
1252         STL version 3.2 is present (see above test) we need to block their
1253         forward declaration of string and supply a __get_c_string().
1254         However, it turns out this is only necessary if compiling with
1255         exceptions enabled so I've a bit more to add yet.
1256
1257         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
1258           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
1259           src/support/LRegex.h, src/undo.h:
1260         Shuffle the order of the included files a little to ensure that
1261         LString.h gets included before anything that includes stl_string_fwd.h
1262
1263         *  src/support/lyxstring.C: We need to #include LString.h instead of
1264         lyxstring.h to get the necessary definition of __get_c_string.
1265         (__get_c_string): New function.  This is defined static just like SGI's
1266         although why they need to do this I'm not sure.  Perhaps it should be
1267         in lstrings.C instead.
1268
1269         * lib/templates/IEEEtran.lyx:  New template file.
1270
1271 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1272         
1273         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
1274         * intl/Makefile.in (MKINSTALLDIRS):  ditto
1275
1276         * src/LyXAction.C (init): changed to hold the LFUN data in a
1277         automatic array in stead of in callso to newFunc, this speeds up
1278         compilation a lot. Also all the memory used by the array is
1279         returned when the init is completed.
1280
1281         * a lot of files: compiled with -Wold-style-cast, changed most of
1282         the reported offenders to C++ style casts. Did not change the
1283         offenders in C files. 
1284
1285         * src/trans.h (Match): change argument type to unsigned int.
1286
1287         * src/support/DebugStream.C: fix some types on the streambufs so
1288         that it works on a conforming implementation.
1289
1290 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1291
1292         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
1293
1294         * src/support/lyxstring.C: remove the inline added earlier since
1295         they cause a bunch of unsatisfied symbols when linking with dec
1296         cxx. Cxx likes to have the body of inlines at the place where they
1297         are declared.
1298
1299         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
1300         accessing negative bounds in array. This fixes the crash when
1301         inserting accented characters.
1302         * src/trans.h (Match): ditto
1303
1304         * src/buffer.C (Dispatch): since this is a void, it should not try
1305         to return anything...
1306
1307 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1308
1309         * src/buffer.h: removed the two friends from Buffer. Some changes
1310         because of this. Buffer::getFileName and Buffer::setFileName
1311         renamed to Buffer::fileName() and Buffer::fileName(...).
1312
1313 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
1314
1315         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
1316         and Buffer::update(short) to BufferView. This move is currently
1317         controlled by a define MOVE_TEXT, this will be removed when all
1318         shows to be ok. This move paves the way for better separation
1319         between buffer contents and buffer view. One side effect is that
1320         the BufferView needs a rebreak when swiching buffers, if we want
1321         to avoid this we can add a cache that holds pointers to LyXText's
1322         that is not currently in use. 
1323
1324         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
1325         André Pönitz. 
1326
1327 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1328
1329         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
1330
1331         * lyx_main.C: new command line option -x (or --execute) and
1332           -e (or --export). Now direct conversion from .lyx to .tex
1333           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
1334           Unfortunately, X is still needed and the GUI pops up during the
1335           process...
1336
1337 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1338
1339         * src/Spacing.C: add a using directive to bring stream stuff into
1340         normal namespace.
1341         * src/paragraph.C: ditto
1342         * src/buffer.C: ditto
1343
1344         * NEWS: updated a bit the new features of 1.1.3 (took a few things
1345         from Lars' announcement).
1346
1347         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
1348         example files from Tino Meinen.
1349         
1350 1999-12-06  Allan Rae  <rae@lyx.org>
1351
1352         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
1353
1354 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1355
1356         * src/support/lyxstring.C: added a lot of inline for no good
1357         reason
1358         
1359         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
1360         latexWriteEndChanges, they were not used.
1361         
1362         * src/layout.h (operator<<): output operator for PageSides
1363
1364         * src/mathed/math_iter.C (my_memcpy): slightly changed.
1365
1366         * some example files: loaded in LyX 1.0.4 and saved again to update
1367         certain constructs (table format) 
1368
1369         * a lot of files: did the change to use fstream/iostream for all
1370         writing of files. Done with a close look at Andre Poenitz's patch.
1371
1372         * some files: whitespace changes.
1373         
1374 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1375
1376         * src/mathed/math_iter.C (my_memcpy): new function. Since the
1377         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
1378         architecture, we provide our own. It is used unconditionnally, but
1379         I do not think this is a performance problem. Thanks to Angus
1380         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
1381         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
1382         first time).
1383         (GetInset): use my_memcpy.
1384         (Insert): ditto
1385         (Copy): ditto
1386
1387         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
1388         it is easier to understand, but it uses less TeX-only constructs now.
1389
1390         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
1391         elements contain spaces
1392
1393         * lib/configure: regenerated
1394         
1395         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
1396         elements contain spaces; display the list of programs that are
1397         tried.
1398
1399         * autogen.sh: make sure lib/configure is executable
1400
1401         * lib/examples/*: rename the tutorial examples to begin with the
1402         two-letters language code.
1403
1404         * src/lyxfunc.C (getStatus): do not query current font if no
1405         buffer exists.
1406
1407         * src/lyx_cb.C (RunScript): use QuoteName
1408         (MenuRunDvips): ditto
1409         (PrintApplyCB): ditto
1410
1411         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
1412         around argument, so that it works well with the current shell.
1413         Does not work properly with OS/2 shells currently.
1414
1415         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
1416         * src/LyXSendto.C (SendtoApplyCB): ditto
1417         * src/lyxfunc.C (Dispatch): ditto
1418         * src/buffer.C (runLaTeX): ditto
1419         (runLiterate): ditto
1420         (buildProgram): ditto
1421         (runChktex): ditto
1422         * src/lyx_cb.C (RunScript): ditto
1423         (MenuMakeLaTeX): ditto
1424         
1425         * src/buffer.h (getLatexName): new method 
1426
1427         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
1428
1429 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1430
1431         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
1432         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
1433         (create_math_panel): ditto
1434
1435         * src/lyxfunc.C (getStatus): re-activate the code which gets
1436         current font and cursor; add test for export to html.
1437
1438         * src/lyxrc.C (read): remove unreachable break statements; add a
1439         few "using".
1440
1441         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
1442         
1443 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1444
1445         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
1446         introduced by faulty regex.
1447         * src/buffer.C: ditto
1448         * src/lastfiles.C: ditto
1449         * src/paragraph.C: ditto
1450         * src/table.C: ditto
1451         * src/vspace.C: ditto
1452         * src/insets/figinset.C: ditto
1453         Note: most of these is absolutely harmless, except the one in
1454         src/mathed formula.C.
1455
1456 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
1457
1458         * src/ImportNoweb.C (documentclass): fixed bounds for substr
1459           operation, yielding correct results for the reLyX command.
1460
1461 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1462
1463         * src/support/filetools.C (ExpandPath): removed an over eager
1464         Assert.
1465         (ReplaceEnvironmentPath): ditto
1466
1467         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
1468         shows that we are doing something fishy in our code...
1469         (BubblePost): ditto
1470         (ToolbarCB): ditto
1471
1472         * src/lyxrc.C (read): use a double switch trick to get more help
1473         from the compiler. (the same trick is used in layout.C)
1474         (write): new function. opens a ofstream and pass that to output
1475         (output): new function, takes a ostream and writes the lyxrc
1476         elemts to it. uses a dummy switch to make sure no elements are
1477         forgotten. 
1478
1479         * src/lyxlex.h: added a struct pushpophelper for use in functions
1480         with more than one exit point.
1481
1482         * src/lyxlex.[Ch] (GetInteger): made it const
1483         (GetFloat): ditto
1484         (GetBool): ditto
1485
1486         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
1487
1488         * src/layout.[hC] : LayoutTags splitted into several enums, new
1489         methods created, better error handling cleaner use of lyxlex. Read
1490         the diff.
1491
1492         * src/bmtable.[Ch]: change some member prototypes because of the
1493         image const changes. 
1494
1495         * commandtags.h, src/LyXAction.C (init): new function:
1496         "preferences-save", saves the lyxrc entries into .lyx/preferences.
1497         This file is not read automatically but you can add \input
1498         preferences to your lyxrc if you want to. We need to discuss how
1499         to handle this. 
1500
1501         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
1502         in .aux, also remove .bib and .bst files from dependencies when
1503         running bibtex.
1504
1505         * src/BufferView.C, src/LyXView.C: add const_cast several places
1506         because of changes to images.
1507
1508         * lib/images/*: same change as for images/*
1509         
1510         * lib/lyxrc.example: Default for accept_compound is false not no.
1511
1512         * images/*: changed to be const, however I have som misgivings
1513         about this change so it might be changed back.
1514
1515 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1516
1517         * lib/configure, po/POTFILES.in: regenerated
1518
1519         * autogen.sh: autogenerate lib/configure from lib/configure.m4
1520
1521         * config/lib_configure.m4: removed
1522         
1523         * lib/configure.m4: new file (was config/lib_configure.m4)
1524
1525         * configure.in: do not test for rtti, since we do not use it.
1526         
1527 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
1528
1529         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
1530         doubling of allocated space scheme. This makes it faster for large
1531         strings end to use less memory for small strings. xtra rememoved. 
1532
1533         * src/insets/figinset.C (waitalarm): commented out.
1534         (GhostscriptMsg): use static_cast
1535         (GhostscriptMsg): use new instead of malloc to allocate memory for
1536         cmap. also delete the memory after use.
1537
1538         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
1539
1540         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
1541         for changes in bibtex database or style.
1542         (runBibTeX): remove all .bib and .bst files from dep before we
1543         begin. 
1544         (run): use scanAuc in when dep file already exist.
1545
1546         * src/DepTable.C (remove_files_with_extension): new method
1547         (exist): new method
1548
1549         * src/DepTable.[Ch]: made many of the methods const. 
1550
1551 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1552
1553         * src/bufferparams.C: make sure that the default textclass is
1554         "article". It used to be the first one by description order, but
1555         now the first one is "docbook".
1556
1557         * src/lyx_main.C (setDebuggingLevel): change type of argument to
1558         string; call Debug::value.
1559         (easyParse): pass complete argument to setDebuggingLevel().
1560
1561         * src/debug.h (value): fix the code that parses debug levels.
1562
1563         * src/debug.h: add new debug type ACTION, reserved for LyXAction
1564         class.  
1565
1566         * src/LyXAction.C: use Debug::ACTION as debug channel.
1567
1568         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
1569
1570         * NEWS: updated for the future 1.1.3 release.
1571
1572         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
1573         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
1574         it should. This is of course a controversial change (since many
1575         people will find that their lyx workscreen is suddenly full of
1576         red), but done for the sake of correctness.
1577
1578         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
1579           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
1580
1581         * src/insets/inseterror.h, src/insets/inseturl.h,
1582           src/insets/insetinfo.h, src/insets/figinset.h,
1583           src/mathed/formulamacro.h, src/mathed/math_macro.h
1584           (EditMessage): add a missing const and add _() to make sure that
1585         translation happens
1586
1587         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
1588           src/insets/insetbib.C, src/support/filetools.C: add `using'
1589         directives for cxx.  
1590
1591         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
1592         doing 'Insert index of last word' at the beginning of a paragraph.
1593
1594 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
1595
1596         * several files: white-space changes.
1597
1598         * src/mathed/formula.C: removed IsAlpha and IsDigit
1599
1600         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
1601         .bib file. use a ifstream instead of FilePtr when parsing the .bib
1602         file for keys.
1603
1604         * src/insets/figinset.C (GetPSSizes): don't break when
1605         "EndComments" is seen. But break when a boundingbox is read.
1606
1607         * all classes inherited from Inset: return value of Clone
1608         changed back to Inset *.
1609
1610         * all classes inherited form MathInset: return value of Clone
1611         changed back to MathedInset *.
1612         
1613         * src/insets/figinset.C (runqueue): use a ofstream to output the
1614         gs/ps file. Might need some setpresicion or setw. However I can
1615         see no problem with the current code.
1616         (runqueue): use sleep instead of the alarm/signal code. I just
1617         can't see the difference.
1618
1619         * src/paragraph.C (LyXParagraph): reserve space in the new
1620         paragraph and resize the inserted paragraph to just fit.
1621
1622         * src/lyxfunc.h (operator|=): added operator for func_status.
1623
1624         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
1625         check for readable file.
1626
1627         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
1628         check for readable file.
1629         (MenuMakeLinuxDoc): ditto
1630         (MenuMakeDocBook): ditto
1631         (MenuMakeAscii): ditto
1632         (InsertAsciiFile): split the test for openable and readable
1633
1634         * src/bmtable.C (draw_bitmaptable): use
1635         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
1636
1637         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
1638         findtexfile from LaTeX to filetools.
1639         
1640         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
1641         instead of FilePtr. Needs to be verified by a literate user.
1642
1643 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1644
1645         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
1646         (EditMessage): likewise.
1647
1648         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
1649         respectively as \textasciitilde and \textasciicircum.
1650
1651 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1652
1653         * src/support/lyxstring.h: made the methods that take iterators
1654         use const_iterator.
1655
1656         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
1657         (regexMatch): made is use the real regex class.
1658
1659         * src/support/Makefile.am: changed to use libtool
1660
1661         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
1662
1663         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
1664         of defines.
1665         (MathIsInset ++): changed several macros to be inline functions
1666         instead. 
1667
1668         * src/mathed/Makefile.am: changed to use libtool
1669
1670         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
1671
1672         * src/insets/inset* : Clone changed to const and return type is
1673         the true insettype not just Inset*.
1674         
1675         * src/insets/Makefile.am: changed to use libtool
1676
1677         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
1678
1679         * src/undo.[Ch] : added empty() and changed some of the method
1680         names.
1681         
1682         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
1683
1684         * src/lyxparagraph.h: use id() and id(...) instead of getID and
1685         setID use block<> for the bullets array, added const several places.
1686
1687         * src/lyxfunc.C (getStatus): new function
1688
1689         * src/lyxfunc.[Ch] : small changes to take advantage of the new
1690         LyXAction, added const to several funtions.
1691
1692         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
1693         a std::map, and to store the dir items in a vector.
1694
1695         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
1696         as dependencies.
1697
1698         * src/LyXView.[Ch] + other files : changed currentView to view.
1699         
1700         * src/LyXAction.[Ch] : ported from the old devel branch.
1701         
1702         * src/.cvsignore: added .libs and a.out
1703
1704         * configure.in : changes to use libtool. 
1705
1706         * acinclude.m4 : inserted libtool.m4
1707
1708         * .cvsignore: added libtool
1709
1710 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1711
1712         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
1713         file name in insets and mathed directories (otherwise the
1714         dependency is not taken in account under cygwin).
1715
1716         * src/text2.C (InsertString[AB]): make sure that we do not try to
1717         read characters past the string length.
1718
1719 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1720
1721         * lib/doc/LaTeXConfig.lyx.in, 
1722           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
1723
1724         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
1725         file saying who created them and when this heppened; this is
1726         useless and annoys tools like cvs.
1727
1728         * lib/layouts/g-brief-{en,de}.layout,
1729           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
1730         from Thomas Hartkens <thomas@hartkens.de>.
1731
1732         * src/{insets,mathed}/Makefile.am: do not declare an empty
1733         LDFLAGS, so that it can be set at configure time (useful on Irix
1734         for -n32 flag).
1735
1736         * lib/reLyX/configure.in: make sure that the prefix is set
1737         correctly in LYX_DIR.
1738
1739 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1740
1741         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
1742         be used by 'command-sequence' this allows to bind a key to a
1743         sequence of LyX-commands
1744         (Example: 'command-sequence math-insert alpha; math-insert beta;")
1745
1746         * src/LyXAction.C: add "command-sequence"
1747
1748         * src/LyXFunction.C: handling of "command-sequence"
1749
1750         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
1751          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
1752
1753         * src/lyxserver.C, src/minibuffer.C: Use this new interface
1754
1755 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1756
1757         * src/buffer.C (writeFile): Do not output a comment giving user
1758         and date at the beginning of a .lyx file. This is useless and
1759         annoys cvs anyway; update version number to 1.1.
1760
1761         * src/Makefile.am (LYX_DIR): add this definition, so that a
1762         default path is hardcoded in LyX.
1763
1764         * configure.in: Use LYX_GNU_GETTEXT.
1765
1766         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
1767         AM_GNU_GETTEXT with a bug fixed. 
1768
1769         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
1770
1771         * src/chset.C: add "using std::ifstream;" to please dec cxx.
1772
1773         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
1774         which is used to point to LyX data is now LYX_DIR_11x.
1775
1776         * lyx.man: convert to a unix text file; small updates.
1777
1778 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1779
1780         * src/support/LSubstring.[Ch]: made the second arg of most of the
1781         constructors be a const reference. 
1782
1783         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
1784         me fixed.
1785
1786         * src/support/lyxstring.[Ch] (swap): added missing member function
1787         and specialization of swap(str, str); 
1788
1789         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
1790
1791         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
1792         trace of the old one.
1793
1794         * src/undo.[Ch]: made the undostack use std::list to store undo's in
1795         put the member definitions in undo.C.
1796
1797         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
1798         NEW_TEXT and have now only code that was included when this was
1799         defined. 
1800
1801         * src/intl.C (LCombo): use static_cast
1802         (LCombo2): ditto
1803         (DispatchCallback): ditto
1804
1805         * src/definitions.h: removed whole file
1806         
1807         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
1808
1809         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
1810         parsing and stores in a std:map. a regex defines the file format.
1811         removed unneeded members.
1812
1813         * src/bufferparams.h: added several enums from definitions.h here.
1814         Removed unsused destructor. Changed some types to use proper enum
1815         types. use block to have the temp_bullets and user_defined_bullets
1816         and to make the whole class assignable.
1817
1818         * src/bufferparams.C (Copy): removed this functions, use a default
1819         assignment instead. 
1820
1821         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
1822         isLiterate const.
1823
1824         * src/buffer.C (readLyXformat2): commend out all that have with
1825         oldpapersize to do. also comment out all that hve to do with
1826         insetlatex and insetlatexdel. 
1827         (setOldPaperStuff): commented out
1828
1829         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
1830
1831         * src/LyXAction.C: remove use of inset-latex-insert
1832
1833         * src/mathed/math_panel.C (button_cb): use static_cast
1834
1835         * src/insets/Makefile.am (insets_o_SOURCES): removed
1836         insetlatex.[Ch] 
1837
1838         * src/support/lyxstring.C (helper): use the unsigned long
1839         specifier, UL, instead of a static_cast.
1840
1841         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
1842
1843         * src/support/block.h: new file. to be used as a c-style array in
1844         classes, so that the class can be assignable.
1845
1846 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1847
1848         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
1849         NULL, make sure to return an empty string (it is not possible to
1850         set a string to NULL).
1851
1852 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1853
1854         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
1855
1856         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
1857
1858         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
1859         link line, so that Irix users (for example) can set it explicitely to
1860         "-n32".
1861         
1862         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
1863         it can be overidden at make time (static or dynamic link, for
1864         example).
1865         
1866         * src/vc-backend.C, src/LaTeXFeatures.h, 
1867           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
1868         statements to bring templates to global namespace.
1869
1870 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1871
1872         * src/support/lyxstring.C (operator[] const): make it standard
1873         conforming. 
1874
1875         * src/minibuffer.C (Init): changed to reflect that more
1876         information is given from the lyxvc and need not be provided here.
1877
1878         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
1879         
1880         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
1881
1882         * src/LyXView.C (UpdateTimerCB): use static_cast
1883         (KeyPressMask_raw_callback): ditto
1884
1885         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
1886         buffer_, a lot of changes because of this. currentBuffer() ->
1887         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
1888         also changes to other files because of this.
1889
1890 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1891
1892         * src/vc-backend.[Ch]: new files. The backends for vc handling,
1893         have no support for RCS and partial support for CVS, will be
1894         improved later.
1895         
1896         * src/insets/ several files: changes because of function name
1897         changes in Bufferview and LyXView.
1898         
1899         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
1900
1901         * src/support/LSubstring.[Ch]: new files. These implement a
1902         Substring that can be very convenient to use. i.e. is this
1903         possible:
1904         string a = "Mary had a little sheep";
1905         Substring(a, "sheep") = "lamb";
1906         a is now "Mary has a little lamb".
1907
1908         * src/support/LRegex.[Ch]: a regex class that can be used to pick
1909         out patterns and subpatterns of strings. It is used by LSubstring
1910         and also by vc-backend.C
1911         
1912         * src/support/lyxstring.C: went over all the assertions used and
1913         tried to correct the wrong ones and flag which of them is required
1914         by the standard. some bugs found because of this. Also removed a
1915         couple of assertions.
1916
1917         * src/support/Makefile.am (libsupport_a_SOURCES): added
1918         LSubstring.[Ch] and LRegex.[Ch]
1919
1920         * src/support/FileInfo.h: have struct stat buf as an object and
1921         not a pointer to one, some changes because of this.
1922
1923         * src/LaTeXFeatures.C (getTClassPreamble): also use the
1924         information in layout when adding the layouts preamble to the
1925         textclass preamble.
1926
1927         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
1928         usage in.
1929
1930         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
1931         because of bug in OS/2.
1932
1933 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1934
1935         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
1936         \verbatim@font instead of \ttfamily, so that it can be redefined.
1937
1938         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
1939           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
1940           src/layout.h, src/text2.C: add 'using' directive to bring the
1941         STL templates we need from the std:: namespace to the global one.
1942         Needed by DEC cxx in strict ansi mode.
1943
1944         * src/support/LIstream.h,src/support/LOstream.h,
1945           src/support/lyxstring.h,src/table.h,
1946           src/lyxlookup.h: do not include <config.h> in header
1947         files. This should be done in the .C files only.
1948
1949         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
1950         (from Kayvan).
1951         
1952
1953 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1954
1955         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
1956         from Kayvan to fix the tth invokation.
1957
1958         * development/lyx.spec.in: updates from Kayvan to reflect the
1959         changes of file names.
1960
1961 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1962
1963         * src/text2.C (InsertStringB): use std::copy
1964         (InsertStringA): use std::copy
1965
1966         * src/bufferlist.C: use a vector to store the buffers in. This is
1967         an internal change and should not affect any other thing.
1968         
1969         * src/BufferView.C (waitForX): use XSync instead of the lengthy
1970         stuff in waitForX.
1971
1972         * src/text.C (Fill): fix potential bug, one off bug.
1973
1974 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1975
1976         * src/Makefile.am (lyx_main.o): add more files it depends on.
1977
1978         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
1979
1980         * src/support/lyxstring.C: use size_t for the reference count,
1981         size, reserved memory and xtra.
1982         (internal_compare): new private member function. Now the compare
1983         functions should work for std::strings that have embedded '\0'
1984         characters.
1985         (compare): all compare functions rewritten to use
1986         internal_compare.
1987         
1988 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1989
1990         * src/support/lyxstring.C (compare): pass c_str()
1991         (compare): pass c_str
1992         (compare): pass c_str
1993
1994 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1995
1996         * src/support/DebugStream.C: <config.h> was not included correctly.
1997
1998         * lib/configure: forgot to re-generate it :( I'll make this file
1999         auto generated soon.
2000
2001 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2002
2003         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
2004         is used.
2005
2006         * src/support/lyxstring.C: some changes from length() to rep->sz.
2007         avoids a function call.
2008
2009         * src/support/filetools.C (SpaceLess): yet another version of the
2010         algorithm...now per Jean-Marc's suggestions.
2011
2012 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2013
2014         * src/layout.C (less_textclass_desc): functor for use in sorting
2015         of textclasses. 
2016         (LyXTextClass::Read): sort the textclasses after reading.
2017         
2018         * src/support/filetools.C (SpaceLess): new version of the
2019         SpaceLess functions. What problems does this one give? Please
2020         report.
2021
2022         * images/banner_bw.xbm: made the arrays unsigned char *
2023
2024 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2025
2026         * src/support/lyxstring.C (find): remove bogus assertion in the
2027         two versions of find where this has not been done yet.
2028
2029         * src/support/lyxlib.h: add missing int return type to
2030         lyx::chdir(). 
2031
2032         * src/menus.C (ShowFileMenu): disable exporting to html if no
2033         html export command is present.
2034
2035         * config/lib_configure.m4: add a test for an HTML converter. The
2036         programs checked for are, in this order: tth, latex2html and
2037         hevea. 
2038
2039         * lib/configure: generated from config/lib_configure.m4.
2040
2041         * src/lyxfunc.C (Dispatch): update and improve the execution of an
2042         html converter. The parameters are now passed through $$FName and
2043         $$OutName, instead of standard input/output.
2044
2045         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
2046
2047         * lib/lyxrc.example: update description of \html_command. 
2048         add "quotes" around \screen_font_xxx font setting examples to help
2049         people who use fonts with spaces in their names.
2050
2051 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2052
2053         * Distribution files: updates for v1.1.2
2054
2055         * src/support/lyxstring.C (find): remove bogus assert and return
2056         npos for the same condition.
2057
2058 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2059
2060         * added patch for OS/2 from SMiyata.
2061
2062 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2063
2064         * src/text2.C (CutSelection): make space_wrapped a bool
2065         (CutSelection): dont declare int i until we have to.
2066         (alphaCounter): return a char const *.
2067
2068 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2069
2070         * src/support/syscall.C (Systemcalls::kill): 
2071           src/support/filetools.C (PutEnv, PutEnvPath): 
2072           src/lyx_cb.C (addNewlineAndDepth): 
2073           src/FontInfo.C (FontInfo::resize): condition some #warning
2074         directives with WITH_WARNINGS.
2075         
2076
2077 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2078
2079         * src/layout.[Ch] + several files: access to class variables
2080         limited and made accessor functions instead a lot of code changed
2081         becuase of this. Also instead of returning pointers often a const
2082         reference is returned instead.
2083         
2084         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
2085
2086         * src/Makefile.am (dist-hook): added used to remove the CVS from
2087         cheaders upon creating a dist
2088         (EXTRA_DIST): added cheaders
2089
2090         * src/support/lstrings.C (tostr(char)): fix it to handle param as
2091         a character not as a small integer. 
2092
2093         * src/support/lyxstring.C (find): removed Assert and added i >=
2094         rep->sz to the first if.
2095
2096 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2097
2098         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
2099         src/LyXView.C src/buffer.C src/bufferparams.C
2100         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
2101         src/text2.C src/insets/insetinclude.C:
2102         lyxlayout renamed to textclasslist.
2103
2104         * src/layout.C: some lyxerr changes.
2105
2106         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
2107         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
2108         (LyXLayoutList): removed all traces of this class.
2109         (LyXTextClass::Read): rewrote LT_STYLE
2110         (LyXTextClass::hasLayout): new function
2111         (LyXTextClass::GetLayout): rewritten to return an iterator + has
2112         both const and nonconst version.
2113         (LyXTextClass::delete_layout): new function.
2114         (LyXTextClassList::Style): bug fix. do the right thing if layout
2115         is to big.
2116         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
2117         (LyXTextClassList::NameOfLayout): ditto 
2118         (LyXTextClassList::Load): ditto
2119
2120         * src/buffer.C (makeLaTeXFile): new access to layoutlist
2121
2122         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
2123
2124         * src/LyXAction.C (LookupFunc): added a workaround for sun
2125         compiler, on the other hand...we don't know if the current code
2126         compiles on sun at all...
2127
2128         * src/support/filetools.C (CleanupPath): subst fix
2129
2130         * src/insets/insetbib.C (delDatabase): subst fix, this looks
2131         _really_ weird.
2132
2133         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
2134         complained about this one?
2135
2136         * src/insets/insetinclude.C (Latex): subst fix
2137
2138         * src/insets/insetbib.C (getKeys): subst fix
2139
2140         * src/LyXSendto.C (SendtoApplyCB): subst fix
2141
2142         * src/lyx_main.C (init): subst fix
2143
2144         * src/layout.C (Read): subst fix
2145
2146         * src/lyx_sendfax_main.C (button_send): subst fix
2147
2148         * src/buffer.C (RoffAsciiTable): subst fix
2149
2150         * src/lyx_cb.C (MenuFax): subst fix
2151         (PrintApplyCB): subst fix
2152
2153 1999-10-26  Juergen Vigna  <jug@sad.it>
2154
2155         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
2156
2157         (Read): Cleaned up this code so now we read only format vestion >= 5
2158
2159 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
2160
2161         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
2162         come nobody has complained about this one?
2163
2164         * src/insets/insetinclude.C (Latex): subst fix
2165
2166         * src/insets/insetbib.C (getKeys): subst fix
2167
2168         * src/lyx_main.C (init): subst fix
2169
2170         * src/layout.C (Read): subst fix
2171
2172         * src/buffer.C (RoffAsciiTable): subst fix
2173
2174         * src/lyx_cb.C (MenuFax): subst fix.
2175
2176         * src/layout.[hC] + some other files: rewrote to use
2177         std::container to store textclasses and layouts in.
2178         Simplified, removed a lot of code. Make all classes
2179         assignable. Further simplifications and review of type
2180         use still to be one. 
2181
2182         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
2183         lastfiles to create the lastfiles partr of the menu.
2184
2185         * src/lastfiles.[Ch]: rewritten to use deque to store the
2186         lastfiles in. Uses fstream for reading and writing. Simplifies
2187         code.
2188
2189         * src/support/syscall.C: remove explicit cast.
2190
2191         * src/BufferView.C (CursorToggleCB): removed code snippets that
2192         were commented out.
2193         use explicat C++ style casts instead of C style casts. also use
2194         u_vdata instea of passing pointers in longs.
2195
2196         * src/PaperLayout.C: removed code snippets that were commented out.
2197
2198         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
2199
2200         * src/lyx_main.C: removed code snippets that wer commented out.
2201
2202         * src/paragraph.C: removed code snippets that were commented out.
2203
2204         * src/lyxvc.C (logClose): use static_cast
2205         (logUpdate): ditto
2206         (viewLog): remove explicit cast to void*
2207         (showLog): removed old commented code
2208
2209         * src/menus.C: use static_cast instead of C style casts. use
2210         u_vdata instead of u_ldata. remove explicit cast to (long) for
2211         pointers. Removed old code that was commented out.
2212
2213         * src/insets/inset.C: removed old commented func
2214
2215         * src/insets/insetref.C (InsetRef): removed old code that had been
2216         commented out for a long time.
2217         (Edit): ditto
2218         (escape): removed C style cast
2219
2220         * src/insets/insetlatexaccent.C (Draw): removed old commented code
2221
2222         * src/insets/insetlatex.C (Draw): removed old commented code
2223         (Read): rewritten to use string
2224
2225         * src/insets/insetlabel.C (escape): removed C style cast
2226
2227         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
2228
2229         * src/insets/insetindex.C: use static_cast and u_vdata, removed
2230         old commented code.
2231
2232         * src/insets/insetinclude.h: removed a couple of stupid bools
2233
2234         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
2235         (Clone): remove C style cast
2236         (getKeys): changed list to lst because of std::list
2237
2238         * src/insets/inseterror.C (Draw): removed som old commented code.
2239
2240         * src/insets/insetcommand.C (Draw): removed some old commented code.
2241
2242         * src/insets/insetbib.C (bibitem_cb): removed code that has been
2243         commented out forever.
2244         (bibitem_cb): use static_cast instead of C style cast
2245         use of vdata changed to u_vdata.
2246
2247         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
2248         parameter.
2249         (CloseUrlCB): use static_cast instead of C style cast.
2250         (CloseUrlCB): added a fl_free form...it seemed to be missing.
2251
2252         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
2253         (C_InsetInfo_CloseInfoCB): forward the ob parameter
2254         (CloseInfoCB): static_cast from ob->u_vdata instead.
2255         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
2256         instead. 
2257
2258         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
2259         (C_InsetError_CloseErrorCB): forward the ob parameter
2260         (CloseErrorCB): static_cast from ob->u_vdata instead.
2261
2262         * src/vspace.h: include LString.h since we use string in this class.
2263
2264         * src/vspace.C (lyx_advance): changed name from advance because of
2265         nameclash with stl. And since we cannot use namespaces yet...I
2266         used a lyx_ prefix instead. Expect this to change when we begin
2267         using namespaces.
2268
2269         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
2270
2271         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
2272         and removed now defunct constructor and deconstructor.
2273
2274         * src/BufferView.h: have backstack as a object not as a pointer.
2275         removed initialization from constructor. added include for BackStack 
2276
2277         * development/lyx.spec.in (%build): add CFLAGS also.
2278
2279         * src/screen.C (drawFrame): removed another warning.
2280
2281 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2282
2283         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
2284         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
2285         README and ANNOUNCE a bit for the next release. More work is
2286         needed, of course.
2287
2288         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
2289         unbreakable if we are in freespacing mode (LyX-Code), but not in
2290         latex mode.
2291
2292 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2293
2294         * src/BackStack.h: fixed initialization order in constructor
2295
2296         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
2297
2298         * acinclude.m4 (VERSION): new rules for when a version is
2299         development, added also a variable for prerelease.
2300         (warnings): we set with_warnings=yes for prereleases
2301         (lyx_opt): prereleases compile with same optimization as development 
2302         (CXXFLAGS): only use pedantic if we are a development version 
2303
2304         * src/BufferView.C (restorePosition): don't do anything if the
2305         backstack is empty.
2306
2307         * src/BackStack.h: added member empty, use this to test if there
2308         is anything to pop...
2309
2310 1999-10-25  Juergen Vigna  <jug@sad.it>
2311
2312         * forms/form1.fd +
2313         * forms/layout_forms.fd +
2314         * forms/latexoptions.fd +
2315         * lyx.fd: changed for various form resize issues
2316
2317         * src/mathed/math_panel.C +
2318         * src/insets/inseterror.C +
2319         * src/insets/insetinfo.C +
2320         * src/insets/inseturl.C +
2321         * src/insets/inseturl.h +
2322         * src/LaTeXLog.C +
2323         * src/LyXSendto.C +
2324         * src/PaperLayout.C +
2325         * src/ParagraphExtra.C +
2326         * src/TableLayout.C +
2327         * src/form1.C +
2328         * src/layout_forms.C +
2329         * src/lyx.C +
2330         * src/lyx_cb.C +
2331         * src/lyx_gui.C +
2332         * src/lyxfr0.C +
2333         * src/lyxfunc.C +
2334         * src/lyxvc.C +
2335         * src/menus.C: fixed various resize issues. So now forms can be
2336         resized savely or not be resized at all.
2337         
2338         * forms/form_url.fd +
2339         * src/insets/form_url.[Ch]: added because it's cleaner and easier
2340         to modify IMO.
2341
2342         * src/insets/Makefile.am: added files form_url.[Ch]
2343         
2344 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2345
2346         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
2347         (and presumably 6.2).
2348
2349         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
2350         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
2351         remaining static member callbacks. 
2352
2353         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
2354         messages. 
2355
2356         * src/support/lyxstring.h: declare struct Srep as friend of
2357         lyxstring, since DEC cxx complains otherwise.
2358
2359 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2360
2361 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2362
2363         * src/LaTeX.C (run): made run_bibtex also depend on files with
2364         extension ".bst"
2365         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
2366         are put into the dependency file.
2367
2368         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
2369         the code has shown itself to work
2370         (create_ispell_pipe): removed another warning, added a comment
2371         instead. 
2372
2373         * src/minibuffer.C (ExecutingCB): removed code that has been
2374         commented out a long time
2375
2376         * src/lyxfunc.C (processKeyEvent): removed some very old commented
2377         out code + a warning.
2378
2379         * src/support/lyxstring.h: comment out the three private
2380         operators, when compiling with string ansi conforming compilers
2381         they make problems.
2382
2383         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
2384         unsigned char *.
2385         (pixmapFromBitmapData): change type of bdata to be unsigned char *
2386         (pixmapFromBitmapData): add a reinterpret_cast in the call to
2387         XCreateImage
2388
2389         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
2390         unsigned char *
2391
2392         * src/mathed/math_panel.C (create_math_panel): remove explicit
2393         casts
2394
2395         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
2396         unsigned char *.
2397
2398         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
2399         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
2400         to XCreatePixmapFromBitmapData
2401         (fl_set_bmtable_data): change the last argument to be unsigned
2402         char *
2403         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
2404         and bh to be unsigned int, remove explicit casts in call to
2405         XReadBitmapFileData.
2406
2407         * images/arrows.xbm: made the arrays unsigned char *
2408         * images/varsz.xbm: ditto
2409         * images/misc.xbm: ditto
2410         * images/greek.xbm: ditto
2411         * images/dots.xbm: ditto
2412         * images/brel.xbm: ditto
2413         * images/bop.xbm: ditto
2414
2415         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
2416
2417         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
2418         (LYX_PROG_CXX): added -pedantic to g++ compile options when
2419         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
2420         needed. 
2421         (LYX_CXX_CHEADERS): added <clocale> to the test. 
2422
2423 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
2424
2425         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
2426
2427         * src/support/lyxstring.C (append): fixed something that must be a
2428         bug, rep->assign was used instead of rep->append.
2429
2430         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
2431         and LOstream.h
2432
2433         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
2434         lyx insert double chars. Fix spotted by Kayvan.
2435
2436 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2437
2438         * Fixed the tth support. I messed up with the Emacs patch apply feature
2439         and omitted the changes in lyxrc.C.
2440
2441 1999-10-22  Juergen Vigna  <jug@sad.it>
2442
2443         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
2444
2445         * src/lyx_cb.C (MenuInsertRef) + 
2446         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
2447         the form cannot be resized under it limits (fixes a segfault)
2448         
2449         * src/lyx.C (create_form_form_ref) +
2450         * forms/lyx.fd: Changed Gravity on name input field so that it is
2451         resized correctly.
2452
2453 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2454
2455         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
2456         <ostream> and <istream>.
2457         
2458         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
2459         whether <fstream> provides the latest standard features, or if we
2460         have an oldstyle library (like in egcs).
2461         (LYX_CXX_STL_STRING): fix the test.
2462
2463         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
2464         code on MODERN_STL_STREAM.
2465
2466         * src/support/lyxstring.h: use L{I,O}stream.h.
2467
2468         * src/support/L{I,O}stream.h: new files, designed to setup
2469         correctly streams for our use
2470           - includes the right header depending on STL capabilities
2471           - puts std::ostream and std::endl (for LOStream.h) or
2472           std::istream (LIStream.h) in toplevel namespace.
2473
2474 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2475
2476         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
2477         was a bib file that had been changed we ensure that bibtex is run.
2478         (runBibTeX): enhanced to extract the names of the bib files and
2479         getting their absolute path and enter them into the dep file.
2480         (findtexfile): static func that is used to look for tex-files,
2481         checks for absolute patchs and tries also with kpsewhich.
2482         Alternative ways of finding the correct files are wanted. Will
2483         probably be moved.
2484         (do_popen): function that runs a command using popen and returns
2485         the whole output of that command in a string. Should be moved to
2486         somewhere else.
2487
2488         * src/DepTable.[Ch] (extchanged): new function that returns true if a
2489         file with extension ext has changed.
2490
2491         * src/insets/figinset.C: added ifdef guards around the fl_free
2492         code that jug commented out. Now it is commented out when
2493         compiling with XForms == 0.89.
2494
2495         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
2496         to lyxstring.C, and only keep a forward declaration in
2497         lyxstring.h. Simplifies the header file a bit and should help a
2498         bit on compile time too. Also changes to Srep will not mandate a
2499         recompile of code just using string.
2500         (~lyxstring): definition moved here since it uses srep.
2501         (size): definition moved here since it uses srep.
2502
2503         * src/support/lyxstring.h: removed a couple of "inline" that should
2504         not be there.
2505
2506 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2507
2508         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
2509         the 'ob' argument.
2510
2511 1999-10-21  Juergen Vigna  <jug@sad.it>
2512
2513         * src/table.C (SetPWidth): Just a small fix so the alignment is not
2514         set to left if I just remove the width entry (or it is empty).
2515
2516         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
2517         paragraph when having dummy paragraphs.
2518
2519 1999-10-20  Juergen Vigna  <jug@sad.it>
2520
2521         * src/insets/figinset.C: just commented some fl_free_form calls
2522         and added warnings so that this calls should be activated later
2523         again. This avoids for now a segfault, but we have a memory leak!
2524
2525         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
2526         'const char * argument' to 'string argument', this should
2527         fix some Asserts() in lyxstring.C.
2528
2529         * src/lyxfunc.h: Removed the function argAsString(const char *)
2530         as it is not used anymore.
2531
2532 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2533
2534         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
2535         get instead of >>
2536
2537         * src/Literate.h: some funcs moved from public to private to make
2538         interface clearer. Unneeded args removed.
2539
2540         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
2541         instead of lyxlex.
2542         (scanBuildLogFile): ditto
2543
2544         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
2545         normal TeX Error. Still room for improvement.
2546
2547         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
2548
2549         * src/buffer.C (insertErrors): changes to make the error
2550         desctription show properly.
2551
2552         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
2553         could never happen
2554
2555         * src/support/lyxstring.C (helper): changed to use
2556         sizeof(object->rep->ref).
2557         (operator>>): changed to use a pointer instead.
2558
2559         * src/support/lyxstring.h: changed const reference & to value_type
2560         const & lets see if that helps.
2561
2562 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2563
2564         * Makefile.am (rpmdist): fixed to have non static package and
2565         verison.
2566
2567         * src/support/lyxstring.C: removed the compilation guards
2568
2569         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
2570         a bit clearer.
2571
2572         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
2573         conditional compile of lyxstring.Ch
2574
2575         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
2576         stupid check, but it is a lot better than the bastring hack. 
2577         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
2578
2579         * several files: changed string::erase into string::clear. Not
2580         really needed.
2581         
2582         * src/chset.C (encodeString): use a char temporary instead
2583
2584         * src/table.C (TexEndOfCell): added tostr around
2585         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
2586         (TexEndOfCell): ditto
2587         (TexEndOfCell): ditto
2588         (TexEndOfCell): ditto
2589         (DocBookEndOfCell): ditto
2590         (DocBookEndOfCell): ditto
2591         (DocBookEndOfCell): ditto
2592         (DocBookEndOfCell): ditto
2593
2594         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
2595
2596         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
2597
2598         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
2599         (MenuBuildProg): added tostr around ret
2600         (MenuRunChktex): added tostr around ret
2601         (DocumentApplyCB): added tostr around ret
2602
2603         * src/chset.C (encodeString): added tostr around t->ic
2604
2605         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
2606         (makeLaTeXFile): added tostr around tocdepth
2607         (makeLaTeXFile): added tostr around ftcound - 1
2608
2609         * src/insets/insetbib.C (setCounter): added tostr around counter.
2610
2611         * src/support/lyxstring.h: added an operator+=(int) to catch more
2612         mistakes. 
2613
2614         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
2615         (lyxstring): We DON'T allow NULL pointers.
2616
2617 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2618
2619         * src/mathed/math_macro.C (MathMacroArgument::Write,
2620         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
2621         when writing them out.
2622
2623         * src/LString.C: remove, since it is not used anymore.
2624         
2625         * src/support/lyxstring.C: condition the content to
2626         USE_INCLUDED_STRING macro.
2627
2628         * src/mathed/math_symbols.C, src/support/lstrings.C,
2629         src/support/lyxstring.C: add `using' directive to specify what
2630         we need in <algorithm>. I do not think that we need to
2631         conditionalize this, but any thought is appreciated.
2632
2633         * many files: change all callback functions to "C" linkage
2634         functions to please strict C++ compilers like DEC cxx 6.1 in mode
2635         strict_ansi. Those who were static are now global. 
2636             The case of callbacks which are static class members is
2637         trickier, since we have to make C wrappers around them (see
2638         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
2639         did not finish this yet, since it defeats the purpose of
2640         encapsulation, and I am not sure what the best route is.
2641
2642 1999-10-19  Juergen Vigna  <jug@sad.it>
2643
2644         * src/support/lyxstring.C (lyxstring): we permit to have a null
2645         pointer as assignment value and just don't assign it.
2646
2647         * src/vspace.C (nextToken): corrected this function substituting
2648         find_first(_not)_of with find_last_of.
2649
2650         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
2651                 (TableOptCloseCB) (TableSpeCloseCB):
2652         inserted fl_set_focus call for problem with fl_hide_form() in
2653         xforms-0.89.
2654
2655 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2656
2657         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
2658         string. 
2659
2660 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2661
2662         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
2663         LyXLex::next() and not eatline() to get its argument.
2664
2665 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2666
2667         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
2668         instead, use fstreams for io of the depfile, removed unneeded
2669         functions and variables. 
2670
2671         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
2672         vector instead, removed all functions and variables that is not in
2673         use.
2674
2675 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2676
2677         * src/buffer.C (insertErrors): use new interface to TeXError
2678
2679         * Makefile.am (rpmdist): added a rpmdist target
2680
2681         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
2682         per Kayvan's instructions.
2683
2684 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2685
2686         * src/Makefile.am: add a definition for localedir, so that locales
2687         are found after installation (Kayvan)
2688
2689 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2690
2691         * development/.cvsignore: new file.
2692
2693 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2694
2695         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
2696         C++ compiler provides wrappers for C headers and use our alternate
2697         version otherwise.
2698
2699         * configure.in: use LYX_CXX_CHEADERS.
2700
2701         * src/cheader/: new directory, populated with cname headers from
2702         libstdc++-2.8.1. They are a bit old, but probably good enough for
2703         what we want (support compilers who lack them).
2704         
2705         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
2706         from includes. It turns out is was stupid.
2707  
2708 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2709
2710         * lib/Makefile.am (install-data-local): forgot a ';'
2711         (install-data-local): forgot a '\'
2712         (libinstalldirs): needed after all. reintroduced.
2713
2714 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2715
2716         * configure.in (AC_OUTPUT): added lyx.spec
2717
2718         * development/lyx.spec: removed file
2719
2720         * development/lyx.spec.in: new file
2721
2722         * po/*.po: merged with lyx.pot becuase of make distcheck
2723         
2724         * lib/Makefile.am (dist-hook): added dist-hook so that
2725         documentation files will be included when doing a make
2726         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
2727         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
2728         conditional later.
2729         more: tried to make install do the right thing, exclude CVS dirs
2730         etc.
2731
2732         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
2733         Path would fit in more nicely.
2734
2735         * all files that used to use pathstack: uses now Path instead.
2736         This change was a lot easier than expected.
2737         
2738         * src/support/path.h: new file
2739
2740         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
2741
2742         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
2743
2744         * src/support/lyxstring.C (getline): Default arg was given for
2745         para 3. removed.
2746
2747         * Configure.cmd: removed file 
2748
2749 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2750
2751         * src/support/DebugStream.[Ch]: remove the explicit std:: before
2752         streams classes and types, add the proper 'using' statements when
2753         MODERN_STL is defined.
2754         
2755         * src/debug.h: move the << operator definition after the inclusion
2756         of DebugStream.h
2757
2758         * src/support/filetools.C: include "LAssert.h", which is needed
2759         later. 
2760
2761         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
2762         to includes. 
2763
2764         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
2765         include "debug.h" to define a proper ostream.
2766
2767 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
2768
2769         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
2770           method to the SystemCall class which can kill a process, but it's
2771           not fully implemented yet.
2772
2773         * src/*.C: Changed Systemcalls::Startscript() to startscript()
2774
2775         * src/support/FileInfo.h: Better documentation  
2776
2777         * src/lyxfunc.C: Added support for buffer-export html
2778         
2779         * src/menus.C: Added Export->As HTML...
2780         
2781         * lib/bind/*.bind: Added short-cut for buffer-export html
2782
2783         * src/lyxrc.*: Added support for new \tth_command
2784         
2785         * lib/lyxrc.example: Added stuff for new \tth_command
2786
2787 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2788
2789         * lib/Makefile.am (IMAGES): removed images/README
2790         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
2791         installes in correct place. Check permisions is installed
2792         correctly.
2793
2794         * src/LaTeX.C: some no-op changes moved declaration of some
2795         variables around.
2796
2797         * src/LaTeX.h (LATEX_H): changed include guard name
2798
2799 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2800
2801         * lib/reLyX/Makefile.am: install noweb2lyx.
2802
2803         * lib/Makefile.am: install configure. 
2804
2805         * lib/reLyX/configure.in: declare a config aux dir; set package
2806         name to lyx (not sure what the best solution is); generate noweb2lyx.
2807
2808         * lib/layouts/egs.layout: fix the bibliography layout.
2809
2810 1999-10-08  Jürgen Vigna <jug@sad.it>
2811
2812         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
2813         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
2814         it returned without continuing to search the path.
2815         
2816 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2817
2818         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
2819         also fixes a bug. It is not allowed to do tricks with std::strings
2820         like: string a("hei"); &a[e]; this will not give what you
2821         think... Any reason for the complexity in this func?
2822
2823 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
2824
2825         * Updated README and INSTALL a bit, mostly to check that my
2826         CVS rights are correctly set up.
2827
2828 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2829
2830         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
2831         does not allow '\0' chars but lyxstring and std::string does.
2832
2833 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2834
2835         * autogen.sh (AUTOCONF): let the autogen script create the
2836         POTFILES.in file too. POTFILES.in should perhaps now not be
2837         included in the cvs module.
2838
2839         * some more files changed to use C++ includes instead of C ones.
2840
2841         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
2842         not assigned.
2843         (Reread): added tostr to nlink. buggy output otherwise.
2844         (Reread): added a string() around szMode when assigning to Buffer,
2845         without this I got a log of garbled info strings.
2846
2847         * acconfig.h: commented out the PTR_AS_INT macros. They should not
2848         be needed.
2849
2850         * I have added several ostream & operator<<(ostream &, some_type)
2851         functions. This has been done to avoid casting and warnings when
2852         outputting enums to lyxerr. This as thus eliminated a lot of
2853         explicit casts and has made the code clearer. Among the enums
2854         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
2855         mathed enums, some font enum the Debug::type enum. 
2856
2857         * src/support/lyxstring.h (clear): missing method. equivalent of
2858         erase(0, npos).
2859
2860         * all files that contained "stderr": rewrote constructs that used
2861         stderr to use lyxerr instead. (except bmtable)
2862
2863         * src/support/DebugStream.h (level): and the passed t with
2864         Debug::ANY to avoid spurious bits set.
2865
2866         * src/debug.h (Debug::type value): made it accept strings of the
2867         type INFO,INIT,KEY.
2868
2869         * configure.in (Check for programs): Added a check for kpsewhich,
2870         the latex generation will use this later to better the dicovery of
2871         all used files. 
2872
2873         * src/BufferView.C (create_view): we don't need to cast this to
2874         (void*) that is done automatically.
2875         (WorkAreaButtonPress): removed some dead code.
2876
2877 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2878
2879         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
2880         is not overwritten when translated (David Sua'rez de Lis).
2881
2882         * lib/CREDITS: Added David Sua'rez de Lis
2883
2884         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
2885
2886         * src/bufferparams.C (BufferParams): default input encoding is now
2887         "latin1" 
2888
2889         * acinclude.m4 (cross_compiling): comment out macro
2890         LYX_GXX_STRENGTH_REDUCE. 
2891
2892         * acconfig.h: make sure that const is not defined (to empty) when
2893         we are compiling C++. Remove commented out code using SIZEOF_xx
2894         macros.
2895         
2896         * configure.in : move the test for const and inline as late as
2897         possible so that these C tests do not interefere with C++ ones.
2898         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
2899         has not been proven. 
2900
2901 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2902
2903         * src/table.C (getDocBookAlign): remove bad default value for
2904         isColumn parameter.
2905
2906         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
2907         shortcut. 
2908         (ShowFileMenu2): ditto.
2909
2910         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
2911         of files to ignore.
2912
2913 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2914
2915         * Most files: finished the change from the old error code to use
2916         DebugStream for all lyxerr debugging. Only minor changes remain
2917         (e.g. the setting of debug levels using strings instead of number) 
2918
2919 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2920
2921         * src/layout.C (Add): Changed to use compare_no_case instead of
2922         strcasecmp.
2923
2924         * src/FontInfo.C: changed loop variable type too string::size_type.
2925
2926 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2927
2928         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
2929         set ETAGS_ARGS to --c++ 
2930
2931 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
2932
2933         * src/table.C (DocBookEndOfCell): commented out two unused variables
2934
2935         * src/paragraph.C: commented out four unused variables. 
2936
2937         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
2938         insed a if clause with type string::size_type.
2939
2940         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
2941         string::size_type.
2942
2943         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
2944
2945         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
2946         variable, also changed loop to go from 0 to lenght + 1, instead of
2947         -1 to length. This should be correct.
2948
2949         * src/LaTeX.C (scanError): use string::size_type as loop variable
2950         type.
2951
2952         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
2953         (l.896) since y_tmp and row was not used anyway.
2954
2955         * src/insets/insetref.C (escape): use string::size_type as loop
2956         variable type.
2957
2958         * src/insets/insetquotes.C (Width): use string::size_type as loop
2959         variable type.
2960         (Draw): use string::size_type as loop variable type.
2961
2962         * src/insets/insetlatexaccent.C (checkContents): use
2963         string::size_type as loop variable type.
2964
2965         * src/insets/insetlabel.C (escape): use string::size_type as loop
2966         variable type.
2967
2968         * src/insets/insetinfo.C: added an extern for current_view.
2969
2970         * src/insets/insetcommand.C (scanCommand): use string::size_type
2971         as loop variable type.
2972
2973         * most files: removed the RCS tags. With them we had to recompile
2974         a lot of files after a simple cvs commit. Also we have never used
2975         them for anything meaningful. 
2976
2977         * most files: tags-query-replace NULL 0. As adviced several plases
2978         we now use "0" instead of "NULL" in our code. 
2979
2980         * src/support/filetools.C (SpaceLess): use string::size_type as
2981         loop variable type.
2982
2983 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2984
2985         * src/paragraph.C: fixed up some more string stuff.
2986
2987 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2988
2989         * src/support/filetools.h: make modestr a std::string.
2990
2991         * src/filetools.C (GetEnv): made ch really const.
2992
2993         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
2994         made code that used these use max/min from <algorithm> instead.
2995
2996         * changed several c library include files to their equivalent c++
2997         library include files. All is not changed yet.
2998
2999         * created a support subdir in src, put lyxstring and lstrings
3000         there + the extra files atexit, fileblock, strerror. Created
3001         Makefile.am. edited configure.in and src/Makefile.am to use this
3002         new subdir. More files moved to support.
3003
3004         * imported som of the functions from repository lyx, filetools
3005         
3006         * ran tags-query-replace on LString -> string, corrected the bogus
3007         cases. Tried to make use of lstrings.[hC], debugged a lot. There
3008         is still some errors in there. This is errors where too much or
3009         too litle get deleted from strings (string::erase, string::substr,
3010         string::replace), there can also be some off by one errors, or
3011         just plain wrong use of functions from lstrings. Viewing of quotes
3012         is wrong. 
3013
3014         * LyX is now running fairly well with string, but there are
3015         certainly some bugs yet (see above) also string is quite different
3016         from LString among others in that it does not allow null pointers
3017         passed in and will abort if it gets any.
3018         
3019         * Added the revtex4 files I forgot when setting up the repository.
3020
3021 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
3022
3023         * All over: Tried to clean everything up so that only the files
3024           that we really need are included in the cvs repository.
3025         * Switched to use automake.
3026         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
3027         * Install has not been checked.
3028
3029 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
3030
3031         * po/pt.po: Three errors:
3032                l.533 and l.538 format specification error
3033                l. 402 duplicate entry, I just deleted it.
3034