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