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