]> git.lyx.org Git - lyx.git/blob - ChangeLog
fix to the lyxstring bug, better searching for dep files in latex log, use \hfil...
[lyx.git] / ChangeLog
1 2000-05-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * src/support/lyxstring.C (begin): fix a "shared" string bug. use
4         rep->get_own_copy()
5         (end): ditto
6
7         * src/LaTeX.C (deplog): better searching for dependency files in
8         the latex log. Uses now regexps.
9
10         * lib/layouts/stdlists.inc (lyxlist): fix the label to use \hfil
11         instead of the box hack or \hfill. 
12
13 2000-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14
15         * src/lyxfunc.C (doImportHelper): do not create the file before
16         doing the actual import. 
17         (doImportASCIIasLines): create a new file before doing the insert.
18         (doImportASCIIasParagraphs): ditto.
19
20         * lib/lyxrc.example: remove mention of non-existing commands
21
22         * lyx.man: remove mention of color-related switches.
23
24         * src/lyxrc.C: remove RC_SELECTIONCOLOR and RC_BACKGROUNDCOLOR. 
25
26         * src/lyx_gui.C: remove all the color-related ressources, which
27         are not used anymore.
28
29         * src/lyx_gui_misc.C (WarnReadonly): use MakeDisplayPath on file
30         name. 
31
32 2000-05-31 Dekel Tsur  <dekel@math.tau.ac.il>
33
34         * src/lyxrc.C (read): Add a missing break in the switch
35
36 2000-05-30 Dekel Tsur  <dekel@math.tau.ac.il>
37
38         * src/text2.C (InsertStringA): Fix a bug with insertion into table
39         
40         * src/trans_mgr.C (insertVerbatim): Do not use insetquote when the
41         text is Hebrew.
42                              
43 2000-05-27  Dekel Tsur  <dekel@math.tau.ac.il>
44
45         * src/text.C (draw): draw bars under foreign language words.
46         
47         * src/LColor.[Ch]: add LColor::language
48                             
49 2000-05-27 Dekel Tsur  <dekel@math.tau.ac.il>
50
51         * src/lyxcursor.h (boundary): New member variable
52
53         * src/text.C (IsBoundary): New methods
54
55         * src/text.C: Use the above for currect cursor movement when there
56         is both RTL & LTR text.
57         
58         * src/text2.C: ditto
59         
60         * src/bufferview_funcs.C (ToggleAndShow): ditto
61
62 2000-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
63
64         * src/text.C (DeleteLineForward): set selection to true to avoid
65         that DeleteEmptyParagraphMechanism does some magic. This is how it
66         is done in all other functions, and seems reasonable.
67         (DeleteWordForward): do not jump over non-word stuff, since
68         CursorRightOneWord() already does it.
69         
70         Remove the CHECK tag from DeleteLineForward, DeleteWordForward and
71         DeleteWordBackward, since they seem safe to me (since selection is
72         set to "true") DeleteEmptyParagraphMechanism does nothing.
73
74 2000-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
75
76         * src/lyx_main.C (easyParse): simplify the code by factoring the
77         part that removes parameters from the command line.
78         (LyX): check wether wrong command line options have been given.
79
80 2000-05-29  Lior Silberman <slior@math.huji.ac.il>
81
82         * src/lyx_main.C : add support for specifying user LyX
83         directory via command line option -userdir.
84
85 2000-05-26 Dekel Tsur  <dekel@math.tau.ac.il>
86
87         * src/menus.C (Add_to_toc_menu): Limit the number of popups, and
88         the number of items per popup.
89         (Add_to_refs_menu): Ditto.
90         
91 2000-05-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
92
93         * src/lyxparagraph.h: renamed ClearParagraph() to
94         StripLeadingSpaces() and moved it to paragraph.C. We pass the
95         textclass as parameter, and do nothing if free_spacing is
96         true. This fixes part of the line-delete-forward problems.
97
98         * src/CutAndPaste.C (cutSelection): use StripLeadingSpaces.
99         (pasteSelection): ditto.
100         (SwitchLayoutsBetweenClasses): more translatable strings.
101
102         * src/text2.C (CutSelection): use StripLeadingSpaces.
103         (PasteSelection): ditto.
104         (DeleteEmptyParagraphMechanism): ditto.
105
106 2000-05-26  Juergen Vigna  <jug@sad.it>
107
108         * src/TabularLayout.C (TabularOptionsCB): removed delete-table as this
109         is not needed in tabular insets.
110
111         * src/insets/insettabular.C (TabularFeatures): added missing features.
112
113         * src/tabular.C (DeleteColumn):
114         (AppendColumn): 
115         (AppendRow): implemented this functions
116         (cellsturct::operator=): clone the inset too; 
117
118 2000-05-23  Juergen Vigna  <jug@sad.it>
119
120         * src/insets/insettabular.C (LocalDispatch): better selection support
121         when having multicolumn-cells.
122
123 2000-05-26  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
124
125         * lib/layouts/linuxdoc.layout: fix indentation of paragraphs.
126
127 2000-05-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
128
129         * src/ColorHandler.C (getGCForeground): put more test into _()
130
131         * lib/examples/eu_splash.lyx: new file (Basque translation) from
132         Dooteo. 
133
134         * config/lyxinclude.m4 (LYX_PROG_CXX): use ${CXX} and not g++ to
135         get the version.
136
137 2000-05-25 Dekel Tsur  <dekel@math.tau.ac.il>
138
139         * src/lyx_cb.C (RefUpdateCB): disable appropriate buttons when
140         there are no labels, or when buffer is readonly.
141
142         * src/menus.C (ShowRefsMenu) disable appropriate menu items when
143         there are no labels, buffer is SGML, or when buffer is readonly.
144
145 2000-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
146
147         * src/LColor.C (LColor): change a couple of grey40 to grey60
148         (LColor): rewore initalization to make compiles go some magnitude
149         faster.
150         (getGUIName): don't use gettext until we need the string.
151
152 2000-05-09  Dekel Tsur  <dekel@math.tau.ac.il>
153
154         * src/Bullet.[Ch]: Fixed a small bug.
155
156 2000-05-21  Dekel Tsur  <dekel@math.tau.ac.il>
157
158         * src/paragraph.C (String): Several fixes/improvements
159
160         * src/insets/insetbib.[Ch] (InsetCitation::Ascii) New method
161
162 2000-05-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
163
164         * src/paragraph.C (String): give more correct output.
165
166 2000-05-20  Dekel Tsur  <dekel@math.tau.ac.il>
167
168         * src/lyxfont.C (stateText) Do not output the language if it is
169         eqaul to the language of the document.
170
171         * src/paragraph.C (TeXOnePar): Do not put language switch commands
172         between two paragraphs with the same language.
173
174         * src/paragraph.C (getParLanguage) Return a correct answer for an
175         empty dummy paragraph.
176
177         * src/menus.C (ShowTocMenu): Do not draw lines between LOF/LOT/LOA
178         menus.
179
180         * src/menus.C (ShowLayoutMenu) Add "Start of Appendix" item to the
181         layout menu.
182
183         * src/lyx_gui.C (init): Try to use helvetica (or fixed) fonts for
184         the menus/popup, if requested fonts are unavailable.
185
186 2000-05-22  Juergen Vigna  <jug@sad.it>
187
188         * src/insets/insettabular.C (LocalDispatch): added some more cursor
189         movement support (Up/Down/Tab/Shift-Tab).
190         (LocalDispatch): added also preliminari cursor-selection.
191
192         * src/LyXAction.C (init): added SHIFT-Tab as tab-backward.
193
194         * src/paragraph.C (PasteParagraph): Hopefully now right!
195
196 2000-05-22  Garst R. Reese  <reese@isn.net>
197
198         * layouts/hollywood.layout, broadway.layout : move Dialogue to top
199          of list, change all references to Environment to Command
200         * tex/hollywood.cls : rewrite environments as commands, add 
201         \uppercase to interiorshot and exteriorshot to force uppecase.
202         * tex/broadway.cls : rewrite environments as commands. Tweak
203         whitespace.
204
205 2000-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
206
207         * src/menus.C (Add_to_toc_menu): fix the code which limits the
208         size of items: use a constant intead of the hardcoded 40, and more
209         importantly do not remove the %m and %x tags added at the end.
210         (Add_to_refs_menu): use vector::size_type instead of
211         unsigned int as basic types for the variables. _Please_ do not
212         assume that size_t is equal to unsigned int. On an alpha, this is
213         unsigned long, which is _not_ the same.
214
215         * src/language.C (initL): remove language "hungarian", since it
216         seems that "magyar" is better.
217
218 2000-05-22  Juergen Vigna  <jug@sad.it>
219
220         * src/CutAndPaste.C: hopefully fixed memory the problem defenitively!
221
222         * src/tabular.C (OldFormatRead): added \end_deeper to the end LyXTable
223         end markers!
224
225         * src/paragraph.C (PasteParagraph): Possibly a memory leak as
226         next was deleted but not set to 0.
227
228 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
229
230         * src/language.C (initL): change the initialization of languages
231         so that compiles goes _fast_.
232
233         * src/menus.C (Add_to_toc_menu): limit the line length in TOC to
234         40 chars.
235
236         * src/lyxfunc.C (processKeyEvent): initalize keysym_return to 0.
237
238 2000-05-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
239
240         * release 1.1.5pre3
241
242 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
243
244         * src/WorkArea.C (request_clipboard_cb): give "C" linkage.
245
246 2000-05-19  Dekel Tsur  <dekel@math.tau.ac.il>
247
248         * src/commandtags.h
249         * src/LyXAction.C
250         * src/lyxfunc.C (Dispatch): Added LFUN_LOFVIEW, LFUN_LOTVIEW
251         and LFUN_LOAVIEW
252         
253         * src/insets/insetlo*.[Ch]: Made editable
254
255 2000-05-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
256
257         * src/text2.C (SetSelection): call BufferView::stuffClipboard with
258         the current selection.
259
260         * src/BufferView_pimpl.C (stuffClipboard): new method
261
262         * src/BufferView.C (stuffClipboard): new method
263
264         * src/paragraph.C (String): new method
265
266         * src/LColor.C (getFromLyXName): return LColor::inherit instead of
267         LColor::ignore when lyxname is not found.
268
269         * src/BufferView.C (pasteSelection): new method
270
271         * src/BufferView_pimpl.C (pasteSelection): new method
272
273         * src/lyxfunc.C (Dispatch): use the new clipboard functions.
274
275         * src/WorkArea.C (request_clipboard_cb): new static function
276         (getClipboard): new method
277         (putClipboard): new method
278
279 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
280
281         * LyX 1.1.5pre2 released
282
283 2000-05-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
284
285         * src/vspace.C (operator=): removed
286         (operator=): removed
287
288         * src/lyx_gui_misc.C (askForText): manually set the type in make_pair
289
290         * src/layout.C (NumberOfClass): manually set the type in make_pair
291         (NumberOfLayout): ditto
292
293         * src/language.C: use the Language constructor for ignore_lang
294
295         * src/language.h: add constructors to struct Language
296
297         * src/BufferView_pimpl.C (scrollDown): change to pair<float, float>
298
299         * src/text2.C (SetCursorIntern): comment out #warning
300
301         * src/mathed/math_symbols.C (pixmapFromBitmapData): add const_cast
302
303         * src/mathed/math_iter.h: initialize sx and sw to 0
304
305 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
306
307         * forms/lyx.fd: Redesign of form_ref
308
309         * src/LaTeXFeatures.[Ch]
310         * src/buffer.C
311         * src/lyx_cb.C
312         * src/menus.C   
313         * src/insets/insetref.[Ch]: Added support for varioref and prettyref.
314
315         * src/buffer.h
316         * src/lyxparagraph.h: Added new classes: LyXParagraph::inset_iterator
317         and Buffer::inset_iterator.
318
319         * src/menus.C: Added new menus: TOC and Refs.
320
321         * src/insets/insetlabel.C (Edit) Made InsetLabel editable.
322
323         * src/buffer.C (getTocList): New method.
324
325         * src/BufferView2.C (ChangeRefs): New method.
326
327         * src/buffer.C (getLabelList): New method. It replaces the old
328         getReferenceList. The return type is vector<string> instead of 
329         string.
330
331         * src/insets/insetinclude.C (getLabelList): New method. Replaces
332         the old getLabel() and GetNumberOfLabels() methods.
333         * src/insets/insetlabel.C (getLabelList): ditto
334         * src/mathed/formula.C (getLabelList): ditto
335         
336         * src/paragraph.C (String): New method.
337
338         * src/lyx_cb.C (TocSelectCB,TocUpdateCB): Rewritten.
339         Uses the new getTocList() method. 
340         TocSelectCB() now calls to TocUpdateCB() before moving the cursor, 
341         which automatically updates the contents of the browser.
342         (RefUpdateCB): Use the new getLabelList method.
343
344         * src/lyxfunc.C (Dispatch): Give an error if the label is not found.
345         
346         * src/BufferView2.C (gotoLabel) Use the new getLabelList method.
347
348         * src/spellchecker.C: Added using std::reverse;
349
350 2000-05-19  Juergen Vigna  <jug@sad.it>
351
352         * src/tabular.C (Validate): fixed/added validating of LaTeXFeatures.
353
354         * src/insets/insettext.C (computeTextRows): small fix for display of
355         1 character after a newline.
356
357         * src/tabular.C (OldFormatRead): fixed the OldFormatRead with regard
358         to cont-rows!
359
360 2000-05-18  Juergen Vigna  <jug@sad.it>
361
362         * src/insets/insettabular.C (TabularFeatures): fixed update of display
363         when changing width of column.
364
365         * src/tabular.C (set_row_column_number_info): setting of
366         autobreak rows if necessary.
367
368 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
369
370         * src/lyxvc.C (toggleReadOnly): use VCS::status() instead of stat()
371
372         * src/vc-backend.*: renamed stat() to status() and vcstat to
373         vcstatus. It happens that Tru64 Unix 5.0 has stat() as a macro and
374         compilation broke. The new name seems more relevant, anyway.
375
376 2000-05-17  Juergen Vigna  <jug@sad.it>
377
378         * src/BufferView2.C (removeAutoInsets): fixed use of AutoDeleteInsets
379         which was wrong if the removing caused removing of rows!
380
381         * src/lyxlex_pimpl.C (next, nextToken): insert support for pushToken.
382         (pushToken): new function.
383
384         * src/text2.C (CutSelection): fix problem discovered with purify
385
386 2000-05-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
387
388         * src/debug.C (showTags): enlarge the first column, now that we
389         have 6-digits debug codes.
390
391         * lib/layouts/hollywood.layout:
392         * lib/tex/hollywood.cls:        
393         * lib/tex/brodway.cls: 
394         * lib/layouts/brodway.layout: more commands and fewer
395         environments. Preambles moved in the .cls files. Broadway now has 
396         more options on scene numbering and less whitespace (from Garst)
397
398         * src/insets/insetbib.C (getKeys): make sure that we are in the
399         document directory, in case the bib file is there.
400
401         * src/insets/insetbib.C (Latex): revert bogus change.
402
403 2000-05-16  Juergen Vigna  <jug@sad.it>
404
405         * src/insets/insettabular.C (UnlockInsetInInset): Changes to update
406         the TabularLayout on cursor move.
407
408         * src/TabularLayout.C (TabularOptionsCB): Wrong call to MenuLayoutTable
409
410         * src/insets/insettabular.C (Clone): Clone the LyXTabular for
411         undo-handling.
412         (getCellXPos): 
413         (draw): fixed cursor position and drawing so that the cursor is
414         visible when before the tabular-inset.
415
416         * src/insets/insettext.C (init): drawLockedFrame was not initialized
417         when creating from old insettext.
418
419         * src/tabular.C (Clone): added Clone of text-inset for undo-handling.
420
421 2000-05-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
422
423         * lib/tex/hollywood.cls: better algorithm for page breaks (Garst)
424         * lib/tex/brodway.cls: ditto 
425
426         * lib/layouts/brodway.layout: change alignment of parenthical
427         layout (Garst)
428         
429 2000-05-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
430
431         * config/lyxinclude.m4 (LYX_PATH_XFORMS): make it clear that only
432         versions 0.88 and 0.89 are supported.
433
434 2000-05-15  Juergen Vigna  <jug@sad.it>
435
436         * src/insets/insetcollapsable.C (draw): enhancements in drawing and
437         width calculating.
438
439         * src/insets/insettext.C (computeTextRows): redone completely this
440         function in a much cleaner way, because of problems when having a
441         fixed maxWidth.
442         (draw): added a frame border when the inset is locked.
443         (SetDrawLockedFrame): this sets if we draw the border or not.
444         (SetFrameColor): this sets the frame color (default=insetframe).
445
446         * src/insets/lyxinset.h: added x() and y() functions which return
447         the top_x and top_baseline values. Added a GetFirstLockingInsetOfType
448         function which is needed to see if we have a locking inset of some
449         type in this inset (needed for now in insettabular).
450
451         * src/vspace.C (inPixels): the same function also without a BufferView
452         parameter as so it is easier to use it in some ocasions.
453
454         * src/lyxfunc.C: changed all places where insertInset was used so
455         that now if it couldn't be inserted it is deleted!
456
457         * src/TabularLayout.C: 
458         * src/TableLayout.C: added support for new tabular-inset!
459
460         * src/BufferView2.C (insertInset): this now returns a bool if the
461         inset was really inserted!!!
462
463         * src/tabular.C (GetLastCellInRow): 
464         (GetFirstCellInRow): new helper functions.
465         (Latex): implemented for new tabular class.
466         (TeXCellPostamble): 
467         (TeXCellPreamble): 
468         (TeXBottomHLine): 
469         (TeXTopHLine): new Latex() helper functions.
470
471 2000-05-12  Juergen Vigna  <jug@sad.it>
472
473         * src/mathed/formulamacro.C (Read): 
474         * src/mathed/formula.C (Read): read also the \end_inset here!
475
476 2000-05-10  Dekel Tsur  <dekel@math.tau.ac.il>
477
478         * src/mathed/math_write.C (MathParInset::Write): Fixed a bug:
479         crush when saving formulae with unbalanced parenthesis.
480
481 20000-05-11  Dekel Tsur  <dekel@math.tau.ac.il>
482
483         * src/layout.C: Add new keyword "endlabelstring" to layout file
484
485         * src/text.C (GetVisibleRow): Draw endlabel string.
486
487         * lib/layouts/broadway.layout
488         * lib/layouts/hollywood.layout: Added endlabel for the
489         Parenthetical layout.
490
491         * lib/layouts/heb-article.layout: Do not use slanted font shape
492         for Theorem like environments.
493
494         * src/buffer.C (makeLaTeXFile): Always add "american" to 
495         the UsedLanguages list if document language is RTL. 
496
497 2000-05-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
498
499         * add addendum to README.OS2 and small patch (from SMiyata)
500
501 2000-05-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
502
503         * many files: correct the calls to ChangeExtension().
504
505         * src/support/filetools.C (ChangeExtension): remove the no_path
506         argument, which does not belong there. Use OnlyFileName() instead.
507
508         * src/insets/insetbib.C (Latex): use absolute paths for bibtex
509         files when LaTeXing a non-nice latex file.
510
511         * src/lyxlookup.C (isDeadEvent): use a switch statement instead of
512         a chain of "if". Return false when deadkeys are not handled.
513         
514         * src/lyx_main.C (LyX): adapted the code for default bindings.
515
516         * src/kbmap.C (defaultKeyBindings): new method. Performs the default
517         bindings for basic functionality (except deadkeys).
518         (deadKeyBindings): new method. Performs the bindings of deadkeys.
519
520         * src/lyxrc.C (defaultKeyBindings): moved to lyx_main.C 
521         several methods: handle override_x_deadkeys.
522
523         * src/lyxrc.h: remove the "bindings" map, which did not make much
524         sense anyway. New variable override_x_deadkeys, defaulting to "true".
525         
526 2000-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
527
528         * src/lyxfont.C (stateText): use a saner method to determine
529         whether the font is "default". Seems to fix the crash with DEC
530         cxx. 
531
532         * src/Bullet.[Ch] (Bullet): remove const on parameters.
533
534 2000-05-08  Juergen Vigna  <jug@sad.it>
535
536         * src/insets/insettabular.C (InsetButtonRelease): Now opens the
537         TabularLayoutMenu with mouse-button-3
538         (LocalDispatch): added LFUN_MENU_LAYOUT to open the Tabular-Layout.
539
540         * src/TabularLayout.C: added this file for having a Layout for
541         tabular-insets.
542
543 2000-05-05  Juergen Vigna  <jug@sad.it>
544
545         * src/insets/insettabular.C (UpdateLocal): resetCursorPos when
546         recalculating inset-widths.
547         (TabularFeatures): activated this function so that I can change
548         tabular-features via menu.
549
550         * src/menus.C (ShowEditMenu): inserted support for insettabular so
551         that I can test some functions with the Table menu.
552
553 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
554
555         * src/lyxfont.C (stateText): guard against stupid c++libs.
556
557         * src/tabular.C: add using std::vector
558         some whitespace changes, + removed som autogenerated code.
559
560         * src/buffer.C (parseSingleLyXformat2Token): stupid bug.
561
562 2000-05-05  Juergen Vigna  <jug@sad.it>
563
564         * src/tabular.[Ch]: now using std:vector instead of arrays for all the
565         row, columns and cellstructures.
566
567 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
568
569         * lib/lyxrc.example: remove obsolete entries.
570
571         * src/buffer.C (parseSingleLyXformat2Token): patch from dekel, fix
572         reading of protected_separator for free_spacing.
573
574 2000-05-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
575
576         * src/text.C (draw): do not display an exclamation mark in the
577         margin for margin notes. This is confusing, ugly and
578         uninformative. 
579
580         * src/LaTeXFeatures.C (getPackages): load amssymb also when 'Use
581         AMS math' is checked.
582
583         * src/buffer.C (makeLaTeXFile): do not depend on the textclass
584         name to see whether including the amsmath package is needed.
585
586 2000-05-05  Dekel Tsur  <dekel@math.tau.ac.il>
587
588         * src/paragraph.C (validate): Compute UsedLanguages correctly
589         (don't insert the american language if it doesn't appear in the
590         document)
591
592         * src/paragraph.C (TeXOnePar,SimpleTeXOnePar,SimpleTeXSpecialChars)
593         The argument of \thanks{} command is considered moving argument
594
595         * src/paragraph.C (SimpleTeXOnePar): Put \protect before \\ if in
596         moving argument.
597
598 2000-05-04  Dekel Tsur  <dekel@math.tau.ac.il>
599
600         * src/text.C (GetVisibleRow): Improved drawing of vertical lines
601         for appendix/minipage/depth. The lines can be now both in the footnote 
602         frame, and outside the frame.
603
604         * src/text.C (SingleWidth,draw): Correct rendering of Hebrew vowels
605         points ("nikud")
606
607 2000-05-05  Juergen Vigna  <jug@sad.it>
608
609         * src/table.[Ch]: removed the inset and buffer stuff as this is now
610         neede only in tabular.[Ch].
611
612 2000-05-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
613
614         * src/insets/insetspecialchar.C (Read): allow command == '~' for
615         PROTECTED_SEPARATOR 
616         (Write): write '~' for PROTECTED_SEPARATOR
617
618 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
619
620         * src/lyxparagraph.h: add a friend struct matchIT after the struct
621         InsetTable.
622
623         * src/mathed/formula.C (drawStr): rename size to siz.
624
625         * src/insets/figinset.C (RestoreForm): rename pflags to piflags,
626         possibly fix a bug by not changing the pflags = flags to piflags =
627         flags.
628
629 2000-05-05  Juergen Vigna  <jug@sad.it>
630
631         * src/insets/insetbib.C: moved using directive
632
633         * src/ImportNoweb.C: small fix for being able to compile (missing
634         include cstdlib)
635
636 2000-05-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
637
638         * config/lyxinclude.m4 (LYX_CXX_STL_STRING): change the test not
639         to use clear, since we don't depend on this in the code. Add test
640         for string::compare
641
642 2000-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
643
644         * (various *.C files): add using std::foo directives to please dec
645         cxx.
646
647         * replace calls to string::clear() to string::erase() (Angus)
648
649         * src/cheaders/cmath: modified to provide std::abs.
650
651 2000-05-04  Juergen Vigna  <jug@sad.it>
652
653         * src/insets/insettext.C: Prepared all for inserting of multiple
654         paragraphs. Still display stuff to do (alignment and other things),
655         but I would like to use LyXText to do this when we cleaned out the
656         table-support stuff.
657
658         * src/insets/insettabular.C: Changed lot of stuff and added lots
659         of functionality still a lot to do.
660
661         * src/tabular.C: Various functions changed name and moved to be
662         const functions. Added new Read and Write functions and changed
663         lots of things so it works good with tabular-insets (also removed
664         some stuff which is not needed anymore * hacks *).
665
666         * src/lyxcursor.h: added operators == and != which just look if
667         par and pos are (not) equal.
668
669         * src/buffer.C (latexParagraphs): inserted this function to latex
670         all paragraphs form par to endpar as then I can use this too for
671         text-insets.
672
673         * src/text2.C (SetLayout): Changed this to use a cursor this is needed
674         so that I can call this to from text insets with their own cursor.
675
676         * src/buffer.C (makeLaTeXFile): added the output of one \n after the
677         output off all paragraphs (because of the fix below)!
678
679         * src/paragraph.C (TeXOnePar): removed output of \n when we are in
680         the very last paragraph (this could be also the last paragraph of an
681         inset!)
682
683         * src/texrow.h: added rows() call which returns the count-variable.
684
685 2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
686
687         * lib/lyxrc.example: fix examples for exporting SGML to HTML.
688
689         * lib/configure.m4: better autodetection of DocBook tools.
690
691 2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
692
693         * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
694
695         * src/lyx_cb.C: add using std::reverse;
696
697         * src/LaTeX.C (run): on error always run deleteFilesOnError before
698         returning.
699
700         * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
701         selected files. Should fix repeated errors from generated files.
702
703 2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
704
705         * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
706
707         * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
708         the spellchecker popup. 
709
710         * lib/lyxrc.example:  Removed the \number_inset section
711
712 2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
713
714         * src/insets/figinset.C (various): Use IsFileReadable() to make
715         sure that the file actually exist. Relying on ghostscripts errors
716         is a bad idea since they can lead to X server crashes.  
717
718 2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
719
720         * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
721         open under CYGWIN 
722
723         * lib/lyxrc.example: smallish typo in description of
724         \view_dvi_paper_option 
725
726 2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
727
728         * src/lyxfunc.h:
729         * src/lyxfunc.C: doImportHelper to factor out common code of the
730         various import methods. New functions doImportASCIIasLines,
731         doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
732         doImportLinuxDoc  for the  format specific parts.
733
734         * buffer.h:
735         * buffer.C: Dispatch  returns now a bool to indicate success
736
737         * lyx_gui.h:
738         * lyx_gui.C: Add getLyXView() for member access
739
740         * lyx_main.C: Change logic for batch commands: First try
741         Buffer::Dispatch (possibly without GUI), if that fails, use
742         LyXFunc::Dispatch
743
744         * lyx_main.C: Add support for --import command line switch.
745         Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
746         Available Formats: Everything  accepted by 'buffer-import <format>'
747
748 2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
749
750         * src/lyx_gui.C (create_forms): small oneliner from Garst to have
751         unnumbered parts.
752
753         * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
754         documents will be reformatted upon reentry.
755
756 2000-04-27  Juergen Vigna  <jug@sad.it>
757
758         * src/CutAndPaste.C (pasteSelection): last paragraph was not returned
759         correctly only last pos this was a bug.
760
761 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
762
763         * release of lyx-1.1.5pre1
764
765 2000-04-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
766
767         * src/insets/insettabular.[Ch]: fix the Clone() declaration.
768
769         * src/menus.C: revert the change of naming (Figure->Graphic...)
770         from 2000-04-11. It was incomplete and bad.
771         
772         * src/LColor.[Ch]: add LColor::depthbar.
773         * src/text.C (GetVisibleRow): use it.
774
775         * README: update the languages list.
776
777 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
778
779         * src/text.C (GetVisibleRow): show the depth of paragraphs using
780         vertical bars.
781
782 2000-04-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
783
784         * README: remove sections that were just wrong.
785
786         * src/text2.C (GetRowNearY): remove currentrow code
787
788         * src/text.C (GetRow): remove currentrow code
789
790         * src/screen.C (Update): rewritten a bit.
791         (SmallUpdate): removed func
792
793         * src/lyxtext.h (text_status): removed NEED_LITTLE_REFRESH, never
794         used.
795         (FullRebreak): return bool
796         (currentrow): remove var
797         (currentrow_y): ditto
798
799         * src/lyxscreen.h (Draw): change arg to unsigned long
800         (FitCursor): return bool
801         (FitManualCursor): ditto
802         (Smallpdate): remove func
803         (first): change to unsigned long
804         (DrawOneRow): change second arg to long (from long &)
805         (screen_refresh_y): remove var
806         (scree_refresh_row): ditto
807         
808         * src/lyxrow.h: change baseline to usigned int from unsigned
809         short, this brings some implicit/unsigned issues out in the open.
810
811         * src/lyxfunc.C (moveCursorUpdate): update(0) == update(-2) change
812         accordingly.
813         (Dispatch): don't call updateScrollbar after fitCursor. Use update
814         instead of smallUpdate.
815
816         * src/lyxcursor.h: change y to unsigned long
817
818         * src/buffer.h: don't call updateScrollbar after fitcursor
819
820         * src/buffer.C (parseSingleLyXformat2Token): move variables to
821         where they are used. Removed "\\direction", this was not present
822         in 1.1.4 and is already obsolete. Commented out some code that I
823         believe to never be called.
824         (runLiterate): don't call updateScrollbar after fitCursor
825         (runLaTeX): ditto
826         (buildProgram): ditto
827         (runChktex): ditto
828
829         * src/WorkArea.h (workWidth): change return val to unsigned
830         (width): ditto
831         (height): ditto
832         (redraw): remove the button redraws
833         (setScrollbarValue): change for scrollbar
834         (getScrollbarValue): change for scrollbar
835         (getScrollbarBounds): change for scrollbar
836
837         * src/WorkArea.C (C_WorkArea_up_cb): removed func
838         (C_WorkArea_down_cb): removed func
839         (WorkArea): use fl_add_scrollbar instead of two buttons and a slider.
840         (resize): change for scrollbar
841         (setScrollbar): ditto
842         (setScrollbarBounds): ditto
843         (setScrollbarIncrements): ditto
844         (up_cb): removed func
845         (down_cb): removed func
846         (scroll_cb): change for scrollbar
847         (work_area_handler): ditto
848
849         * src/BufferView_pimpl.C (fitCursor): only call updateScrollbar
850         when FitCursor did something.
851         (updateScrollbar): some unsigned changes
852         (downCB): removed func
853         (scrollUpOnePage): removed func
854         (scrollDownOnePage): remvoed func
855         (workAreaMotionNotify): don't call screen->FitCursor but use
856         fitCursor instead. and bool return val
857         (workAreaButtonPress): ditto
858         (workAreaButtonRelease): some unsigned changes
859         (checkInsetHit): ditto
860         (workAreaExpose): ditto
861         (update): parts rewritten, comments about the signed char arg added
862         (smallUpdate): removed func
863         (cursorPrevious): call needed updateScrollbar
864         (cursorNext): ditto
865
866         * src/BufferView2.C (allFloats): don't call updateScrollbar after
867         fitCursor.
868
869         * src/BufferView.[Ch] (upCB): removed func
870         (downCB): removed func
871         (smallUpdate): removed func
872
873 2000-04-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
874
875         * src/lyxtext.h src/text.C src/text2.C: removed support for the
876         currentrow, currentrow_y optimization. This did not help a lot and
877         if we want to do this kind of optimization we should rather use
878         cursor.row instead of the currentrow. 
879
880         * src/buffer.C (parseSingleLyXformat2Token): fixed mistake in
881         buffer spacing and klyx spacing support.
882
883 2000-04-25  Dekel Tsur  <dekel@math.tau.ac.il>
884
885         * src/spellchecker.C (RunSpellChecker): Speedup spellchecking by
886         a factor of 50!
887
888 2000-04-26  Juergen Vigna  <jug@sad.it>
889
890         * src/insets/figinset.C: fixes to Lars sstream changes!
891
892 2000-04-23  Dekel Tsur  <dekel@math.tau.ac.il>
893
894         * A lot of files: Added Ascii(ostream &) methods to all inset
895         classes. Used when exporting to ASCII.
896         
897         * src/buffer.C (writeFileAscii,RoffAsciiTable)
898         * src/paragraph.C (RoffContTableRows): Use the Ascii() methods
899         instead of Latex()
900
901         * src/text2.C (ToggleFree): Disabled implicit word selection when
902         there is a change in the language
903         
904         * src/insets/insetspecialchar.C (Linuxdoc,DocBook): Fixed a bug:
905         no output was generated for end-of-sentence inset.
906         
907         * src/insets/lyxinset.h
908         * src/buffer.C
909         * src/lyxfunc.C
910         * src/paragraph.C: Removed the insetnumber code
911
912         * src/text.C (SelectWordWhenUnderCursor): Cleaned the code.
913
914 2000-04-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
915
916         * src/buffer.C (parseSingleLyXformat2Token): remove no_isolatin1,
917         no_babel and no_epsfig completely from the file.
918         (parseSingleLyXformat2Token): add handling for per-paragraph
919         spacing as written by klyx.
920
921         * src/insets/figinset.C: applied patch by Andre. Made it work with
922         ostringstream too.
923
924 2000-04-20  Juergen Vigna  <jug@sad.it>
925
926         * src/insets/insettext.C (cutSelection): 
927         (copySelection): Fixed with selection from right to left.
928         (draw): now the rows are not recalculated at every draw.
929         (computeTextRows): for now reset the inset-owner here (this is
930         important for an undo or copy where the inset-owner is not set
931         automatically!)
932
933         * src/BufferView_pimpl.C (workAreaMotionNotify): when passing the
934         motion to the_locking_inset screen->first was forgotten, this was
935         not important till we got multiline insets.
936
937 2000-04-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
938
939         * src/mathed/formulamacro.C (Latex): remove CHECK comment, since
940         code seems to be alright (it is code changed by Dekel, and the
941         intent is indeed that all macros should be defined \protect'ed)
942
943         * NEWS: a bit of reorganisation of the new user-visible features.
944
945 2000-04-19  Juergen Vigna  <jug@sad.it>
946
947         * src/insets/insettext.C (init): using a LyXCursor now for cursor
948         position. Set the inset_owner of the used paragraph so that it knows
949         that it is inside an inset. Fixed cursor handling with mouse and
950         cursor keys. Fixed wrong timed inset redraws and lots of other changes
951         and cleanups to make TextInsets work better.
952
953         * src/insets/insettext.h: Using a LyXCursor now. Added a clear() call.
954         Changed parameters of various functions and added LockInsetInInset().
955
956         * src/insets/insettext.C: 
957
958         * src/insets/insetcollapsable.h: 
959         * src/insets/insetcollapsable.C: 
960         * src/insets/insetfoot.h: 
961         * src/insets/insetfoot.C: 
962         * src/insets/insetert.h: 
963         * src/insets/insetert.C: cleaned up the code so that it works now
964         correctly with insettext.
965
966         * src/insets/inset.C: 
967         * src/insets/lyxinset.h: inserted inset_owner and some more changes so
968         that insets in insets are supported right.
969
970         * src/table.h: 
971         * src/table.C: lots of changes for use with inset tabular (and cleanup)
972
973         * src/paragraph.C: some small fixes
974
975         * src/debug.h: inserted INSETS debug info
976
977         * src/lyxfunc.C (Dispatch): added code for InsetTabular and some inset
978         fixes (f.ex. calling LFUN_DOWN if exiting inset with LFUN_DOWN).
979
980         * src/commandtags.h: 
981         * src/LyXAction.C: insert code for InsetTabular.
982
983         * src/BufferView_pimpl.C (workAreaMotionNotify): do return always if
984         not Button1MotionMask.
985         (workAreaButtonRelease): send always a InsetButtonRelease event to
986         the_locking_inset.
987         (checkInsetHit): some setCursor fixes (always with insets).
988
989         * src/BufferView2.C (lockInset): returns a bool now and extended for
990         locking insets inside insets.
991         (showLockedInsetCursor): it is important to have the cursor always
992         before the locked inset.
993         (fitLockedInsetCursor): forgot adding of InsetInInsetY()-offset.
994
995         * src/BufferView.h: made lockInset return a bool.
996
997         * src/lyxtext.h: inserted function SetCursor(LyXCursor, ...).
998
999         * src/text2.C (SetCursor): This now has a version with a LyXCursor
1000         that is used also internally but can be called as public to have back
1001         a cursor pos which is not set internally.
1002         (SetCursorIntern): Changed to use above function.
1003
1004         * src/CutAndPaste.C (DeleteBuffer): forgot to inizialize textclass
1005
1006 2000-04-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
1007
1008         * ANNOUNCE: 
1009         * INSTALL: 
1010         * UPGRADING: 
1011         * NEWS: updated for prerelease of 1.1.5. Please comment and send
1012         patches for things that should be in or should be changed.
1013
1014         * src/* [insetfiles]: change "usigned char fragile" to bool
1015         fragile. There was only one point that could that be questioned
1016         and that is commented in formulamacro.C. Grep for "CHECK".
1017         
1018         * src/CutAndPaste.C (getBufferTextClass): unused func, removed.
1019         (DeleteBuffer): take it out of CutAndPaste and make it static.
1020
1021 2000-04-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1022
1023         * src/paragraph.C (TeXOnePar): use the new method in Spacing to
1024         output the spacing envir commands. Also the new commands used in
1025         the LaTeX output makes the result better.
1026
1027         * src/Spacing.C (writeEnvirBegin): new method
1028         (writeEnvirEnd): new method
1029
1030 2000-04-18  Juergen Vigna  <jug@sad.it>
1031
1032         * src/CutAndPaste.C: made textclass a static member of the class
1033         as otherwise it is not accesed right!!!
1034
1035 2000-04-17  Dekel Tsur  <dekel@math.tau.ac.il>
1036
1037         * forms/layout_forms.fd
1038         * src/layout_forms.h
1039         * src/layout_forms.C (create_form_form_character)
1040         * src/lyx_cb.C (UserFreeFont)
1041         * src/lyx_gui.C (create_forms): Added GUI support for multi-lingual
1042        documents (in the layout->character popup).
1043
1044 2000-04-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1045
1046         * src/spellchecker.C (create_ispell_pipe): fix a bug where
1047         \spell_command was in fact not honored (from Kevin Atkinson).
1048
1049         * src/lyx_gui.C (~LyXGUI): make sure lyxViews is deleted when
1050         quitting (Angus)
1051
1052         * src/lyx_gui.h: make lyxViews private (Angus)
1053
1054 2000-04-15  Dekel Tsur  <dekel@math.tau.ac.il>
1055
1056         * src/mathed/math_write.C
1057         (MathMatrixInset::Write) Put \protect before \begin{array} and
1058         \end{array} if fragile
1059         (MathParInset::Write): Put \protect before \\ if fragile
1060
1061 2000-04-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1062
1063         * src/lyx_gui.C (LyXGUI): initialize the LyXColorHandler. The
1064         initialization if the LyXColorHandler must be done after the
1065         connections to the XServer has been established.
1066
1067         * src/insets/figinset.C (runqueue): change the grabing a bit. Also
1068         get the background pixel from the lyxColorhandler so that the
1069         figures are rendered with the correct background color.
1070         (NextToken): removed functions.
1071         (GetPSSizes): use ifs >> string instead of NextToken.
1072
1073         * src/Painter.[Ch]: the color cache moved out of this file. 
1074
1075         * src/ColorHandler.[Ch]: new files. Holds the gc cache for color
1076         and lines.  
1077
1078 2000-04-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1079
1080         * src/WorkArea.C (work_area_handler): call BufferView::enterView
1081         and Buffer::leaveView when FL_ENTER and FL_LEAVE.
1082
1083         * src/BufferView.C (enterView): new func
1084         (leaveView): new func
1085
1086         * src/BufferView_pimpl.C (enterView): new func, sets xterm cursor
1087         when approp.
1088         (leaveView): new func, undefines xterm cursor when approp.
1089
1090         * src/bufferview_funcs.C: moved SetXCursor to BufferView_pimp.C
1091         (AllowInput): delete the Workarea cursor handling from this func.
1092
1093         * src/Painter.C (underline): draw a slimer underline in most cases.
1094
1095         * src/lyx_main.C (error_handler): use extern "C"
1096
1097 2000-04-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1098
1099         * src/insets/figinset.C (DocBook): small patch from Jose (jamatos)
1100         sent directly to me.
1101
1102         * src/text2.C (DeleteEmptyParagraphMechanism): small patch posted
1103         to the list by Dekel.
1104
1105         * src/lyxfunc.C (Dispatch): make PARAGRAPH_SPACING compile with
1106         strstream too.
1107
1108         * src/bufferview_funcs.[Ch]: two new files, moved several of the
1109         methods from lyx_cb.here.
1110
1111         * src/lyx_cb.C: in addition to the above; removed input_prohibited
1112         it was not used.
1113
1114 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1115
1116         * src/lyx_cb.[Ch]: made several functions take a BufferView* arg
1117         instead of using current_view directly. 
1118
1119         * src/lyxfunc.C (Dispatch): the paragraph-spacing implementation
1120
1121         * src/LyXAction.C (init): add the paragraph-spacing command.
1122
1123         * src/commandtags.h: add enum for LFUN_PARAGRAPH_SPACING
1124
1125         * src/buffer.C (parseSingleLyXformat2Token): read the paragraph spacing
1126
1127         * src/lyx_cb.C (CurrentState): output a string when the spacing is
1128         different from the documents.
1129
1130         * src/text.C (SetHeightOfRow): take paragraph spacing into
1131         account, paragraph spacing takes precedence over buffer spacing
1132         (GetVisibleRow): ditto
1133
1134         * src/paragraph.C (writeFile): output the spacing parameter too.
1135         (validate): set the correct features if spacing is used in the
1136         paragraph. 
1137         (Clear): set spacing to default
1138         (MakeSameLayout): spacing too
1139         (HasSameLayout): spacing too
1140         (SetLayout): spacing too
1141         (TeXOnePar): output the spacing commands
1142
1143         * src/lyxparagraph.h: added a spacing variable for use with
1144         per-paragraph spacing.
1145
1146         * src/Spacing.h: add a Default spacing and a method to check if
1147         the current spacing is default. also added an operator==
1148
1149         * src/text2.C (DeleteEmptyParagraphMechanism): added a
1150         RedoParagraphs.
1151
1152 2000-04-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1153
1154         * src/lyxserver.C (callback): fix dispatch of functions
1155
1156         * src/insets/insetlatexaccent.C (checkContents): turn bogus
1157         printf() into lyxerr call. 
1158
1159         * src/tex-strings.C (tex_fonts): add "pslatex" to the choice of
1160         fonts. 
1161
1162         * src/menus.C (ShowInsertMenu): rename "Figure" to "Graphic",
1163         "Table" to "Table Box", "Float" to "Floating Material"; deletes
1164         the "Float" from each of the subitems.
1165         (ShowHelpMenu): add entry for "FAQ" and "TOC".
1166
1167         * src/support/DebugStream.h: add an #ifdef to work around a gcc
1168         2.8.x compiler error. Yes, I know, gcc 2.8.1 is bad, but I
1169         documented the change so that the workaround can be nuked later.
1170
1171         * src/lyx_gui_misc.C (getScreenDPI): new function. Code moved from 
1172         LyX::init().
1173         
1174         * src/lyxlex_pimpl.C (next): do not re-declare the default value
1175         of arguments.
1176         * src/buffer.C (getLatexName): ditto
1177         (setReadonly): ditto
1178
1179 2000-04-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
1180
1181         * src/LaTeXFeatures.h: add a const reference to BufferParams, to
1182         avoid some uses of current_view. Added also a bufferParams()
1183         method to get at this.
1184
1185         * src/lyxtext.h: changed params->buffer and paramters->bparams.
1186
1187 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1188
1189         * src/lyxparagraph.[Ch]: removed
1190         operator<(LyXParagraph::InsetTable..., added a struct matchIT
1191         with operators used by lower_bound and
1192         upper_bound in InsetTable's
1193         Make struct InsetTable private again. Used matchpos.
1194
1195 2000-04-08  Dekel Tsur  <dekel@math.tau.ac.il>
1196         
1197         * src/lyx_cb.C (DocumentApplyCB): When changing the language of the
1198         document, the language of existing text is changed (unless the
1199         document is multi-lingual)
1200
1201         * src/buffer.C (ChangeLanguage,isMultiLingual) New methods.
1202
1203         * src/paragraph.C (ChangeLanguage,isMultiLingual) New methods.
1204
1205         * A lot of files: A rewrite of the Right-to-Left support.
1206                                                                            
1207 2000-04-10  Juergen Vigna  <jug@sad.it>
1208
1209         * src/BufferView2.C (showLockedInsetCursor): small bugfix for
1210         misplaced cursor when inset in inset is locked.
1211
1212         * src/insets/insettext.C (LocalDispatch): small fix so that a
1213         BREAKLINE is not inserted if we don't permit it with autBreakRows.
1214
1215         * src/insets/insetfoot.C (GetDrawFont): implemented this as the
1216         footnote font should be decreased in size twice when displaying.
1217
1218         * src/insets/insettext.C (GetDrawFont): inserted this function as
1219         the drawing-font may differ from the real paragraph font.
1220
1221         * src/lyxfunc.C (processKeyEvent): fixed Esc-handling when unlocking
1222         insets (inset in inset!).
1223
1224         * src/insets/insetfoot.C (InsertInsetAllowed): implemented the below
1225         function here because we don't want footnotes inside footnotes.
1226
1227         * src/insets/insettext.C (InsetText): forgot to set autoBreakRows for
1228         Cloned insets.
1229         (init): now set the inset_owner in paragraph.C
1230         (LocalDispatch): added some resetPos() in the right position
1231         (cutSelection): 
1232         (copySelection): 
1233         (pasteSelection): changed to use the new CutAndPaste-Class.
1234
1235         * src/insets/lyxinset.h: inserted new function InsertInsetAllowed
1236         which tells if it is allowed to insert another inset inside this one.
1237
1238         * src/lyx_cb.C (DocumentApplyCB): Using CutAndPaste-Class for
1239         SwitchLayoutsBetweenClasses.
1240
1241         * src/text2.C (InsertInset): checking of the new paragraph-function
1242         InsertInsetAllowed.
1243         (DeleteSimpleCutBuffer): removed (for now only with #ifdef) as this
1244         is not needed anymore here!
1245         (CutSelection): 
1246         (CopySelection): 
1247         (PasteSelection): redone (also with #ifdef) so that now this uses
1248         the CutAndPaste-Class.
1249         (SwitchLayoutsBetweenClasses): removed here and implemented in the
1250         CutAndPaste-Class.
1251         
1252         * src/CutAndPaste.[Ch]: added this for clean handling of CutAndPaste
1253         from/to text/insets.
1254
1255         * src/paragraph.C (LyXParagraph): inserted new inset_owner pointer
1256         so that the paragraph knows if it is inside an (text)-inset.
1257         (InsertFromMinibuffer): changed return-value to bool as now it
1258         may happen that an inset is not inserted in the paragraph.
1259         (InsertInsetAllowed): this checks if it is allowed to insert an
1260         inset in this paragraph.
1261         (PasteParagraph): 
1262         (BreakParagraphConservative): 
1263         (BreakParagraph) : small change for the above change of the return
1264         value of InsertFromMinibuffer.
1265
1266         * src/lyxparagraph.h: added inset_owner and the functions to handle
1267         this (SetInsetOwner(), InInset() and InsertInsetAllowed()).
1268
1269 2000-04-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1270
1271         * src/BufferView.[Ch], src/BufferView_pimpl.[Ch]: move more
1272         functions from BufferView to BufferView::Pimpl to ease maintence.
1273         
1274         * src/text2.C (DeleteEmptyParagraphMechanism): update the cursor
1275         correctly. Also use SetCursorIntern instead of SetCursor.
1276
1277         * src/insets/insetinfo.C (draw): draw InsetInfo notes with the
1278         correct color.
1279
1280 2000-04-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1281
1282         * src/WorkArea.C (belowMouse): manually implement below mouse.
1283
1284         * src/*: Add "explicit" on several constructors, I added probably
1285         some unneeded ones. A couple of changes to code because of this.
1286
1287         * src/BufferView.[Ch]: Used the "pimpl" idiom to hide more of the
1288         implementation and private parts from the users of BufferView. Not
1289         quite finished.
1290
1291         * src/lyxlex.[Ch]: Used the "pimpl" idiom to hide more of the
1292         implementation and private parts from the users of LyXLex. Not
1293         quite finished.
1294
1295         * src/BufferView_pimpl.[Ch]: new files
1296
1297         * src/lyxlex_pimpl.[Ch]: new files
1298
1299         * src/LyXView.[Ch]: some inline functions move out-of-line
1300
1301 2000-04-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1302
1303         * src/lyxparagraph.h: make struct InsetTable public.
1304
1305         * src/support/lyxstring.h: change lyxstring::difference_type to be
1306         ptrdiff_t. Add std:: modifiers to streams.
1307
1308         * src/font.C: include the <cctype> header, for islower() and
1309         isupper(). 
1310
1311 2000-04-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
1312
1313         * src/font.[Ch]: new files. Contains the metric functions for
1314         fonts, takes a LyXFont as parameter. Better separation of concepts.
1315         
1316         * src/lyxfont.[Ch]: move the metric functions to font.[Ch] several
1317         changes because of this.
1318
1319         * src/PainterBase.[Ch] (width): remove, use the ones in font.C instead
1320
1321         * src/*: compile with -Winline and move functions that don't
1322         inline out of line.
1323         
1324         * src/lyx_cb.C (stringOnlyContains): use string::find_first_not_of
1325         instead of strspn.
1326
1327 2000-04-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1328
1329         * src/paragraph.C (GetLabelstring): renamed from GetLabestring.
1330         (various files changed because of this)
1331
1332         * src/Painter.C (text): fixed the drawing of smallcaps.
1333
1334         * src/lyxfont.[Ch] (drawText): removed unused member func.
1335         (drawString): ditto
1336
1337         * src/*.C: added needed "using" statements and "std::" qualifiers. 
1338
1339 2000-03-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
1340
1341         * src/*.h: removed all use of "using" from header files use
1342         qualifier std:: instead. 
1343
1344 2000-04-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1345
1346         * src/text.C (Backspace): some additional cleanups (we already
1347         know whether cursor.pos is 0 or not).
1348
1349         * lib/reLyX/Makefile.am (DESTDIR): add an empty value (since
1350         automake does not provide one).
1351
1352         * src/bmtable.h: replace C++ comments with C comments.
1353
1354 2000-04-02  Dekel Tsur <dekel@math.tau.ac.il>
1355
1356         * src/screen.C (ShowCursor): Change the shape of the cursor if
1357         the current language is not equal to the language of the document.
1358         (If the cursor change its shape unexpectedly, then you've found a bug)
1359
1360         * src/insets/insettext.C (LocalDispatch, UpdateLocal) Fixed some
1361         bugs [I hope...]
1362
1363         * src/insets/insetnumber.[Ch]: New files.
1364
1365         * src/LyXAction.C (init)
1366         * src/lyxfunc.C (dispatch): Add command number-inset-insert
1367
1368         * lyxrc.example
1369         * src/lyxrc.C: Renamed command \auto_mathmode to \number_inset
1370
1371         * src/lyxparagraph.h
1372         * src/paragraph.C: Changed insetlist to Vector<InsetTable>.
1373         (the vector is kept sorted).
1374
1375         * src/text.C (GetVisibleRow): Draw selection correctly when there
1376         is both LTR and RTL text.
1377
1378         * src/paragraph.C (Clone): Use the assignment operator for cloning,
1379         which is much faster.
1380
1381         * src/text.C (GetVisibleRow and other): Do not draw the last space 
1382         in a row if the direction of the last letter is not equal to the
1383         direction of the paragraph.
1384
1385         * src/lyxfont.C (latexWriteStartChanges):
1386         Check that font language is not equal to basefont language.
1387         (latexWriteEndChanges): ditto
1388
1389         * src/lyx_cb.C (StyleReset): Don't change the language while using
1390         the font-default command.
1391
1392         * src/paragraph.C (GetFirstFontSettings): Handle correctly an
1393         empty paragraph before a footnote.
1394
1395         * src/insets/insetcommand.C (draw): Increase x correctly.
1396
1397         * src/screen.C (ShowCursor): Change cursor shape if
1398         current language != document language.
1399
1400         * src/lyxfunc.C (dispatch): Added calls to owner->view()->setState()
1401
1402 2000-03-31  Juergen Vigna  <jug@sad.it>
1403
1404         * src/paragraph.C (GetInset): commented out text[pos] = ' '
1405         (Clone): changed mode how the paragraph-data is copied to the
1406         new clone-paragraph.
1407
1408         * src/lyxfunc.C (Dispatch): fixed small problem when calling
1409         GetInset(pos) with no inset anymore there (in inset UNDO)
1410
1411         * src/insets/insetcommand.C (draw): small fix as here x is
1412         incremented not as much as width() returns (2 before, 2 behind = 4)
1413
1414 2000-03-30  Juergen Vigna  <jug@sad.it>
1415
1416         * src/insets/insettext.C (InsetText): small fix in initialize
1417         widthOffset (should not be done in the init() function)
1418
1419 2000-03-29  Amir Karger <karger@lyx.org>
1420
1421         * lib/examples/it_ItemizeBullets.lyx: translation by 
1422         Stefano Mastella
1423
1424         * Implemented \textasciitilde and fixed a tiny bug in reLyX
1425
1426 2000-03-29  Juergen Vigna  <jug@sad.it>
1427
1428         * src/insets/insetcollapsable.C (Clone): same as in InsetFoot
1429
1430         * src/insets/insetfoot.C (Clone): small change as for the below
1431         new init function in the text-inset
1432
1433         * src/insets/insettext.C (init): new function as I've seen that
1434         clone did not copy the Paragraph-Data!
1435         (LocalDispatch): Added code so that now we have some sort of Undo
1436         functionality (well actually we HAVE Undo ;)
1437
1438         * src/text.C (Backspace): Small fix for the a | a Backspace problem
1439
1440 2000-03-24  Dekel Tsur <dekel@math.tau.ac.il>
1441         
1442         * src/paragraph.C (AutoDeleteInsets) Fixed a bug (wrong positions
1443         were erased)
1444
1445 2000-03-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
1446
1447         * src/main.C: added a runtime check that verifies that the xforms
1448         header used when building LyX and the library used when running
1449         LyX match. Exit with a message if they don't match. This is a
1450         version number check only.
1451
1452         * src/buffer.C (save): Don't allocate memory on the heap for
1453         struct utimbuf times.
1454
1455         * *: some using changes, use iosfwd instead of the real headers.
1456
1457         * src/lyxfont.C use char const * instead of string for the static
1458         strings. Rewrite some functions to use sstream.
1459
1460 2000-03-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1461
1462         * src/text.C (Backspace): hopefully fix the dreaded backaspace
1463         bug. 
1464
1465 2000-03-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1466
1467         * lib/layouts/svjog.layout: new file, for Springer-Verlag Journal
1468         of Geodesy (from Martin Vermeer)
1469
1470         * lib/layouts/svjour.inc: include file for the Springer svjour
1471         class. It can be used to support journals other than JoG.
1472
1473         * lib/Makefile.am: use $(DESTDIR) make variable (from Arkadiusz
1474         Miskiewicz <misiek@pld.org.pl>)
1475         * lib/reLyX/Makefile.am: ditto.
1476
1477 2000-03-27  Juergen Vigna  <jug@sad.it>
1478
1479         * src/insets/insettext.C: added Cut/Copy/Paste inside insets,
1480         also some modifications with operations on selected text.
1481
1482         * src/BufferView.C (checkInsetHit): Now hopefully fixed all the
1483         problems with clicking on insets (last famous words ;)
1484
1485         * src/insets/insetcommand.C (draw): 
1486         (width): Changed to have a bit of space before and after the inset so
1487         that the blinking cursor can be seen (otherwise it was hidden)
1488
1489 2000-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1490
1491         * config/gettext.m4 (AM_WITH_NLS): fix a gettext bug where -lintl
1492         would not be added to the link list when an installed gettext (not
1493         part of libc) is found.
1494
1495 2000-03-24  Juergen Vigna  <jug@sad.it>
1496
1497         * src/insets/insetcollapsable.C (Edit): 
1498         * src/mathed/formula.C (InsetButtonRelease): 
1499         (InsetButtonPress): fixed for new handling of ButtonPress/Release
1500         handling.
1501
1502         * src/BufferView.C (workAreaButtonPress): 
1503         (workAreaButtonRelease): 
1504         (checkInsetHit): Finally fixed the clicking on insets be handled
1505         correctly!
1506
1507         * src/insets/insetert.C (Edit): inserted this call so that ERT
1508         insets work always with LaTeX-font
1509
1510 2000-03-21  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
1511
1512         * src/lyx_main.C (easyParse): Removed misplaced gui=false which
1513         caused lyx to startup with no GUI in place, causing in a crash
1514         upon startup when called with arguments.
1515
1516 2000-03-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1517
1518         * src/FontLoader.C: better initialization of dummyXFontStruct.
1519
1520 2000-03-20 José Abílio Matos <jamatos@lyx.org>
1521
1522         * src/lyxrc.[Ch] Removed \sgml_extra_options, added 6 other flags
1523         for linuxdoc and docbook import and export format options.
1524
1525         * lib/lyxrc.example Example of default values for the previous flags.
1526
1527         * src/lyx_cb.C Use those flags instead of the hardwired values for
1528         linuxdoc and docbook export.
1529
1530         * src/lyxfunc.[Ch] Added HTML export for linuxdoc and docbook, added
1531         linuxdoc import.
1532
1533         * src/menus.C Added menus entries for the new import/exports formats.
1534         
1535 2000-03-09 André Pönitz <poenitz@mathematik.tu-chemnitz.de>
1536
1537         * src/lyxrc.*: Added support for running without Gui 
1538         (\use_gui false)
1539           
1540         * src/FontLoader.C: sensible defaults if no fonts are needed
1541
1542         * src/lyx_cb.C: New function ShowMessage (writes either to the
1543         minibuffer or cout in case of no gui
1544         New function AskOverwrite for common stuff
1545         Consequently various changes to call these functions
1546
1547         * src/lyx_main.C:  allow gui = false and handle lyxrc \use_gui false
1548         wild guess at sensible screen resolution when having no gui
1549
1550         * src/lyxfont.C: no gui, no fonts... set some defaults
1551
1552 2000-03-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1553
1554         * src/LColor.C: made the command inset background a bit lighter.
1555
1556 2000-03-20  Hartmut Goebel <goebel@noris.net>
1557
1558         * lib/layouts/stdstruct.inc: split into stdtitle.inc and
1559         stdstruct.inc. Koma-Script added some title elements which
1560         otherwise have been listed below "bibliography". This split allows
1561         adding title elements to where they belong.
1562
1563         * lib/layouts/scrclass.inc: changed to include stdtitle.inc, then
1564         define the additional tilte elements and then include
1565         stdstruct.inc. 
1566
1567         * many other layout files: changed to include stdtitle.inc just
1568         before stdstruct.inc.
1569
1570 2000-03-18 Dekel Tsur <dekel@math.tau.ac.il>
1571
1572         * src/buffer.C: (save) Added the option to store all backup files
1573         in a single directory
1574
1575         * src/lyxrc.[Ch]: Added variable \backupdir_path
1576
1577         * lib/lyxrc.example: Added descriptions of recently added variables
1578
1579         * src/insets/insetbib.[Ch]: Fixed few bugs (crash when editing a
1580         bibtex inset, not closing the bibtex popup when deleting the inset)
1581
1582 2000-03-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1583
1584         * src/lyx_cb.C: add a couple using directives.
1585
1586 2000-03-17 José Abílio Matos <jamatos@lyx.org>
1587         * src/lyx_cb.C (RunLinuxDoc) Removed the flag==-1 option for linuxdoc 
1588         import based on the filename.
1589         
1590         * src/bufferlist.C () Removed the call to RunLinuxDoc where a linuxdoc
1591         file would be imported at start, if the filename where of a sgml file.
1592
1593         * src/support/filetools.C (IsSGMLfilename) Removed, no longer needed.
1594         
1595         * src/support/filetools.h (IsSGMLfilename) Removed, no longer needed.
1596         
1597 2000-03-16 Dekel Tsur <dekel@math.tau.ac.il>
1598         * src/lyxfont.h Replaced the member variable bits.direction by the
1599         member variable lang. Made many changes in other files.
1600         This allows having a multi-lingual document
1601
1602         * src/lyxfunc.C, src/lyx_cb.C Added a new command "language <l>"
1603         that change the current language to <l>.
1604         Removed the command "font-rtl"
1605
1606         * src/buffer.C Changed LYX_FORMAT to 2.16 (as I changed the file
1607         format for Hebrew documents)
1608
1609         * src/lyxrc.C, src/lyxfunc.C Added a new lyxrc command "auto_mathmode"
1610         When auto_mathmode is "true", pressing a digit key in normal mode 
1611         will cause entering into mathmode.
1612         If auto_mathmode is "rtl" then this behavior will be active only
1613         when writing right-to-left text.
1614
1615         * src/text2.C (InsertStringA) The string is inserted using the
1616         current font.
1617
1618         * src/paragraph.C (GetEndLabel) Gives a correct result for
1619         footnote paragraphs.
1620
1621         * src/paragraph.C (PreviousBeforeFootnote) Fixed a small bug
1622
1623 2000-03-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1624
1625         * src/text.C (Backspace): move RemoveParagraph and RemoveRow in
1626         front of PasteParagraph. Never insert a ' '. This should at least
1627         fix some cause for the segfaults that we have been experiencing,
1628         it also fixes backspace behaviour slightly. (Phu!)
1629
1630         * src/support/lstrings.C (compare_no_case): some change to make it
1631         compile with gcc 2.95.2 and stdlibc++-v3
1632
1633         * src/text2.C (MeltFootnoteEnvironment): change type o
1634         first_footnote_par_is_not_empty to bool.
1635
1636         * src/lyxparagraph.h: make text private. Changes in other files
1637         because of this.
1638         (fitToSize): new function
1639         (setContentsFromPar): new function
1640         (clearContents): new function
1641         (SetChar): new function
1642
1643         * src/paragraph.C (readSimpleWholeFile): deleted.
1644
1645         * src/lyx_cb.C (InsertAsciiFile): don't use a LyXParagraph to hold
1646         the file, just use a simple string instead. Also read the file in
1647         a more maintainable manner.
1648
1649         * src/text2.C (InsertStringA): deleted.
1650         (InsertStringB): deleted.
1651
1652 2000-03-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
1653
1654         * src/text2.C (DeleteEmptyParagraphMechanism): don't run,
1655         RedoParagraphs from the doublespace handling part, just set status
1656         to NEED_MORE_REFRESH. Also don't update cursor position (should be
1657         done, but perhaps not like this.)
1658
1659 2000-03-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1660
1661         * src/text2.C (InsertStringA): don't forget to insert a META_INSET
1662         character when inserting an inset.
1663
1664 2000-03-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1665
1666         * src/bufferparams.C (readLanguage): now takes "default" into
1667         consideration.
1668
1669         * src/lyx_main.C (LyX): remove the setup of lyxrc. (new)
1670         also initialize the toplevel_keymap with the default bindings from
1671         lyxrc. 
1672         
1673         * src/buffer.C (Buffer): remove lyxrc from the parameters.
1674
1675         * all files using lyxrc: have lyxrc as a real variable and not a
1676         pointer. remove all extern LyXRC * lyxrc. The equiv to this is
1677         done in lyxrc.h.
1678         
1679         * src/lyxrc.C: remove double call to defaultKeyBindings
1680
1681         * src/toolbar.[Ch]: Let the ToolbarDefaults handle the reading of
1682         toolbar defauls using lyxlex. Remove enums, structs, functions
1683         related to this. 
1684
1685         * src/lyxrc.h: use ToolbarDefaults instead of Toolbar for storing
1686         toolbar defaults. Also store default keybindings in a map.
1687
1688         * src/ToolbarDefaults.[Ch]: New file. This class is used for
1689         storing the toolbar defaults without any xforms dependencies. 
1690
1691         * src/insets/figinset.C: patch posted to list by Andre Poenitz
1692         applied. Changed to use iterators.
1693
1694 2000-03-11  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
1695
1696         * development/lyx.spec.in: Fix to ``unset LINGUAS'' line for
1697         systems that don't have LINGUAS set to begin with.
1698
1699 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1700
1701         * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
1702         the list by Dekel Tsur.
1703
1704 2000-03-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1705
1706         * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.
1707         * src/insets/form_graphics.C: ditto.
1708
1709         * src/insets/inseturl.C (Latex): the free_spc argument is not used.
1710
1711 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1712
1713         * src/bufferparams.C (readLanguage): use the new language map
1714
1715         * src/intl.C (InitKeyMapper): use the new language map
1716
1717         * src/lyx_gui.C (create_forms): use the new language map
1718
1719         * src/language.[Ch]: New files. Used for holding the information
1720         about each language. Now! Use this new language map enhance it and
1721         make it really usable for our needs. 
1722
1723 2000-03-09 Dekel Tsur <dekel@math.tau.ac.il>
1724         
1725         * screen.C (ShowCursor): Removed duplicate code.
1726         (ShowManualCursor): Support for 3 cursor shapes: Bar (default),
1727         L (LTR text in RTL document), and reversed-L (RTL text in LTR document)
1728         
1729         * src/text.C (NextBreakPoint,Fill): Moved declaration of left_margin
1730
1731         * src/lyxtext.h
1732         * src/text.C  Added TransformChar method. Used for rendering Arabic
1733         text correctly (change the glyphs of the letter according to the
1734         position in the word)
1735
1736         * src/buffer.C
1737         * src/paragraph.C
1738         * src/lyxrc.h
1739         * src/lyxrc.C  Added lyxrc command {language_command_begin,
1740         language_command_end,language_command_ltr,language_command_rtl,
1741         language_package} which allows the use of either arabtex or Omega
1742         for Arabic
1743
1744         * src/lyx_gui.C (init)
1745         * src/lyxrc.h
1746         * src/lyxrc.C Added lyxrc command screen_font_encoding_menu. Allows
1747         to use encoding for menu fonts which is different than the encoding
1748         for screen fonts
1749
1750         * src/buffer.C (makeLaTeXFile): If params.language = "default",
1751         do not load the babel package.
1752         To write an English document with Hebrew/Arabic, change the document
1753         language to "english".
1754
1755         * src/text2.C (SetCounter): Fixed appendix labels for Hebrew document
1756         (alphaCounter): changed to return char
1757         (loweralphaCounter, hebrewCounter, romanCounter): New functions
1758
1759         * lib/lyxrc.example  Added examples for Hebrew/Arabic
1760
1761         * src/layout.h
1762         * src/layout.C  Added layout command endlabeltype
1763
1764         * src/paragraph.C Added GetEndLabel(),LastPhysicalPar() const
1765
1766         * src/text.C (GetVisibleRow): Draw a box at the end of proof layout
1767
1768 2000-03-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
1769
1770         * src/mathed/math_delim.C (search_deco): return a
1771         math_deco_struct* instead of index.
1772
1773 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1774
1775         * All files with a USE_OSTREAM_ONLY within: removed all code that
1776         was unused when USE_OSTREAM_ONLY is defined.
1777         
1778         * src/support/lyxalgo.h (sorted): rewrote to use plain '<' instead
1779         of any less. Removed header and using.
1780
1781         * src/text.C (GetVisibleRow): draw the string "Page Break
1782         (top/bottom)" on screen when drawing a pagebreak line.
1783
1784 2000-03-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1785
1786         * lib/doc/LaTeXConfig.lyx.in: add description of textclass llncs.
1787
1788         * src/mathed/math_macro.C (draw): do some cast magic.
1789         (Metrics): ditto.
1790
1791         * src/mathed/math_defs.h: change byte* argument to byte const*.
1792
1793         * src/mathed/formulamacro.[Ch]: add free_spc to Latex() method.
1794
1795         * src/insets/insetfoot.[Ch]: Clone() always returns an Inset* (well I
1796         know it is right to return InsetFoot* too, but cxx does not like
1797         it...). 
1798
1799         * src/insets/insetcollapsable.[Ch] (Clone): make const.
1800
1801         * development/lyx.spec.in: unset LINGUAS to avoid i18n problems.
1802
1803         * src/mathed/math_delim.C: change == to proper assignment.
1804
1805 2000-03-09  Juergen Vigna  <jug@sad.it>
1806
1807         * src/insets/insettext.C (setPos): fixed various cursor positioning
1808         problems (via mouse and cursor-keys)
1809         (LocalDispatch): added posibility to add a Ctrl-Enter inside a text
1810         inset (still a small display problem but it works ;)
1811
1812         * src/insets/insetcollapsable.C (draw): added button_top_y and
1813         button_bottom_y to have correct values for clicking on the inset.
1814
1815         * src/support/lyxalgo.h: commented out 'using std::less'
1816
1817 2000-03-08  Juergen Vigna  <jug@sad.it>
1818
1819         * src/insets/insetcollapsable.C (InsetButtonRelease): Now a
1820         Button-Release event closes as it is alos the Release-Event
1821         which opens it.
1822
1823         * src/lyxfunc.C (Dispatch): forgot a break in the LFUN_INSET_ERT
1824
1825 2000-03-07  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
1826
1827         * lib/layouts/literate-scrap.inc: Fixed initial comment. Now we
1828         can add multiple spaces in Scrap (literate programming) styles...
1829         which, by the way, is how I got hooked on LyX to begin with.
1830  
1831         * src/mathed/formula.C (Write): Added dummy variable to an
1832         inset::Latex() call.
1833         (Latex): Add free_spacing boolean to inset::Latex()
1834
1835         * src/mathed/formula.h (Latex): Added free_spacing boolean arg.
1836         
1837         * src/insets/lyxinset.h: Changed definition of the inset::Latex()
1838         virtual function to include the free_spacing boolean from
1839         the containing paragraph's style.
1840  
1841         * src/insets/inseturl.C, src/insets/inseturl.h (Latex):
1842         Added free_spacing boolean arg to match inset.h
1843         
1844         * src/insets/insettext.C, src/insets/insettext.h (Latex):
1845         Added free_spacing boolean arg to match inset.h
1846         
1847         * src/insets/insetspecialchar.C, src/insets/insetspecialchar.h (Latex):
1848         Added free_spacing boolean and made sure that if in a free_spacing
1849         paragraph, that we output normal space if there is a protected space.
1850         
1851         * src/insets/insetref.C, src/insets/insetref.h (Latex):
1852         Added free_spacing boolean arg to match inset.h
1853         
1854         * src/insets/insetquotes.C, src/insets/insetquotes.h (Latex):
1855         Added free_spacing boolean arg to match inset.h
1856         
1857         * src/insets/insetparent.C, src/insets/insetparent.h (Latex):
1858         Added free_spacing boolean arg to match inset.h
1859         
1860         * src/insets/insetlatexaccent.C, src/insets/insetlatexaccent.h (Latex):
1861         Added free_spacing boolean arg to match inset.h
1862         
1863         * src/insets/insetlatex.C, src/insets/insetlatex.h (Latex):
1864         Added free_spacing boolean arg to match inset.h
1865         
1866         * src/insets/insetlabel.C, src/insets/insetlabel.h (Latex): Added
1867         free_spacing boolean arg to match inset.h 
1868         
1869         * src/insets/insetinfo.C, src/insets/insetinfo.h (Latex):
1870         Added free_spacing boolean arg to match inset.h
1871         
1872         * src/insets/insetinclude.C, src/insets/insetinclude.h (Latex):
1873         Added free_spacing boolean arg to match inset.h
1874         
1875         * src/insets/insetgraphics.C, src/insets/insetgraphics.h (Latex):
1876         Added free_spacing boolean arg to match inset.h
1877         
1878         * src/insets/inseterror.C, src/insets/inseterror.h (Latex):
1879         Added free_spacing boolean arg to match inset.h
1880         
1881         * src/insets/insetcommand.C, src/insets/insetcommand.h (Latex):
1882         Added free_spacing boolean arg to match inset.h
1883         
1884         * src/insets/insetbib.C, src/insets/insetbib.h (Latex): Added
1885         free_spacing boolean arg to match inset.h
1886         
1887         * src/insets/figinset.C, src/insets/figinset.h (Latex): Added
1888         free_spacing boolean arg to match inset.h
1889         
1890         * src/text2.C (DeleteEmptyParagraphMechanism): Fix this to
1891         ignore free_spacing paragraphs. The user's spaces are left
1892         alone. 
1893         
1894         * src/text.C (InsertChar): Fixed the free_spacing layout
1895         attribute behavior. Now, if free_spacing is set, you can
1896         add multiple spaces in a paragraph with impunity (and they
1897         get output verbatim).
1898         (SelectSelectedWord): Added dummy argument to inset::Latex()
1899         call.
1900         
1901         * src/paragraph.C (TeXOnePar): Added dummy args to inset::Latex(...)
1902         calls.
1903         
1904         * src/lyxfunc.C (Dispatch): Hard-spaces input in free_spacing
1905         paragraph layouts now only input a simple space instead.
1906         Special character insets don't make any sense in free-spacing
1907         paragraphs.
1908         
1909         * src/buffer.C (parseSingleLyXformat2Token): Code to convert
1910         hard-spaces in the *input* file to simple spaces if the layout
1911         is free-spacing. This converts old files which had to have
1912         hard-spaces in free-spacing layouts where a simple space was
1913         preferrable.
1914         (writeFileAscii): Added free_spacing check to pass to the newly
1915         reworked inset::Latex(...) methods. The inset::Latex() code
1916         ensures that hard-spaces in free-spacing paragraphs get output
1917         as spaces (rather than "~").
1918         
1919 2000-03-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
1920         
1921         * src/mathed/math_delim.C (draw): draw the empty placeholder
1922         delims with a onoffdash line.
1923         (struct math_deco_compare): struct that holds the "functors" used
1924         for the sort and the binary search in math_deco_table.
1925         (class init_deco_table): class used for initial sort of the
1926         math_deco_table. 
1927         (search_deco): use lower_bound to do a binary search in the
1928         math_deco_table.
1929
1930 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1931
1932         * src/lyxrc.C: a small secret thingie...
1933
1934         * src/lyxlex.C (printTable): changed to take a ostream as paramter
1935         and to not flush the stream as often as it used to.
1936
1937         * src/support/lyxalgo.h: new file 
1938         (sorted): template function used for checking if a sequence is
1939         sorted or not. Two versions with and without user supplied
1940         compare. Uses same compare as std::sort.
1941
1942         * src/lyxlex.C (LyXLex): check if the table is sorted, if not sort
1943         it and give warning on lyxerr.
1944         (pushTable): ditto
1945         (struct compare_tags): struct with function operators used for
1946         checking if sorted, sorting and lower_bound.
1947         (search_kw): use lower_bound instead of manually implemented
1948         binary search.
1949
1950 2000-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1951
1952         * src/insets/insetcollapsable.h: fix Clone() declaration.
1953         * src/insets/insetfoot.h: ditto.
1954
1955         * src/insets/lyxinset.h: remove an extra comma at the end of enum.
1956
1957 2000-03-08  Juergen Vigna  <jug@sad.it>
1958
1959         * src/insets/lyxinset.h: added owner call which tells us if
1960         this inset is inside another inset. Changed also the return-type
1961         of Editable to an enum so it tells clearer what the return-value is.
1962
1963         * src/insets/insettext.C (computeTextRows): fixed computing of
1964         textinsets which split automatically on more rows.
1965
1966         * src/insets/insetert.[Ch]: changed this to be of BaseType
1967         InsetCollapsable.
1968
1969         * src/insets/insetfoot.[Ch]: added footnote inset
1970
1971         * src/insets/insetcollapsable.[Ch]: added this BaseClass for
1972         collapsable insets (like footnote, ert, ...)
1973
1974 2000-03-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
1975
1976         * src/lyxdraw.h: remvoe file
1977
1978         * src/lyxdraw.C: remove file
1979
1980         * src/insets/insettext.C: added <algorithm>.
1981
1982 2000-03-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1983
1984         * src/mathed/math_panel.C (delim_cb): case MM_OK use string stream
1985         (matrix_cb): case MM_OK use string stream
1986
1987         * src/mathed/formula.C (LocalDispatch): case LFUN_SETXY use string
1988         stream.
1989
1990         * src/mathed/math_macro.C (draw): use string stream
1991         (Metrics): use string stream
1992
1993         * src/paragraph.C (TeXFootnote): for case LyXParagraph::FIG, write
1994         directly to the ostream.
1995
1996         * src/vspace.C (asString): use string stream.
1997         (asString): use string stream
1998         (asLatexString): use string stream
1999
2000         * src/lyx_cb.C (UpdateLayoutDocument): use string stream for
2001         setting Spacing::Other.
2002
2003         * src/LaTeXFeatures.C (getPackages): use string stream instead of
2004         sprintf when creating the stretch vale.
2005
2006         * src/text2.C (alphaCounter): changed to return a string and to
2007         not use a static variable internally. Also fixed a one-off bug.
2008         (SetCounter): changed the drawing of the labels to use string
2009         streams instead of sprintf.
2010
2011         * src/support/lyxmanip.h: rewrite the newlineanDepth ostream
2012         manipulator to use a scheme that does not require library support.
2013         This is also the way it is done in the new GNU libstdc++. Should
2014         work with DEC cxx now. 
2015
2016 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2017
2018         * src/mathed/math_inset.h (Write(ostream & os): add a space at the
2019         end. This fixes a bug. 
2020
2021         * src/mathed (all files concerned with file writing): apply the
2022         USE_OSTREAM_ONLY changes to mathed too.
2023         
2024         * src/support/DebugStream.h: make the constructor explicit.
2025
2026         * src/lyxfont.C (latexWriteStartChanges): small bug related to
2027         count and ostream squashed.
2028
2029 2000-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2030
2031         * src/support/Makefile.am (libsupport_la_SOURCES): add lyxmanip.h.
2032
2033         * src/buffer.C (makeLaTeXFile): add a .c_str(), since
2034         ostringstream uses STL strings, and we might not.
2035
2036         * src/insets/insetspecialchar.C: add using directive.
2037         * src/insets/insettext.C: ditto.
2038
2039 2000-03-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
2040
2041         * lib/layouts/seminar.layout: feeble attempt at a layout for
2042         seminar.cls, far from completet and could really use some looking
2043         at from people used to write layout files.
2044
2045         * src/support/lyxmanip.h (newlineAndDepth): ostream manipulator to
2046         use instead of the AddNewlineAndDepth funtion in lyx_cb.C. This is
2047         a lot nicer and works nicely with ostreams.
2048
2049         * src/mathed/formula.C (draw): a slightly different solution that
2050         the one posted to the list, but I think this one works too. (font
2051         size wrong in headers.)
2052
2053         * src/insets/insettext.C (computeTextRows): some fiddling on
2054         Jürgens turf, added some comments that he should read.
2055
2056         * src/lyxrc.C: remove all traces of RC_NOMENUACCELERATORS, never
2057         used and it gave compiler warnings.
2058         RC_SHOW_BANNER + "\\show_banner" added, also to reading and
2059         writing of lyxrc.
2060
2061         * src/lyx_gui.C (create_forms): do the right thing when
2062         show_banner is true/false.
2063
2064         * src/lyx_cb.C (TimerCB): no need to close or do anything if
2065         show_banner is false.
2066
2067         * most file writing files: Now use iostreams to do almost all of
2068         the writing. Also instead of passing string &, we now use
2069         stringstreams. mathed output is still not adapted to iostreams.
2070         This change can be turned off by commenting out all the occurences
2071         of the "#define USE_OSTREAM_ONLY 1" lines.
2072         
2073         * src/WorkArea.C (createPixmap): don't output debug messages.
2074         (WorkArea): don't output debug messages.
2075
2076         * lib/lyxrc.example: added a comment about the new variable
2077         \show_banner 
2078
2079         * development/Code_rules/Rules: Added some more commente about how
2080         to build class interfaces and on how better encapsulation can be
2081         achieved. 
2082
2083 2000-03-03  Juergen Vigna  <jug@sad.it>
2084
2085         * src/insets/insetert.C (InsetERT): Now ERT-insets break row
2086         automatically with the width of the LyX-Window
2087
2088         * src/insets/insettext.C (computeTextRows): fixed update bug in
2089         displaying text-insets (scrollvalues where not initialized!)
2090
2091 2000-03-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2092
2093         * src/mathed/math_utils.C (MathedLookupBOP): using only res->id ==
2094         id in the check of the result from lower_bound is not enough since
2095         lower_bound can return last too, and then res->id will not be a
2096         valid construct.
2097
2098         *  all insets and some code that use them: I have conditionalized
2099         removed the Latex(string & out, ...) this means that only the
2100         Latex(ostream &, ...) will be used. This is a work in progress to
2101         move towards using streams for all output of files. 
2102
2103         * src/text.C (GetColumnNearX): initialize LyXParagraph::size_type
2104         c to 0.
2105
2106 2000-03-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2107
2108         * src/mathed/math_utils.C (MathedLookupBOP): fix the search
2109         routine (this fixes bug where greek letters were surrounded by too
2110         much white space).
2111
2112         * src/support/filetools.C (findtexfile): change a bit the search
2113         algorithm, to fix bug introduced in 1.1.4. Note that --format is
2114         no longer passed to kpsewhich, we may have to change that later.
2115
2116         * config/lyxinclude.m4 (LYX_PROG_CXX): better version-dependent
2117         warning options to avoid problems with X header files (from Angus
2118         Leeming).
2119         * acinclude.m4: regenerated.
2120
2121 2000-03-02  Juergen Vigna  <jug@sad.it>
2122
2123         * src/insets/insettext.C (WriteParagraphData): Using the
2124         par->writeFile() function for writing paragraph-data.
2125         (Read): Using buffer->parseSingleLyXformat2Token()-function
2126         for parsing paragraph data!
2127
2128         * src/buffer.C (readLyXformat2): removed all parse data and using
2129         the new parseSingleLyXformat2Token()-function.
2130         (parseSingleLyXformat2Token): added this function to parse (read)
2131         lyx-file-format (this is called also from text-insets now!)
2132
2133 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2134
2135         * src/paragraph.C (BeginningOfMainBody): initialize previous_char
2136         and temp.
2137
2138         * src/lyxfunc.C (Dispatch(LFUN_MENUSEARCH)): Do the Search dialog
2139         directly instead of going through a func. One very bad thing: a
2140         static LyXFindReplace, but I don't know where to place it. 
2141
2142         * src/lyxfr1.C (GetCurrentSelectionAsString): rewritten to use a
2143         string instead of char[]. Also changed to static.
2144         (GetSelectionOrWordAtCursor): changed to static inline
2145         (SetSelectionOverLenChars): ditto.
2146
2147         * src/lyxfr0.[Ch] src/lyxfr1.[Ch]: rewrite to get rid of
2148         current_view and global variables. both classes has changed names
2149         and LyXFindReplace is not inherited from SearchForm.
2150         
2151         * src/lyx_gui_misc.C (CloseAllBufferRelatedPopups): remove the
2152         fl_form_search form.
2153
2154         * src/lyx_gui.C (create_forms): removed the fl_form_search form.
2155
2156 2000-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2157
2158         * lib/bind/*.bind: make sure 'buffer-previous' function is not
2159         bound (from Kayvan).
2160
2161         * src/insets/Makefile.am (libinsets_la_SOURCES): add BoundingBox.h.
2162
2163         * lib/layouts/stdletter.inc: fix line spacing in Send_To_Address.
2164
2165 2000-03-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
2166
2167         * some things that I should comment but the local pub says head to
2168         swirly... 
2169         
2170         * comment out all code that belongs to the Roff code for Ascii
2171         export of tables. (this is unused)
2172         
2173         * src/LyXView.C: use correct type for global variable
2174         current_layout. (LyXTextClass::size_type)
2175
2176         * some code to get the new insetgraphics closer to working I'd be
2177         grateful for any help.
2178         
2179         * src/BufferView2.C (insertInset): use the return type of
2180         NumberOfLayout properly. (also changes in other files)
2181
2182         * src/insets/insetspecialchar.[Ch]: add the PROTECTED SEPARATOR to
2183         this as a test. I want to know what breaks because of this.
2184
2185         * src/BufferView.[Ch] (tripleClick): name change from trippleClick.
2186
2187 2000-02-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
2188
2189         * lib/layouts/stdlists.inc: changed the lyxlist latex definition
2190         to use a \makebox in the label, this allows proper justification
2191         with out using protected spaces or multiple hfills. Now it is
2192         "label" for left justified, "\hfill label\hfill" for center, and
2193         "\hfill label" for right justified. UserGuide.lyx sec. 3.3.6.5
2194         should be changed accordingly. 
2195
2196 2000-02-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2197
2198         * src/lyxtext.h: change SetLayout() to take a
2199         LyXTextClass::size_type instead of a char (when there is more than
2200         127 layouts in a class); also change type of copylayouttype.
2201         * src/text2.C (SetLayout): ditto.
2202         * src/LyXView.C (updateLayoutChoice): ditto.
2203
2204         * src/LaTeX.C (scanLogFile): errors where the line number was not
2205         given just after the '!'-line were ignored (from Dekel Tsur).
2206
2207         * lib/lyxrc.example: fix description of \date_insert_format
2208
2209         * lib/layouts/llncs.layout: new layout, contributed by Martin
2210         Vermeer. 
2211
2212 2000-02-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2213
2214         * config/lyxinclude.m4 (LYX_PROG_CXX): remove case support for gcc
2215         2.7.* and add case support for gcc 2.96*. Gcc 2.96 only exists in
2216         cvs at gcc.gnu.org (currently it fails with ICE on insetbib.C,
2217         insetindex.C, insetloa.C, insettext.C, filetools.C, BufferView.C,
2218         BufferView2.C, LyXView.C, buffer.C, lyx_cb.C, lyxfunc.C,
2219         paragraph.C, text.C, text2.C)
2220
2221 2000-02-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2222
2223         * src/insets/insettext.C (LocalDispatch): remove extra break
2224         statement. 
2225
2226         * src/insets/insetert.[Ch] (Clone): change return value to Inset*
2227         * src/insets/insettext.[Ch] (Clone): change return value to Inset*
2228
2229         * src/mathed/formulamacro.[Ch] (draw): add missing const qualifier
2230         * src/insets/insettext.[Ch] (GetCursorPos): ditto
2231
2232         * src/insets/insetbib.h: move InsetBibkey::Holder and
2233         InsetCitation::Holder in public space.
2234
2235 2000-02-25  Lars Gullik Bjønnes <larsbj@lyx.org>
2236
2237         * src/insets/insettext.h: small change to get the new files from
2238         Juergen to compile (use "string", not "class string").
2239
2240         * src/insets/insettext.[Ch], src/insets/insertert.[Ch]: use string
2241         const & as parameter to LocalDispatch, use LyXFont const & as
2242         paramter to some other func. This also had impacto on lyxinsets.h
2243         and the two mathed insets.
2244
2245 2000-02-24  Juergen Vigna  <jug@sad.it>
2246
2247         * src/buffer.C:
2248         * src/commandtags.h: 
2249         * src/LyXAction.C:
2250         * src/lyxfunc.C: added code for LFUN_INSET_ERT and LFUN_INSET_TEXT
2251
2252         * src/BufferView.h
2253         * src/BufferView.C
2254         * src/BufferView2.C: added/updated code for various inset-functions
2255
2256         * src/insets/insetert.[Ch]: added implementation of InsetERT
2257
2258         * src/insets/insettext.[Ch]: added implementation of InsetText
2259
2260         * src/insets/inset.C (Edit): added "unsigned int button" parameter
2261         (draw): added preliminary code for inset scrolling not finshed yet
2262
2263         * src/insets/inset.C (LocalDispatch): changed arg parameter to string
2264         as it is in lyxfunc.C now
2265
2266         * src/insets/lyxinset.h: Added functions for text-insets
2267
2268 2000-02-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
2269
2270         * src/lyx_cb.C src/UpdateInset.[Ch]: move the updateinsetlist into
2271         BufferView and reimplement the list as a queue put inside its own
2272         class.
2273
2274         * src/bufferlist.[Ch] (updateInset): remove func, not needed.
2275
2276         * several files: use the new interface to the "updateinsetlist"
2277         
2278         * src/WorkArea.C (work_area_handler): call BufferView::doubleClick
2279         on doubleclick.
2280         (work_area_handler): call BufferView::trippleClick on trippleclick.
2281
2282         * src/BufferView.C (doubleClick): new function, selects word on
2283         doubleclick. 
2284         (trippleClick): new function, selects line on trippleclick.
2285
2286 2000-02-22  Allan Rae  <rae@lyx.org>
2287
2288         * lib/bind/xemacs.bind: buffer-previous not supported
2289
2290 2000-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2291
2292         * src/insets/insettoc.[Ch] (LinuxDoc, DocBook): mark the methods
2293         as const.
2294
2295 2000-02-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2296
2297         * src/bufferlist.C: get rid of current_view from this file
2298
2299         * src/spellchecker.C: get rid of current_view from this file
2300
2301         * src/vspace.C: get rid of current_view from this file
2302         (inPixels): added BufferView parameter for this func
2303         (asLatexCommand): added a BufferParams for this func
2304
2305         * src/text.C src/text2.C: get rid of current_view from these
2306         files.
2307         
2308         * src/lyxfont.C (getFontDirection): move this function here from
2309         text.C
2310         
2311         * src/bufferparams.C (getDocumentDirection): move this function
2312         here from text.C
2313
2314         * src/paragraph.C (getParDirection): move this function here from
2315         text.C 
2316         (getLetterDirection): ditto
2317         
2318 2000-02-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
2319
2320         * WorkArea, Painter, LyXScreen: Fixed the crash that occured on
2321         resize due to wrong pixmap beeing used. Also took the opurtunity
2322         to make the LyXScreen stateless on regard to WorkArea and some
2323         general cleanup in the same files.
2324         
2325 2000-02-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2326
2327         * src/Makefile.am: add missing direction.h
2328
2329         * src/PainterBase.h: made the width functions const.
2330         
2331         * lib/kbd/iso8859-1.cdef: fix a couple of entries and define some
2332         missing ones.
2333         
2334         * src/insets/insetcommand.C (draw): draw Editable as buttons.
2335
2336         * src/insets/insetlatexaccent.C (draw): make the accents draw
2337         better, at present this will only work well with iso8859-1.
2338         
2339         * several files: remove the old drawing code, now we use the new
2340         painter only.
2341
2342         * several files: remove support for mono_video, reverse_video and
2343         fast selection.
2344
2345 2000-02-17  Juergen Vigna  <jug@sad.it>
2346
2347         * src/mathed/math_cursor.[Ch] (SelGetArea): Changed form int * to
2348         int ** as we have to return the pointer, otherwise we have only
2349         NULL pointers in the returning function.
2350
2351 2000-02-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2352
2353         * src/LaTeX.C (operator()): quote file name when running latex.
2354
2355 2000-02-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
2356
2357         * src/toolbar.C (set): use fl_set_object_helper for the tooltop
2358         (bubble tip), this removes our special handling of this.
2359
2360         * Remove all code that is unused now that we have the new
2361         workarea. (Code that are not active when NEW_WA is defined.)
2362
2363         * Make the uses of XSync not conditionalized on define USE_XSYNC.
2364         
2365 2000-02-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2366
2367         * src/lyxfunc.C (Dispatch): fix LFUN_LAYOUT when giving a
2368         nonexisting layout; correctly redirect obsoleted layouts.
2369
2370         * lib/lyxrc.example: document \view_dvi_paper_option
2371
2372         * src/lyxrc.[Ch]: add support for the \view_dvi_paper_option
2373         variable. 
2374
2375         * src/lyx_cb.C (RunScript): handle $$FName for command names. 
2376         (PreviewDVI): handle the view_dvi_paper_option variable.
2377         [Both from Roland Krause]
2378
2379 2000-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2380
2381         * src/Painter.C (text(int,int,char,LyXFont)): call text(int, int,
2382         char const *, int, LyXFont)
2383         (text(int, int, string, LyXFont)): ditto 
2384
2385         * src/text.C (InsertCharInTable): attempt to fix the double-space
2386         feature in tables too.
2387         (BackspaceInTable): ditto.
2388         (GetVisibleRow): make bottom pagebreak line be a onoff line.
2389
2390 2000-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2391
2392         * src/text2.C (owner): only complain if owner_ is set and bv != 0
2393
2394         * src/BufferView.C (resizeCurrentBuffer): set the owner of the
2395         newly found text in textcache to this.
2396         (buffer): set the owner of the text put into the textcache to 0
2397
2398         * src/insets/figinset.C (draw): fixed the drawing of figures with
2399         the new Painter.
2400
2401         * src/text.C src/mathed/math_cursor.C: nailed and fixed the
2402         drawing of mathframe, hfills, protected space, table lines. I have
2403         now no outstanding drawing problems with the new Painter code. 
2404
2405 2000-02-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2406
2407         * src/PainterBase.C (ellipse, circle): do not specify the default
2408         arguments. 
2409
2410         * src/LColor.h: add using directive.
2411
2412         * src/Painter.[Ch]: change return type of methods from Painter& to
2413         PainterBase&. Add a using directive.
2414
2415         * src/WorkArea.C: wrap xforms callbacks in C functions
2416         C_WorkArea_xxx. 
2417
2418         * lib/layouts/foils.layout: font fix and simplifications from Carl
2419         Ollivier-Gooch.
2420
2421 2000-02-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2422
2423         * a lot of files: The Painter, LColor and WorkArea from the old
2424         devel branch has been ported to lyx-devel. Some new files and a
2425         lot of #ifdeffed code. The new workarea is enabled by default, but
2426         if you want to test the new Painter and LColor you have to compile
2427         with USE_PAINTER defined (do this in config.h f.ex.) There are
2428         still some rought edges, and I'd like some help to clear those
2429         out. It looks stable (loads and displays the Userguide very well).
2430         
2431
2432 2000-02-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2433
2434         * src/buffer.C (pop_tag): revert to the previous implementation
2435         (use a global variable for both loops).
2436
2437         * lib/kbd/iso8859-1.cdef: fix definition for \"{e}.
2438
2439         * src/lyxrc.C (LyXRC): change slightly default date format.
2440
2441         * src/paragraph.C (TeXOnePar): Generate a correct latex file when
2442         there is an English text with a footnote that starts with a Hebrew
2443         paragraph, or vice versa.
2444         (TeXFootnote): ditto.
2445
2446         * src/text.C (LeftMargin): allow for negative values for
2447         parindent. Thanks to Philip Lehman <lehman@gmx.net> for testing
2448         this out.
2449
2450         * src/lyx_gui.C (create_forms): add iso88595 as a possible choice
2451         for input encoding (cyrillic)
2452
2453 2000-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2454
2455         * src/lyx_gui.C (create_forms): make combo box taller (from Dekel
2456         Tsur). 
2457
2458         * src/toolbar.C (set): ditto
2459         * src/insets/insetbib.C (create_form_citation_form): ditto
2460
2461         * lib/CREDITS: added Dekel Tsur.
2462
2463         * lib/kbd/hebrew.kmap, lib/kbd/null.kmap,
2464         lib/layouts/heb-article.layout, lib/layouts/heb-letter.layout: new
2465         hebrew supports files from Dekel Tsur.
2466         
2467         * lib/kbd/iso8859-8.cdef: new file, from Tzafrir Cohen
2468         <tzafrir@technion.ac.il> 
2469
2470         * src/lyxrc.C: put \date_insert_format at the right place.
2471
2472         * src/buffer.C (makeLaTeXFile): fix the handling of
2473         BufferParams::sides when writing out latex files.
2474
2475         * src/BufferView2.C: add a "using" directive.
2476
2477         * src/support/lyxsum.C (sum): when we use lyxstring,
2478         ostringstream::str needs an additional .c_str().
2479
2480 2000-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
2481
2482         * src/support/filetools.C (ChangeExtension): patch from Etienne
2483         applied.
2484
2485         * src/TextCache.C (show): remove const_cast and make second
2486         parameter non-const LyXText *.
2487
2488         * src/TextCache.h: use non const LyXText in show.
2489
2490         * src/paragraph.C (SimpleTeXSpecialChars): patch to make urls work
2491         with hebrew.
2492
2493 2000-02-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2494
2495         * src/support/lyxsum.C: rework to be more flexible.
2496         
2497         * several places: don't check if a pointer is 0 if you are going
2498         to delete it.
2499
2500         * src/text.C: remove some dead code.
2501
2502         * src/insets/figinset.C: remove some dead code
2503         
2504         * src/buffer.C: move the BufferView funcs to BufferView2.C
2505         remove all support for insetlatexdel
2506         remove support for oldpapersize stuff
2507         made some member funcs const
2508
2509         * src/kbmap.C: use a std::list to store the bindings in.
2510         
2511         * src/BufferView2.C: new file
2512
2513         * src/kbsequence.[Ch]: new files
2514         
2515         * src/LyXAction.C + others: remove all trace of buffer-previous
2516         
2517         * src/Bullet.[Ch]: moved ITEMIZE_DEFAULTS inside Bullet.C so that we
2518         only have one copy in the binary of this table.
2519         
2520         * hebrew patch: moved some functions from LyXText to more
2521         appropriate places. (LyXParagraph, BufferParams, LyXFont)
2522         
2523         * several files: remove support for XForms older than 0.88
2524         whitespace changes.
2525         remove some #if 0 #endif code
2526         
2527         * src/TextCache.[Ch]: new file. Holds the textcache.
2528
2529         * src/BufferView.C: changes to use the new TextCache interface.
2530         (waitForX): remove the now unused code.
2531         
2532         * src/BackStack.h: remove some commented code
2533
2534         * lib/bind/emacs.bind: remove binding for buffer-previous
2535
2536 2000-02-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
2537
2538         * applied the hebrew patch.
2539
2540         * src/lyxrow.h: make sure that all Row variables are initialized.
2541
2542         * src/text2.C (TextHandleUndo): comment out a delete, this might
2543         introduce a memory leak, but should also help us to not try to
2544         read freed memory. We need to look at this one.
2545
2546         * src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
2547         (LyXParagraph): initalize footnotekind.
2548
2549         * src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
2550         forgot this when applying the patch. Please heed the warnings.
2551
2552         * src/BufferView.C (buffer): a fix for the buffer-reload problem
2553         (aka. reformat problem)
2554
2555         * src/bufferlist.C (exists): made const, and use const_iterator
2556         (isLoaded): new func.
2557         (release): use std::find to find the correct buffer.
2558
2559         * src/bufferlist.h: made getState a const func.
2560         made empty a const func.
2561         made exists a const func.
2562         new func: isLoaded
2563
2564 2000-02-01  Juergen Vigna  <jug@sad.it>
2565
2566         * src/lyxfunc.C lyxrc.C: changed from insert-date to date-insert
2567
2568         * po/it.po: updated a bit the italian po file and also changed the
2569         'file nuovo' for newfile to 'filenuovo' without a space, this did
2570         annoy me a lot :)
2571         
2572         * src/lyxrc.C (LyXRC): added support for a default insert_date_format
2573         for the new insert_date command.
2574
2575         * src/lyxfunc.C (Dispatch): added support for a insert_date function
2576         from jdblair, to insert a date into the current text conforming to
2577         a strftime format (for now only considering the locale-set and not
2578         the document-language).
2579
2580 2000-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2581
2582         * src/lyxfont.C (textWidth): hopefully better fix for the Array
2583         Bounds Read error seen by purify. The problem was that islower is
2584         a macros which takes an unsigned char and uses it as an index for
2585         in array of characters properties (and is thus subject to the
2586         above error).
2587         (drawText): ditto.
2588
2589         * src/lyx_cb.C (UpdateLayoutDocument): use a switch to set
2590         correctly the paper sides radio buttons.
2591         (UpdateDocumentButtons): ditto.
2592
2593 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2594
2595         * src/kbmap.C (getsym + others): change to return unsigned int,
2596         returning a long can give problems on 64 bit systems. (I assume
2597         that int is 32bit on 64bit systems)
2598
2599 2000-01-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2600
2601         * src/lyxfunc.C (processKeyEvent): fix a the buffer returned by
2602         LyXLookupString to be zero-terminated. Really fixes problems seen
2603         by purify, I think.
2604
2605 2000-01-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
2606
2607         * src/lyxfunc.C (processKeyEvent): "fix" so that we never try to
2608         write a (char*)0 to the lyxerr stream.
2609
2610         * src/lastfiles.C: move algorithm before the using statemets.
2611
2612 2000-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2613
2614         * src/lastfiles.C: move using directives in global scope (egcs 1.x
2615         complains otherwise).
2616         * src/table.C: ditto
2617
2618         * lib/reLyX/reLyX.in: use variable @LYX_DIR@ as built-in data
2619         directory. 
2620
2621         * lib/reLyX/configure.in (LYX_DIR): re-introduce this variable
2622         that I removed earlier... It is really needed.
2623
2624         * lib/examples/multicol.lyx: new file, splitted from Extended.lyx. 
2625
2626 2000-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2627
2628         * INSTALL: update xforms home page URL.
2629
2630         * lib/configure.m4: fix a bug with unreadable layout files.
2631
2632         * src/table.C (calculate_width_of_column): add "using std::max"
2633         directive. 
2634
2635 2000-01-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
2636
2637         * several files: marked several lines with "DEL LINE", this is
2638         lines that can be deleted without changing anything.
2639         if (<ptr>) // DEL LINE  /* this line is _never_ needed. Delete
2640                                    checks this anyway */
2641                 delete <ptr>
2642
2643         * src/insets/insetlatexaccent.C: Changed some debugs to Debug::KEY
2644
2645         * src/DepTable.C (update): add a "+" at the end when the checksum
2646         is different. (debugging string only)
2647
2648         * src/paragraph.C (ReturnNextInsetPointer): fix bug that caused
2649         the next inset to not be displayed. This should also fix the list
2650         of labels in the "Insert Crossreference" dialog.
2651
2652 2000-01-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
2653
2654         * src/support/LSubstring.C (LSubstring): set pos to string::npos
2655         when regex was not found.
2656
2657         * src/support/lstrings.C (lowercase): use handcoded transform always.
2658         (uppercase): ditto
2659
2660         * src/text.C (Delete): fixed the crash. cursor.par->prev and
2661         old_cursor.par->prev could be 0.
2662
2663         * several files: changed post inc/dec to pre inc/dec
2664         
2665         * src/lastfiles.C (writeFile): use ostream_iterator and copy to
2666         write the lastfiles to file.
2667
2668         * src/BufferView.C (buffer): only show TextCache info when debugging
2669         (buffer): ditto
2670         (resizeCurrentBuffer): ditto
2671         (workAreaExpose): ditto
2672
2673         * lib/kbd/iso8859-7.cdef: changed to new quoting scheme
2674
2675         * lib/kbd/iso8859-2.cdef: changed to new quoting scheme
2676
2677         * src/insets/insetlatexaccent.C (Draw): make the display of UMLAUT
2678         a bit better by removing the special case for \i and \j.
2679
2680 2000-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2681
2682         * src/lyx_main.C (easyParse): remove test for bad comand line
2683         options, since this broke all xforms-related parsing.
2684
2685         * src/kbmap.C (getsym): set return type to unsigned long, as
2686         declared in header. On an alpha, long is _not_ the same as int.
2687
2688         * src/support/LOstream.h: add a "using std::flush;"
2689
2690         * src/insets/figinset.C: ditto.
2691
2692 2000-01-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
2693
2694         * src/bufferlist.C (write): use blinding fast file copy instead of
2695         "a char at a time", now we are doing it the C++ way.
2696
2697         * src/insets/figinset.C: get rid of struct pidwaitpit, use a
2698         std::list<int> instead.
2699         (addpidwait): reflect move to std::list<int>
2700         (sigchldchecker): ditto
2701
2702         * src/bmtable.c (fl_set_bmtable_file): have arguments in the X r5
2703         version also. 
2704
2705         * src/paragraph.C (FirstPhysicalPar): remove assert and comment
2706         that obviously was wrong...
2707
2708         * src/lyxfont.C (textWidth): have c as char c[2] instead of char
2709         c, this avoids warnings with purify and islower.
2710
2711         * src/insets/figinset.C: rename struct queue to struct
2712         queue_element and rewrite to use a std::queue. gsqueue is now a
2713         std::queue<queue_element>
2714         (runqueue): reflect move to std::queue
2715         (addwait): ditto
2716
2717         * src/support/lstrings.h (tostr): specialize for bool, otherwise
2718         we would get "1" "0" instead of "true" "false. Also make the tostr
2719         functions inline.
2720
2721 2000-01-21  Juergen Vigna  <jug@sad.it>
2722
2723         * src/buffer.C (writeFileAscii): Disabled code for special groff
2724         handling of tabulars till I fix this in table.C
2725
2726 2000-01-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2727
2728         * src/support/mkdir.C (mkdir): change second argument of mkdir to
2729         unsigned long int.
2730         * src/support/lyxlib.h: ditto.
2731
2732 2000-01-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
2733
2734         * src/insets/insetlatexaccent.C (Draw): make accents on top of 'i'
2735         and 'j' look better. This might fix the "macron" bug that has been
2736         observed.
2737
2738         * src/support/lstrings.[Ch] (tostr): reimplement all the tostr
2739         functions as one template function. Delete the old versions.
2740
2741         * src/support/lyxsum.C: move using std::ifstream inside
2742         MODERN_STL_STREAMS
2743
2744         * src/support/Makefile.am (libsupport_la_SOURCES): added mkdir.C
2745         and putenv.C
2746
2747         * src/mathed/formulamacro.C: delete #include "bufferlist.h" never used
2748
2749         * src/mathed/formula.C: delete #include "bufferlist.h" never used
2750
2751         * src/insets/figinset.C (InitFigures): use new instead of malloc
2752         to allocate memory for figures and bitmaps.
2753         (DoneFigures): use delete[] instead of free to deallocate memory
2754         for figures and bitmaps.
2755         (runqueue): use new to allocate 
2756         (getfigdata): use new/delete[] instead of malloc/free
2757         (RegisterFigure): ditto
2758
2759         * some files: moved some declarations closer to first use, small
2760         whitespace changes use preincrement instead of postincrement where
2761         it does not make a difference.
2762         
2763         * src/kbmap.[Ch]: delete code according to define NO_HASH, it is a
2764         step on the way to use stl::containers for key maps. 
2765
2766         * src/bufferlist.h: add a typedef for const_iterator and const
2767         versions of begin and end.
2768
2769         * src/bufferlist.[Ch]: change name of member variable _state to
2770         state_. (avoid reserved names)
2771         (makePup): removed
2772         (getFileNames): returns the filenames of the buffers in a vector.
2773
2774         * configure.in (ALL_LINGUAS): added ro
2775
2776         * src/support/putenv.C: new file
2777
2778         * src/support/mkdir.C: new file
2779
2780 2000-01-20  Allan Rae <rae@lyx.org>
2781
2782         * lib/layouts/IEEEtran.layout: Added several theorem environments
2783
2784         * lib/templates/IEEEtran.lyx: Example theorem environments and a
2785         couple of minor additions.
2786
2787         * lib/doc/LaTeXConfig.lyx.in:  Use URL insets for ftp sites 
2788         (except for those in footnotes of course)
2789
2790 2000-01-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
2791
2792         * src/lyxlookup.C (CloseLyXLookup): set xic=0; after destruction. 
2793
2794         * src/mathed/math_utils.C (MathedLookupBOP): rewrite to use
2795         std::sort and std::lower_bound instead of qsort and handwritten
2796         binarysearch.
2797         (struct compara): struct that holds the functors used by std::sort
2798         and std::lower_bound in MathedLookupBOP.
2799
2800 2000-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2801
2802         * src/support/LAssert.h: do not do partial specialization. We do
2803         not really need it.
2804
2805         * src/support/lyxlib.h: note that lyx::getUserName() and
2806         lyx::date() are not in use right now. Should these be suppressed?
2807
2808         * src/buffer.C (makeLaTeXFile): we do not need the user name here.
2809         (makeLinuxDocFile): do not put date and user name in linuxdoc
2810         headers. 
2811
2812         * src/support/lyxlib.h (kill): change first argument to long int,
2813         since that's what solaris uses.
2814
2815         * src/support/kill.C (kill): fix declaration to match prototype.
2816
2817         * config/lyxinclude.m4 (LYX_CXX_NAMESPACES): fix the macro to
2818         actually check whether namespaces are supported. This is not what
2819         it used to do.
2820
2821         * src/support/lyxsum.C: add a using directive.
2822
2823 2000-01-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2824
2825         * src/support/kill.C: if we have namespace support we don't have
2826         to include lyxlib.h.
2827
2828         * src/support/lyxlib.h: use namespace lyx if supported.
2829
2830 2000-01-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2831
2832         * src/support/date.C: new file
2833
2834         * src/support/chdir.C: new file
2835
2836         * src/support/getUserName.C: new file
2837
2838         * src/support/getcwd.C: new file
2839
2840         * src/support/abort.C: new file
2841
2842         * src/support/kill.C: new file
2843
2844         * src/support/lyxlib.h: moved all the functions in this file
2845         insede struct lyx. Added also kill and abort to this struct. This
2846         is a way to avoid the "kill is not defined in <csignal>", we make
2847         C++ wrappers for functions that are not ANSI C or ANSI C++.
2848
2849         * src/support/lyxsum.C (sum): use #ifdef MODERN_STL_STREAMS
2850         instead of #if __GLIBCPP__. Since lyxsum is now put inside struct
2851         lyx it has been renamed to sum.
2852
2853 2000-01-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2854
2855         * src/text.C: add using directives for std::min and std::max.
2856
2857 2000-01-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2858
2859         * src/texrow.C (getIdFromRow): actually return something useful in
2860         id and pos. Hopefully fixes the bug with positionning of errorbox
2861         insets. 
2862
2863         * src/lyx_main.C (easyParse): output an error and exit if an
2864         incorrect command line option has been given.
2865
2866         * src/spellchecker.C (ispell_check_word): document a memory leak.
2867
2868         * src/bufferlist.C (write): fix mismatched allocation/deletion,
2869         where a "struct utimbuf" is allocated with "new" and deleted with
2870         "delete[]". 
2871
2872 2000-01-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2873
2874         * src/text2.C (CutSelection): don't delete double spaces.
2875         (PasteSelection): ditto
2876         (CopySelection): ditto
2877         
2878         * src/text.C (Backspace): don't delete double spaces.
2879
2880         * src/lyxlex.C (next): fix a bug that were only present with
2881         conformant std::istream::get to read comment lines, use
2882         std::istream::getline instead. This seems to fix the problem.
2883
2884 2000-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
2885
2886         * src/text2.C (DeleteEmptyParagraphMechanism): fix for the "not
2887         allowed to insert space before space" editing problem. Please read
2888         commends at the beginning of the function. Comments about usage
2889         are very welcome.
2890
2891         * src/text.C (InsertChar): fix for the "not allowed to insert
2892         space before space" editing problem.
2893
2894         * src/text2.C (DeleteEmptyParagraphMechanism): when
2895         IsEmptyTableRow can only return false this last "else if" will
2896         always be a no-op. Commented out.
2897
2898         * src/text.C (RedoParagraph): As far as I can understand tmp
2899         cursor is not really needed.
2900
2901         * src/lyxtext.[Ch] (IsEmptyTableCell): commented out. As used at
2902         present it could only return false anyway. 
2903         (several functions): Did something not so smart...added a const
2904         specifier on a lot of methods.
2905         
2906         * src/paragraph.C (BreakParagraph): removed the tmp->text.reserve
2907         and add a tmp->text.resize. The LyXParagraph constructor does the
2908         resize for us.
2909         (BreakParagraphConservative): ditto
2910
2911         * src/support/path.h (Path): add a define so that the wrong usage
2912         "Path("/tmp") will be flagged as a compilation error:
2913         "`unnamed_Path' undeclared (first use this function)"
2914
2915 2000-01-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2916
2917         * config/lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): fix the macro,
2918         which was bogus for several reasons.
2919
2920         * src/LaTeX.C (scanAux): fix the regular expression used to scan
2921         .aux files. 
2922         (runBibTeX): ditto.
2923
2924         * autogen.sh: do not use "type -path" (what's that anyway?).
2925
2926         * src/support/filetools.C (findtexfile): remove extraneous space
2927         which caused a kpsewhich warning (at least with kpathsea version
2928         3.0). 
2929
2930 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2931
2932         * src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
2933
2934         * src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
2935
2936         * src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
2937
2938 2000-01-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2939
2940         * src/paragraph.C (BreakParagraph): do not reserve space on text
2941         if we don't need to (otherwise, if pos_end < pos, we end up
2942         reserving huge amounts of memory due to bad unsigned karma).
2943         (BreakParagraphConservative): ditto, although I have not seen
2944         evidence the bug can happen here.
2945
2946         * src/lyxparagraph.h: add a using std::list.
2947
2948 2000-01-11  Juergen Vigna  <jug@sad.it>
2949
2950         * src/menus.C (MenuDocu): output an Alert if the documentation-file
2951         could not be found.
2952
2953 2000-01-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
2954
2955         * src/vc-backend.C (doVCCommand): change to be static and take one
2956         more parameter: the path to chdir too be fore executing the command.
2957         (retrive): new function equiv to "co -r"
2958
2959         * src/bufferlist.C (loadLyXFile): implement the missing parts if
2960         file_not_found_hook is true.
2961
2962         * src/lyxvc.C (file_not_found_hook): implement file_not_found_hook.
2963
2964         * src/support/filetools.C (IsFileWriteable): use FileInfo to check
2965         if a file is readwrite,readonly...anything else.
2966
2967 2000-01-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2968
2969         * src/lyx_cb.C (MakeLaTeXOutput): name change from MakeDVIOutput
2970         (CreatePostscript): name change from MenuRunDVIPS (or something)
2971         (PreviewPostscript): name change from MenuPreviewPS
2972         (PreviewDVI): name change from MenuPreviewDVI
2973
2974         * lib/lyxrc.example: added \pdflatex_command, \pdf_mode,
2975         \view_pdf_command., \pdf_to_ps_command
2976
2977         * lib/configure.m4: added search for PDF viewer, and search for
2978         PDF to PS converter. 
2979         (lyxrc.defaults output): add \pdflatex_command,
2980         \view_pdf_command and \pdf_to_ps_command.
2981
2982         * src/lyx_cb.C (MenuPreviewDVI): renamed from MenuPreview.
2983
2984         * src/bufferlist.C (write): we don't use blocksize for anything so
2985         I removed it.
2986
2987 2000-01-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2988
2989         * src/support/block.h: disable operator T* (), since it causes
2990         problems with both compilers I tried. See comments in the file.
2991
2992         * lib/reLyX/configure.in: do not define LYX_DIR. support flag
2993         --with-lyxname. 
2994
2995         * lib/reLyX/reLyX.in: change LYX_DIR to pkgdatadir; change env.
2996         variable LYX_DIR_10x to LYX_DIR_11x.
2997
2998         * src/Makefile.am: replace variable LYX_DIR with pkgdatadir.
2999
3000         * INSTALL: document --with-lyxname.
3001         * NEWS: ditto.
3002
3003         * configure.in: new configure flag --with-lyxname which allows to
3004         choose the name under which lyx is installed. Default is "lyx", of
3005         course. It used to be possible to do this with --program-suffix,
3006         but the later has in fact a different meaning for autoconf.
3007
3008         * src/support/lstrings.h (lstrchr): reformat a bit.
3009
3010         * src/lyxlex.h: include LIstream.h, for Sun CC this time.
3011         * src/mathed/math_defs.h: ditto.
3012
3013 2000-01-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
3014
3015         * src/lyxrc.[Ch]: New tag and variable "\make_backup". Defaults to
3016         true, decides if we create a backup file or not when saving. New
3017         tag and variable \pdf_mode, defaults to false. New tag and
3018         variable \pdflatex_command, defaults to pdflatex. New tag and
3019         variable \view_pdf_command, defaults to xpdf. New tag and variable
3020         \pdf_to_ps_command, defaults to pdf2ps.
3021
3022 2000-01-08  Lars Gullik Bjønnes  <larsbj@lyx.org>
3023
3024         * src/bufferlist.C (close): don't call insetUnlock if the buffer
3025         does not have a BufferView.
3026         (unlockInset): ditto + don't access the_locking_inset if the
3027         buffer does not have a BufferView.
3028
3029         * src/LyXView.C (KeyPressMask_raw_callback): add a XSync in
3030         certain circumstances so that we don't continue a keyboard
3031         operation long after the key was released. Try f.ex. to load a
3032         large document, press PageDown for some seconds and then release
3033         it. Before this change the document would contine to scroll for
3034         some time, with this change it stops imidiatly.
3035
3036         * src/support/block.h: don't allocate more space than needed. As
3037         long as we don't try to write to the arr[x] in a array_type arr[x]
3038         it is perfectly ok. (if you write to it you might segfault).
3039         added operator value_type*() so that is possible to pass the array
3040         to functions expecting a C-pointer.
3041
3042         * lib/Makefile.am (dist-hook): don't fail completely if unable to
3043         cvs.
3044
3045         * intl/*: updated to gettext 0.10.35, tried to add our own
3046         required modifications. Please verify.
3047
3048         * po/*: updated to gettext 0.10.35, tried to add our own required
3049         modifications. Please verify.
3050         
3051         * src/support/lstrings.C (tostr): go at fixing the problem with
3052         cxx and stringstream. When stringstream is used return
3053         oss.str().c_str() so that problems with lyxstring and basic_string
3054         are avoided. Note that the best solution would be for cxx to use
3055         basic_string all the way, but it is not conformant yet. (it seems)
3056
3057         * src/lyx_cb.C + other files: moved several global functions to
3058         class BufferView, some have been moved to BufferView.[Ch] others
3059         are still located in lyx_cb.C. Code changes because of this. (part
3060         of "get rid of current_view project".)
3061
3062         * src/buffer.C + other files: moved several Buffer functions to
3063         class BufferView, the functions are still present in buffer.C.
3064         Code changes because of this.
3065
3066         * config/lcmessage.m4: updated to most recent. used when creating
3067         acinclude.m4.
3068
3069         * config/progtest.m4: updated to most recent. used when creating
3070         acinclude.m4.
3071         
3072         * config/gettext.m4: updated to most recent. applied patch for
3073         tmplinguas.
3074
3075         * config/gettext.m4.patch: new file that shows what changes we
3076         have done to the local copy of gettext.m4.
3077
3078         * config/libtool.m4: new file, used in creation of acinclude.m4
3079
3080         * config/lyxinclude.m4: new file, this is the lyx created m4
3081         macros, used in making acinclude.m4.
3082         
3083         * autogen.sh: GNU m4 discovered as a separate task not as part of
3084         the lib/configure creation. 
3085         Generate acinlucde from files in config. Actually cat
3086         lyxinclude.m4, libtool.m4 and gettext.m4 together. This makes it
3087         easier to upgrade .m4 files that really are external.
3088
3089         * src/Spacing.h: moved using std::istringstream to right after
3090         <sstream>. This should fix the problem seen with some compilers.
3091
3092 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
3093
3094         * src/lyx_cb.C: began some work to remove the dependency a lot of
3095         functions have on BufferView::text, even if not really needed.
3096         (GetCurrentTextClass): removed this func, it only hid the
3097         current_view. 
3098
3099         * src/Makefile.am (lyx_DEPENDENCIES): use support/libsupport.la I
3100         forgot this in last commit.
3101
3102         * src/Bullet.C (bulletEntry): use static char const *[] for the
3103         tables, becuase of this the return arg had to change to string.
3104         (bulletSize): ditto
3105         (~Bullet): removed unneeded destructor
3106
3107         * src/BufferView.C (beforeChange): moved from lyx_cb.C
3108         (insetSleep): moved from Buffer
3109         (insetWakeup): moved from Buffer
3110         (insetUnlock): moved from Buffer
3111
3112         * buffer.[Ch], BufferView.[Ch] + others: moved the_locking_inset
3113         from Buffer to BufferView.
3114         
3115         * acinclude.m4: include libtool.m4 from libtool 1.3.4.
3116
3117         * config/ltmain.sh: updated to version 1.3.4 of libtool
3118
3119         * config/ltconfig: updated to version 1.3.4 of libtool
3120
3121 2000-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3122
3123
3124         * src/buffer.C (pop_tag): fix a dubious for() loop initialization.
3125         Did I get that right?
3126
3127         * src/lyxlex.h: add a "using" directive or two.
3128         * src/Spacing.h: ditto.
3129         * src/insets/figinset.C: ditto.
3130         * src/support/filetools.C: ditto.
3131         * src/support/lstrings.C: ditto.
3132         * src/BufferView.C: ditto.
3133         * src/bufferlist.C: ditto.
3134         * src/lyx_cb.C: ditto.
3135         * src/lyxlex.C: ditto.
3136
3137         * NEWS: add some changes for 1.1.4.
3138         
3139 2000-01-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
3140
3141         * src/BufferView.C: first go at a TextCache to speed up switching
3142         between documents.
3143
3144 2000-01-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3145
3146         * lib/examples/ItemizeBullets.lyx: update from Tino Meinen. 
3147         * lib/examples/nl_voorbeeld_ruw.lyx: ditto.
3148         * lib/examples/nl_voorbeeld_verlyxt.lyx: ditto.
3149         * lib/examples/nl_opsommingstekens.lyx: new translation from Tino
3150         Meinen.
3151         
3152         * src/mathed/math_defs.h (MathedRowSt): make sure that all
3153         members of the struct are correctly initialized to 0 (detected by
3154         purify) 
3155         * src/lyxrc.C (LyXRC): ditto for print_adapt_output.
3156         * src/insets/figinset.C (InsetFig): ditto for pswid and pshgh.
3157
3158         * src/insets/figinset.C (sigchldchecker): use "delete" to free a
3159         pidwait, since it was allocated with "new". This was potentially
3160         very bad. Thanks to Michael Schmitt for running purify for us.
3161
3162
3163 2000-01-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3164
3165         * src/lyx_gui_misc.C: add a 'using std::make_pair;' statement.
3166
3167         * src/lyx_gui_misc.h: add a 'using std::pair;' statement.
3168
3169 1999-12-30  Allan Rae  <rae@lyx.org>
3170
3171         * lib/templates/IEEEtran.lyx: minor change
3172
3173         * src/lyxvc.C (registrer, checkIn), src/lyx_cb.C (MenuInsertLabel),
3174         src/mathed/formula.C (LocalDispatch): askForText changes
3175
3176         * src/lyx_gui_misc.[Ch] (askForText): now returns a bool also so we 
3177         know when a user has cancelled input. Fixes annoying problems with
3178         inserting labels and version control.
3179
3180 1999-12-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
3181
3182         * src/support/lstrings.C (tostr): rewritten to use strstream and
3183         stringstream
3184
3185 1999-12-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
3186
3187         * src/support/filetools.C (IsFileWriteable): use fstream to check
3188         (IsDirWriteable): use fileinfo to check
3189
3190         * src/support/filetools.h (FilePtr): whole class deleted
3191
3192         * src/insets/figinset.C (GetPSSizes): rewritten to use ifstream.
3193
3194         * src/lyxparagraph.h (readSimpleWholeFile): make arg istream
3195
3196         * src/lyx_cb.C (InsertAsciiFile): use ifstream instead of FilePtr
3197
3198         * src/bufferlist.C (write): use ifstream and ofstream instead of
3199         FILE*
3200
3201         * src/Spacing.h: use istrstream instead of sscanf
3202
3203         * src/mathed/math_defs.h: change first arg to istream from FILE*
3204
3205         * src/buffer.C (insertLyXFile): use ifstream instead of FilePtr
3206
3207         * src/mathed/math_parser.C: have yyis to be an istream 
3208         (LexGetArg): use istream (yyis)
3209         (yylex): ditto
3210         (mathed_parse): ditto
3211         (mathed_parser_file): first arg istream instead of FILE*, set yyis
3212
3213         * src/mathed/formula.C (Read): rewritten to use istream
3214
3215         * src/mathed/formulamacro.C (Read): rewritten to use istream
3216
3217         * src/lyxlex.h (~LyXLex): deleted desturctor 
3218         (getStream): new function, returns an istream
3219         (getFile): deleted funtion
3220         (IsOK): return is.good();
3221
3222         * src/lyxlex.C (LyXLex): delete file and owns_file
3223         (setFile): open an filebuf and assign that to a istream instead of
3224         using FILE*
3225         (setStream): new function, takes an istream as arg. 
3226         (setFile): deleted function
3227         (EatLine): rewritten us use istream instead of FILE*
3228         (next): ditto
3229         (nextToken): ditto
3230
3231         * src/table.C (LyXTable): use istream instead of FILE*
3232         (Read): rewritten to take an istream instead of FILE*
3233
3234 1999-12-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3235
3236         * src/buffer.C (Dispatch): remove an extraneous break statement.
3237
3238         * src/support/filetools.C (QuoteName): change to do simple
3239         'quoting'. More work is necessary. Also changed to do nothing
3240         under emx (needs fix too).
3241         (Putenv): Cast the argument of putenv() with PUTENV_TYPE_ARG.
3242
3243         * acinclude.m4 (STL_STRING_FWD_H_LOCATION): add the comment for
3244         config.h.in to the AC_DEFINE_UNQUOTED() call.
3245         (LYX_FUNC_PUTENV_ARGTYPE): new macro. Checks whether putenv()
3246         needs char * as argument (because Solaris 7 declares it like
3247         that). 
3248
3249         * acconfig.h: remove placeholder for STL_STRING_FWD_H_LOCATION;
3250         remove definition of BZERO.
3251
3252 1999-12-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
3253
3254         * src/support/LRegex.C: include <regex.h> if HAVE_REGEX_H is
3255         defined, "lyxregex.h" if not.
3256
3257         * src/support/Makefile.am (noinst_LTLIBRARIES): changed from
3258         pkglib_ to noinst_
3259         (REGEX): new variable that is set to regex.c lyxregex.h when
3260         AM_CONDITIONAL USE_REGEX is set.
3261         (libsupport_la_SOURCES): add $(REGEX)
3262
3263         * src/mathed/Makefile.am (noinst_LTLIBRARIES): changed from
3264         pkglib_ to noinst_
3265
3266         * src/insets/Makefile.am (noinst_LTLIBRARIES): changed from
3267         pkglib_ to noinst_
3268
3269         * configure.in: add call to LYX_REGEX 
3270
3271         * acinclude.m4 (LYX_REGEX): checks if we need to use the included
3272         regex or not. Uses a a AM_CONDITIONAL to decide what to compile. 
3273
3274 1999-12-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3275
3276         * lib/bind/fi_menus.bind: new file, from
3277         pauli.virtanen@saunalahti.fi. 
3278
3279         * src/buffer.C (getBibkeyList): pass the parameter delim to
3280         InsetInclude::getKeys and InsetBibtex::getKeys.
3281
3282         * src/insets/insetinclude.[Ch] (getKeys): add parameter delim, which
3283         is passed to Buffer::getBibkeyList
3284         
3285         * src/insets/insetbib.[Ch] (getKeys): add parameter delim, and use it
3286         instead of the hardcoded comma.
3287
3288         * src/insets/insetbib.C (getKeys): make sure that there are not
3289         leading blanks in bibtex keys. Normal latex does not care, but
3290         harvard.sty seems to dislike blanks at the beginning of citation
3291         keys. In particular, the retturn value of the function is
3292
3293         * INSTALL: make it clear that libstdc++ is needed and that gcc
3294         2.7.x probably does not work.
3295
3296         * src/support/filetools.C (findtexfile): make debug message go to
3297         the LATEX channel
3298         * src/insets/insetbib.C (getKeys): ditto
3299
3300         * src/debug.C (showTags): make sure that the output is correctly
3301         aligned. 
3302
3303         * configure.in: add a comment for TWO_COLOR_ICON define.
3304
3305         * acconfig.h: remove all the entries that already defined in
3306         configure.in or acinclude.m4.
3307
3308         * src/buffer.C (makeLaTeXFile): headers of latex file also changed
3309         to avoid user name, date and copyright.
3310
3311 1999-12-21  Juergen Vigna  <jug@sad.it>
3312
3313         * src/table.C (Read): Now read bogus row format informations
3314                 if the format is < 5 so that afterwards the table can
3315                 be read by lyx but without any format-info. Fixed the
3316                 crash we experienced when not doing this.
3317
3318 1999-12-21  Lars Gullik Bjønnes  <larsbj@lyx.org>
3319
3320         * src/text2.C (RedoHeightOfParagraph): rename arg cursor -> cur
3321         (RedoDrawingOfParagraph): ditto
3322         (RedoParagraphs): ditto
3323         (RemoveTableRow): ditto
3324
3325         * src/text.C (Fill): rename arg paperwidth -> paper_width
3326
3327         * src/buffer.C (insertLyXFile): rename var filename -> fname
3328         (writeFile): rename arg filename -> fname
3329         (writeFileAscii): ditto
3330         (makeLaTeXFile): ditto
3331         (makeLinuxDocFile): ditto
3332         (makeDocBookFile): ditto
3333
3334         * src/LaTeX.C (runMakeIndex): change arg name from file -> f
3335         (runBibTeX): ditto
3336
3337         * src/Makefile.am (lyx_SOURCES): add bmtable.c and remove bmtable.C
3338
3339         * src/bmtable.h: add extern "C" on this file when __cplusplus is
3340         defined.
3341
3342         * src/bmtable.c: new file, a C'ified copy of bmtable.C, this is
3343         compiled by a C compiler not C++. 
3344
3345         * src/layout.h (LyXTextClass): added typedef for const_iterator
3346         (LyXTextClassList): added typedef for const_iterator + member
3347         functions begin and end.
3348
3349         * src/LyXView.C (UpdateDocumentClassChoice): rewritten to use
3350         iterators to fill the choice_class.
3351         (updateLayoutChoice): rewritten to use iterators to fill the
3352         layoutlist in the toolbar.
3353
3354         * src/BufferView.h (BufferView::work_area_width): removed unused
3355         variable. 
3356
3357         * src/lyx_gui_misc.C (WarnReadonly): added string parameter 'file'
3358
3359         * src/buffer.C (sgmlOpenTag): drop the use of the static space array
3360         (sgmlCloseTag): ditto
3361
3362         * src/support/lstrings.h: return type of countChar changed to
3363         unsigned char.
3364
3365         * src/support/lstrings.C (countChar): use HAVE_STD_COUNT to choose
3366         what version of this func to use. Also made to return unsigned int.
3367
3368         * configure.in: call LYX_STD_COUNT 
3369
3370         * acinclude.m4 (LYX_STD_COUNT): new function checks for a standard
3371         conforming std::count. 
3372
3373 1999-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3374
3375         * src/mathed/math_draw.C (Draw, Metrics): fix a bug where a prime
3376         and a subscript would give bad display (patch from Dekel Tsur
3377         <dekel@math.tau.ac.il>). 
3378
3379         * src/insets/insetlatexaccent.h: make sure ACCENT_TYPES is public. 
3380
3381         * src/spellchecker.C (create_ispell_pipe): use a const_cast to
3382         please sun CC.
3383
3384         * src/chset.h: add a few 'using' directives
3385
3386         * src/lyxfunc.C (Dispatch): check that LFUN_UNKNOWN_ACTION is not
3387         triggered when no buffer is active
3388
3389         * src/layout.C: removed `break' after `return' in switch(), since
3390         it is unreachable.
3391
3392         * src/lyx_main.C (init): make sure LyX can be ran in place even
3393         when libtool has done its magic with shared libraries. Fix the
3394         test for the case when the system directory has not been found.
3395
3396         * src/lyx_cb.C (MenuMakeLaTeX): make sure to keep the full path
3397         name for the latex file.
3398         (MenuMakeHTML): ditto
3399
3400         * src/buffer.h: add an optional boolean argument, which is passed
3401         to ChangeExtension.
3402
3403 1999-12-20  Allan Rae  <rae@lyx.org>
3404
3405         * lib/templates/IEEEtran.lyx: small correction and update.
3406
3407         * configure.in: Attempted to use LYX_PATH_HEADER
3408
3409         * src/stl_string_fwd.h: Don't need HAVE_STL_STRING_FWD_H anymore
3410
3411         * acconfig.h, acinclude.m4 (LYX_STL_STRING_FWD): totally revised after
3412         input from JMarc.  Now use preprocessor to find the header.
3413         Also stopped making HAVE_STL_STRING_FWD_H and extended the comments.
3414         (LYX_PATH_HEADER): My, so far, failed attempt to generalize
3415         LYX_STL_STRING_FWD.  See comments in file.      
3416
3417 1999-12-19  Asger Alstrup Nielsen  <alstrup@diku.dk>
3418
3419         * The global MiniBuffer * minibuffer variable is dead.
3420         
3421         * The global FD_form_main * fd_form_main variable is dead.
3422
3423 1999-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3424
3425         * src/toolbar.C (set): condition #warning on WITH_WARNINGS
3426
3427         * src/table.h: add the LOstream.h header
3428         * src/debug.h: ditto
3429         
3430         * src/LyXAction.h: change the explaination of the ReadOnly
3431         attribute: is indicates that the function _can_ be used.
3432
3433         * src/LyXAction.C (init): find-replace _can_ be used in read-only
3434         mode. 
3435
3436 1999-12-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3437
3438         * src/lyxfont.C (ascent): Make sure that char is _always_ used as
3439         unsigned. 
3440         (descent): ditto
3441         (lbearing): ditto
3442         (rbearing): ditto
3443
3444         * src/paragraph.C (GetWord): assert on pos>=0
3445         (GetChar): ditto
3446         
3447         * src/support/lyxstring.C: condition the use of an invariant on
3448         ENABLE_ASSERTIONS 
3449         * src/support/lyxstring.h: ditto
3450
3451         * src/Bullet.[Ch]: replace DEBUG_AS_DEFAULT by ENABLE_ASSERTIONS.
3452         Use LAssert.h instead of plain assert().
3453
3454         * src/support/lstrings.h: add LAssert.h, in case it is needed.
3455
3456         * src/lyxfunc.C: do not include LAssert.h, it is not used.
3457         * src/support/filetools.C: ditto
3458
3459         * src/support/LAssert.h: make Assert a no-op if ENABLE_ASSERTIONS
3460         is not defined. 
3461
3462         * INSTALL: document the new configure flags
3463         
3464         * configure.in: suppress --with-debug; add --enable-assertions
3465
3466         * acinclude.m4: various changes in alignment of help strings.
3467
3468 1999-12-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3469
3470         * src/kbmap.C: commented out the use of the hash map in kb_map,
3471         beginning of movement to a stl::container. 
3472
3473         * several files: removed code that was not in effect when
3474         MOVE_TEXT was defined.
3475         
3476         * lib/kbd/iso8859-1.cdef: removed bogus backslashes. Backslashes
3477         for escaping should not be used. We can discuss if the string
3478         should be enclosed in f.ex. [] instead of "".
3479
3480         * src/trans_mgr.C (insert): use the new returned value from
3481         encodeString to get deadkeys and keymaps done correctly.
3482
3483         * src/chset.C (encodeString): changed to return a pair, to tell
3484         what to use if we know the string.
3485
3486         * src/lyxscreen.h (fillArc): new function.
3487
3488         * src/FontInfo.C (resize): rewritten to use more std::string like
3489         structore, especially string::replace.
3490
3491         * src/insets/insetlatexaccent.C (Draw): use fillArc for the
3492         approp. accents.
3493
3494         * configure.in (chmod +x some scripts): remove config/gcc-hack 
3495
3496 1999-12-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3497
3498         * src/buffer.C (writeFile): change once again the top comment in a
3499         .lyx file to point to www.lyx.org and to use LYX_DOCVERSION
3500         instead of an hardcoded version number.
3501         (makeDocBookFile): ditto
3502
3503         * src/version.h: add new define LYX_DOCVERSION
3504
3505         * po/de.po: update from Pit Sütterlin
3506         * lib/bind/de_menus.bind: ditto.
3507         
3508         * src/lyxfunc.C (Dispatch): call MenuExport()
3509         * src/buffer.C (Dispatch): ditto
3510
3511         * src/lyx_cb.C (MenuMakeHTML): new function, moved from
3512         LyXFunc::Dispatch().
3513         (MenuExport): new function, moved from
3514         LyXFunc::Dispatch().
3515
3516         * src/trans_mgr.C (insert): small cleanup
3517         * src/chset.C (loadFile): ditto
3518
3519         * lib/kbd/iso8859-1.cdef: add missing backslashes
3520
3521 1999-12-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
3522
3523         * src/insets/insetlatexaccent.C (Lbearing): new function, used to
3524         help with placing the manually drawn accents better.
3525         (Rbearing): ditto
3526         (Draw): x2 and hg changed to float to minimize rounding errors and
3527         help place the accents better.
3528
3529         * src/lyxfont.C (ascent): fixed faulty static_cast, casting from
3530         unsigned short to char is just wrong...cast the char to unsigned
3531         char instead so that the two values can compare sanely. This
3532         should also make the display of insetlatexaccents better and
3533         perhaps also some other insets.
3534         (descent): ditto
3535         (lbearing): new function
3536         (rbearing): ditto
3537
3538 1999-12-15  Allan Rae  <rae@lyx.org>
3539
3540         * src/stl_string_fwd.h, src/Makefile.am (lyx_SOURCES):  added new
3541         header that provides a wrapper around the very annoying SGI STL header
3542         of the same name.
3543
3544         * src/support/lyxstring.C, src/LString.h:
3545         removed old SGI-STL-compatability attempts.
3546
3547         * configure.in: Use LYX_STL_STRING_FWD.
3548
3549         * acinclude.m4 (LYX_STL_STRING_FWD), acconfig.h: Test if 
3550         stl_string_fwd.h is around and try to determine it's location.
3551         Major improvement over previous SGI STL 3.2 compatability.
3552         Three small problems remain with this function due to my zero
3553         knowledge of autoconf.  JMarc and lgb see the comments in the code.
3554
3555 1999-12-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3556
3557         * src/broken_const.h, config/hack-gcc, config/README: removed
3558         
3559         * configure.in: remove --with-gcc-hack option; do not call
3560         LYX_CXX_STL_STACK 
3561
3562         * INSTALL: remove documentation of --with-broken-const and
3563         --with-gcc-hack
3564         
3565         * acconfig.h: remove all trace of BROKEN_CONST define
3566
3567         * src/buffer.C (makeDocBookFile): update version number in output
3568         file. 
3569         (SimpleDocBookOnePar): fix an assert when trying to a character
3570         access beyond string length
3571         [Patch from Jose']
3572
3573 1999-12-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3574
3575         * po/de.po: fix the Export menu
3576
3577         * lyx.man: update the description of -dbg
3578
3579         * src/lyx_main.C (setDebuggingLevel): call Debug::showLevel()
3580         (commandLineHelp): updated
3581         (easyParse): show list of available debug levels if -dbg is passed
3582         without argument.
3583
3584         * src/Makefile.am: add debug.C
3585
3586         * src/debug.h: moved some code to debug.C
3587
3588         * src/debug.C: new file. Contains code to set and show debug
3589         level. 
3590
3591         * src/layout.C: remove 'break' after 'continue' in switch
3592         statements, since these cannot be reached.
3593
3594 1999-12-13  Allan Rae  <rae@lyx.org>
3595
3596         * src/mathed/math_hash.C (math_hash): renamed from hash(), name clash.
3597         (in_word_set): hash() -> math_hash()
3598
3599         * src/LString.h: Used USING_EXCEPTIONS in SGI STL-3.2 support 
3600
3601         * acconfig.h: Added a test for whether we are using exceptions in the
3602         current compilation run. If so USING_EXCEPTIONS is defined.
3603
3604         * config.in: Check for existance of stl_string_fwd.h
3605         * src/LString.h: If compiling --with-included-string and SGI's
3606         STL version 3.2 is present (see above test) we need to block their
3607         forward declaration of string and supply a __get_c_string().
3608         However, it turns out this is only necessary if compiling with
3609         exceptions enabled so I've a bit more to add yet.
3610
3611         * src/insets/figinset.[Ch], src/insets/insetinclude.C,
3612           src/insets/insetloa.C, src/layout.h, src/lyxparagraph.h,
3613           src/support/LRegex.h, src/undo.h:
3614         Shuffle the order of the included files a little to ensure that
3615         LString.h gets included before anything that includes stl_string_fwd.h
3616
3617         *  src/support/lyxstring.C: We need to #include LString.h instead of
3618         lyxstring.h to get the necessary definition of __get_c_string.
3619         (__get_c_string): New function.  This is defined static just like SGI's
3620         although why they need to do this I'm not sure.  Perhaps it should be
3621         in lstrings.C instead.
3622
3623         * lib/templates/IEEEtran.lyx:  New template file.
3624
3625 1999-12-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
3626         
3627         * Makefile.in.in (MKINSTALLDIRS): use $(srcdir)/@MKINSTALLDIRS@
3628         * intl/Makefile.in (MKINSTALLDIRS):  ditto
3629
3630         * src/LyXAction.C (init): changed to hold the LFUN data in a
3631         automatic array in stead of in callso to newFunc, this speeds up
3632         compilation a lot. Also all the memory used by the array is
3633         returned when the init is completed.
3634
3635         * a lot of files: compiled with -Wold-style-cast, changed most of
3636         the reported offenders to C++ style casts. Did not change the
3637         offenders in C files. 
3638
3639         * src/trans.h (Match): change argument type to unsigned int.
3640
3641         * src/support/DebugStream.C: fix some types on the streambufs so
3642         that it works on a conforming implementation.
3643
3644 1999-12-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3645
3646         * lib/examples/example_{raw,lyxified}.lyx: fix embarassing sentence.
3647
3648         * src/support/lyxstring.C: remove the inline added earlier since
3649         they cause a bunch of unsatisfied symbols when linking with dec
3650         cxx. Cxx likes to have the body of inlines at the place where they
3651         are declared.
3652
3653         * src/trans.C (AddDeadkey): add an 'unsigned char' cast to avoid
3654         accessing negative bounds in array. This fixes the crash when
3655         inserting accented characters.
3656         * src/trans.h (Match): ditto
3657
3658         * src/buffer.C (Dispatch): since this is a void, it should not try
3659         to return anything...
3660
3661 1999-12-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
3662
3663         * src/buffer.h: removed the two friends from Buffer. Some changes
3664         because of this. Buffer::getFileName and Buffer::setFileName
3665         renamed to Buffer::fileName() and Buffer::fileName(...).
3666
3667 1999-12-09  Lars Gullik Bjønnes <larsbj@lyx.org>
3668
3669         * buffer.[Ch], BufferView.[Ch] + other files: Moved Buffer::text
3670         and Buffer::update(short) to BufferView. This move is currently
3671         controlled by a define MOVE_TEXT, this will be removed when all
3672         shows to be ok. This move paves the way for better separation
3673         between buffer contents and buffer view. One side effect is that
3674         the BufferView needs a rebreak when swiching buffers, if we want
3675         to avoid this we can add a cache that holds pointers to LyXText's
3676         that is not currently in use. 
3677
3678         * buffer.[Ch], lyx_main.C: small changes to the "-export" patch by
3679         André Pönitz. 
3680
3681 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
3682
3683         * buffer.[Ch]: Dispatch() - new dispatcher on the buffer level
3684
3685         * lyx_main.C: new command line option -x (or --execute) and
3686           -e (or --export). Now direct conversion from .lyx to .tex
3687           (.dvi, .ps, ...) is possible  ('lyx file.lyx --export latex')
3688           Unfortunately, X is still needed and the GUI pops up during the
3689           process...
3690
3691 1999-12-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3692
3693         * src/Spacing.C: add a using directive to bring stream stuff into
3694         normal namespace.
3695         * src/paragraph.C: ditto
3696         * src/buffer.C: ditto
3697
3698         * NEWS: updated a bit the new features of 1.1.3 (took a few things
3699         from Lars' announcement).
3700
3701         * lib/examples/nl_voorbeeld_{ruw,verlyxt}.lyx: new tutorial
3702         example files from Tino Meinen.
3703         
3704 1999-12-06  Allan Rae  <rae@lyx.org>
3705
3706         * src/LaTeX.C (runBibTeX): fix typo in accessing submatch pair.
3707
3708 1999-12-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
3709
3710         * src/support/lyxstring.C: added a lot of inline for no good
3711         reason
3712         
3713         * src/lyxfont.[Ch]: removed latexWriteStartChanges, and
3714         latexWriteEndChanges, they were not used.
3715         
3716         * src/layout.h (operator<<): output operator for PageSides
3717
3718         * src/mathed/math_iter.C (my_memcpy): slightly changed.
3719
3720         * some example files: loaded in LyX 1.0.4 and saved again to update
3721         certain constructs (table format) 
3722
3723         * a lot of files: did the change to use fstream/iostream for all
3724         writing of files. Done with a close look at Andre Poenitz's patch.
3725
3726         * some files: whitespace changes.
3727         
3728 1999-12-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3729
3730         * src/mathed/math_iter.C (my_memcpy): new function. Since the
3731         built-in memcpy() is broken on egcs and gcc 2.95 for alpha
3732         architecture, we provide our own. It is used unconditionnally, but
3733         I do not think this is a performance problem. Thanks to Angus
3734         Leeming <a.leeming@ic.ac.uk> for the code (and again to Michal
3735         Jaegermann <michal@ellpspace.math.ualberta.ca> for finding it the
3736         first time).
3737         (GetInset): use my_memcpy.
3738         (Insert): ditto
3739         (Copy): ditto
3740
3741         * lib/chkconfig.ltx: some cleanup of the latex code. I am not sure
3742         it is easier to understand, but it uses less TeX-only constructs now.
3743
3744         * acinclude.m4 (LYX_SEARCH_PROG): make it work when the PATH
3745         elements contain spaces
3746
3747         * lib/configure: regenerated
3748         
3749         * lib/configure.m4 (SEARCH_PROG): make it work when the PATH
3750         elements contain spaces; display the list of programs that are
3751         tried.
3752
3753         * autogen.sh: make sure lib/configure is executable
3754
3755         * lib/examples/*: rename the tutorial examples to begin with the
3756         two-letters language code.
3757
3758         * src/lyxfunc.C (getStatus): do not query current font if no
3759         buffer exists.
3760
3761         * src/lyx_cb.C (RunScript): use QuoteName
3762         (MenuRunDvips): ditto
3763         (PrintApplyCB): ditto
3764
3765         * src/support/filetools.[Ch] (QuoteName): new function. Add quotes
3766         around argument, so that it works well with the current shell.
3767         Does not work properly with OS/2 shells currently.
3768
3769         * src/LaTeXLog.C (ShowLatexLog): use Buffer::getLatexName
3770         * src/LyXSendto.C (SendtoApplyCB): ditto
3771         * src/lyxfunc.C (Dispatch): ditto
3772         * src/buffer.C (runLaTeX): ditto
3773         (runLiterate): ditto
3774         (buildProgram): ditto
3775         (runChktex): ditto
3776         * src/lyx_cb.C (RunScript): ditto
3777         (MenuMakeLaTeX): ditto
3778         
3779         * src/buffer.h (getLatexName): new method 
3780
3781         * src/support/filetools.C (MakeLatexName): renamed from SpaceLess
3782
3783 1999-12-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3784
3785         * images/sqrt.xpm: change name of the sqrt icon to sqrt_xpm.
3786         * src/mathed/math_panel.C (mathed_get_pixmap_from_icon): ditto
3787         (create_math_panel): ditto
3788
3789         * src/lyxfunc.C (getStatus): re-activate the code which gets
3790         current font and cursor; add test for export to html.
3791
3792         * src/lyxrc.C (read): remove unreachable break statements; add a
3793         few "using".
3794
3795         * src/bmtable.C (fl_set_bmtable_data): add a const_cast.
3796         
3797 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3798
3799         * src/mathed/formula.C (LocalDispatch): fix small whitspace bug
3800         introduced by faulty regex.
3801         * src/buffer.C: ditto
3802         * src/lastfiles.C: ditto
3803         * src/paragraph.C: ditto
3804         * src/table.C: ditto
3805         * src/vspace.C: ditto
3806         * src/insets/figinset.C: ditto
3807         Note: most of these is absolutely harmless, except the one in
3808         src/mathed formula.C.
3809
3810 1999-11-30  Kayvan A. Sylvan  <kayvan@satyr.sylvan.com>
3811
3812         * src/ImportNoweb.C (documentclass): fixed bounds for substr
3813           operation, yielding correct results for the reLyX command.
3814
3815 1999-12-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
3816
3817         * src/support/filetools.C (ExpandPath): removed an over eager
3818         Assert.
3819         (ReplaceEnvironmentPath): ditto
3820
3821         * src/toolbar.C (BubbleTimerCB): use C++ style casts. This clearly
3822         shows that we are doing something fishy in our code...
3823         (BubblePost): ditto
3824         (ToolbarCB): ditto
3825
3826         * src/lyxrc.C (read): use a double switch trick to get more help
3827         from the compiler. (the same trick is used in layout.C)
3828         (write): new function. opens a ofstream and pass that to output
3829         (output): new function, takes a ostream and writes the lyxrc
3830         elemts to it. uses a dummy switch to make sure no elements are
3831         forgotten. 
3832
3833         * src/lyxlex.h: added a struct pushpophelper for use in functions
3834         with more than one exit point.
3835
3836         * src/lyxlex.[Ch] (GetInteger): made it const
3837         (GetFloat): ditto
3838         (GetBool): ditto
3839
3840         * src/lyxfunc.C (Dispatch): added case for LFUN_SAVEPREFERENCES
3841
3842         * src/layout.[hC] : LayoutTags splitted into several enums, new
3843         methods created, better error handling cleaner use of lyxlex. Read
3844         the diff.
3845
3846         * src/bmtable.[Ch]: change some member prototypes because of the
3847         image const changes. 
3848
3849         * commandtags.h, src/LyXAction.C (init): new function:
3850         "preferences-save", saves the lyxrc entries into .lyx/preferences.
3851         This file is not read automatically but you can add \input
3852         preferences to your lyxrc if you want to. We need to discuss how
3853         to handle this. 
3854
3855         * src/LaTeX.C (runBibTeX): use regex to match for the needed lines
3856         in .aux, also remove .bib and .bst files from dependencies when
3857         running bibtex.
3858
3859         * src/BufferView.C, src/LyXView.C: add const_cast several places
3860         because of changes to images.
3861
3862         * lib/images/*: same change as for images/*
3863         
3864         * lib/lyxrc.example: Default for accept_compound is false not no.
3865
3866         * images/*: changed to be const, however I have som misgivings
3867         about this change so it might be changed back.
3868
3869 1999-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3870
3871         * lib/configure, po/POTFILES.in: regenerated
3872
3873         * autogen.sh: autogenerate lib/configure from lib/configure.m4
3874
3875         * config/lib_configure.m4: removed
3876         
3877         * lib/configure.m4: new file (was config/lib_configure.m4)
3878
3879         * configure.in: do not test for rtti, since we do not use it.
3880         
3881 1999-11-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
3882
3883         * src/support/lyxstring.C (lyxstring::Srep): Changed to use a
3884         doubling of allocated space scheme. This makes it faster for large
3885         strings end to use less memory for small strings. xtra rememoved. 
3886
3887         * src/insets/figinset.C (waitalarm): commented out.
3888         (GhostscriptMsg): use static_cast
3889         (GhostscriptMsg): use new instead of malloc to allocate memory for
3890         cmap. also delete the memory after use.
3891
3892         * src/lyx_cb.C (SetXtermCursor): made cursor_undefined a bool
3893
3894         * src/LaTeX.C (scanAux): new method. Scans the .aux file and looks
3895         for changes in bibtex database or style.
3896         (runBibTeX): remove all .bib and .bst files from dep before we
3897         begin. 
3898         (run): use scanAuc in when dep file already exist.
3899
3900         * src/DepTable.C (remove_files_with_extension): new method
3901         (exist): new method
3902
3903         * src/DepTable.[Ch]: made many of the methods const. 
3904
3905 1999-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3906
3907         * src/bufferparams.C: make sure that the default textclass is
3908         "article". It used to be the first one by description order, but
3909         now the first one is "docbook".
3910
3911         * src/lyx_main.C (setDebuggingLevel): change type of argument to
3912         string; call Debug::value.
3913         (easyParse): pass complete argument to setDebuggingLevel().
3914
3915         * src/debug.h (value): fix the code that parses debug levels.
3916
3917         * src/debug.h: add new debug type ACTION, reserved for LyXAction
3918         class.  
3919
3920         * src/LyXAction.C: use Debug::ACTION as debug channel.
3921
3922         * src/lyxlookup.C: make the debug statements go to Debug::KEY.
3923
3924         * NEWS: updated for the future 1.1.3 release.
3925
3926         * src/mathed/symbol_def.h: swap the definitions of \varepsilon and
3927         \epsilon. Now \epsilon shows as red text, and \varepsilon shows as
3928         it should. This is of course a controversial change (since many
3929         people will find that their lyx workscreen is suddenly full of
3930         red), but done for the sake of correctness.
3931
3932         * src/mathed/formulamacro.h, src/mathed/math_macro.[Ch],
3933           src/mathed/math_root.[Ch] (Clone): return a MathedInset*  
3934
3935         * src/insets/inseterror.h, src/insets/inseturl.h,
3936           src/insets/insetinfo.h, src/insets/figinset.h,
3937           src/mathed/formulamacro.h, src/mathed/math_macro.h
3938           (EditMessage): add a missing const and add _() to make sure that
3939         translation happens
3940
3941         * src/ImportNoweb.C, src/LyXAction.h, src/insets/figinset.C,
3942           src/insets/insetbib.C, src/support/filetools.C: add `using'
3943         directives for cxx.  
3944
3945         * src/lyxfunc.C (Dispatch): make sure nothing bad happens when
3946         doing 'Insert index of last word' at the beginning of a paragraph.
3947
3948 1999-11-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
3949
3950         * several files: white-space changes.
3951
3952         * src/mathed/formula.C: removed IsAlpha and IsDigit
3953
3954         * src/insets/insetbib.C (getKeys): use findtexfile to look for the
3955         .bib file. use a ifstream instead of FilePtr when parsing the .bib
3956         file for keys.
3957
3958         * src/insets/figinset.C (GetPSSizes): don't break when
3959         "EndComments" is seen. But break when a boundingbox is read.
3960
3961         * all classes inherited from Inset: return value of Clone
3962         changed back to Inset *.
3963
3964         * all classes inherited form MathInset: return value of Clone
3965         changed back to MathedInset *.
3966         
3967         * src/insets/figinset.C (runqueue): use a ofstream to output the
3968         gs/ps file. Might need some setpresicion or setw. However I can
3969         see no problem with the current code.
3970         (runqueue): use sleep instead of the alarm/signal code. I just
3971         can't see the difference.
3972
3973         * src/paragraph.C (LyXParagraph): reserve space in the new
3974         paragraph and resize the inserted paragraph to just fit.
3975
3976         * src/lyxfunc.h (operator|=): added operator for func_status.
3977
3978         * src/lyxfunc.C (MenuNew): use FileInfo instead of FilePtr to
3979         check for readable file.
3980
3981         * src/lyx_cb.C (MenuMakeLaTeX): use FileInfo instead of FilePtr to
3982         check for readable file.
3983         (MenuMakeLinuxDoc): ditto
3984         (MenuMakeDocBook): ditto
3985         (MenuMakeAscii): ditto
3986         (InsertAsciiFile): split the test for openable and readable
3987
3988         * src/bmtable.C (draw_bitmaptable): use
3989         fl_state[fl_get_vclass()].depth instead of DefualtScreen.
3990
3991         * src/LaTeX.C, src/support/filetools.[Ch]: moved do_popen and
3992         findtexfile from LaTeX to filetools.
3993         
3994         * src/ImportNoweb.C (documentclass): rewrote to use ifstream
3995         instead of FilePtr. Needs to be verified by a literate user.
3996
3997 1999-11-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3998
3999         * src/mathed/formula.[Ch] (GetCursorPos): add a missing 'const'.
4000         (EditMessage): likewise.
4001
4002         * src/paragraph.C (SimpleTeXSpecialChars): output ~ and ^
4003         respectively as \textasciitilde and \textasciicircum.
4004
4005 1999-11-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4006
4007         * src/support/lyxstring.h: made the methods that take iterators
4008         use const_iterator.
4009
4010         * src/support/lstrings.C (countChar): use std::cound(itr, itr, val)
4011         (regexMatch): made is use the real regex class.
4012
4013         * src/support/Makefile.am: changed to use libtool
4014
4015         * src/support/.cvsignore: added *.lo, .libs and libsupport.la
4016
4017         * src/mathed/math_defs.h: made the mathaligns be in a enum instead
4018         of defines.
4019         (MathIsInset ++): changed several macros to be inline functions
4020         instead. 
4021
4022         * src/mathed/Makefile.am: changed to use libtool
4023
4024         * src/mathed/.cvsignore: added *.lo, .libs and libmathed.la
4025
4026         * src/insets/inset* : Clone changed to const and return type is
4027         the true insettype not just Inset*.
4028         
4029         * src/insets/Makefile.am: changed to use libtool
4030
4031         * src/insets/.cvsignore: added *.lo, .libs and libinsets.la
4032
4033         * src/undo.[Ch] : added empty() and changed some of the method
4034         names.
4035         
4036         * src/texrow.[Ch]: rewrote to store texrow's in a std::list.
4037
4038         * src/lyxparagraph.h: use id() and id(...) instead of getID and
4039         setID use block<> for the bullets array, added const several places.
4040
4041         * src/lyxfunc.C (getStatus): new function
4042
4043         * src/lyxfunc.[Ch] : small changes to take advantage of the new
4044         LyXAction, added const to several funtions.
4045
4046         * src/filedlg.[Ch]: rewrote to store userchache and groupchache in
4047         a std::map, and to store the dir items in a vector.
4048
4049         * src/Makefile.am (lyx_DEPENDENCIES): changed to use libtool files
4050         as dependencies.
4051
4052         * src/LyXView.[Ch] + other files : changed currentView to view.
4053         
4054         * src/LyXAction.[Ch] : ported from the old devel branch.
4055         
4056         * src/.cvsignore: added .libs and a.out
4057
4058         * configure.in : changes to use libtool. 
4059
4060         * acinclude.m4 : inserted libtool.m4
4061
4062         * .cvsignore: added libtool
4063
4064 1999-11-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4065
4066         * src/Makefile.am (lyx_DEPENDENCIES): give the explicit object
4067         file name in insets and mathed directories (otherwise the
4068         dependency is not taken in account under cygwin).
4069
4070         * src/text2.C (InsertString[AB]): make sure that we do not try to
4071         read characters past the string length.
4072
4073 1999-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4074
4075         * lib/doc/LaTeXConfig.lyx.in, 
4076           lib/chkconfig.ltx: remove the test for linuxdoc-sgml.sty.
4077
4078         * src/buffer.C (writeFile): Do not add a comment on top of .lyx
4079         file saying who created them and when this heppened; this is
4080         useless and annoys tools like cvs.
4081
4082         * lib/layouts/g-brief-{en,de}.layout,
4083           lib/templates/g-brief-{en,de}.lyx: new versions of the textclass
4084         from Thomas Hartkens <thomas@hartkens.de>.
4085
4086         * src/{insets,mathed}/Makefile.am: do not declare an empty
4087         LDFLAGS, so that it can be set at configure time (useful on Irix
4088         for -n32 flag).
4089
4090         * lib/reLyX/configure.in: make sure that the prefix is set
4091         correctly in LYX_DIR.
4092
4093 1999-11-18  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
4094
4095         * src/commandtags.h: introduction of a new tag 'LFUN_SEQUENCE' to
4096         be used by 'command-sequence' this allows to bind a key to a
4097         sequence of LyX-commands
4098         (Example: 'command-sequence math-insert alpha; math-insert beta;")
4099
4100         * src/LyXAction.C: add "command-sequence"
4101
4102         * src/LyXFunction.C: handling of "command-sequence"
4103
4104         * src/LyXFunction.[hC] changed LyXFunc::Dispatch(string const
4105          &cmd, string const &arg) to LyXFunc::Dispatch(string const& s)
4106
4107         * src/lyxserver.C, src/minibuffer.C: Use this new interface
4108
4109 1999-11-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4110
4111         * src/buffer.C (writeFile): Do not output a comment giving user
4112         and date at the beginning of a .lyx file. This is useless and
4113         annoys cvs anyway; update version number to 1.1.
4114
4115         * src/Makefile.am (LYX_DIR): add this definition, so that a
4116         default path is hardcoded in LyX.
4117
4118         * configure.in: Use LYX_GNU_GETTEXT.
4119
4120         * acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
4121         AM_GNU_GETTEXT with a bug fixed. 
4122
4123         * src/lyx_cb.C (RunLinuxDoc): add a cast to please dec cxx.
4124
4125         * src/chset.C: add "using std::ifstream;" to please dec cxx.
4126
4127         * src/lyx_main.C (init), INSTALL.OS2: the environment variable
4128         which is used to point to LyX data is now LYX_DIR_11x.
4129
4130         * lyx.man: convert to a unix text file; small updates.
4131
4132 1999-11-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
4133
4134         * src/support/LSubstring.[Ch]: made the second arg of most of the
4135         constructors be a const reference. 
4136
4137         * src/mathed/math_parser.C (LexInitCodes): small bug introduced by
4138         me fixed.
4139
4140         * src/support/lyxstring.[Ch] (swap): added missing member function
4141         and specialization of swap(str, str); 
4142
4143         * src/menus.C (ShowBufferMenu): to use the new BufferStorage
4144
4145         * src/bufferlist.[Ch]: use the new BufferStorage class and remove all
4146         trace of the old one.
4147
4148         * src/undo.[Ch]: made the undostack use std::list to store undo's in
4149         put the member definitions in undo.C.
4150
4151         * src/lyxparagraph.h, src/paragraph.C + a lot of files: removed
4152         NEW_TEXT and have now only code that was included when this was
4153         defined. 
4154
4155         * src/intl.C (LCombo): use static_cast
4156         (LCombo2): ditto
4157         (DispatchCallback): ditto
4158
4159         * src/definitions.h: removed whole file
4160         
4161         * src/commandtags.h: comment out LFUN_INSERT_INSET_LATEX
4162
4163         * src/chset.[Ch]: a lot rewritten, does not use lyxlex for cdef
4164         parsing and stores in a std:map. a regex defines the file format.
4165         removed unneeded members.
4166
4167         * src/bufferparams.h: added several enums from definitions.h here.
4168         Removed unsused destructor. Changed some types to use proper enum
4169         types. use block to have the temp_bullets and user_defined_bullets
4170         and to make the whole class assignable.
4171
4172         * src/bufferparams.C (Copy): removed this functions, use a default
4173         assignment instead. 
4174
4175         * src/buffer.h: made isLatex, isLinuxDoc, isDocBook, isSGML and
4176         isLiterate const.
4177
4178         * src/buffer.C (readLyXformat2): commend out all that have with
4179         oldpapersize to do. also comment out all that hve to do with
4180         insetlatex and insetlatexdel. 
4181         (setOldPaperStuff): commented out
4182
4183         * src/Makefile.am (lyx_SOURCES): remove definitions.h, add undo.C
4184
4185         * src/LyXAction.C: remove use of inset-latex-insert
4186
4187         * src/mathed/math_panel.C (button_cb): use static_cast
4188
4189         * src/insets/Makefile.am (insets_o_SOURCES): removed
4190         insetlatex.[Ch] 
4191
4192         * src/support/lyxstring.C (helper): use the unsigned long
4193         specifier, UL, instead of a static_cast.
4194
4195         * src/support/Makefile.am (libsupport_a_SOURCES): added block.h
4196
4197         * src/support/block.h: new file. to be used as a c-style array in
4198         classes, so that the class can be assignable.
4199
4200 1999-11-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4201
4202         * src/lyx_gui_misc.C (askForText): when fl_show_input() returns
4203         NULL, make sure to return an empty string (it is not possible to
4204         set a string to NULL).
4205
4206 1999-11-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4207
4208         * src/support/LRegex.C: use regex_t instead of re_pattern_buffer.
4209
4210         * src/support/lyxstring.C (helper): fix bogus cast in assertion.
4211
4212         * src/{mathed,insets}/Makefile.am (CXXLINK): add $(LDFLAGS) to the
4213         link line, so that Irix users (for example) can set it explicitely to
4214         "-n32".
4215         
4216         * src/Makefile.am (lyx_LDADD): use LYX_LIB as a variable, so that
4217         it can be overidden at make time (static or dynamic link, for
4218         example).
4219         
4220         * src/vc-backend.C, src/LaTeXFeatures.h, 
4221           src/support/LRegex.C, src/support/LRegex.h: add a few "using" 
4222         statements to bring templates to global namespace.
4223
4224 1999-11-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
4225
4226         * src/support/lyxstring.C (operator[] const): make it standard
4227         conforming. 
4228
4229         * src/minibuffer.C (Init): changed to reflect that more
4230         information is given from the lyxvc and need not be provided here.
4231
4232         * src/lyxvc.[Ch]: rewrote to use the vc-backend.
4233         
4234         * src/Makefile.am (lyx_SOURCES): add vc-backend.[Ch]
4235
4236         * src/LyXView.C (UpdateTimerCB): use static_cast
4237         (KeyPressMask_raw_callback): ditto
4238
4239         * src/BufferView.[Ch]: name change _owner -> owner_ and _buffer ->
4240         buffer_, a lot of changes because of this. currentBuffer() ->
4241         buffer(), setBuffer(...) -> buffer(...), getOwner() -> owner(),
4242         also changes to other files because of this.
4243
4244 1999-11-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4245
4246         * src/vc-backend.[Ch]: new files. The backends for vc handling,
4247         have no support for RCS and partial support for CVS, will be
4248         improved later.
4249         
4250         * src/insets/ several files: changes because of function name
4251         changes in Bufferview and LyXView.
4252         
4253         * src/mathed/math_symbols.C (math_insert_symbol): use static_cast
4254
4255         * src/support/LSubstring.[Ch]: new files. These implement a
4256         Substring that can be very convenient to use. i.e. is this
4257         possible:
4258         string a = "Mary had a little sheep";
4259         Substring(a, "sheep") = "lamb";
4260         a is now "Mary has a little lamb".
4261
4262         * src/support/LRegex.[Ch]: a regex class that can be used to pick
4263         out patterns and subpatterns of strings. It is used by LSubstring
4264         and also by vc-backend.C
4265         
4266         * src/support/lyxstring.C: went over all the assertions used and
4267         tried to correct the wrong ones and flag which of them is required
4268         by the standard. some bugs found because of this. Also removed a
4269         couple of assertions.
4270
4271         * src/support/Makefile.am (libsupport_a_SOURCES): added
4272         LSubstring.[Ch] and LRegex.[Ch]
4273
4274         * src/support/FileInfo.h: have struct stat buf as an object and
4275         not a pointer to one, some changes because of this.
4276
4277         * src/LaTeXFeatures.C (getTClassPreamble): also use the
4278         information in layout when adding the layouts preamble to the
4279         textclass preamble.
4280
4281         * src/LaTeXFeatures.h: use a vector<bool> to store the layout
4282         usage in.
4283
4284         * configure.in (CPPFLAGS): use AC_CHECK_FUNCS to check for XOpenIM
4285         because of bug in OS/2.
4286
4287 1999-11-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4288
4289         * lib/layouts/lyxmacros.inc (lyxcode): set the font with
4290         \verbatim@font instead of \ttfamily, so that it can be redefined.
4291
4292         * src/BackStack.h, src/DepTable.C, src/DepTable.h, src/LaTeX.C,
4293           src/LaTeX.h, src/lastfiles.C, src/lastfiles.h, src/layout.C,
4294           src/layout.h, src/text2.C: add 'using' directive to bring the
4295         STL templates we need from the std:: namespace to the global one.
4296         Needed by DEC cxx in strict ansi mode.
4297
4298         * src/support/LIstream.h,src/support/LOstream.h,
4299           src/support/lyxstring.h,src/table.h,
4300           src/lyxlookup.h: do not include <config.h> in header
4301         files. This should be done in the .C files only.
4302
4303         * development/lyx.spec.in: WHATSNEW has been renamed to NEWS
4304         (from Kayvan).
4305         
4306
4307 1999-11-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4308
4309         * config/lib_configure.m4,lib/configure,lib/lyxrc.example: update
4310         from Kayvan to fix the tth invokation.
4311
4312         * development/lyx.spec.in: updates from Kayvan to reflect the
4313         changes of file names.
4314
4315 1999-11-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4316
4317         * src/text2.C (InsertStringB): use std::copy
4318         (InsertStringA): use std::copy
4319
4320         * src/bufferlist.C: use a vector to store the buffers in. This is
4321         an internal change and should not affect any other thing.
4322         
4323         * src/BufferView.C (waitForX): use XSync instead of the lengthy
4324         stuff in waitForX.
4325
4326         * src/text.C (Fill): fix potential bug, one off bug.
4327
4328 1999-11-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
4329
4330         * src/Makefile.am (lyx_main.o): add more files it depends on.
4331
4332         * src/lyx_cb.C (addNewlineAndDepth): parameters in wrong order.
4333
4334         * src/support/lyxstring.C: use size_t for the reference count,
4335         size, reserved memory and xtra.
4336         (internal_compare): new private member function. Now the compare
4337         functions should work for std::strings that have embedded '\0'
4338         characters.
4339         (compare): all compare functions rewritten to use
4340         internal_compare.
4341         
4342 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4343
4344         * src/support/lyxstring.C (compare): pass c_str()
4345         (compare): pass c_str
4346         (compare): pass c_str
4347
4348 1999-11-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4349
4350         * src/support/DebugStream.C: <config.h> was not included correctly.
4351
4352         * lib/configure: forgot to re-generate it :( I'll make this file
4353         auto generated soon.
4354
4355 1999-11-03  Lars Gullik Bjønnes  <larsbj@lyx.org>
4356
4357         * acinclude.m4 (cross_compiling): add -fpermissive when gcc 2.95.x
4358         is used.
4359
4360         * src/support/lyxstring.C: some changes from length() to rep->sz.
4361         avoids a function call.
4362
4363         * src/support/filetools.C (SpaceLess): yet another version of the
4364         algorithm...now per Jean-Marc's suggestions.
4365
4366 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4367
4368         * src/layout.C (less_textclass_desc): functor for use in sorting
4369         of textclasses. 
4370         (LyXTextClass::Read): sort the textclasses after reading.
4371         
4372         * src/support/filetools.C (SpaceLess): new version of the
4373         SpaceLess functions. What problems does this one give? Please
4374         report.
4375
4376         * images/banner_bw.xbm: made the arrays unsigned char *
4377
4378 1999-11-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4379
4380         * src/support/lyxstring.C (find): remove bogus assertion in the
4381         two versions of find where this has not been done yet.
4382
4383         * src/support/lyxlib.h: add missing int return type to
4384         lyx::chdir(). 
4385
4386         * src/menus.C (ShowFileMenu): disable exporting to html if no
4387         html export command is present.
4388
4389         * config/lib_configure.m4: add a test for an HTML converter. The
4390         programs checked for are, in this order: tth, latex2html and
4391         hevea. 
4392
4393         * lib/configure: generated from config/lib_configure.m4.
4394
4395         * src/lyxfunc.C (Dispatch): update and improve the execution of an
4396         html converter. The parameters are now passed through $$FName and
4397         $$OutName, instead of standard input/output.
4398
4399         * src/lyxrc.{C,h}: rename \tth_command to \html_command.
4400
4401         * lib/lyxrc.example: update description of \html_command. 
4402         add "quotes" around \screen_font_xxx font setting examples to help
4403         people who use fonts with spaces in their names.
4404
4405 1999-11-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
4406
4407         * Distribution files: updates for v1.1.2
4408
4409         * src/support/lyxstring.C (find): remove bogus assert and return
4410         npos for the same condition.
4411
4412 1999-11-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
4413
4414         * added patch for OS/2 from SMiyata.
4415
4416 1999-10-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
4417
4418         * src/text2.C (CutSelection): make space_wrapped a bool
4419         (CutSelection): dont declare int i until we have to.
4420         (alphaCounter): return a char const *.
4421
4422 1999-10-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4423
4424         * src/support/syscall.C (Systemcalls::kill): 
4425           src/support/filetools.C (PutEnv, PutEnvPath): 
4426           src/lyx_cb.C (addNewlineAndDepth): 
4427           src/FontInfo.C (FontInfo::resize): condition some #warning
4428         directives with WITH_WARNINGS.
4429         
4430
4431 1999-10-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
4432
4433         * src/layout.[Ch] + several files: access to class variables
4434         limited and made accessor functions instead a lot of code changed
4435         becuase of this. Also instead of returning pointers often a const
4436         reference is returned instead.
4437         
4438         * src/form1.C (create_form_Figure): added a couple fo "no-c-format"
4439
4440         * src/Makefile.am (dist-hook): added used to remove the CVS from
4441         cheaders upon creating a dist
4442         (EXTRA_DIST): added cheaders
4443
4444         * src/support/lstrings.C (tostr(char)): fix it to handle param as
4445         a character not as a small integer. 
4446
4447         * src/support/lyxstring.C (find): removed Assert and added i >=
4448         rep->sz to the first if.
4449
4450 1999-10-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
4451
4452         * src/layout.[Ch] src/BufferView.C src/LaTeXFeatures.C
4453         src/LyXView.C src/buffer.C src/bufferparams.C
4454         src/lyx_cb.C src/lyxfunc.C src/paragraph.C src/text.C 
4455         src/text2.C src/insets/insetinclude.C:
4456         lyxlayout renamed to textclasslist.
4457
4458         * src/layout.C: some lyxerr changes.
4459
4460         * src/layout.[Ch] (LyXLayout::Read): changed second paramter to
4461         LyXTextClass. rewrote LT_COPYSTYLE, rewrote LT_OBSOLETEDBY
4462         (LyXLayoutList): removed all traces of this class.
4463         (LyXTextClass::Read): rewrote LT_STYLE
4464         (LyXTextClass::hasLayout): new function
4465         (LyXTextClass::GetLayout): rewritten to return an iterator + has
4466         both const and nonconst version.
4467         (LyXTextClass::delete_layout): new function.
4468         (LyXTextClassList::Style): bug fix. do the right thing if layout
4469         is to big.
4470         (LyXTextClassList::NumberOfLayout): new acces to layoutlist.
4471         (LyXTextClassList::NameOfLayout): ditto 
4472         (LyXTextClassList::Load): ditto
4473
4474         * src/buffer.C (makeLaTeXFile): new access to layoutlist
4475
4476         * src/LaTeXFeatures.C (getTClassPreamble): new access to layoutlist
4477
4478         * src/LyXAction.C (LookupFunc): added a workaround for sun
4479         compiler, on the other hand...we don't know if the current code
4480         compiles on sun at all...
4481
4482         * src/support/filetools.C (CleanupPath): subst fix
4483
4484         * src/insets/insetbib.C (delDatabase): subst fix, this looks
4485         _really_ weird.
4486
4487         * src/support/filetools.C (PutEnvPath): subst fix, how come nobody
4488         complained about this one?
4489
4490         * src/insets/insetinclude.C (Latex): subst fix
4491
4492         * src/insets/insetbib.C (getKeys): subst fix
4493
4494         * src/LyXSendto.C (SendtoApplyCB): subst fix
4495
4496         * src/lyx_main.C (init): subst fix
4497
4498         * src/layout.C (Read): subst fix
4499
4500         * src/lyx_sendfax_main.C (button_send): subst fix
4501
4502         * src/buffer.C (RoffAsciiTable): subst fix
4503
4504         * src/lyx_cb.C (MenuFax): subst fix
4505         (PrintApplyCB): subst fix
4506
4507 1999-10-26  Juergen Vigna  <jug@sad.it>
4508
4509         * src/table.C (TexEndOfCell) + (DocBookEndOfCell): removed some #if 0
4510
4511         (Read): Cleaned up this code so now we read only format vestion >= 5
4512
4513 1999-10-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
4514
4515         * src/support/filetools.C (PutEnvPath): subst fix for EMX, how
4516         come nobody has complained about this one?
4517
4518         * src/insets/insetinclude.C (Latex): subst fix
4519
4520         * src/insets/insetbib.C (getKeys): subst fix
4521
4522         * src/lyx_main.C (init): subst fix
4523
4524         * src/layout.C (Read): subst fix
4525
4526         * src/buffer.C (RoffAsciiTable): subst fix
4527
4528         * src/lyx_cb.C (MenuFax): subst fix.
4529
4530         * src/layout.[hC] + some other files: rewrote to use
4531         std::container to store textclasses and layouts in.
4532         Simplified, removed a lot of code. Make all classes
4533         assignable. Further simplifications and review of type
4534         use still to be one. 
4535
4536         * src/menus.C (ShowFileMenu/ShowFileMenu2): Use the iterators from
4537         lastfiles to create the lastfiles partr of the menu.
4538
4539         * src/lastfiles.[Ch]: rewritten to use deque to store the
4540         lastfiles in. Uses fstream for reading and writing. Simplifies
4541         code.
4542
4543         * src/support/syscall.C: remove explicit cast.
4544
4545         * src/BufferView.C (CursorToggleCB): removed code snippets that
4546         were commented out.
4547         use explicat C++ style casts instead of C style casts. also use
4548         u_vdata instea of passing pointers in longs.
4549
4550         * src/PaperLayout.C: removed code snippets that were commented out.
4551
4552         * src/lyx_gui_misc.C: removed code snippets that were commented out. 
4553
4554         * src/lyx_main.C: removed code snippets that wer commented out.
4555
4556         * src/paragraph.C: removed code snippets that were commented out.
4557
4558         * src/lyxvc.C (logClose): use static_cast
4559         (logUpdate): ditto
4560         (viewLog): remove explicit cast to void*
4561         (showLog): removed old commented code
4562
4563         * src/menus.C: use static_cast instead of C style casts. use
4564         u_vdata instead of u_ldata. remove explicit cast to (long) for
4565         pointers. Removed old code that was commented out.
4566
4567         * src/insets/inset.C: removed old commented func
4568
4569         * src/insets/insetref.C (InsetRef): removed old code that had been
4570         commented out for a long time.
4571         (Edit): ditto
4572         (escape): removed C style cast
4573
4574         * src/insets/insetlatexaccent.C (Draw): removed old commented code
4575
4576         * src/insets/insetlatex.C (Draw): removed old commented code
4577         (Read): rewritten to use string
4578
4579         * src/insets/insetlabel.C (escape): removed C style cast
4580
4581         * src/insets/insetindex.h: removed vdata and ldata from FD_index_form
4582
4583         * src/insets/insetindex.C: use static_cast and u_vdata, removed
4584         old commented code.
4585
4586         * src/insets/insetinclude.h: removed a couple of stupid bools
4587
4588         * src/insets/insetinclude.C (include_cb): use static_cast and u_data.
4589         (Clone): remove C style cast
4590         (getKeys): changed list to lst because of std::list
4591
4592         * src/insets/inseterror.C (Draw): removed som old commented code.
4593
4594         * src/insets/insetcommand.C (Draw): removed some old commented code.
4595
4596         * src/insets/insetbib.C (bibitem_cb): removed code that has been
4597         commented out forever.
4598         (bibitem_cb): use static_cast instead of C style cast
4599         use of vdata changed to u_vdata.
4600
4601         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forward the data
4602         parameter.
4603         (CloseUrlCB): use static_cast instead of C style cast.
4604         (CloseUrlCB): added a fl_free form...it seemed to be missing.
4605
4606         * src/insets/insetinfo.C (Edit): pass object in u_vdata instead
4607         (C_InsetInfo_CloseInfoCB): forward the ob parameter
4608         (CloseInfoCB): static_cast from ob->u_vdata instead.
4609         (Edit): removed bogus arg from fl_set_object_shortcut, set to 1
4610         instead. 
4611
4612         * src/insets/inseterror.C (Edit): pass object in u_vdata instead
4613         (C_InsetError_CloseErrorCB): forward the ob parameter
4614         (CloseErrorCB): static_cast from ob->u_vdata instead.
4615
4616         * src/vspace.h: include LString.h since we use string in this class.
4617
4618         * src/vspace.C (lyx_advance): changed name from advance because of
4619         nameclash with stl. And since we cannot use namespaces yet...I
4620         used a lyx_ prefix instead. Expect this to change when we begin
4621         using namespaces.
4622
4623         * src/BufferView.[Ch] (BufferView::~BufferView): removed 
4624
4625         * src/BackStack.h: rewrote to use std::stack. made BackStackItem
4626         and removed now defunct constructor and deconstructor.
4627
4628         * src/BufferView.h: have backstack as a object not as a pointer.
4629         removed initialization from constructor. added include for BackStack 
4630
4631         * development/lyx.spec.in (%build): add CFLAGS also.
4632
4633         * src/screen.C (drawFrame): removed another warning.
4634
4635 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4636
4637         * renamed WHATSNEW to NEWS (usual GNU style), CHANGES to
4638         OLD-CHANGES (not used anymore) and modified INSTALL, INSTALL.OS2,
4639         README and ANNOUNCE a bit for the next release. More work is
4640         needed, of course.
4641
4642         * src/paragraph.C (SimpleTeXBlanks): spaces are automatically made
4643         unbreakable if we are in freespacing mode (LyX-Code), but not in
4644         latex mode.
4645
4646 1999-10-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
4647
4648         * src/BackStack.h: fixed initialization order in constructor
4649
4650         * Makefile.am (MAINTAINERCLEANFILES): removed po/POTFILES.in
4651
4652         * acinclude.m4 (VERSION): new rules for when a version is
4653         development, added also a variable for prerelease.
4654         (warnings): we set with_warnings=yes for prereleases
4655         (lyx_opt): prereleases compile with same optimization as development 
4656         (CXXFLAGS): only use pedantic if we are a development version 
4657
4658         * src/BufferView.C (restorePosition): don't do anything if the
4659         backstack is empty.
4660
4661         * src/BackStack.h: added member empty, use this to test if there
4662         is anything to pop...
4663
4664 1999-10-25  Juergen Vigna  <jug@sad.it>
4665
4666         * forms/form1.fd +
4667         * forms/layout_forms.fd +
4668         * forms/latexoptions.fd +
4669         * lyx.fd: changed for various form resize issues
4670
4671         * src/mathed/math_panel.C +
4672         * src/insets/inseterror.C +
4673         * src/insets/insetinfo.C +
4674         * src/insets/inseturl.C +
4675         * src/insets/inseturl.h +
4676         * src/LaTeXLog.C +
4677         * src/LyXSendto.C +
4678         * src/PaperLayout.C +
4679         * src/ParagraphExtra.C +
4680         * src/TableLayout.C +
4681         * src/form1.C +
4682         * src/layout_forms.C +
4683         * src/lyx.C +
4684         * src/lyx_cb.C +
4685         * src/lyx_gui.C +
4686         * src/lyxfr0.C +
4687         * src/lyxfunc.C +
4688         * src/lyxvc.C +
4689         * src/menus.C: fixed various resize issues. So now forms can be
4690         resized savely or not be resized at all.
4691         
4692         * forms/form_url.fd +
4693         * src/insets/form_url.[Ch]: added because it's cleaner and easier
4694         to modify IMO.
4695
4696         * src/insets/Makefile.am: added files form_url.[Ch]
4697         
4698 1999-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4699
4700         * INSTALL: it is now possible to compile LyX with digital C++ 6.1
4701         (and presumably 6.2).
4702
4703         * src/{BufferView,LyXView,combox,filedlg,intl,lyxserver,lyxvc,
4704         menus,minibuffer,toolbar}.{C,h}: added C_xxx wrappers around
4705         remaining static member callbacks. 
4706
4707         * src/lyxfunc.C (Dispatch): Use _() instead of N_() fot minibuffer
4708         messages. 
4709
4710         * src/support/lyxstring.h: declare struct Srep as friend of
4711         lyxstring, since DEC cxx complains otherwise.
4712
4713 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
4714
4715 1999-10-24  Lars Gullik Bjønnes  <larsbj@lyx.org>
4716
4717         * src/LaTeX.C (run): made run_bibtex also depend on files with
4718         extension ".bst"
4719         (runBibTeX): added scans for "\\bibstyle", now also ".bst" files
4720         are put into the dependency file.
4721
4722         * src/spellchecker.C (create_ispell_pipe): removed old #warning,
4723         the code has shown itself to work
4724         (create_ispell_pipe): removed another warning, added a comment
4725         instead. 
4726
4727         * src/minibuffer.C (ExecutingCB): removed code that has been
4728         commented out a long time
4729
4730         * src/lyxfunc.C (processKeyEvent): removed some very old commented
4731         out code + a warning.
4732
4733         * src/support/lyxstring.h: comment out the three private
4734         operators, when compiling with string ansi conforming compilers
4735         they make problems.
4736
4737         * src/mathed/math_symbols.C (AddBitmap): change 6th arg to be
4738         unsigned char *.
4739         (pixmapFromBitmapData): change type of bdata to be unsigned char *
4740         (pixmapFromBitmapData): add a reinterpret_cast in the call to
4741         XCreateImage
4742
4743         * src/mathed/math_panel.h: change 6th arg to AddBitmap to be
4744         unsigned char *
4745
4746         * src/mathed/math_panel.C (create_math_panel): remove explicit
4747         casts
4748
4749         * src/bmtable.h: change last paramter to fl_set_bmtable_data to be
4750         unsigned char *.
4751
4752         * src/bmtable.C (struct BMTABLE_SPEC): make bdata unsigned char *
4753         (draw_bitmaptable): add a reinterpret_cast to sp->bdata in the call
4754         to XCreatePixmapFromBitmapData
4755         (fl_set_bmtable_data): change the last argument to be unsigned
4756         char *
4757         (fl_set_bmtable_file): change bdata to unsinged char *, change bw
4758         and bh to be unsigned int, remove explicit casts in call to
4759         XReadBitmapFileData.
4760
4761         * images/arrows.xbm: made the arrays unsigned char *
4762         * images/varsz.xbm: ditto
4763         * images/misc.xbm: ditto
4764         * images/greek.xbm: ditto
4765         * images/dots.xbm: ditto
4766         * images/brel.xbm: ditto
4767         * images/bop.xbm: ditto
4768
4769         * Makefile.am (MAINTAINERCLEANFILES): added po/POTFILES.in
4770
4771         * acinclude.m4 (LYX_GXX_STRENGHT_REDUCE): removed. 
4772         (LYX_PROG_CXX): added -pedantic to g++ compile options when
4773         with-warnings, removed the __STRING_ANSI__ hack, seems to not be
4774         needed. 
4775         (LYX_CXX_CHEADERS): added <clocale> to the test. 
4776
4777 1999-10-23  Lars Gullik Bjønnes  <larsbj@lyx.org>
4778
4779         * src/lyx_cb.C (addNewlineAndDepth): changed to use string::append.
4780
4781         * src/support/lyxstring.C (append): fixed something that must be a
4782         bug, rep->assign was used instead of rep->append.
4783
4784         * src/support/Makefile.am (libsupport_a_SOURCES): added LIstream.h
4785         and LOstream.h
4786
4787         * src/lyxfunc.C (processKeyEvent): removed faulty line that made
4788         lyx insert double chars. Fix spotted by Kayvan.
4789
4790 1999-10-23  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
4791
4792         * Fixed the tth support. I messed up with the Emacs patch apply feature
4793         and omitted the changes in lyxrc.C.
4794
4795 1999-10-22  Juergen Vigna  <jug@sad.it>
4796
4797         * src/insets/figinset.C (CallbackFig): Just changed the defines a bit.
4798
4799         * src/lyx_cb.C (MenuInsertRef) + 
4800         * src/lyx_gui.C (create_forms): Inserted fl_set_form_minsize so that
4801         the form cannot be resized under it limits (fixes a segfault)
4802         
4803         * src/lyx.C (create_form_form_ref) +
4804         * forms/lyx.fd: Changed Gravity on name input field so that it is
4805         resized correctly.
4806
4807 1999-10-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4808
4809         * configure.in: use LYX_CXX_STL_MODERN_STREAMS; check for headers
4810         <ostream> and <istream>.
4811         
4812         * acinclude.m4 (LYX_CXX_STL_MODERN_STREAMS): new test. Checks
4813         whether <fstream> provides the latest standard features, or if we
4814         have an oldstyle library (like in egcs).
4815         (LYX_CXX_STL_STRING): fix the test.
4816
4817         * src/support/DebugStream.{C,h}: use L{I,O}stream.h and condition the
4818         code on MODERN_STL_STREAM.
4819
4820         * src/support/lyxstring.h: use L{I,O}stream.h.
4821
4822         * src/support/L{I,O}stream.h: new files, designed to setup
4823         correctly streams for our use
4824           - includes the right header depending on STL capabilities
4825           - puts std::ostream and std::endl (for LOStream.h) or
4826           std::istream (LIStream.h) in toplevel namespace.
4827
4828 1999-10-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
4829
4830         * src/LaTeX.C (run): added a check in 0 sumchange so that if it
4831         was a bib file that had been changed we ensure that bibtex is run.
4832         (runBibTeX): enhanced to extract the names of the bib files and
4833         getting their absolute path and enter them into the dep file.
4834         (findtexfile): static func that is used to look for tex-files,
4835         checks for absolute patchs and tries also with kpsewhich.
4836         Alternative ways of finding the correct files are wanted. Will
4837         probably be moved.
4838         (do_popen): function that runs a command using popen and returns
4839         the whole output of that command in a string. Should be moved to
4840         somewhere else.
4841
4842         * src/DepTable.[Ch] (extchanged): new function that returns true if a
4843         file with extension ext has changed.
4844
4845         * src/insets/figinset.C: added ifdef guards around the fl_free
4846         code that jug commented out. Now it is commented out when
4847         compiling with XForms == 0.89.
4848
4849         * src/support/lyxstring.C: moved the definition of lyxstring::Srep
4850         to lyxstring.C, and only keep a forward declaration in
4851         lyxstring.h. Simplifies the header file a bit and should help a
4852         bit on compile time too. Also changes to Srep will not mandate a
4853         recompile of code just using string.
4854         (~lyxstring): definition moved here since it uses srep.
4855         (size): definition moved here since it uses srep.
4856
4857         * src/support/lyxstring.h: removed a couple of "inline" that should
4858         not be there.
4859
4860 1999-10-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4861
4862         * src/insets/inseturl.C (C_InsetUrl_CloseUrlCB): forgot to pass
4863         the 'ob' argument.
4864
4865 1999-10-21  Juergen Vigna  <jug@sad.it>
4866
4867         * src/table.C (SetPWidth): Just a small fix so the alignment is not
4868         set to left if I just remove the width entry (or it is empty).
4869
4870         * src/text2.C (SetCursorIntern): Fixed a bug calculating to use wrong
4871         paragraph when having dummy paragraphs.
4872
4873 1999-10-20  Juergen Vigna  <jug@sad.it>
4874
4875         * src/insets/figinset.C: just commented some fl_free_form calls
4876         and added warnings so that this calls should be activated later
4877         again. This avoids for now a segfault, but we have a memory leak!
4878
4879         * src/lyxfunc.C (processKeyEvent) (Dispatch): changed
4880         'const char * argument' to 'string argument', this should
4881         fix some Asserts() in lyxstring.C.
4882
4883         * src/lyxfunc.h: Removed the function argAsString(const char *)
4884         as it is not used anymore.
4885
4886 1999-10-20  Lars Gullik Bjønnes  <larsbj@lyx.org>
4887
4888         * src/support/lyxstring.C (getline): reads now _all_ chars. uses
4889         get instead of >>
4890
4891         * src/Literate.h: some funcs moved from public to private to make
4892         interface clearer. Unneeded args removed.
4893
4894         * src/Literate.C (scanLiterateLogFile): rewritten to use iostream
4895         instead of lyxlex.
4896         (scanBuildLogFile): ditto
4897
4898         * src/LaTeX.C (scanLogFile): merged LaTeX Error handling into
4899         normal TeX Error. Still room for improvement.
4900
4901         * src/LaTeX.[Ch]: removed scanError. Wrong place and not needed.
4902
4903         * src/buffer.C (insertErrors): changes to make the error
4904         desctription show properly.
4905
4906         * src/LaTeX.C (deplog): removed the test for file in lyx doc dir.
4907         could never happen
4908
4909         * src/support/lyxstring.C (helper): changed to use
4910         sizeof(object->rep->ref).
4911         (operator>>): changed to use a pointer instead.
4912
4913         * src/support/lyxstring.h: changed const reference & to value_type
4914         const & lets see if that helps.
4915
4916 1999-10-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
4917
4918         * Makefile.am (rpmdist): fixed to have non static package and
4919         verison.
4920
4921         * src/support/lyxstring.C: removed the compilation guards
4922
4923         * src/vspace.C (nextToken): use i + 1  instead of ++i. Maks things
4924         a bit clearer.
4925
4926         * src/support/Makefile.am (LYXSTRING): bruker USE_LYXSTRING for
4927         conditional compile of lyxstring.Ch
4928
4929         * acinclude.m4 (LYX_CXX_STL_STRING): new and improved, still a
4930         stupid check, but it is a lot better than the bastring hack. 
4931         (LYX_CXX_STL_STRING): bruker nå AM_CONDITIONAL(USE_LYXSTRING  
4932
4933         * several files: changed string::erase into string::clear. Not
4934         really needed.
4935         
4936         * src/chset.C (encodeString): use a char temporary instead
4937
4938         * src/table.C (TexEndOfCell): added tostr around
4939         column_of_cell(fcell+i)+1 and around right_column_of_cell(fcell+i)+1
4940         (TexEndOfCell): ditto
4941         (TexEndOfCell): ditto
4942         (TexEndOfCell): ditto
4943         (DocBookEndOfCell): ditto
4944         (DocBookEndOfCell): ditto
4945         (DocBookEndOfCell): ditto
4946         (DocBookEndOfCell): ditto
4947
4948         * src/paragraph.C (TeXEnvironment): added tostr around foot_count -1
4949
4950         * src/lyxfr1.C (SearchReplaceAllCB): added tostr around replace_count
4951
4952         * src/lyx_cb.C (MenuRunLaTeX): added tostr around ret
4953         (MenuBuildProg): added tostr around ret
4954         (MenuRunChktex): added tostr around ret
4955         (DocumentApplyCB): added tostr around ret
4956
4957         * src/chset.C (encodeString): added tostr around t->ic
4958
4959         * src/buffer.C (makeLaTeXFile): added tostr around secnumdepth
4960         (makeLaTeXFile): added tostr around tocdepth
4961         (makeLaTeXFile): added tostr around ftcound - 1
4962
4963         * src/insets/insetbib.C (setCounter): added tostr around counter.
4964
4965         * src/support/lyxstring.h: added an operator+=(int) to catch more
4966         mistakes. 
4967
4968         * src/support/lyxstring.C (lyxstring): We DON'T allow NULL pointers.
4969         (lyxstring): We DON'T allow NULL pointers.
4970
4971 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4972
4973         * src/mathed/math_macro.C (MathMacroArgument::Write,
4974         MathMacroTemplate::WriteDef): add tostr() around macro arg numbers
4975         when writing them out.
4976
4977         * src/LString.C: remove, since it is not used anymore.
4978         
4979         * src/support/lyxstring.C: condition the content to
4980         USE_INCLUDED_STRING macro.
4981
4982         * src/mathed/math_symbols.C, src/support/lstrings.C,
4983         src/support/lyxstring.C: add `using' directive to specify what
4984         we need in <algorithm>. I do not think that we need to
4985         conditionalize this, but any thought is appreciated.
4986
4987         * many files: change all callback functions to "C" linkage
4988         functions to please strict C++ compilers like DEC cxx 6.1 in mode
4989         strict_ansi. Those who were static are now global. 
4990             The case of callbacks which are static class members is
4991         trickier, since we have to make C wrappers around them (see
4992         InsetError, InsetInfo and InsetUrl). The same holds for friends. I
4993         did not finish this yet, since it defeats the purpose of
4994         encapsulation, and I am not sure what the best route is.
4995
4996 1999-10-19  Juergen Vigna  <jug@sad.it>
4997
4998         * src/support/lyxstring.C (lyxstring): we permit to have a null
4999         pointer as assignment value and just don't assign it.
5000
5001         * src/vspace.C (nextToken): corrected this function substituting
5002         find_first(_not)_of with find_last_of.
5003
5004         * src/TableLayout.C (UpdateLayoutTable) (TableOptionsCB)
5005                 (TableOptCloseCB) (TableSpeCloseCB):
5006         inserted fl_set_focus call for problem with fl_hide_form() in
5007         xforms-0.89.
5008
5009 1999-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5010
5011         * src/lyx_cb.C (LayoutsCB): fix bug where int was added to a
5012         string. 
5013
5014 1999-10-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5015
5016         * src/lyxrc.C (Read): RC_PRINTEXSTRAOPTIONS now uses
5017         LyXLex::next() and not eatline() to get its argument.
5018
5019 1999-10-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
5020
5021         * src/DepTable.[Ch]: rewritten to store the dependencies in a map
5022         instead, use fstreams for io of the depfile, removed unneeded
5023         functions and variables. 
5024
5025         * src/LaTeX.[Ch] (class TeXErrors): rewrote to store the errors in a
5026         vector instead, removed all functions and variables that is not in
5027         use.
5028
5029 1999-10-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5030
5031         * src/buffer.C (insertErrors): use new interface to TeXError
5032
5033         * Makefile.am (rpmdist): added a rpmdist target
5034
5035         * lib/reLyX/Makefile.am: added RelyxFigure.pm and Verbatim.pm as
5036         per Kayvan's instructions.
5037
5038 1999-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5039
5040         * src/Makefile.am: add a definition for localedir, so that locales
5041         are found after installation (Kayvan)
5042
5043 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5044
5045         * development/.cvsignore: new file.
5046
5047 1999-10-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5048
5049         * acinclude.m4 (LYX_CXX_CHEADERS): New macro. Checks whether the
5050         C++ compiler provides wrappers for C headers and use our alternate
5051         version otherwise.
5052
5053         * configure.in: use LYX_CXX_CHEADERS.
5054
5055         * src/cheader/: new directory, populated with cname headers from
5056         libstdc++-2.8.1. They are a bit old, but probably good enough for
5057         what we want (support compilers who lack them).
5058         
5059         * src/insets/Makefile.am, src/mathed/Makefile.am: remove src/support
5060         from includes. It turns out is was stupid.
5061  
5062 1999-10-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5063
5064         * lib/Makefile.am (install-data-local): forgot a ';'
5065         (install-data-local): forgot a '\'
5066         (libinstalldirs): needed after all. reintroduced.
5067
5068 1999-10-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
5069
5070         * configure.in (AC_OUTPUT): added lyx.spec
5071
5072         * development/lyx.spec: removed file
5073
5074         * development/lyx.spec.in: new file
5075
5076         * po/*.po: merged with lyx.pot becuase of make distcheck
5077         
5078         * lib/Makefile.am (dist-hook): added dist-hook so that
5079         documentation files will be included when doing a make
5080         dist/distdir/distcheck. Requires cvs export -r HEAD lyxdoc to run.
5081         (pkgdata_SCRIPTS): added configure.cmd for now, we can use som
5082         conditional later.
5083         more: tried to make install do the right thing, exclude CVS dirs
5084         etc.
5085
5086         * src/LaTeXLog.C (ShowLatexLog): reordered som statements so that
5087         Path would fit in more nicely.
5088
5089         * all files that used to use pathstack: uses now Path instead.
5090         This change was a lot easier than expected.
5091         
5092         * src/support/path.h: new file
5093
5094         * src/support/Makefile.am (libsupport_a_SOURCES): added path.h
5095
5096         * src/Makefile.am (lyx_SOURCES): removed pathstack.[Ch]
5097
5098         * src/support/lyxstring.C (getline): Default arg was given for
5099         para 3. removed.
5100
5101         * Configure.cmd: removed file 
5102
5103 1999-10-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5104
5105         * src/support/DebugStream.[Ch]: remove the explicit std:: before
5106         streams classes and types, add the proper 'using' statements when
5107         MODERN_STL is defined.
5108         
5109         * src/debug.h: move the << operator definition after the inclusion
5110         of DebugStream.h
5111
5112         * src/support/filetools.C: include "LAssert.h", which is needed
5113         later. 
5114
5115         * src/insets/Makefile.am, src/mathed/Makefile.am: add src/support
5116         to includes. 
5117
5118         * src/lyxfont.h, src/commandtags.h, src/mathed/math_defs.h:
5119         include "debug.h" to define a proper ostream.
5120
5121 1999-10-12  Asger Alstrup Nielsen  <alstrup@alstrup.galaxy.dk>
5122
5123         * src/sys*: Cleaned up the Systemcall stuff a bit. Added "kill(int)"
5124           method to the SystemCall class which can kill a process, but it's
5125           not fully implemented yet.
5126
5127         * src/*.C: Changed Systemcalls::Startscript() to startscript()
5128
5129         * src/support/FileInfo.h: Better documentation  
5130
5131         * src/lyxfunc.C: Added support for buffer-export html
5132         
5133         * src/menus.C: Added Export->As HTML...
5134         
5135         * lib/bind/*.bind: Added short-cut for buffer-export html
5136
5137         * src/lyxrc.*: Added support for new \tth_command
5138         
5139         * lib/lyxrc.example: Added stuff for new \tth_command
5140
5141 1999-10-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
5142
5143         * lib/Makefile.am (IMAGES): removed images/README
5144         (pkgdata_SCRIPTS): use this instead of bin_SCRIPTS to that it
5145         installes in correct place. Check permisions is installed
5146         correctly.
5147
5148         * src/LaTeX.C: some no-op changes moved declaration of some
5149         variables around.
5150
5151         * src/LaTeX.h (LATEX_H): changed include guard name
5152
5153 1999-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5154
5155         * lib/reLyX/Makefile.am: install noweb2lyx.
5156
5157         * lib/Makefile.am: install configure. 
5158
5159         * lib/reLyX/configure.in: declare a config aux dir; set package
5160         name to lyx (not sure what the best solution is); generate noweb2lyx.
5161
5162         * lib/layouts/egs.layout: fix the bibliography layout.
5163
5164 1999-10-08  Jürgen Vigna <jug@sad.it>
5165
5166         * src/support/filetools.C (FileOpenSearch): Fixed a bug where
5167         when in the PATH was something like /usr/bin;;/bin (note: the ;;)
5168         it returned without continuing to search the path.
5169         
5170 1999-10-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
5171
5172         * src/insets/insetquotes.C (Draw): Simplified a gread deal. This
5173         also fixes a bug. It is not allowed to do tricks with std::strings
5174         like: string a("hei"); &a[e]; this will not give what you
5175         think... Any reason for the complexity in this func?
5176
5177 1999-10-06  Asger Alstrup Nielsen  <alstrup@diku.dk>
5178
5179         * Updated README and INSTALL a bit, mostly to check that my
5180         CVS rights are correctly set up.
5181
5182 1999-10-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
5183
5184         * src/support/lyxstring.C (helper): removed bogus Assert. strlen
5185         does not allow '\0' chars but lyxstring and std::string does.
5186
5187 1999-10-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
5188
5189         * autogen.sh (AUTOCONF): let the autogen script create the
5190         POTFILES.in file too. POTFILES.in should perhaps now not be
5191         included in the cvs module.
5192
5193         * some more files changed to use C++ includes instead of C ones.
5194
5195         * src/filedlg.C (Reread): fixed a bug wrt Time. It was appended
5196         not assigned.
5197         (Reread): added tostr to nlink. buggy output otherwise.
5198         (Reread): added a string() around szMode when assigning to Buffer,
5199         without this I got a log of garbled info strings.
5200
5201         * acconfig.h: commented out the PTR_AS_INT macros. They should not
5202         be needed.
5203
5204         * I have added several ostream & operator<<(ostream &, some_type)
5205         functions. This has been done to avoid casting and warnings when
5206         outputting enums to lyxerr. This as thus eliminated a lot of
5207         explicit casts and has made the code clearer. Among the enums
5208         affected: kb_action, InsetLatexAccent::ACCENT_TYPE, a couple of
5209         mathed enums, some font enum the Debug::type enum. 
5210
5211         * src/support/lyxstring.h (clear): missing method. equivalent of
5212         erase(0, npos).
5213
5214         * all files that contained "stderr": rewrote constructs that used
5215         stderr to use lyxerr instead. (except bmtable)
5216
5217         * src/support/DebugStream.h (level): and the passed t with
5218         Debug::ANY to avoid spurious bits set.
5219
5220         * src/debug.h (Debug::type value): made it accept strings of the
5221         type INFO,INIT,KEY.
5222
5223         * configure.in (Check for programs): Added a check for kpsewhich,
5224         the latex generation will use this later to better the dicovery of
5225         all used files. 
5226
5227         * src/BufferView.C (create_view): we don't need to cast this to
5228         (void*) that is done automatically.
5229         (WorkAreaButtonPress): removed some dead code.
5230
5231 1999-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5232
5233         * src/minibuffer.C (Init): make sure that the "Welcome to LyX!"
5234         is not overwritten when translated (David Sua'rez de Lis).
5235
5236         * lib/CREDITS: Added David Sua'rez de Lis
5237
5238         * lib/reLyX/configure.in: setup LYX_DIR correctly in reLyX.
5239
5240         * src/bufferparams.C (BufferParams): default input encoding is now
5241         "latin1" 
5242
5243         * acinclude.m4 (cross_compiling): comment out macro
5244         LYX_GXX_STRENGTH_REDUCE. 
5245
5246         * acconfig.h: make sure that const is not defined (to empty) when
5247         we are compiling C++. Remove commented out code using SIZEOF_xx
5248         macros.
5249         
5250         * configure.in : move the test for const and inline as late as
5251         possible so that these C tests do not interefere with C++ ones.
5252         Remove the call to LYX_GXX_STRENGTH_REDUCE, since its usefulness
5253         has not been proven. 
5254
5255 1999-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5256
5257         * src/table.C (getDocBookAlign): remove bad default value for
5258         isColumn parameter.
5259
5260         * src/menus.C (ShowFileMenu): add a missing tostr() for lastfiles
5261         shortcut. 
5262         (ShowFileMenu2): ditto.
5263
5264         * lib/reLyX/.cvsignore: add configure and aclocal.m4 to the list
5265         of files to ignore.
5266
5267 1999-10-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5268
5269         * Most files: finished the change from the old error code to use
5270         DebugStream for all lyxerr debugging. Only minor changes remain
5271         (e.g. the setting of debug levels using strings instead of number) 
5272
5273 1999-10-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5274
5275         * src/layout.C (Add): Changed to use compare_no_case instead of
5276         strcasecmp.
5277
5278         * src/FontInfo.C: changed loop variable type too string::size_type.
5279
5280 1999-10-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5281
5282         * src/support/Makefile.am: added -I${srcdir}/../ to INCLUDES and
5283         set ETAGS_ARGS to --c++ 
5284
5285 1999-09-30  Lars Gullik Bjønnes  <larsbj@lyx.org>
5286
5287         * src/table.C (DocBookEndOfCell): commented out two unused variables
5288
5289         * src/paragraph.C: commented out four unused variables. 
5290
5291         * src/lyx_cb.C (TocUpdateCB): moved variable i and added a new i
5292         insed a if clause with type string::size_type.
5293
5294         * src/lyxfr1.C (IsSearchStringInText): changed iSrch from int to
5295         string::size_type.
5296
5297         * src/lyxfunc.C (Dispatch): use string::size_type as loop variable.
5298
5299         * src/lyx_cb.C (ReplaceWord): use string::size_type as loop
5300         variable, also changed loop to go from 0 to lenght + 1, instead of
5301         -1 to length. This should be correct.
5302
5303         * src/LaTeX.C (scanError): use string::size_type as loop variable
5304         type.
5305
5306         * src/BufferView.C (WorkAreaButtonPress): moved #if 0 up two lines
5307         (l.896) since y_tmp and row was not used anyway.
5308
5309         * src/insets/insetref.C (escape): use string::size_type as loop
5310         variable type.
5311
5312         * src/insets/insetquotes.C (Width): use string::size_type as loop
5313         variable type.
5314         (Draw): use string::size_type as loop variable type.
5315
5316         * src/insets/insetlatexaccent.C (checkContents): use
5317         string::size_type as loop variable type.
5318
5319         * src/insets/insetlabel.C (escape): use string::size_type as loop
5320         variable type.
5321
5322         * src/insets/insetinfo.C: added an extern for current_view.
5323
5324         * src/insets/insetcommand.C (scanCommand): use string::size_type
5325         as loop variable type.
5326
5327         * most files: removed the RCS tags. With them we had to recompile
5328         a lot of files after a simple cvs commit. Also we have never used
5329         them for anything meaningful. 
5330
5331         * most files: tags-query-replace NULL 0. As adviced several plases
5332         we now use "0" instead of "NULL" in our code. 
5333
5334         * src/support/filetools.C (SpaceLess): use string::size_type as
5335         loop variable type.
5336
5337 1999-09-29  Lars Gullik Bjønnes  <larsbj@lyx.org>
5338
5339         * src/paragraph.C: fixed up some more string stuff.
5340
5341 1999-09-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
5342
5343         * src/support/filetools.h: make modestr a std::string.
5344
5345         * src/filetools.C (GetEnv): made ch really const.
5346
5347         * src/lyxlib.h: removed the Maximum and Minimum inline functions,
5348         made code that used these use max/min from <algorithm> instead.
5349
5350         * changed several c library include files to their equivalent c++
5351         library include files. All is not changed yet.
5352
5353         * created a support subdir in src, put lyxstring and lstrings
5354         there + the extra files atexit, fileblock, strerror. Created
5355         Makefile.am. edited configure.in and src/Makefile.am to use this
5356         new subdir. More files moved to support.
5357
5358         * imported som of the functions from repository lyx, filetools
5359         
5360         * ran tags-query-replace on LString -> string, corrected the bogus
5361         cases. Tried to make use of lstrings.[hC], debugged a lot. There
5362         is still some errors in there. This is errors where too much or
5363         too litle get deleted from strings (string::erase, string::substr,
5364         string::replace), there can also be some off by one errors, or
5365         just plain wrong use of functions from lstrings. Viewing of quotes
5366         is wrong. 
5367
5368         * LyX is now running fairly well with string, but there are
5369         certainly some bugs yet (see above) also string is quite different
5370         from LString among others in that it does not allow null pointers
5371         passed in and will abort if it gets any.
5372         
5373         * Added the revtex4 files I forgot when setting up the repository.
5374
5375 1999-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
5376
5377         * All over: Tried to clean everything up so that only the files
5378           that we really need are included in the cvs repository.
5379         * Switched to use automake.
5380         * Generaton of reLyX is not perfect, LYX_DIR does not get substituted.
5381         * Install has not been checked.
5382
5383 1999-09-22  Lars Gullik Bjønnes  <larsbj@lyx.org>
5384
5385         * po/pt.po: Three errors:
5386                l.533 and l.538 format specification error
5387                l. 402 duplicate entry, I just deleted it.
5388