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