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