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