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