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