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