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