]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
small lyxerr fix, version to 1.4.0pre1
[lyx.git] / src / ChangeLog
1 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * messages.C: supress some lyxerr messages
4
5 2005-07-18  Juergen Vigna  <jug@lyx.org>
6
7         * text.C (drawSelection): honor boundary when asking for cursorX.
8
9 2005-07-17  José Matos  <jamatos@fc.up.pt>
10
11         * tabular.C (recalculateMulticolumns): fix handling of one column
12         tables.
13
14 2005-07-17  Juergen Vigna  <jug@lyx.org>
15
16         * text.C (Delete, backspace): fixed so that paragraph with the
17         same layout can be merged by Delete/Backspace.
18
19 2005-07-17  Michael Schmitt  <michael.schmitt@teststep.org>
20
21         * text.C (readParToken): fix spelling.
22
23 2005-07-17  Martin Vermeer  <martin.vermeer@hut.fi>
24
25         * text2.C: fix counter update for DEPM problem reported by
26         Georg Baum
27
28 2005-07-17  Juergen Vigna  <jug@lyx.org>
29
30         * BufferView_pimpl.C (setBuffer): save/restore the
31         cursor/selection when switching buffers
32
33         * buffer.h: 
34         * buffer.C (saveCursor): add saveDocumentIterators to save the
35         cursor when switching buffer.
36
37 2005-07-17  Michael Schmitt  <michqel.schmitt@teststep.org>
38
39         * debug.C: fix typo
40         * buffer.C: clarify message
41         
42 2005-07-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
43
44         * dociterator.C (DocIterator): fix initialization order
45
46 2005-07-17  Juergen Vigna  <jug@lyx.org>
47
48         * text2.C (cursorHome): 
49         * text.C (drawSelection, cursorX): 
50         * dociterator.C (textRow): add boundary to getRow() call
51
52         * paragraph.C (getRow): implementation of below
53
54         * paragraph.h: add parameter boundary for getRow() function
55
56 2005-07-17  José Matos  <jamatos@fc.up.pt>
57
58         * buffer.C:
59         * bufferparams.[Ch]:
60         * tex-strings.[Ch]: new file format, remove support for a4.sty,
61         a4wide.sty and a4widemargins.
62
63 2005-07-17  Juergen Vigna  <jug@lyx.org>
64
65         * text2.C (cursorLeft): fix one of error
66
67 2005-07-17  Juergen Vigna  <jug@lyx.org>
68
69         * text2.C (getColumnNearX, cursorRight, cursorLeft, cursorHome,
70                    cursorEnd):
71         more fixes for boundary handling
72
73         * text3.C (dispatch): don't reset cursor if boundary has changed
74         on cursor movement.
75
76 2005-07-16  Juergen Vigna  <jug@lyx.org>
77
78         * text2.C (getColumnNearX): hopefully got it right now,
79         check if we are on column 0 for special case.
80
81 2005-07-16  Juergen Vigna  <jug@lyx.org>
82
83         * text2.C (getColumnNearX): handle special case Newline Inset
84
85         * text.C (singleWidth): Just remove bogus check
86
87 2005-07-16  Michael Schmitt  <michael.schmitt@teststep.org>
88
89         * funcrequest.C (split): avoid reading uninitialized char c
90
91 2005-07-16  José Matos  <jamatos@fc.up.pt>
92
93         * buffer.C:
94         * converter.C:
95         * lyxrc.C:
96         * paper.h:
97         * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
98         single papersize variable.
99
100 2005-07-16  Juergen Vigna  <jug@lyx.org>
101
102         * text3.C (dispatch): honor boundary when checking if a cursor
103         movement has been done
104
105         * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
106         (setCursor, setCursorIntern): fix cursor movement with boundary
107
108 2005-07-16  Juergen Vigna  <jug@lyx.org>
109
110         * text.C (currentState): output the actual Boundary
111
112 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
113
114         * factory.C (createInset): fix bad logic for tabular creation
115
116 2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
117
118         * lyx_main.C (init): change some reLyX reference to tex2lyx
119
120 2005-07-16  Juergen Vigna  <jug@lyx.org>
121
122         * dociterator.C (DocIterator): initialize boundary
123
124 2005-07-16  Juergen Vigna  <jug@lyx.org>
125
126         * text2.C (getColumnNearX): Consider rows without trailing blank.  
127
128 2005-07-16  André Pönitz  <poenitz@gmx.net>
129
130         * lyxfont.h: Change order of declarations to give the compiler
131         a better chance to inline things
132
133         * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
134         questions on unsaved docs for better scritability
135
136 2005-07-16  André Pönitz  <poenitz@gmx.net>
137
138         * paragraph.h (getChar): remove asserts as the same kind of security
139         can be achieved by using a suitable standard library implementation
140         and the function was in the critical path (25.9% in profiler)
141
142 2005-07-16  Juergen Vigna  <jug@lyx.org>
143
144         * cursor.C (bruteFind2):
145         * bufferview_funcs.C (coordOffset): 
146         * text.C (cursorX,cursorY): Handle cursor position after last char
147         in row before a inset which uses a whole row.
148
149 2005-07-15  José Matos <jamatos@lyx.org>
150
151         * output_plaintext.[Ch] (writeFileAscii): control reference title
152         printing.
153         (asciiParagraph): noparbreak was already deal and was incorrectly
154         used.
155
156 2005-07-15  Juergen Vigna <jug@lyx.org>
157
158         * lyxfunc.C (dispatch): save and restore the cursor after a
159         textclass switch.
160
161 2005-07-15  Lars Gullik Bjønnes <lgb@tandberg.net>
162
163         * text.C (backspace): bug 806 for empty keepempty paragraphs we
164         change the layout to default before letting DEPM do its thing.
165
166         * paragraph_funcs.C (breakParagraph): dont reset the layout on
167         keepEmpty paragraphs
168
169         * text.C (setCursorFromCoordinates): add a debug statement
170
171         * text2.C (getColumnNearX): bug 1825 make sure that we don't
172         return a pos that is not on the row
173
174         * output_latex.C (TeXDeeper): get rid of potential dereferencing
175         of past the end iterator
176
177 2005-07-14  André Pönitz  <poenitz@gmx.net>
178
179         * undo.C (recordUndoFullBuffer): implement undo for
180         textclass switches
181
182 2005-07-14  André Pönitz  <poenitz@gmx.net>
183
184         * cursor.C (setSelection): open insets when selection is set there
185         to avoid crashs with cold coord cache
186
187 2005-07-14  André Pönitz  <poenitz@gmx.net>
188
189         * trans_mgr.C (insert): move cursor to the right after inserting
190         a char.
191
192 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
193
194         * BufferView_pimpl.C (update): dampen some of the debug blabbering
195         * factory.C (readInset): ditto
196         * text.C, text2.C: ditto
197
198 2005-06-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
199
200         * buffer.C: format incremented to 242. There is no file format per
201         se, but the "frenchb" language has been removed from lib/language
202         and has to be translated to "french" by lyx2lyx.
203
204 2005-07-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
205
206         * cursor_slice.h, dociterator.h: add some documentation
207         * cursor_slice.h, dociterator.h (idxSave, idxLoad): remove
208
209 2005-07-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
210
211         * text.C (leftMargin): do not add identation to display() style
212         insets, because they are always centered (bug 1293).
213
214 2005-07-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
215
216         * text3.C (doDispatch): rewrite LFUN_DATE_INSERT using the brandnew
217         formatted_time methods in support/lyxtime.
218
219 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
220
221         * toc.[Ch]: new method getGuiName, which is used by the frontends 
222         to set the toc combo (fixes bug 1870). Make TOC string translatable.
223
224 2005-07-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
225
226         * dociterator.[Ch]: implement operator==(StableDocIterator const &, 
227         StableDocIterator const &)
228         * undo.C (recordUndo): use the above instead of cell.size() comparison
229         (fixes bug 1808; instructed by André).
230
231 2005-06-29  Martin Vermeer  <martin.vermeer@hut.fi>
232
233         * cursor_slice.h: 
234         * dociterator.h: Fix the assert when copying rows/cols in math
235
236 2005-06-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
237
238         * BufferView_pimpl.C:
239         * LyXAction.C:
240         * lfuns.h: reintroduce LFUN_BIBDB_ADD and LFUN_BIBDB_DEL (bug 961)
241
242         * bufferview_funcs.[Ch] (gotoNextInset): rename to findNextInset;
243         (findInset): new functions, refactored from goto Inset that return 
244         the position of a certain inset without setting the buffer's cursor
245         (by Jean-Marc); 
246         (gotoInset): rewrite to call findInset and then set the cursor
247         (by Jean-Marc).
248
249 2005-06-16  Angus Leeming  <leeming@lyx.org>
250
251         * lyxrc.C (output, read): wrap all input and output of paths with
252         calls to os::internal_path and os::external_path, respectively.
253         (output): wrap bind_file inside quotes.
254
255         * format.C (view): enable the viewer to use the '$$s' placeholder.
256
257 2005-06-16  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
258
259         * LColor.[Ch] (getFromLaTeXName): new
260
261 2005-06-16  Martin Vermeer  <martin.vermeer@hut.fi>
262
263         * text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
264
265 2005-06-14  Angus Leeming  <leeming@lyx.org>
266
267         * lyx_main.C (init): ensure that the LyX binary dir is the first
268         element in the PATH on non-POSIX builds.
269
270 2005-06-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
271
272         * LaTeXFeatures.C (getPackages): solve amsmath-wasysym conflict
273
274 2005-06-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
275
276         * rowpainter.C (paintInset, paintHebrewComposeChar)
277         (paintArabicComposeChar, paintChars): add a LyXFont argument.
278         (paintChars): use getFontSpan to reduce calls to getFont to a
279         minimum; use Paragraph::lookupChange instead of isXXXText.
280         (paintForeignMark): rename LyXFont argument.
281         (paintFromPos): pass a LyXFont object to the various paintXXX
282         methods.
283
284         * FontIterator.C (FontIterator, operator++): use
285         Paragraph::getFontSpan
286
287         * paragraph.C (getFontSpan): replace getEndOfFontSpan with a
288         version that returns the font span as a pair.
289
290 2005-06-09  Angus Leeming  <leeming@lyx.org>
291
292         * converter.C (convert): Don't forget "outfile = real_outfile" as
293         the final step in a conversion where the input and output file names
294         are the same. Otherwise, future conversion steps won't work...
295
296 2005-06-09  Angus Leeming  <leeming@lyx.org>
297
298         * lyxsocket.C: remove stub code as it isn't needed by
299         MinGW/MinSYS anyway. Let's see if the MSVC people scream...
300
301 2005-06-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
302
303         * lyx_main.C (parse_execute): Fix last fix: is_gui = false
304         effectively disabled -x
305
306 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
307
308         * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only
309         when it actually makes sense.
310
311 2005-06-06  Martin Vermeer  <martin.vermeer@hut.fi>
312
313         * BufferView_pimpl.C: revert to showCursor in connection with
314         Lars's front-end stack
315
316 2005-06-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
317
318         * text.C (redoParagraph): move cursor right after a bibitem
319         has been inserted.
320
321         * text3.C: disable LFUN_BIBITEM_INSERT outside Bibliography.
322
323 2005-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * buffer_funcs.C (bufferErrors): fix computation of the end of an
326         error range.
327
328 2005-05-31  Martin Vermeer  <martin.vermeer@hut.fi>
329
330         * BufferView.[Ch] (update):
331         * BufferView_pimpl.[Ch] (update, metrics):
332         * dimension.h (operator==):
333         * lyxfunc.C (dispatch):
334         * metricsinfo.h (ViewMetricsInfo):
335         * rowpainter.C (paintText):
336         * lyxtext.h:
337         * text.C (redoParagraph):
338         * text3.C (dispatch): Make LyX only repaint current paragraph in
339         case of character insert --> speedup. Also fix cursor draw
340         artifacts
341
342 2005-05-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
343
344         * bufferview_funcs.C (gotoInset): fix the wrap-around code to
345         avoid a crash (bug 1891)
346
347 2005-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
348
349         Fix bug 1892:
350
351         * text2.C (getStringToIndex): constify cur argument.
352
353         * factory.C (createInset/LFUN_TABULAR_INSERT): return 0 if no
354         argument has been given
355         (createInset/LFUN_INDEX_INSERT): just return a new inset (do not
356         try to invoke LFUN_INSET_APPLY).
357
358         * text3.C (dispatch/LFUN_TABULAR_INSERT): open the tabular dialog
359         if no inset was created by doInsertInset
360         (doInsertInset): return true if an inset has been inserted.
361
362 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
363
364         * vspace.C (asGUIName): new method. A version of the space
365         suitable for showing on screen.
366
367 2005-05-20  Michael Schmitt  <michael.schmitt@teststep.org>
368
369         * MenuBackend.C:
370         * lyxrc.C: rename "ASCII" to "Plain Text"
371
372 2005-05-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
373
374         * buffer_funcs.C (expandLabel): take a Buffer as argument;
375         translate the labelstring.
376         (setCounter): translate labelstring as needed.
377
378         * output_docbook.C (makeCommand): fix expandLabel invokation
379
380 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
381
382         * BufferView.C: fix dialog title
383
384 2005-05-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
385
386         * lyx_main.C (priv_exec): fix logic error with help from Angus
387         * lyx_main.C (parse_execute): set is_gui = false and remove now
388         obsolete comment about a segfault
389
390 2005-05-18  Angus Leeming  <leeming@lyx.org>
391
392         * buffer.C (readFile): Quote all file names passed to lyx2lyx.
393
394 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
395
396         * tabular.[hC]: added setCellInset to fix tabular paste.
397
398 2005-05-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
399
400         * buffer.C (save): check if destination is writable before trying
401         to copy a file
402
403 2005-05-11  Martin Vermeer  <martin.vermeer@hut.fi>
404
405         * BufferView_pimpl.C (update): fix processEvents -caused update
406         recursion bug
407
408 2005-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
409
410         * buffer_funcs.C (setCounter): fix test for numbering of
411         environments.
412
413         * toc.C (getTocList): use LyXTextClass:min_toclevel to set toc
414         depth correctly; use optional argument when it exists
415
416         * lyxtextclass.C: remove unused MaxCounterTags enum
417         (Read): compute min_toclevel_ and max_toclevel_ after reading class.
418         (max_toclevel, min_toclevel): new methods.
419
420         * MenuBackend.C (expandToc2): fix case where depth is smaller than
421         the smallest depth in toc.
422
423         * lyxlayout.[Ch]: add special NOT_IN_TOC toclevel value for
424         layouts that should not appear in a table of contents.
425
426 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
427
428         * cursor.h (undispatched, noUpdate): add comments from André
429
430 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
431
432         * lfuns.h:
433         * LyXAction.C:
434         * BufferView_pimpl.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
435
436 2005-05-07  André Pönitz  <poenitz@gmx.net>
437
438         * cursor.[Ch] (leaveInset): new function
439
440 2005-05-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
441
442         * lyxfunc.C (dispatch): set update flag for LFUN_INSET_APPLY.
443
444 2005-05-04  Angus Leeming  <leeming@lyx.org>
445
446         * lyxfunc.C (getStatus): disable the spell checker dialog if
447         none of USE_[AIP]SPELL are defined.
448
449 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
450
451         * tabular.C (setWidthOfCell): remove obsolete comment
452
453 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
454
455         * paragraph.C (bibitem):
456         * buffer_funcs.C (setCounter):
457         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
458
459 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
460
461         * text3.C (getStatus): immediately return after setOnOff
462
463         * rowpainter.C: fix drawing of appendix start
464
465 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
466
467         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
468         SwitchBetweenClasses and remove the unused return value.
469         Handle character styles, too
470
471 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
472
473         * factory.C (createInset): handle undefined character styles
474
475 2005-05-02  Angus Leeming  <leeming@lyx.org>
476
477         * buffer.C: protect the #include of utime.h with a preprocessor
478         guard.
479
480 2005-05-02  Angus Leeming  <leeming@lyx.org>
481
482         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
483         function so that auto-saving works, albeit in a blocking manner.
484
485         * Makefile.am: make compilation of the client sub directory, of
486         aspell.C, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
487         on conditionals set at configure time.
488
489         * SpellBase.[Ch]: no longer an abstract base class. Instead,
490         it can be compiled in its own right but has no-op functionality.
491
492         * aspell.C, pspell.C: remove preprocessor guards. The files should
493         be compiled only if the necessary functionality exists.
494
495         * lyxserver.C, lyxsocket.C: disable on Windows.
496
497 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
498
499         * text.C (leftMargin): Fix the parindent use bug (1764)
500         by dirty trick
501
502 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
503
504         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
505         argument.
506
507 2005-04-25  Angus Leeming  <leeming@lyx.org>
508
509         * Bidi.[Ch]:
510         * coordcache.[Ch]:
511         * ispell.C:
512         * lyxserver.C:
513         * mover.C:
514         * pch.h:
515         include <config.h> in .C files, not .h ones.
516         add licence blurb.
517         protect headers inside preprocessor guards.
518
519 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
520
521         * FuncStatus.h (StatusCodes): document
522
523 2005-04-21  André Pönitz  <poenitz@gmx.net>
524
525         * FuncStatus.h (enabled, onoff): document
526
527 2005-04-19  Angus Leeming  <leeming@lyx.org>
528
529         * BufferView_pimpl.C (cursorToggle): no longer test whether
530         any child processes have been reaped before calling
531         handleCompletedProcesses().
532
533 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
534
535         * text3.C (dispatch): fix, finally fix, the language problem in
536         new lyxtexts, without disabling on-the-fly font changes (Helge's
537         bug report)
538
539 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
540
541         * text3.C (dispatch): set cursor on double/triple click events
542         (bug 1811)
543
544 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
545
546         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
547         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
548
549         * rowpainter.C (paintFirst): simplify the code a little bit. In
550         particular, remove the test for secnumdepth.
551         * text.C (setHeightOfRow): only allocate space for chapter number
552         when updateCounters provided an actual label, instead of looking
553         at secnumdepth directly.
554
555         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
556
557         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
558         paragraphs when secnumdepth is large enough or, for environments,
559         when they are not the first in a sequence.
560
561 2005-04-17  Angus Leeming  <leeming@lyx.org>
562
563         * buffer.C (makeLaTeXFile): replace code to manipulate a path
564         containing space and '~' characters with a call to latex_path().
565
566 2005-04-17  Angus Leeming  <leeming@lyx.org>
567
568         * converter.C (convert): protect all args of convertDefault.sh
569         script with quotes.
570
571 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
572
573         * text3.C (dispatch): change the layout to "Caption" after inserting
574         a float.
575
576 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
577
578         * text3.C (dispatch): fix language problem in newly created
579         textinsets (and main text) in non-english docs
580
581 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
582
583         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
584         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
585         * text3.C (getStatus): disable LFUN_INSET_MODIFY
586
587 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
588
589         * lyxtext.h:
590         * text.C (metrics):
591         * text2.C (getFont):
592         * rowpainter.C (getFont): Fix metrics bug introduced by inset
593         fonts fix
594
595 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
596
597         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
598         output of \item arguments without trailing text.
599
600 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
601
602         * FontIterator.C (operator*): avoid a copy of the font.
603
604 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
605
606         * rowpainter.C (getFont): fix language bug from previous fix
607
608 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
609
610         * rowpainter.C (RowPainter, getFont): fix font inside inset
611         (bugs 1766, 1809)
612
613 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
614
615         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
616         preventing inserted font, deco, delim insets jumping to start of
617         surrounding inset.
618
619 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
620
621         * lyxfunc.C (dispatch): translate message before sending it to the
622         minibuffer.
623
624 2005-03-29  Angus Leeming  <leeming@lyx.org>
625
626         * lyx_main.C (priv_exec): call os::internal_path on each file passed
627         to LyX on the command line.
628
629 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
630
631         * vc-backend.C: use QuoteName to protect file names wherever
632         necessary.
633
634 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
635
636         * buffer.[Ch]:
637         * BranchList.h: fix bugs 1844,1845: document settings don't
638         stick
639
640 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
641
642         * lyxrc.C (setDefaults, read, output, getDescription): add support
643         for tex_allows_spaces.
644
645         * exporter.C (Export): allows files in directory containing spaces
646         if tex_allows_spaces is true.
647
648         * buffer.C (makeLaTeXFile): if the document path contains spaces,
649         output it in double quotes.
650
651 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
652
653         * rowpainter.C: use default text height for drawing change tracker
654         strikeout lines.
655
656 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
657
658         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
659
660 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
661
662         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
663         directory is missing.
664
665 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
666
667         * text2.C: fixed the fix, extended to other case.
668
669 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
670
671         * text2.C: fix for cursor up/down stuck in math [bug 1792]
672
673 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
674
675         * text2.C (cursorUp): get rid of a crash
676         * text.C (x2pos): add an assert
677
678 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
679
680         * lyxfunc.C (getStatus): fix warning when assertions are disabled
681
682         * text3.C:
683         * lyxfunc.C:
684         * dociterator.C: include <boost/current_function.hpp>, which is
685         needed when assertions are disabled.
686
687 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
688
689         * text2.C: fix for stuck cursor when traversing two
690         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
691
692 2005-02-25  Andreas Vox  <avox@arcor.de>
693
694         * output_docbook.C (makeParagraph): suppress trailing newline
695         after a run of paragraphs
696
697 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
698
699         * paragraph.C: fix for confused change tracker when pasting
700         text that begins with a lineseparator. [bug 1827]
701         (setChange(0, Change::INSERTED);)
702
703         * paragraph_funcs.C: fix for lost changes on triple-paste
704         in change tracking mode [bug 1827] (par.setChange()).
705
706 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
707
708         * text2.C (updateCounters, setCounter, expandLabel): move to
709         buffer_funcs.
710
711         * buffer_funcs.C (updateCounters): turn into a free standing
712         function and add a buffer parameter. Remove dead code for tracking
713         labelstring change.
714         (setCounter): change into a free-standing function which gets a
715         dociterator as argument. Use this iterator to fix captions in a
716         simple way. When no float is found above the caption, use the
717         labelstring of the caption layout as default.
718
719         * text.C (breakParagraph, backspace):
720         * text2.C (init, setLayout, changeDepth):
721         * text3.C (dispatch):
722         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
723         updateCounters.
724
725         * dociterator.C (forwardPar): make it much faster by calling
726         forwardPos() only when really necessary.
727
728         * output_docbook.C (makeCommand): adapt to expandLabel move.
729
730         * cursor.C: remove unused variable
731
732 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
733
734         * paragraph_funcs.C: fix crash when pasting insets in change
735         tracking mode [bug 1277] (honour change type in moveItem).
736
737 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
738
739         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
740
741 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
742
743         * BufferView.C (setCursor): change to use a DocIterator.
744         (gotoLabel): use BufferView::setCursor (other part of bug 781).
745         (putSelectionAt): adapt to BufferView::setCursor change.
746
747         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
748         moved here from LyXText and rewritten to use proper cursor
749         methods. Fixes bug 1787, 616 and 835.
750
751         * BufferView_pimpl.C (restorePosition): set the cursor correctly
752         when inside an inset (part of bug 781).
753         (dispatch): adapt to change of BufferView::setCursor.
754         (getStatus, dispatch): handle LFUN_GOTOERROR,
755         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
756
757         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
758         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
759         * text3.C (gotoNextInset, gotoInset): removed.
760
761 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
762
763         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
764
765 2005-02-15  Angus Leeming  <leeming@lyx.org>
766
767         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
768         can be used meaningfully in a comparison.
769
770 2005-02-13  André Pönitz  <poenitz@gmx.net>
771
772         * bufferview_funcs.C (coordOffset): improve cursor drawing
773
774 2005-02-13  André Pönitz  <poenitz@gmx.net>
775
776         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
777         * Cursor.C (dispatch): use fixIfBroken
778         * lyxfunc.C (getStatus): use fixIfBroken
779
780 2005-02-15  Angus Leeming  <leeming@lyx.org>
781
782         * lyx_main.C (error_handler):
783         * lyxfunc.C:
784         * lyxrc.C (setDefaults):
785         s/GetEnv/getEnv/.
786         #include "environment.h".
787
788         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
789
790 2005-02-15  Angus Leeming  <leeming@lyx.org>
791
792         * lyxserver.C (startPipe): squash MSVC warning "local variable
793         'fd' used without having been initialized".
794
795 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
796
797         * BufferView_pimpl.C: revert accidental commit.
798
799 2005-02-14  André Pönitz  <poenitz@gmx.net>
800
801         * dociterator.[Ch]: new member forwardPosNoDescent(),
802         which doesn't enter nested insets.
803         * text2.C (setFont): use forwardPosNoDescent() instead
804         of ForwardPos() (fixes crash on font change).
805
806 2005-02-13  Angus Leeming  <leeming@lyx.org>
807
808         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
809         only if lyxrc.path_prefix is not empty.
810
811 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
812
813         * bufferparams.C (readGraphicsDriver): prevent crash
814
815 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
816
817         * text2.C (setCounter): check for inInset() == 0
818
819 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
820
821         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
822         but use update() to get correct screen display; use convert
823         instead of istringstream.
824         (getStatus): handle LFUN_GOTO_PARAGRAPH
825
826         * lyxfunc.C (dispatch, getStatus): do not handle
827         LFUN_GOTO_PARAGRAPH here.
828
829 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
830
831         * text3.C (dispatch): size() -> depth()
832
833         * text2.C: remove some debug output
834
835         * paragraph.C: ws changes only
836
837         * lyxfunc.C (getStatus): size() -> depth()
838
839         * dociterator.h (clear, push_back, pop_back, internalData,
840         operator[], resize, empty): new functions
841         Make StableDocIterator and operator== be friends. Don't inherit
842         from std::vector use a privat class variable slices_ instead.
843         Modify to fit.
844
845         * dociterator.C: update because of not inheriting from std::vector
846         anymore. Call explictly to slices_ instead. Use depth() instead of
847         size() and top() instead of back()
848
849         * cursor.C: chagne size() -> depth and back() -> top(). Also
850         remove some direct operator[](i) calls in favour of foo[i]
851         (getFont): remove some dead code
852
853         * bufferview_funcs.C (coordOffset): size() -> depth()
854
855         * buffer.C: ws changes only
856
857         * CutAndPaste.C (eraseSelection): back() -> top()
858
859         * BufferView_pimpl.C (selectionRequested): back() -> top()
860
861         * BufferView.C (setCursor): size() -> depth()
862
863 2005-02-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
864
865         * text3.C (cursorPrevious): return true if depm changed something
866         (cursorNext): ditto
867         (dispatch): rename sl to oldTopSlice, remove moving use the new
868         NoUpdate func attrib instead. Make sure that needsUpdate is set
869         for function that have NoUpdate, but where depm might have changed
870         the buffer anyway.
871
872         * text2.C (cursorLeft): make us return true if depm changed
873         something
874         (cursorRight): ditto
875         (cursorUpParagraph): ditto
876         (curosrDownParagraph): ditto
877         (cursorUp, cursorDown): ditto, make sure to read comments in code
878         (deleteEmptyParagraphMechanism): remove an assert, also return
879         true if just a single char was deleted.
880
881         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
882         cursor that we modify, to avoid modifying an active cursor before
883         we call setCursor. This allows depm to run. Also return true if
884         depm deleted something.
885
886         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
887         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
888         cursorDownParagraph, cursorPrevious and cursorNext, return true if
889         something was changed in the buffer because of them (ie. depm run)
890
891         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
892         debug messages. Make update by default be false. Make sure that
893         the result of update is retained throught several calls down to
894         dispatch.
895
896         * LyXAction.h: add a new func_attrib: NoUpdate
897
898         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
899         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
900         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
901         and LFUN_WORDLEFT
902         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
903
904 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
905
906         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
907         bv_->owner(), bv_->buffer() by direct references to the private
908         members.
909         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
910         (getStatus): isSavedPosition() is in BufferView::Pimpl.
911         (fitCursor): center() is in BufferView::Pimpl.
912         (getStatus, trackChanges, dispatch): no need for a temporary buf
913         variable
914         (fitCursor, workAreaDispatch): use workarea().workheight()
915
916 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
917
918         * CutAndPaste.C (pasteSelectionHelper): fix a crash
919
920 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
921
922         * buffer.C: format up to 241.
923         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
924         break if pasting into ERT
925         * lyxfunc.C (getStatus): suppress mathpanel and
926         LFUN_DIALOG_SHOW_NEW_INSET in ERT
927
928 2005-02-01  Angus Leeming  <leeming@lyx.org>
929
930         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
931
932 2005-02-01  Angus Leeming  <leeming@lyx.org>
933
934         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
935         calling fs::is_directory().
936
937 2005-01-31  Angus Leeming  <leeming@lyx.org>
938
939         * lyx_main.C (priv_exec): specify explicitly the relative location
940         of the top level build directory when run in-place.
941
942 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
943
944         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
945         LyXText containing the cursor, not the top-level one.
946
947         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
948         true.
949         (insertStringAsLines): rename par to pit; use temporary variable
950         par to hold a Paragraph; do not store par.layout() in a variable,
951         since the pointer may die when breaking paragraphs; pass pars to
952         breakParagraph() instead of Buffer::paragraphs().
953
954 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
955
956         * lyxlex_pimpl.h: #include <fstream>.
957
958         * BufferView.[Ch] (getLyXText): add a const version.
959
960         * BufferView_pimpl.C: add debug aids.
961
962         * RowList_fwd.h:
963         * buffer.h:
964         * lyxrow.h:
965         * paragraph_funcs.h: add commentary explaining what the class does.
966
967
968         * coordcache.[Ch]: add lots of commentary.
969         (startUpdating, doneUpdating): debug aids.
970         (arrays, insets, parPos, getParPos): accessors to private data.
971
972         * cursor_slice.[Ch] (text): add a const version.
973         * dociterator.[Ch] (text, innerText): add const versions.
974
975         * lyxtext.h (breakParagraph): change the keep_layout arg to a
976         bool.
977
978         * paragraph.C (getRow, pos2ros): add asserts.
979
980         * paragraph.h: add commentary. Lots of.
981
982         * paragraph.[Ch] (metrucs, draw): removed.
983
984         * cursor.C:
985         * rowpainter.[Ch]: const-correct changes.
986
987         * text.C: various obvious clean-ups. Removal of ancient cruft.
988         Bug fixes, even.
989
990 2005-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
991
992         * vc-backend.C (find_file): rewrite to use boost.filesystem
993         (scanMaster): ditto
994
995         * main.C (main): set default name check for boost.filesystem to
996         no check
997
998         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
999         (open): ditto
1000         (doImport): ditto
1001         (actOnUpdatedPrefs): ditto
1002
1003         * lyx_main.C (init): rewrite to use boost.filesystem
1004         (queryUserLyXDir): ditto
1005
1006         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
1007         (getContentsOfAsciiFile): ditto
1008
1009         * lastfiles.C (readFile): rewrite to use boost.filesystem
1010
1011         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
1012
1013         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
1014         (loadLyXFile): ditto
1015
1016         * buffer.C (Buffer): adjust for destroydir
1017         (getLogName): rewrite to use boost.filesystem
1018         (setFileName): ditto
1019         (save): use fs::copy_file (from fs_extras)
1020
1021         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
1022
1023         * LaTeX.C (run): rewrite to use boost.filesystem
1024         (scanAuxFiles): ditto
1025         (handleFoundFile): ditto
1026
1027 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1028
1029         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
1030
1031         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
1032
1033 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1034
1035         * lyxlayout.[Ch]: change some vars from float to double
1036
1037         * buffer.C (readFile): make a local var const
1038
1039         * Several files: use convert<> instead of atoi,strToXXX and friends
1040
1041 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1042
1043         * LaTeXFeatures.[Ch]: Add a static list packages_ that
1044         holds the contents of packages.lst. New functions getAvailable
1045         and isAvailable to parse and check that list, resp.
1046
1047         * LyXAction.C:
1048         * lfuns.h:
1049         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
1050
1051         * bufferparams.[Ch]: new param output_changes.
1052
1053         * Buffer.C: increase file format to 240.
1054         Use output_changes and isVailable.
1055
1056         * changes.[Ch]:
1057         * paragraph.C:
1058         * paragraph_pimpl.C: Use output_changes and isVailable.
1059
1060 2005-01-23  Angus Leeming  <leeming@lyx.org>
1061
1062         * output_latex.C: #include "insetbibitem.h", rather than
1063         forward declare function bibitemWidest.
1064
1065 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
1066
1067         * lyx_main.C (init): make it compile on the Mac.
1068
1069 2005-01-20  Angus Leeming  <leeming@lyx.org>
1070
1071         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
1072         (setLyXMisc): (char string literal) != (char string literal) is
1073         performing a comparison on the addresses. Convert one operand
1074         explicitly to string to guarantee expected behaviour.
1075         From MSVC warning.
1076
1077 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1078
1079         * buffer.C:
1080         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
1081
1082         * output_plaintext.C: remove unneeded #include gzstream.h.
1083
1084 2005-01-20  Angus Leeming  <leeming@lyx.org>
1085
1086         * SpellBase.h: rename some of the elements of the Result enum.
1087
1088         * aspell_local.h:
1089         * ispell.h:
1090         * pspell.h:
1091         * aspell.C (check):
1092         * ispell.C (check):
1093         * pspell.C (check): ditto
1094
1095 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1096
1097         * buffer.C: add #include <fstream>.
1098
1099         * lyx_main.C (init): Compile fix.
1100
1101         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
1102
1103 2005-01-20  Angus Leeming  <leeming@lyx.org>
1104
1105         * mover.h: change commentary to reflect the changed meaning of
1106         the $$s placeholder.
1107
1108 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1109
1110         * output_linuxdoc.C (linuxdocParagraphs): silence warning
1111
1112         * lyxfind.C (MatchString::operator()): remove bogus semicolon
1113
1114 2005-01-20  Angus Leeming  <leeming@lyx.org>
1115
1116         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
1117         printing diagnostic data by not dereferecing an iterator past the
1118         end.
1119
1120 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
1121
1122         * buffer.C (readHeader): use "&&" rather than "and".
1123
1124         * lyxserver.h (inPipeName, outPipeName): make these const.
1125
1126 2005-01-19  Angus Leeming  <leeming@lyx.org>
1127
1128         * lyx_main.C (error_handler, init): protect SIGHUP with
1129         #ifdef SIGHUP guards.
1130
1131 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1132
1133         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
1134
1135 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1136
1137         * text.C (setHeightOfRow): add a margin at the top and bottom of
1138         the document (bug 1761)
1139
1140 2005-01-17  Angus Leeming  <leeming@lyx.org>
1141
1142         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
1143         with "python ". Workaround for a brain-dead Windows.
1144
1145 2005-01-16  Angus Leeming  <leeming@lyx.org>
1146
1147         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
1148         for MacOSX and Windows to use prependEnvPath.
1149         Strip out the hard-coded block to add elements to the PATH for
1150         MacOSX and replace it with a call to prependEnvPath using the
1151         contents of LyXRC::path_prefix.
1152         (queryUserLyXDir): strip out the code to run reconfigure, instead
1153         returning a boolean indicating the necessity to do so.
1154         (reconfigureUserLyXDir): contains the code to reconfigure the
1155         user support directory. Is now called after the various LyXRC data
1156         files have been read.
1157
1158         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
1159
1160 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1161
1162         * converter.[Ch] (convert): take a new parameter try_default. Use
1163         a default converter (imagemagick) if try_default is true.
1164
1165 2005-01-13  Angus Leeming  <leeming@lyx.org>
1166
1167         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
1168         os::cygwin_path_fix.
1169         (write): output LyXRC::cygwin_path_fix as necessary.
1170
1171 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
1172
1173         * lyxrc.h:
1174         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
1175
1176 2005-01-12  Angus Leeming  <leeming@lyx.org>
1177
1178         * lyx_main.C (init): set the PATH variable to include the
1179         directory containing the LyX binary when running on Mac or Windows.
1180
1181 2005-01-12  Angus Leeming  <leeming@lyx.org>
1182
1183         * lyx_main.C (init): remove cruft that purports to set the locale
1184         dir. It doesn't and is not needed anyway.
1185
1186 2005-01-10  Angus Leeming  <leeming@lyx.org>
1187
1188         * Makefile.am: remove the lyx_main.C special casing.
1189
1190         * BufferView_pimpl.C:
1191         * bufferlist.C:
1192         * exporter.C:
1193         * lyx_cb.C:
1194         * lyx_main.C:
1195         * lyxfunc.C:
1196         * messages.C: use support/package.h to provide the paths to the
1197         various directories used by LyX.
1198
1199 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1200
1201         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
1202         layout if pasting into an empty paragraph)
1203
1204 2005-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1205
1206         * tex-accent.C: add <string>
1207
1208 2005-01-06  José Matos  <jamatos@lyx.org>
1209
1210         * ParagraphParameters.C (write): put every parameter in its own line.
1211         * paragraph.C (write): reduce number of consecutive empty lines exported.
1212         * buffer.C (LYX_FORMAT): increase file format to 239.
1213
1214 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1215
1216         * everywhere: change support/tostr.h -> support/convert.h
1217
1218         * tabular.C: make all write_attributes templates, tostr -> convert
1219
1220         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
1221         (emptyTag): and -> &&, and fix type for ret from getChar
1222         (getFirstWord): fix type for ret from getChar
1223         (onlyText): and -> &&
1224         (simpleDocBookOnePar): and not -> && !, fix type for ret from
1225         getChar
1226
1227         * toc.C (goTo, action):
1228         * text3.C (dispatch):
1229         * text.C (currentState):
1230         * tex-accent.C (DoAccent):
1231         * sgml.C:
1232         * lyxrc.C:
1233         * lyxfunc.C (menuNew):
1234         * lyxfinc.C (replace):
1235         * counters.C (laberItem):
1236         * bufferview_funcs.C (font2string):
1237         * bufferparams.C (writeFile):
1238         * buffer.C (readFile):
1239         * Spacing.C (set):
1240         * MenuBackend.C: tostr -> convert
1241
1242         * LaTeX.C (runMessage): fix format
1243         (scanAuxFiles): tostr -> convert
1244
1245         * BufferView_pimpl.C (savePosition): fix format
1246         (restorePosition): ditto
1247         (dispatch): ditto
1248
1249 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1250
1251         * Spacing.[Ch]: New method getValueAsString().
1252
1253         * Spacing.[Ch]:
1254         * bufferparams.C:
1255         * ParagraphParameters.C:
1256         * lyxlayout.C:
1257         * text.C:
1258         * text3.C: store/read spacing value as string.
1259
1260         * rowpainter.C: change float value (spacing_val) to double.
1261
1262         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
1263         broken custom document spacing).
1264
1265 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
1266
1267         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
1268         namespace, also more use of temp references and const
1269
1270         * cursor.[Ch] (getStatus): move to lyxfunc.C
1271
1272         * bufferparams.C: reformat slightly
1273
1274         * bufferview_funcs.C (font2string): constify arg
1275
1276         * changes.C:
1277         * converter.C:
1278         * counters.C:
1279         * bufferlist.C:
1280         * buffer_funcs.C: (many funcs): constify arg on function
1281         definitions, also make more local vars const, also add ASSERTS on
1282         pointer args.
1283
1284         * buffer.C (LYX_FORMAT): put const in correct place
1285         (many funcs): constify arg on function definitions, also make
1286         more local vars const
1287
1288         * aspell_local.h: remove "struct" from typdef setup
1289
1290         * aspell.C (check): make word_ok const
1291         (nextMiss): simplify slightly
1292         (error): ditto
1293
1294 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1295
1296         * lyxrc.[Ch]: store all float values as strings.
1297         use int (not float) for lyxrc.dpi.
1298
1299 2005-01-04  Angus Leeming  <leeming@lyx.org>
1300
1301         * lyx_cb.C (Reconfigure):
1302         * lyx_main.C (queryUserLyXDir):
1303         to run the <system_lyxdir>/configure correctly on Windows, prefix
1304         the path to the script with "sh " when generating the string that
1305         is passed to system().
1306
1307 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1308
1309         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
1310
1311 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1312
1313         * lyxlength.C (asLatexString): get rid of setprecision
1314
1315 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1316
1317         * text2.C (setLayout): remove unused variable endpit.
1318         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
1319
1320         * paragraph.C (onlyText): remove unused variable style.
1321
1322         * cursor.C (bruteFind): remove unused variables beg and end.
1323
1324         * Makefile.am (dist_noinset_DATA): not needed anymore
1325
1326         * cheaders/*: remove.
1327
1328 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1329
1330         * text3.C: fix LFUN_MATH_MODE.
1331
1332 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1333
1334         * buffer_funcs.C (countWords): new function. Counts words between
1335         two iterators.
1336
1337         * BufferView_pimpl.C (getStatus, dispatch): handle
1338         LFUN_WORDS_COUNT.
1339
1340         * LyXAction.C (init):
1341         * lfuns.h: add LFUN_WORDS_COUNT.
1342
1343 2004-12-19  Angus Leeming  <leeming@lyx.org>
1344
1345         * buffer.C (save): s/slashify_path/internal_path/.
1346
1347 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1348
1349         * lyxfind.C (findChange): do not search for end of pars, because
1350         the change tracker cannot handle this (fixes bug 1719).
1351
1352 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
1353
1354         * paragraph.[Ch] (autoBreakRows): remove
1355
1356         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
1357
1358         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
1359         avoid using the paragraph one
1360
1361         * text2.C (LyXText, insertStringAsLines): adjust
1362
1363 2004-12-16  Angus Leeming  <leeming@lyx.org>
1364
1365         * bufferlist.C:
1366         * lyx_main.C:
1367         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
1368
1369 2004-12-14  Angus Leeming  <leeming@lyx.org>
1370
1371         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
1372
1373         * bufferlist.C (emergencyWrite):
1374         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
1375         GetEnvPath("HOME").
1376
1377 2004-12-14  Angus Leeming  <leeming@lyx.org>
1378
1379         * main.C: (main): no longer pass pointers to os::init.
1380
1381 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1382
1383         * undo.C (textUndoOrRedo): simplify logic, fix a crash
1384         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
1385
1386 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1387
1388         * lyxfunc.C:
1389         * text3.C: remove selection_possible global flag
1390
1391 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
1392
1393         * text2.C (getSelectionSpan): remove
1394         (changeDepth, changeDepthAllowed): adjust
1395
1396 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
1397
1398         * Makefile.am (BOOST_LIBS): use boost variables
1399
1400 2004-12-03  José Matos  <jamatos@lyx.org>
1401
1402         * buffer.C: format up to 238.
1403
1404 2004-12-03  José Matos  <jamatos@lyx.org>
1405
1406         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
1407
1408 2004-12-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1409
1410         * cursor.C (goUpDown): remove call to idxUpDown2
1411
1412 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1413
1414         * tabular.[Ch]: use size_t-like types for cell, row and column
1415         indices
1416
1417 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1418
1419         * lyxfunc.C (getStatus): do not lose previous information when
1420         calling BufferView::getStatus; do not set a default "Command
1421         disabled" message at the beginning, but just before returning.
1422
1423 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1424
1425         * cursor.h (getStatus): add better comment from src/cursor.C
1426
1427 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1428
1429         * text3.C (getStatus): return false when the lfun is not handled
1430
1431 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1432
1433         * broken_headers.h: remove
1434
1435         * Makefile.am (lyx_SOURCES): remove broken_headers.h
1436
1437 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1438
1439         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
1440         offset_ref accessors
1441
1442         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
1443         top_y_, merge fitcursor with update
1444         (updateScrollbar, scrollDocView, fitCursor, center, update): new
1445         coord scheme
1446         (metrics): introduce
1447         (workAreaDispatch): adapt to new coord scheme
1448         (redoCurrentBuffer): remove
1449
1450         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1451
1452         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1453         CurStatus enum.
1454
1455         * coordcache.[Ch]: add paragraph cache and helpers
1456
1457         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1458         adjust everywhere
1459
1460         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1461         (targetX, setTargetX): introduce
1462
1463         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1464         baseline -> ascent, as the rest of lyx
1465
1466         * lyxtext.h: remove redoParagraphs, updateParPositions,
1467         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1468         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1469         have ascent/descent (ascent is ascent of first par)
1470
1471         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1472         step of BufferView
1473
1474         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1475
1476         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1477
1478         * pariterator.C: fix infinite loop introduced in par->pit renaming
1479
1480         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1481         in insets and LyXText, draw two off-screen paragraphs using
1482         NullPainter, and adapt to new coord scheme
1483
1484         * text.C:
1485         * text2.C:
1486         * text3.C: adapt lfun handlers to the new coord scheme, which
1487         means: there's only guaranteed coord information for onscreen pars
1488         plus one above and one below. This implies that one can do search
1489         from y coordinates in the range [-1,workHeight]
1490
1491 2004-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1492
1493         * rename a lot of InsetOld to InsetBase
1494
1495 2004-11-25  Angus Leeming  <leeming@lyx.org>
1496
1497         * BufferView_pimpl.C:
1498         * lyx_cb.C:
1499         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1500
1501 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1502
1503         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1504         call BufferView::getStatus if LCursor::getStatus did nothing
1505         (setStatusMessage, getStatusMessage): removed.
1506
1507         * FuncStatus.C (message): new methods. Used to provide an error
1508         message indicating why a command is disabled.
1509         (clear, |=, FuncStatus): update for message.
1510
1511 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1512
1513         * lyxfunc.C (dispatch): always call sendDispatchMessage
1514
1515 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1516
1517         * BufferView.C:
1518         * BufferView_pimpl.C:
1519         * CutAndPaste.C:
1520         * FontIterator.C:
1521         * buffer.C:
1522         * cursor.C:
1523         * cursor_slice.[Ch]:
1524         * dociterator.[Ch]:
1525         * lyxfind.C:
1526         * paragraph_funcs.C:
1527         * pariterator.C:
1528         * rowpainter.C:
1529         * text.C:
1530         * text2.C:
1531         * text3.C:
1532         * undo.C: par->pit renaming
1533
1534 2004-11-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
1535
1536         * tabular.C (cellstruct): use initialization, store a shared_ptr
1537         to insettext instead of the insettext directly, adjust to fit.
1538         (operator=):  new function
1539         (swap): new function
1540         (rowstruct): use initialization
1541         (columnstruct): use initialization
1542         (ltType): use initialization
1543
1544
1545         * lyxlength.h (swap): new function
1546
1547         * LColor.[Ch] (operator=): use the common semantics
1548
1549 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1550
1551         * lyxfind.C (findNextChange): update the bufferview after setting
1552         the selection.
1553
1554 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1555
1556         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1557         number of InsetOptArgs has already been inserted.
1558
1559         * output_latex.C (latexOptArgInsets): new method. This outputs all
1560         the optarg insets, up to the limit defined in the layout file.
1561         (optArgInset): removed
1562         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1563
1564 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1565
1566         * paragraph.C (isLetter): remove special spellchecker-related
1567         code; return true also for digits
1568         (isWord, isKomma): remove
1569
1570         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1571         * lyxfind.C (MatchString()): use isLetter instead of isWord
1572
1573 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1574
1575         * pariterator.h (operatir=): comment out un-implemented member
1576         function.
1577
1578         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1579         static cast.
1580
1581 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1582
1583         * lyxfont.h: include LColor.h to satisfy concept checks.
1584
1585 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1586
1587         * pariterator.h: add typdefs for value_type, difference_type,
1588         pointer and reference to satisfy concept checks. Also add default
1589         constructor for same reason.
1590
1591         * pariterator.C (operator++): add post-increment operator to
1592         satisfy concept checks.
1593
1594         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1595         checks.
1596
1597         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1598
1599         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1600         checks. Also rename base_type to BaseType to follow naming
1601         standard better.
1602
1603         * FloatList.h: include Floating.h to satisfy concept checks.
1604
1605 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1606
1607         * lyxfunc.C (getStatus): when the origin of the request is menu or
1608         toolbar, and the LyXView does not have focus, do as if there was
1609         no buffer (bug 1720)
1610
1611         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1612         FuncRequest to individual entries of LFUN_SEQUENCE
1613
1614 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1615
1616         * output_latex.C (TeXOnePar): override runparams.moving_arg
1617         according to the needprotect value of the current paragraph (bug
1618         1739)
1619
1620         * paragraph.C (simpleTeXOnePar): no need to override
1621         runparams.moving_args here
1622
1623 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1624
1625         * vspace.C: fix off-by-one-error, related to fix #1682
1626
1627 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1628
1629         * lengthcommon.C: a more general fix for bug 1682
1630
1631 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1632
1633         * text.C (backspace): fix crash
1634
1635 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1636
1637         * format.[Ch] (getFormatFromFile): new method
1638         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1639
1640 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1641
1642         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1643
1644 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1645
1646         * lyxfunc.C (dispatch): remove the verbose argument
1647         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1648         instead
1649
1650         * kbmap.C (defkey): set the origin of func to KEYBOARD
1651
1652         * MenuBackend.C (MenuItem):
1653         * ToolbarBackend.C (add): set the origin of func to UI
1654
1655         * funcrequest.[Ch]: add origin member, which indicates which part
1656         of LyX requests an action
1657
1658 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1659
1660         * converter.C (move): don't lie in the error message
1661         * converter.h (isReachable, move): document
1662
1663 2004-11-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
1664
1665         * buffer.C: remove unused using lyx::support::atoi
1666         * paragraph_funcs.C: ditto
1667
1668 2004-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1669
1670         * bufferlist.C (exists): use bind and equal_to instead of
1671         compare_memfun
1672         (getBuffer): ditto
1673         * lyxtextclasslist.C (NumberOfClass): ditto
1674
1675         * cursor.C (insert): use for_each instead of explicit for loop
1676
1677         * bufferlist.C (getFileNames): use std::transform and
1678         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1679
1680         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1681         for loop
1682
1683         * buffer.C (changeLanguage): use for_each instead of explicit for
1684         loop
1685         (hasParWithID): implement using getParFromID
1686
1687         * LaTeXFeatures.C: ws change only
1688
1689         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1690         to cleanup a bit.
1691
1692         * BufferView_pimpl.C (trackChanges): use for_each instead of
1693         expilicit for loop
1694
1695 2004-11-04  André Pönitz  <poenitz@gmx.net>
1696
1697         * undo.h:
1698         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1699
1700         * dociterator.C (asDocIterator): use hard assert again.
1701
1702 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1703
1704         * lyxlength.C (asLatexString): rewrite so that it does not use
1705         snprintf anymore
1706
1707 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1708
1709         * text3.C (specialChar, dispatch): make sure cursor moves to the
1710         right after inserting an inset
1711
1712 2004-11-02  José Matos  <jamatos@lyx.org>
1713
1714         * output_docbook.C (docbook):
1715         * paragraph.C (getID):
1716         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1717         garantee that the output is always legal.
1718
1719         * tabular.C (docbook):
1720         * outputprams.[Ch]: remove mixed contents.
1721
1722 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1723
1724         * text2.C (setCounter): prevent endless loop
1725
1726 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1727
1728         * exporter.C (copyFile): use the mover instead of support::copy()
1729         * exporter.C (Export): pass format and latex name to copyFile()
1730         * exporter.h (addExternalFile): document
1731         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1732
1733 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1734
1735         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1736
1737 2004-10-30  José Matos  <jamatos@lyx.org>
1738
1739         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1740         text and no inset or font change. This allows to use CDATA
1741         sections just for the whole paragraph.
1742
1743 2004-10-30  José Matos  <jamatos@lyx.org>
1744
1745         * paragraph.C (getFirstWord): remove unused variable.
1746
1747 2004-10-30  José Matos  <jamatos@lyx.org>
1748
1749         * paragraph.C (getFirstWord): the content should always be escaped
1750         there.
1751         (simpleDocBookOnePar):
1752         * output_docbook.C (makeEnvironment): replace reference to CDATA
1753         to style pass_thru.
1754
1755 2004-10-30  José Matos  <jamatos@lyx.org>
1756
1757         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1758
1759 2004-10-30  José Matos  <jamatos@lyx.org>
1760
1761         * output_docbook.C (makeParagraphs):
1762         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1763         standard paragraph has only a given type of content drop the wrapper.
1764
1765 2004-10-29  José Matos  <jamatos@lyx.org>
1766
1767         * output_docbook.C (makeEnvironment):
1768         * sgml.C (openTag):
1769         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1770
1771 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1772
1773         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1774         (cleanID): sanitize any id.
1775
1776 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1777
1778         * buffer.C, lyxlex_pimpl.C:
1779         * lyxlex_pimpl.C (setFile):
1780         s/getExtFromContents/getFormatFromContents/
1781
1782 2004-10-28  José Matos  <jamatos@lyx.org>
1783
1784         * output_docbook.C (makeEnvironment): move id to broadest possible
1785         scope.
1786
1787         * sgml.C (openTag): apply substitution of <> for all attributes.
1788
1789 2004-10-28  José Matos  <jamatos@lyx.org>
1790
1791         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1792         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1793         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1794
1795         * sgml.[Ch]: new version for open and closeTag for paragraph and
1796         for strings. Now they handle the ids of paragraphs.
1797
1798 2004-10-26  Angus Leeming  <leeming@lyx.org>
1799
1800         * Makefile.am: add mover.[Ch].
1801
1802         * converter.C (convert, move): use the new Movers to move external
1803         files to the temp directory.
1804
1805         * lyx_main.C (init): ensure that the global system_movers data
1806         is initialised.
1807
1808         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1809         preferences file.
1810
1811         * mover.[Ch]: new files, defining a Mover as a utility to move an
1812         external file between directories and, if necessary, manipulate this
1813         file using a helper script.
1814
1815 2004-10-25  José Matos  <jamatos@lyx.org>
1816
1817         * output_docbook.C (makeCommand): merge two if's that tested the
1818         same condition.
1819
1820 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1821
1822         * sgml.C (escapeString): fix warning in a better way
1823
1824 2004-10-25  José Matos  <jamatos@lyx.org>
1825
1826         * sgml.C (escapeString): import the require boosts header file for
1827         tie, and avoid a signed unsigned comparison.
1828
1829 2004-10-25  José Matos  <jamatos@lyx.org>
1830
1831         * sgml.h: add #include <string>
1832
1833 2004-10-25  José Matos  <jamatos@lyx.org>
1834
1835         * sgml.[Ch] (escapeString): new function to escape all the string.
1836
1837 2004-10-24  José Matos  <jamatos@lyx.org>
1838
1839         * paragraph.[Ch] (getFirstWord): new function to get the first
1840         word. Useful for description.
1841         (simpleDocBookOnePar): remove depth argument, add another that
1842         says where to start the paragraph.
1843
1844         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1845         use the new functions to fix cleanly the support for descriptions.
1846
1847 2004-10-24  José Matos  <jamatos@lyx.org>
1848
1849         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1850         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1851         * output_linuxdoc.C (linuxdocParagraphs):
1852         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1853         add buffer as argument.
1854
1855 2004-10-24  José Matos  <jamatos@lyx.org>
1856
1857         * output_docbook.C (makeEnvironment, searchEnvironment): place
1858         CDATA inside paragraphs and fix scope for listitems.
1859
1860 2004-10-24  José Matos  <jamatos@lyx.org>
1861
1862         * output_docbook.C: remove using statement for stack.
1863
1864 2004-10-23  José Matos  <jamatos@lyx.org>
1865
1866         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1867         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1868         docbook. The new scheme is recursive and makes use of iterators, the
1869         same as latex export works.
1870         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1871         directly with the paragraph contents. This code was moved up to
1872         output_docbook.C (docbookParagraphs).
1873         * sgml.C (openTag, closeTag): removed unneeded newlines.
1874         (closeEnvTags) removed.
1875
1876 2004-10-23  André Pönitz  <poenitz@gmx.net>
1877
1878         * undo.C (textUndoOrRedo):
1879         * dociterator.C (asDocIterator): work around crash
1880
1881         * cursor.C (getStatus): replace ASSERT by more verbose error message
1882           and manual correction of the problem. Should increase stability
1883           while providing more sensible information.
1884
1885 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1886
1887         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1888
1889         * bufferlist.C (previous, next): new methods
1890
1891         * lfuns.h:
1892         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1893
1894 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1895
1896         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1897         entities to preamble.
1898
1899 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1900
1901         * messages.C (Pimpl): strip off translation context information
1902
1903 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1904
1905         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1906         the cursor is correct (bug 1694)
1907
1908 2004-10-13  José Matos  <jamatos@lyx.org>
1909
1910         * output_docbook.C (docbookParagraphs): fix closing tags in the
1911         end of the document.
1912
1913 2004-10-09  José Matos  <jamatos@lyx.org>
1914
1915         * buffer.C: format up to 237.
1916         * bufferparams.C (write): use tostr to convert booleans to strings.
1917
1918 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1919
1920         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1921
1922 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1923
1924         * LaTeX.C: implement use of babel language in xindy.
1925
1926 2004-10-05  José Matos  <jamatos@lyx.org>
1927
1928         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1929         Add new translators to help reading and writing the lyx file.
1930
1931 2004-10-05  José Matos  <jamatos@lyx.org>
1932
1933         * ParagraphParameters.C (read):
1934         * text.C (readParToken): replace nexToken by more appropriate lex
1935         methods.
1936
1937 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1938
1939         * LaTeX.C (runMakeIndex):
1940         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1941         (usually 'makeindex') configurable.
1942
1943         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1944         with a variable rather than with a number.
1945
1946 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1947
1948         * output_latex.C (TeXOnePar): make sure font setting is the first
1949         thing that gets output (and the last at the end). Should fix bug
1950         1404.
1951
1952 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1953
1954         * pch.h: use proper signal include
1955
1956         * LaTeX.h: Use preferred calling of Boost.Signal
1957         * buffer.h: ditto
1958
1959 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
1960
1961         * pch.h: dont include <boost/function/function0.hpp>
1962
1963         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1964
1965         * paragraph_pimpl.h: remove usage of ShareContainer
1966
1967         * paragraph_pimpl.C: remove initialization of ShareContainer.
1968
1969 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1970
1971         Fix bug #1666
1972
1973         * BufferView.C (putSelectionAt): change the semantics when
1974         backwards == true: now, this just swaps cursor and anchor wrt the
1975         forward case
1976
1977         * BufferView.h (putSelectionAt): add some documentation
1978
1979         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1980         make sure backwardChar is done at least once (to avoid getting
1981         stuck)
1982         (findNextChange): use putSelectionAt in the forward direction
1983         (operator()): use Paragraph::isWord
1984
1985 2004-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
1986
1987         * Spacing.C (set): c_str fix
1988
1989 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1990
1991         * lyx_cb.C (Reconfigure): quote the name of configure script in
1992         case it contains spaces
1993
1994 2004-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1995
1996         * client: new dir
1997
1998         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1999         (BOOST_LIBS): use top_buildir when looking for the file
2000
2001 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2002
2003         * pch.h: do not use include boost/format.hpp, multiple symbols
2004                 will result (gcc bug)
2005
2006
2007 2004-08-23  José Matos  <jamatos@lyx.org>
2008
2009         * bufferparams.C (readToken): fix reading of the author field.
2010
2011 2004-08-20  José Matos  <jamatos@lyx.org>
2012
2013         * lyxrc.C: remove support/translator.h inclusion since it is not used.
2014
2015 2004-08-20  José Matos  <jamatos@lyx.org>
2016
2017         * lyxlex.[Ch] (findToken): remove function.
2018
2019         * ParagraphParameters.C (findToken):
2020         * bufferparams.C (findToken): replace call for previous function
2021         with local copy. This local function has one more argument, the
2022         read string argument.
2023
2024 2004-08-16  José Matos  <jamatos@lyx.org>
2025
2026         * ParagraphParameters.C (write):
2027         * Spacing.C (writeFile):
2028         * bufferparams.C (writeLaTeX):
2029         * lyx_cb.C (Reconfigure):
2030         * paragraph.C (write):
2031         * tabular.C (write): remove unnecessary space at end of line.
2032
2033
2034 2004-08-16  José Matos  <jamatos@lyx.org>
2035
2036         * text.C (readParagraph): remove debug message.
2037
2038 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2039
2040         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
2041         crash
2042
2043         * output_plaintext.C (asciiParagraph): set depth correctly
2044
2045         * outputparams.h: add member depth
2046
2047         * paragraph_funcs.C (ownerPar): remove.
2048
2049         * text2.C (setCounter): remove first_pit; comment out some
2050         non-working code that uses ownerPar
2051
2052         * BufferView.C (getParentLanguage): remove. Not used anymore, and
2053         uses ownerPar
2054
2055 2004-08-16  José Matos  <jamatos@lyx.org>
2056
2057         * text.C (readParToken, readParagraph, read): report all unknown tokens.
2058         For the same level of importance use the same chanel to report problems.
2059         (read): add code to deal with \begin_body and \end_body.
2060
2061
2062 2004-08-15  José Matos  <jamatos@lyx.org>
2063
2064         * lyxlex.C (getString): fix comment, buffer::readBody is now
2065         buffer:readDocument.
2066
2067         * tex-strings.C (string_papersize): Default -> default,
2068         Custom -> custom, for consistency with other options.
2069
2070 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2071
2072         * pch.h: new file
2073
2074         * Makefile.am: support pch
2075
2076 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2077
2078         * text.C (readParToken): remove the static LyXFont variable and
2079         pass it as a parameter instead. This fixes a nasty bug where an
2080         inset will be inserted with a bad font in some situations
2081         (readParagraph): adapt
2082
2083         * text2.C (setCounter): reduce number of calls to pars_[pit]
2084
2085         * text.C (singleWidth): add an assert, fix a test
2086
2087         * rowpainter.C (paintText): reduce number of calls to singleWidth
2088
2089         * paragraph.C (isHfill):
2090         (isNewline): ws only
2091
2092 2004-08-14  André Pönitz  <poenitz@gmx.net>
2093
2094         * text.C:
2095         * text2.C:
2096         * rowpainter.C:
2097         * lyxtext.h (several functions): use a Paragraph & argument
2098         instead of par_type
2099
2100 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2101
2102         * metricsinfo.h: add a new field ltr_pos to PainterInfo
2103
2104         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
2105
2106         * text.C (singleWidth): remove useless test
2107
2108 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2109
2110         * tabular.h: remove bogus comments
2111
2112         * tabular.C (getDescentOfRow):
2113         (isPartOfMultiColumn): add assertions
2114
2115         * lyxlength.C (inPixels): remove #warning
2116
2117 2004-08-14  André Pönitz  <poenitz@gmx.net>
2118
2119         * paragraph.h: inline getChar()
2120
2121         * BufferView.h: remove unused declarations
2122
2123 2004-08-14  José Matos  <jamatos@lyx.org>
2124
2125         * Buffer.[Ch] (readDocument): new name for old readBody.
2126         * Buffer.C: new file format, new keywords: \begin_document,
2127         \begin_header, \begin_body, \end_body.
2128
2129         * bufferparams.C (readToken): replace all calls to lex.nextToken
2130         by lex.next(). Do the same to eatLine except where really needed.
2131
2132         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
2133         line when writing to the lyx file.
2134
2135         * output_plaintext.C (asciiParagraph): fix Bibliography style
2136         handling.
2137
2138         * text.C (read): fix end of file handling.
2139
2140 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2141
2142         * MenuBackend.C (Menu::operator[]): new method to access
2143         individual menu items
2144         (Menu::hasFunc): new method. search for an item that corresponds
2145         to a given func
2146         (MenuBackend::specialMenu): new method
2147         (MenuBackend::expand): if a special menu has been set, skip
2148         entries whose func() appears in this menu
2149
2150 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2151
2152         * text3.C: use Debug::DEBUG a bit more
2153
2154         * text.C (leftMargin): try to simplify a tiny bit change var x to
2155         l_margin. Dont output the wide margins always.
2156         (rightMargin): no margin in inner texts
2157
2158         * rowpainter.h (nestMargin): new func
2159         (changebarMargin): new func
2160         (rightMargin): new func
2161
2162         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
2163         now functions.
2164         (paintLast): ditto
2165
2166         * factory.C (createInset): modify setDrawFrame
2167
2168         * cursor.C: use Debug::DEBUG a bit more
2169
2170 2004-08-14  André Pönitz  <poenitz@gmx.net>
2171
2172         * coordcache.[Ch]:
2173         * Makefile.am: new files to accomodate an 'external' (x,y)-position
2174         cache for all insets in (at least partially) visible (top-level)
2175         paragraphs.
2176
2177         * BufferView_pimpl.C: reset external coord cache before every update.
2178         This means the coord cache only contains valid entries.
2179
2180 2004-08-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2181
2182         bug 1096
2183         * BufferView_pimpl.C (getInsetByCode): move function out of class
2184         and change in to a template in anon namespace. Also fix to do what
2185         suits us better.
2186
2187 2004-08-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
2188
2189         bug 1305
2190         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
2191         of char
2192         (breakParagraph): rename par to par_offset and use a local
2193         reference. Add code to keep the language over a rebreak.
2194         (breakParagraphConservative): rename par to par_offset, use a
2195         local reference
2196         (mergeParagraph): ditto
2197         (outerHook): ditto
2198         (isFirstInSequence): ditto
2199         (outerFont): rename pit to par_offset
2200
2201         * paragraph.C: ws change
2202         * paragraph.h: ditto
2203         * text3.C: ditto
2204         * text.C: ditto
2205
2206 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2207
2208         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
2209         treatment for ']'
2210
2211         * paragraph.C (simpleTeXOnePar): when we have a \item with
2212         optional argument, enclose the argument with curly brackets (in
2213         case it contains a closing square bracket)
2214
2215         * text2.C (editXY):
2216         * text2.C (editXY):
2217         * text3.C (checkInsetHit): constify
2218
2219 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2220
2221         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
2222         documents (bug 1629)
2223
2224 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2225
2226         Fix toggling of collapsable insets with the mouse (bug 1558)
2227
2228         * lyxfunc.C (dispatch): adapt to LCursor changes
2229
2230         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
2231         make sure that dispatch is not invoked twice
2232
2233         * cursor.C (needsUpdate): new method
2234         (dispatch): return void
2235         (result): new method, to access the DispatchResult of the cursor.
2236
2237 2004-08-13  José Matos  <jamatos@lyx.org>
2238
2239         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
2240
2241 2004-08-13  André Pönitz  <poenitz@gmx.net>
2242
2243         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
2244
2245         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
2246           multiple cells
2247
2248 2004-08-12  André Pönitz  <poenitz@gmx.net>
2249
2250         * text3.C: take out the 'cursor right' form insertInset and only
2251         do it in those places when it is really needed. Fixes crash on
2252         C-m...
2253
2254 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2255
2256         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
2257
2258         * BufferView_pimpl.C (setBuffer): initialize the current font of
2259         the underlying LyXText
2260
2261 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2262
2263         * kbsequence.C (print): use UI native formatting for menu
2264         shortcuts
2265
2266         * text.C (insertChar): call Paragraph::insertChar with a font
2267         argument (cosmetic)
2268
2269         * paragraph.C (insertInset, insertChar): the version that takes a
2270         LyXFont argument is now a wrapper around the other one (the
2271         opposite used to be true).
2272
2273         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
2274         argument. Font setting is done in Paragraph now.
2275
2276 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2277
2278         * outputparams.h: add new members intitle and lang.
2279
2280         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
2281         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
2282
2283 2004-08-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2284
2285         * text3.C (dispatch): remove special handling of button 4 and 5,
2286         it is now taken care of in the frontend code.
2287
2288 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2289
2290         * Spacing.h: add <string> (STLPort compile fix)
2291
2292 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2293
2294         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2295
2296 2004-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2297
2298         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
2299         to bool.
2300
2301         * converter.C (showMessage): inherit from unary_function, make
2302         operator() const.
2303
2304         * buffer.C (writeFile): initialize retval
2305
2306         * InsetList.h: rename private variable list to list_
2307         * InsetList.[Ch]: adjust accordingly.
2308
2309 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2310
2311         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
2312         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
2313         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
2314         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
2315         * ParagraphParameters.C, LaTeXFeatures.C: replace
2316         "support/std_sstream.h" with <sstream>
2317
2318 2004-07-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2319
2320         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
2321         * lyxsocket.C (LyXServerSocket): ditto
2322         (serverCallback): ditto
2323
2324 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2325
2326         * LaTeXFeatures.C: check release date when loading jurabib.
2327
2328 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2329
2330         * lyxserver.C (startPipe): call register_socket_callback
2331         (endPipe): call unregister_socket_callback
2332
2333 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2334
2335         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
2336         (LyXServerSocket): register the callback
2337         (LyXServerSocket): unregister the callback
2338         (fd): delete function
2339         (serverCallback): improve error checking and setup the callbacks.
2340         (dataCallback): change arg to fd.
2341         (writeln): new func (copied fro the client socket) used for server
2342         write to client.
2343         (LyXDataSocket): simplify
2344         (~LyXDataSocket): close ann unregiser callback
2345         (server): delete function
2346         (fd): delete function
2347         (readln): small changes, improve some std::string usage
2348         (writeln): constify a bit
2349
2350 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2351
2352         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
2353         Qt frontend
2354
2355 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2356
2357         * BufferView_pimpl.C (setBuffer): set the layout combox value only
2358         after it has been populated
2359
2360 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2361
2362         * text2.C (insertInset): move cursor when inserting inset.
2363
2364 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2365
2366         * kbmap.C (findbindings): a couple of new methods. returns a
2367         container of kb_sequence objects. The real work is done by the
2368         private recursive version
2369         (printbindings): uses findbindings to print out a bracketed list
2370         of bindings (renamed from findbinding).
2371
2372         * MenuBackend.C (binding): use kb_keymap::findbindings
2373
2374         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
2375
2376 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2377
2378         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
2379
2380 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2381
2382         * paragraph.C (isWord): return true on insets that report
2383         isLetter().
2384
2385         * text.C (getWord): use Paragraph::isWord to decide what is in a
2386         word and what is not; fix bug 1609.
2387
2388 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2389
2390         * tex-strings.C: add "none" to string_paperpackages[], fixes
2391         off-by-one-error in the paperpackage selection.
2392
2393         * lyxlex.[Ch]:
2394         * tex-strings.[Ch]: char const * string[n]
2395         -> char const * const string[]
2396
2397 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2398
2399         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
2400         command, return early.
2401
2402 2004-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2403
2404         * debug.h: add DEBUG to enum and fix size of ANY.
2405
2406         * debug.C: add support for Debug::DEBUG
2407         (showTags): cast errorTags.level to unsigned int
2408
2409         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
2410         (redoCurrentBuffer): ditto
2411         (updateScrollbar): ditto
2412         * cursor.C (dispatch): ditto
2413         * text2.C (setLayout): ditto
2414         (setFont): ditto
2415         (updateCounters): ditto
2416         (editXY): ditto
2417         (deleteEmptyParagraphMechanism): ditto
2418
2419 2004-06-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
2420
2421         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
2422         annotations to cleanup the Makefile slightly.
2423
2424 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2425
2426         * lyxrc.C: do not set user_email to a default value but use empty
2427         instead. The entry used to be translated, which does not work
2428         since at the point where lyxrc is constructed there is no
2429         translation service available
2430
2431         * messages.C (getLocaleDir): remove and use directly
2432         lyx_localedir() instead
2433
2434 2004-06-02  Angus Leeming  <leeming@lyx.org>
2435
2436         Fix crash caused by dereferencing null pointer 'exportdata' in
2437         OutputParams by creating a new ExportData variable on the heap,
2438         storing it in a boost::shared_ptr.
2439         The crash was triggered when generating an Instant Preview
2440         of an external inset.
2441
2442         * Makefile.am: add outputparams.C
2443
2444         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
2445         (c-tor): allocate memory to it.
2446
2447         * exporter.C (c-tor): associated changes.
2448
2449 2004-06-01  Angus Leeming  <leeming@lyx.org>
2450
2451         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2452         contains data before calling isInset(0). (Bug 1513.)
2453
2454 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2455
2456         * exporter.C (checkOverwrite): new method
2457         * exporter.C (copyFile): new method
2458         * exporter.C (Export): copy referenced files to the document dir
2459         * exporter.[Ch]: new class ExportedFile
2460         * exporter.[Ch]: new class ExportData. Contains currently the
2461         names of referenced external files
2462         * outputparams.h: add exportdata member.
2463
2464 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2465
2466         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2467         version.C-tmp
2468
2469 2004-05-19  Angus Leeming  <leeming@lyx.org>
2470
2471         * LaTeXFeatures.C:
2472         * ToolbarBackend.C:
2473         * bufferparams.C:
2474         * lyxfunc.C: small changes due to the introduction of namespace
2475         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2476
2477 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2478
2479         * text3.C (dispatch): supress update when only moving the cursor
2480         * cursor.C (selHandle): remove commented code
2481
2482 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2483
2484         * paragraph.C (startTeXParParams): correct column count
2485         * CutAndPaste.C (pasteSelection): remove const_cast
2486         * output_docbook.C (docbookParagraphs): remove const_cast
2487         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2488         const_cast and return ParagraphList::const_iterator
2489         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2490         * output_plaintext.C (writeFileAscii): remove const_cast
2491         * paragraph.[Ch] (simpleTeXOnePar): make const
2492         * paragraph_funcs.C (outerPar): use const iterators
2493         * paragraph_pimpl.C (validate): use const iterators
2494         * text.C (setHeightOfRow): use const iterators
2495
2496 2004-05-17  Angus Leeming  <leeming@lyx.org>
2497
2498         * lfuns.h:
2499         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2500
2501         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2502         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2503         if the citation engine has changed.
2504
2505 2004-05-14  José Matos  <jamatos@lyx.org>
2506
2507         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2508         if the textclass does not provide it. Have it different for sgml and
2509         xml.
2510         support the language of document.
2511         * output_docbook.C (docbookParagraphs):
2512         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2513         first anchor as the id of the paragraph, remove special case code.
2514         * sgml.C (escapeChar): escape only < & >.
2515
2516 2004-05-14  Angus Leeming  <leeming@lyx.org>
2517
2518         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2519         dependencies on src/frontends/controllers/biblio.h. Define a
2520         CiteEngine_enum wrapper class to enable the enum to be forward
2521         declared.
2522
2523 2004-05-12  Angus Leeming  <leeming@lyx.org>
2524
2525         * buffer.C: up LYX_FORMAT to 234.
2526         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2527         use_numerical_citations with a single biblio::CiteEngine cite_engine
2528         variable.
2529         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2530
2531 2004-05-13  José Matos  <jamatos@lyx.org>
2532
2533         * converter.h:
2534         * converter.C (Converter, readFlags): add xml member.
2535         * outputparams.h: add XML flavor.
2536         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2537
2538 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2539
2540         * lyxfunc.C (dispatch):
2541         (getStatus): fix handling of LFUN_SEQUENCE
2542
2543 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2544
2545         * debug.C (showLevel): do not forget the end-of-line marker
2546
2547 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2548
2549         * kbmap.C (read): do not stop parsing a bind file when an error
2550         occurs (bug 1575)
2551
2552 2004-04-29  Angus Leeming  <leeming@lyx.org>
2553
2554         * cursor.C:
2555         * factory.C:
2556         * pariterator.C:
2557         * text2.C: wrap a bunch of #warning statements
2558         inside #ifdef WITH_WARNINGS blocks.
2559
2560 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2561
2562         * buffer.C: increment format to 233.
2563
2564 2004-04-28  Angus Leeming  <leeming@lyx.org>
2565
2566         * BufferView_pimpl.C:
2567         * lyxfunc.C:
2568         * text3.C:
2569         s/updateToolbar()/updateToolbars()/
2570         s/Toolbar.h/Toolbars.h/
2571
2572 2004-04-28  Angus Leeming  <leeming@lyx.org>
2573
2574         * BufferView.[Ch] (c-tor):
2575         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2576         No longer passes these data to the WorkArea generator.
2577
2578 2004-04-28  Angus Leeming  <leeming@lyx.org>
2579
2580         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2581
2582 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2583
2584         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2585
2586 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2587
2588         * output_latex.C (TeXEnvironment): make sure that there is a line
2589         break before \end{foo} for the last paragraph of a document
2590         (TeXOnePar): if the paragraph is at the end of the document (or
2591         inset) and the language has to be reset, then make sure that the
2592         line break is _before_ the language command, not after (fixes bug
2593         1225); also make sure that the language reset command is the first
2594         thing after the paragraph (to ensure proper nesting of
2595         environments and thus fix bug 1404)
2596
2597 2004-04-21  John Levon  <levon@movementarian.org>
2598
2599         * ToolbarBackend.h:
2600         * ToolbarBackend.C: make "name" be a programmatic name
2601         and a gui_name field.
2602
2603         * lyxfunc.C: display the minibuffer on M-x
2604
2605 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2606
2607         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2608         (bug 1526)
2609
2610 2004-04-19  Angus Leeming  <leeming@lyx.org>
2611
2612         * BufferView_pimpl.C (setBuffer): changed preview interface.
2613
2614         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2615         possible values.
2616
2617 2004-04-19  John Levon  <levon@movementarian.org>
2618
2619         * BufferView_pimpl.C:
2620         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2621
2622 2004-04-05  Angus Leeming  <leeming@lyx.org>
2623
2624         * text.C (redoParagraphs): add call to updateCounters(), thereby
2625         fixing the missing "Figure #:" label from the caption of a
2626         figure float.
2627
2628 2004-04-13  Angus Leeming  <leeming@lyx.org>
2629
2630         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2631         cursor is clicked out of an inset.
2632
2633 2004-04-13  Angus Leeming  <leeming@lyx.org>
2634
2635         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2636         than an InsetOld one.
2637
2638 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2639
2640         * format.[Ch]: add editor to Format
2641         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2642         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2643
2644 2004-04-08  André Pönitz  <poenitz@gmx.net>
2645
2646         * metricsinfo.h: remove PainterInfo::width member
2647
2648 2004-04-08  Angus Leeming  <leeming@lyx.org>
2649
2650         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2651         "\providecommand" rather than "\newcommand", thereby preventing
2652         clashes with packages that define "\boldsymbol" themselves.
2653         Eg, beamer.
2654
2655 2004-04-08  Angus Leeming  <leeming@lyx.org>
2656
2657         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2658         thereby squashing an unnecessary warning.
2659
2660 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2661
2662         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2663         setBuffer()
2664
2665 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2666
2667         * BufferView.C (setCursor): call redoParagraph (some insets could
2668         have been opened)
2669         (putSelectionAt): remove the 'double update' trick
2670
2671         * BufferView_pimpl.C (fitCursor): call refreshPar
2672         (workAreaDispatch): remove an uneeded update call
2673         (dispatch): remove some manual update calls
2674
2675         * cursor.[Ch]: remove cached_y_, updatePos
2676         (selHandle): set noUpdate when appropriate
2677
2678         * lyxfunc.C (dispatch): track if we need an update
2679
2680         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2681
2682         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2683         (paintSelection): cheap optimization, do not call cursorX when not
2684         needed
2685         (paintPars): change signature
2686         (refreshPar): add
2687         (paintText): adjust
2688         (paintTextInset): adjust
2689
2690         * text.C: adjust
2691
2692 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2693
2694         * lengthcommon.C: compilation fix: remove explicit array size from
2695         unit_name[] and friends
2696
2697 2004-04-05  Angus Leeming  <leeming@lyx.org>
2698
2699         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2700
2701         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2702         present only for the preferences dialog.
2703         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2704
2705 2004-04-05  Angus Leeming  <leeming@lyx.org>
2706
2707         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2708         to enable the frontends to export changes to lyxrc correctly.
2709
2710         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2711
2712 2004-04-07  André Pönitz  <poenitz@gmx.net>
2713
2714         * cursor.[Ch] (selClear, adjust): remove math
2715
2716         * cursor_slice.C: more agressive assert
2717
2718         * lyxfunc.C:
2719         * BufferView_pimpl.C: rework mouse event dispatch
2720
2721         * dociterator.C:
2722         * paragraph.C:
2723         * text2.C:
2724         * text3.C: adjust
2725
2726 2004-04-05  André Pönitz  <poenitz@gmx.net>
2727
2728         * cursor.[Ch] (valign, halign...): remove unneeded functions
2729
2730 2004-04-05  Angus Leeming  <leeming@lyx.org>
2731
2732         * lyxlength.[Ch] (unit_name et al.): const-correct.
2733
2734 2004-04-05  Angus Leeming  <leeming@lyx.org>
2735
2736         * BufferView_pimpl.C:
2737         * buffer.C:
2738         * counters.C:
2739         * cursor.C:
2740         * lyxfunc.C
2741         * paragraph.C:
2742         * pariterator.C:
2743         * text.C:
2744         * text2.C:
2745         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2746
2747 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2748
2749         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2750
2751 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2752
2753         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2754         * BufferView_pimpl.[Ch] (getStatus)
2755         * BufferView.[Ch] (getStatus): add
2756         * lyxfunc.C (getStatus): move lfuns handled in
2757         BufferView::dispatch to te function above
2758         * Cursor.C (setSelection): set selection() = true
2759
2760 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2761
2762         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2763
2764 2004-03-31  Angus Leeming  <leeming@lyx.org>
2765
2766         * lyxfunc.C (dispatch): Fall through to the generic
2767         Dialogs::show("preamble").
2768
2769 2004-03-31  Angus Leeming  <leeming@lyx.org>
2770
2771         * lyxfunc.C (dispatch): Fall through to the generic
2772         Dialogs::show("spellchecker").
2773
2774 2004-03-31  Angus Leeming  <leeming@lyx.org>
2775
2776         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2777         preferences dialog.
2778
2779 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2780
2781         * BufferView.C
2782         * cursor.[Ch]
2783         * dociterator.[Ch]:
2784         * insetiterator.[Ch]:
2785         * lyxfind.C:
2786         * lyxfunc.C:
2787         * pariterator.[Ch]:
2788         * text2.C:
2789         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2790
2791 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2792
2793         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2794         insets where we are putting the cursor.
2795
2796 2004-03-31  Angus Leeming  <leeming@lyx.org>
2797
2798         * lfuns.h:
2799         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2800
2801         * lyxrc.[Ch] (read, write): overloaded member functions taking
2802         a std::[io]stream arguments.
2803
2804         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2805
2806 2004-03-31  Angus Leeming  <leeming@lyx.org>
2807
2808         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2809         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2810
2811         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2812         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2813
2814 2004-03-31  Angus Leeming  <leeming@lyx.org>
2815
2816         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2817         the LFUN_ALL_INSETS_TOGGLE code.
2818
2819 2004-03-30  Angus Leeming  <leeming@lyx.org>
2820
2821         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2822         has died. Fall through to the generic Dialogs::show("document").
2823
2824 2004-03-30  Angus Leeming  <leeming@lyx.org>
2825
2826         * lfuns.h:
2827         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2828         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2829
2830         * lyxfunc.C (getStatus, dispatch): define the actions for these
2831         lfuns. Little more than a cut and pste job from ControlDocument.C
2832
2833         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2834
2835 2004-03-30  Angus Leeming  <leeming@lyx.org>
2836
2837         * lfuns.h:
2838         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2839         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2840
2841         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2842         open/closed state of ollapsable insets. Usage:
2843
2844         all-inset-toggle <state> <name>, where
2845         <state> == "open" || "closed" || "toggle" and
2846         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2847
2848         * lyxtext.h, text2.C (toggleInset): removed.
2849
2850         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2851         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2852         now passes LFUN_INSET_TOGGLE to the found inset.
2853
2854         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2855         is now invoked as "all-insets-toggle toggle branch".
2856
2857 2004-03-30  Angus Leeming  <leeming@lyx.org>
2858
2859         * dociterator.C:
2860         * insetiterator.C:
2861         * pariterator.[Ch]: added/corrected header blurb.
2862
2863 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2864
2865         * dociterator.[Ch]: add an inset_ member
2866         (backwardPos): implemented
2867         (backwardPos, forwardPos): use inset_ when the stack is empty.
2868         (doc_iterator_begin, doc_iterator_end): implemented
2869         * pariterator.[Ch]: adjust, add begin, end
2870         * insetiterator.[Ch]: adjust, add begin, end
2871         * cursor.C:
2872         * document.C:
2873         * BufferView.C:
2874         * BufferView_pimpl.C:
2875         * CutAndPaste.C: adjust
2876
2877 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2878
2879         * buffer.C: increment file format to 232.
2880         * LaTeXFeatures.C: add bibtopic package.
2881         * bufferparams.[Ch]: param \use_bibtopic.
2882
2883         * lyxrc.[Ch]: add lyxrc bibtex_command
2884         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2885
2886         * buffer.C: increment file format to 231.
2887
2888 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2889
2890         * dociterator.C: implement forwardPar
2891         * iterators.[Ch]: remove, replaced by
2892         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2893         * BufferView.C:
2894         * BufferView_pimpl.C:
2895         * CutAndPaste.C:
2896         * buffer.C:
2897         * bufferview_funcs.C:
2898         * cursor.C:
2899         * lyxfind.C
2900         * lyxfunc.C
2901         * paragraph_funcs.C
2902         * toc.C:
2903         * Makefile.am: adjust
2904
2905 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2906
2907         * CutAndPaste.C (pasteSelection): fix 2 crashes
2908         (eraseSelection): fix a crash
2909         * paragraph_funcs.C: remove a warning
2910
2911 2004-03-28  Angus Leeming  <leeming@lyx.org>
2912
2913         * lfuns.h:
2914         * LyXAction.C (init): new LFUN_PRINT.
2915
2916         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2917
2918 2004-03-27  Angus Leeming  <leeming@lyx.org>
2919
2920         * lfuns.h:
2921         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2922
2923         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2924
2925 2004-03-27  Angus Leeming  <leeming@lyx.org>
2926
2927         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2928         insetlist always contains non-null pointers to insets.
2929
2930 2004-03-26  Angus Leeming  <leeming@lyx.org>
2931
2932         * src/BufferView_pimpl.C:
2933         * src/CutAndPaste.C:
2934         * src/buffer.C:
2935         * src/iterators.C:
2936         * src/output_plaintext.C:
2937         * src/outputparams.h:
2938         * src/paragraph_funcs.C:
2939         * src/rowpainter.C:
2940         * src/text.C:
2941         * src/text2.C:
2942         * src/frontends/controllers/ControlErrorList.C:
2943         * src/frontends/gtk/FileDialogPrivate.C:
2944         * src/frontends/gtk/GPainter.C:
2945         * src/frontends/gtk/GToolbar.C:
2946         * src/frontends/qt2/QRef.C:
2947         * src/mathed/math_scriptinset.C: squash compiler warnings.
2948
2949 2004-03-26  Angus Leeming  <leeming@lyx.org>
2950
2951         * ispell.C (LaunchIspell::start):
2952         * lyx_cb.C (AutoSaveBuffer::start):
2953         invoke run(DontWait) rather than runNonBlocking().
2954
2955 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2956
2957         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2958
2959 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2960
2961         * kbsequence.C (print): adjust
2962
2963         * kbmap.C (printKeySym): rename and change signature
2964         (printKey): use LyXKeySym::print()
2965
2966 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2967
2968         * undo.C: add using std::advance to compile for stlport
2969
2970 2004-03-24  Angus Leeming  <leeming@lyx.org>
2971
2972         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2973         it leads to a crash when no buffer is present.
2974
2975 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2976             Martin Vermeer  <martin.vermeer@hut.fi>
2977
2978         * lyxfunc.C (dispatch):
2979         * bufferparams.C (readToken): use the new LColor::setColor
2980
2981         * LColor.[Ch] (setColor): new version that takes two strings as
2982         argument and creates a new color entry if necessary
2983
2984 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2985
2986         * buffer.C (makeLaTeXFile): if the main latex file that is
2987         processed is usually a subdocument of some master, then pretend
2988         for a while that it is actually the master
2989
2990 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2991
2992         * buffer.C (getLabelList):
2993         (getBibkeyList): use getMasterBuffer()
2994         (getMasterBuffer): new method. Returns the main document in the
2995         case where one is using included documents.
2996
2997 2004-03-25  André Pönitz  <poenitz@gmx.net>
2998
2999         * Makefile.am:
3000         * iterators.[Ch]:
3001         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
3002
3003         * ParagraphList_fwd.h: change ParagraphList to a std::vector
3004
3005         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
3006         text*.C over here. Rename namespace CutAndPaste to lyx::cap
3007
3008         * ParameterStruct.h: merge with ParagraphParameters
3009
3010         * lyxtext.h: remove LyXText::parOffset() and getPar()
3011
3012         * text3.C: Remove all 'manual' update calls. We do now one per user
3013         interaction which is completely sufficient.
3014
3015         * Bidi.C:
3016         * BufferView.[Ch]:
3017         * BufferView_pimpl.C:
3018         * FontIterator.[Ch]:
3019         * MenuBackend.C:
3020         * ParagraphParameters.[Ch]:
3021         * buffer.C:
3022         * buffer.h:
3023         * bufferlist.C:
3024         * cursor.[Ch]:
3025         * cursor_slice.[Ch]:
3026         * dociterator.[Ch]:
3027         * errorlist.[Ch]:
3028         * factory.C:
3029         * lfuns.h:
3030         * lyxfind.C:
3031         * lyxfunc.C:
3032         * output_docbook.[Ch]:
3033         * output_latex.[Ch]:
3034         * output_linuxdoc.[Ch]:
3035         * output_plaintext.[Ch]:
3036         * paragraph.[Ch]:
3037         * paragraph_funcs.[Ch]:
3038         * paragraph_pimpl.[Ch]:
3039         * rowpainter.C:
3040         * tabular.[Ch]:
3041         * text.C:
3042         * text2.C:
3043         * toc.C:
3044         * undo.[Ch]: adjust
3045
3046         * frontends/controllers/ControlDocument.C:
3047         * frontends/controllers/ControlErrorList.C:
3048         * frontends/controllers/ControlSpellchecker.C:
3049         * insets/inset.C:
3050         * insets/inset.h:
3051         * insets/insetbase.h:
3052         * insets/insetbibitem.C:
3053         * insets/insetbox.C:
3054         * insets/insetbranch.C:
3055         * insets/insetcaption.C:
3056         * insets/insetcharstyle.C:
3057         * insets/insetcharstyle.h:
3058         * insets/insetcollapsable.C:
3059         * insets/insetcollapsable.h:
3060         * insets/insetert.C:
3061         * insets/insetfloat.C:
3062         * insets/insetfoot.C:
3063         * insets/insetmarginal.C:
3064         * insets/insetnote.C:
3065         * insets/insetoptarg.C:
3066         * insets/insettabular.C:
3067         * insets/insettext.C:
3068         * insets/insettext.h:
3069         * insets/insetwrap.C:
3070         * mathed/math_mboxinset.C:
3071         * mathed/math_nestinset.C:
3072         * mathed/math_scriptinset.C:
3073         * mathed/math_scriptinset.h:
3074         * support/types.h:
3075
3076 2004-03-24  Angus Leeming  <leeming@lyx.org>
3077
3078         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
3079         deal with any child processes that have finished but are waiting to
3080         communicate this fact to the rest of LyX.
3081
3082 2004-03-24  Angus Leeming  <leeming@lyx.org>
3083
3084         64-bit compile fixes.
3085
3086         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
3087         (c-tor): pass lyx::pos_types rather than ints.
3088
3089         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
3090         lyx::pos_type.
3091
3092         * text.C (Delete): compile fix.
3093         (getPar): ensure that function declaration is the same as that in
3094         the header file.
3095
3096 2004-03-23  Angus Leeming  <leeming@lyx.org>
3097
3098         * ispell.C (LaunchIspell):
3099         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
3100         a boost::shred_ptr rather than a std::auto_ptr.
3101
3102 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3103
3104         * lyxfunc.C (getStatus): handle read-only buffers correctly;
3105         handle LFUN_FILE_INSERT_*
3106
3107         * lyxrc.C (setDefaults, getDescription, output, read):
3108         * lyxrc.h: remove ps_command
3109
3110 2004-03-22  Angus Leeming  <leeming@lyx.org>
3111
3112         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
3113         Ensure that error_handler is processed once only and that all data
3114         is saved before attempting to output any warning messages.
3115
3116         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
3117
3118 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
3119
3120         * tabular.C (TeXRow): crash fix (from Kayvan and André)
3121
3122 2004-03-19  André Pönitz  <poenitz@gmx.net>
3123
3124         * cursor.[Ch] (reset): take main text inset as argument
3125
3126         * BufferView: adjust
3127         * BufferView_pimpl.C: adjust
3128
3129         * paragraph.[Ch]: fix completely broken operator=()
3130
3131 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3132
3133         * LColor.C (getFromLyXName): make sure that the color name is used
3134         as lowercase.
3135
3136 2004-03-17  Angus Leeming  <leeming@lyx.org>
3137
3138         * lfuns.h:
3139         * LyXAction.C (init): remove LFUN_FORKS_KILL.
3140
3141         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
3142         dialog and to kill a forked process.
3143
3144 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3145
3146         * text2.C (setCursorFromCoordinates): fix font problem
3147
3148 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
3149
3150         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
3151         bogus "rebuild cursor" code
3152
3153 2004-03-11  André Pönitz  <poenitz@gmx.net>
3154
3155         * buffer.[Ch]: use InsetText instead of LyXText as container for
3156         the main lyx text.
3157
3158         * dociterator.[Ch]: drop the BufferView * member which is not needed
3159         anymore after the change to buffer.C
3160
3161         * paragraph_funcs.C:
3162         * text.C:
3163         * text2.C:
3164         * BufferView.[Ch]:
3165         * BufferView_pimpl.[Ch]:
3166         * cursor.[Ch]:
3167         * cursor_slice.[Ch]: adjust
3168
3169         * text3.C: fix bug in mathDispatch
3170
3171 2004-03-08  André Pönitz  <poenitz@gmx.net>
3172
3173         * undo.[Ch]: use 'StableDocumentIterator' as base for
3174         the Undo struct.
3175
3176 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3177
3178         * LaTeXFeatures.C:
3179         * bufferparams.[Ch]: add jurabib support and param.
3180
3181         * LaTeX.C: add FIXME/comment.
3182
3183 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3184
3185         * buffer.C: increment file format to 230.
3186
3187 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
3188
3189         * cursor.C (dispatch): avoid infinite loops
3190
3191 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3192
3193         * rowpainter.C (paintSelection): fix x coordinates
3194
3195 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3196
3197         * text.C (rowBreakPoint): fix breaking before displayed insets
3198
3199 2004-03-01  André Pönitz  <poenitz@gmx.net>
3200
3201         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
3202
3203         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
3204
3205         * Makefile.am:
3206         * BufferView.C:
3207         * BufferView_pimpl.C:
3208         * buffer.C:
3209         * lyxfind.C:
3210         * lyxfunc.C:
3211         * text.C:
3212         * text2.C:
3213         * text3.C: adjust
3214
3215 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3216
3217         * lyxtext.h:
3218         * text.C:
3219         * text2.C:
3220         * rowpainter.C:
3221         * BufferView_pimpl.C: rename textwidth -> maxwidth,
3222         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
3223
3224 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3225
3226         * Bidi.[Ch] (computeTables): const correctness
3227         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
3228         fill_hfill, fill_label_hfill and x from Row
3229         * lyxtext.h: prepareToPrint returns a RowMetrics
3230         * rowPainter.C: adjust
3231         * text.C (prepareToPrint): use width, not textWidth. adjust
3232         (redoParagraphInternal, cursorX): adjust
3233         * text2.C (getColumnNearX): adjust
3234         (init): put a default value to the top LyXText::width
3235
3236 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3237
3238         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
3239
3240 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
3241
3242         * lyxtext.h: add FontIterator class
3243
3244         * text.C (FontIterator, operator*, operator->, operator++): add
3245         (rowBreakPoint, setRowWidth): adjust (fixing a
3246         rebreaking bug)
3247
3248 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3249
3250         * BufferView_pimpl.C (workAreaDispatch): allow also
3251         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
3252
3253 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
3254
3255         * text.C (rowBreakPoint): fix a bug showing with very large insets
3256
3257 2004-02-25  André Pönitz  <poenitz@gmx.net>
3258
3259         * text3.C:
3260         * cursor.[Ch]: move some mathed specific code to mathed
3261
3262 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3263
3264         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
3265         use_tempdir in preferences
3266         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
3267         tempfile creation
3268         * lyx_main.C: ensure that tempdir is valid
3269         * lyxlex.h: correct typo
3270         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
3271         * paragraph.[Ch] (isMultiLingual): make const
3272         * cursor.[Ch] (openable): make const
3273
3274 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3275
3276         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
3277
3278 2004-02-20  André Pönitz  <poenitz@gmx.net>
3279
3280         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
3281
3282         * cursor.[Ch]: prepare for localized getStatus()
3283
3284         * lyxtext.h:
3285         * tabular.C:
3286         * text.C:
3287         * text2.C:
3288         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
3289
3290 2004-02-20  André Pönitz  <poenitz@gmx.net>
3291
3292         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
3293
3294 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3295
3296         * text2.C (setCursorFromCoordinates): switch to absolute coords
3297         (cursorUp): adjust
3298         (cursorDown): adjust
3299         * text3.C (dispatch): adjust
3300
3301 2004-02-16  André Pönitz  <poenitz@gmx.net>
3302
3303         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
3304           insets/ChangeLog)
3305
3306         * cursor_slice.[Ch]: remove unneeded acessor function
3307
3308         * lyxtext.h: rename rtl() to isRTL()
3309
3310         * rowpainter.C:
3311         * tabular.C:
3312         * text.C:
3313         * text2.C:
3314         * text3.C: adjust
3315
3316 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
3317
3318         * rowpainter.C (paintSelection): coord fix
3319
3320 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
3321
3322         * Spacing.C: compile fix
3323
3324 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3325
3326         * cursor.C (dispatch): restore current_ before returning
3327
3328 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
3329
3330         * text2.C (cursorUp, cursorDown): fix coords
3331         (moveUp): fix crash
3332
3333 2004-02-12  André Pönitz  <poenitz@gmx.net>
3334
3335         * lyxtext.h:
3336         * text.C:
3337         * text2.C:
3338         * text3.C: add LCursor & parameter to most cursor movement functions
3339           remove usage of LyXText::cursorRow() and cursorPar()
3340
3341         * cursor.[Ch]: add textRow() needed members
3342
3343         * BufferView.C:
3344         * BufferView_pimpl.C:
3345         * paragraph.[Ch]:
3346         * BufferView.C:
3347         * BufferView_pimpl.C: adjust
3348
3349 2004-02-11  André Pönitz  <poenitz@gmx.net>
3350
3351         * lyxfunc.C:
3352         * BufferView.[Ch]:
3353         * BufferView_pimpl.C: shift undo/redo handling
3354
3355         * cursor.[Ch]: fix mathed crash
3356
3357         * lyxfind.C:
3358         * lyxtext.h: move selectionAsText to LCursor
3359
3360         * output_latex.C:
3361         * paragraph.C:
3362         * text.C:
3363         * text2.C:
3364         * text3.C: adjust
3365
3366         * rowpainter.C: fix excessive drawing
3367
3368 2004-02-06  André Pönitz  <poenitz@gmx.net>
3369
3370         * BufferView.[Ch]:
3371         * BufferView_pimpl.[Ch]:
3372         * text3.C: move some text specific LFUN handling
3373
3374 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
3375
3376         * text3.C (checkInsetHit): adjust coords
3377         * text2.C (getColumnNearX): adjust coords
3378         (edit): adjust coords
3379         * text.C (getRowNearY): add two asserts
3380
3381 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
3382
3383         * converter.C:
3384         * format.C: add using std::distance to compile on gcc 2.95/stlport
3385
3386 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
3387
3388         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
3389
3390 2004-02-04  André Pönitz  <poenitz@gmx.net>
3391
3392         * BufferView.[Ch] (insertInset):
3393         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
3394
3395         * text2.C:
3396         * text3.C: adjust
3397
3398 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3399
3400         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
3401         on the default clause of the switch
3402         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
3403         wasn't catched by LCursor::dispatch
3404
3405 2004-02-03  André Pönitz  <poenitz@gmx.net>
3406
3407         * BufferView.C:
3408         * cursor.[Ch]: some additional asserts
3409
3410         * undo.[Ch]: remove LyXText dependency in interface
3411
3412         * lyxfunc.C: adjust
3413
3414         * lyxtext.h (firstPar, lastPar): remove dead functions
3415
3416         * text.C:
3417         * text2.C:
3418         * text3.C:
3419         * paragraph.[Ch]: adjust
3420
3421 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
3422
3423         * lyxfind.C (find): fix argument order in call to ::find
3424
3425 2004-02-02  André Pönitz  <poenitz@gmx.net>
3426
3427         * cursor.[Ch]: remove direct access to anchor
3428
3429         * text.C: remove findText() hack
3430
3431 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3432
3433         * iterators.[Ch] (lockPath): remove in favour of...
3434         * BufferView.[Ch] (setCursor): this addition
3435         * BufferView.C (putSelectionAt): adjust
3436         * undo.C (performUndoOrRedo): adjust
3437         * lyxfunc.C (dispatch): adjust
3438
3439 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
3440
3441         * iterators.C (lockPath): add a missing slice
3442         * undo.C (performUndoOrRedo): remove redundant positioning code
3443
3444 2004-02-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3445
3446         * vc-backend.C (scanMaster): ";" -> ';'
3447
3448 2004-01-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3449
3450         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3451         std::binary_function
3452
3453         * lyxtextclass.C (compare_name): rename to...
3454         (LayoutNamesEqual): ...this
3455
3456         * lyxlex_pimpl.C (compare_tags): inherit from
3457         std::binary_function, put back into anon namespace
3458
3459         * lyxfind.C (MatchString): inherig from std::binary_function
3460         (findChange): use empty() istead of !size()
3461
3462         * format.C (FormatNamesEqual): new functor
3463         (getFormat): use it
3464         (getNumber): use it
3465         (add): use it
3466         (erase): use it
3467         (setViewer): use it
3468
3469         * converter.C (compare_Converter): rename to...
3470         (ConverterEqual): ...this, and fixup a bit.
3471         (getConverter): use it, and make function const
3472         (getNumber): use it, and make function const
3473         (add): use it
3474         (erase): use it:
3475
3476         * bufferlist.C: add using boost::bind
3477
3478         * MenuBackend.C (MenuNamesEqual): new functor
3479         (hasMenu): use it, and make function const
3480         (hasSubmenu): use nested bind to get rid of compare_memfun.
3481
3482 2004-01-30  André Pönitz  <poenitz@gmx.net>
3483
3484         * BufferView_pimpl.C:
3485         * cursor.C:
3486         * cursor.h:
3487         * cursor_slice.[Ch]:
3488         * lyxfunc.C:
3489         * lyxtext.h:
3490         * paragraph_funcs.C:
3491         * paragraph_funcs.h:
3492         * rowpainter.C:
3493         * text.C:
3494         * text2.C:
3495         * text3.C: move some of the edit(x,y) handling to the insets
3496         some coordinate changes.
3497
3498 2004-01-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3499
3500         * text.C: add using statements for std::advance and std::distance
3501
3502         * paragraph.C: add using statement for std::distance
3503
3504         * lyxfind.C: add using statement for std::advance
3505
3506         * cursor.C (region): remove std:: from swap
3507         (openable): use nucleus in stead of operator->
3508
3509         * BufferView.C: add using statements for std::distance and std::swap
3510
3511 2004-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3512
3513         * iterators.C: Remove the pimple, move the needed structures to
3514         the header file. Create accessor for the positions stack.
3515         (asPosIterator): remove function
3516
3517         * PosIterator.C (PosIterator): move constructors to top of file
3518         (PosIterator): reimplement the constructor taking a ParIterator in
3519         terms of setFrom.
3520         (setFrom): new function
3521         (operator!=): inline it
3522
3523 2004-01-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3524
3525         * lyxfind.C (replaceAll): use std::advance
3526
3527         * iterators.h: inherit from std::iterator.
3528
3529         * PosIterator.C (advance, distance): remove
3530         * PosIterator.h: interit from std::iterator.
3531
3532 2004-01-26  André Pönitz  <poenitz@gmx.net>
3533
3534         * BufferView.[Ch]:
3535         * BufferView_pimpl.[Ch]:
3536         * InsetList.[Ch]:
3537         * PosIterator.[Ch]:
3538         * buffer.h:
3539         * bufferview_funcs.C:
3540         * cursor.[Ch]:
3541         * cursor_slice.h:
3542         * factory.[Ch]:
3543         * iterators.[Ch]:
3544         * lyxfind.C:
3545         * lyxfunc.C:
3546         * lyxtext.h:
3547         * output_docbook.C:
3548         * output_latex.C:
3549         * output_linuxdoc.C:
3550         * output_plaintext.C:
3551         * paragraph.[Ch]:
3552         * paragraph_funcs.[Ch]:
3553         * paragraph_pimpl.[Ch]:
3554         * rowpainter.C:
3555         * tabular.C:
3556         * tabular.h:
3557         * text.C:
3558         * text2.C:
3559         * text3.C: more IU:  dumps most of the rest of the mathcursor
3560     implementation into cursor.[Ch]; "globalize" a bit of it.
3561
3562 2004-01-25  Angus Leeming  <leeming@lyx.org>
3563
3564         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3565
3566 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3567
3568         * LaTeXFeatures.h: add nice_ and nice() const
3569         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3570
3571 2004-01-20  André Pönitz  <poenitz@gmx.net>
3572
3573         * BufferView.[Ch]:
3574         * BufferView_pimpl.C:
3575         * PosIterator.C:
3576         * bufferview_funcs.C:
3577         * cursor.[Ch]:
3578         * cursor_slice.[Ch]:
3579         * factory.C:
3580         * iterators.C:
3581         * lyx_cb.C:
3582         * lyxfind.C:
3583         * lyxfunc.C:
3584         * lyxtext.h:
3585         * rowpainter.C:
3586         * text.C:
3587         * text2.C:
3588         * text3.C:
3589         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3590           LCursor and mathcursor parts to LCursor and InsetBase.
3591
3592 2004-01-15  André Pönitz  <poenitz@gmx.net>
3593
3594         * cursor_slice.[Ch]: add a few covienience functions
3595
3596         * funcrequest.[Ch]: remove BufferView * member
3597
3598         * BufferView_pimpl.C:
3599         * cursor.C:
3600         * factory.[Ch]:
3601         * lyxfind.[Ch]:
3602         * lyxfunc.C:
3603         * lyxtext.h:
3604         * text3.C:
3605         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3606
3607 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3608
3609         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3610         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3611
3612 2004-01-13  André Pönitz  <poenitz@gmx.net>
3613
3614         * textcursor.[Ch]:
3615         * lyxtext.h: hide cursor and selection anchor behind accessor function
3616
3617         * BufferView.C:
3618         * BufferView_pimpl.[Ch]:
3619         * PosIterator.C:
3620         * bufferview_funcs.C:
3621         * cursor.h:
3622         * lyxfind.C:
3623         * lyxfunc.C:
3624         * text.C:
3625         * text2.C:
3626         * text3.C:
3627         * undo.C: adjust
3628
3629         * cursor.h:
3630         * cursor_slice.[Ch]: some integer type changes for inset unification
3631
3632         * lyxcursor.[hC]: remove, it's CursorSlice now.
3633
3634         * Makefile.am:
3635         * BufferView_pimpl.[Ch]:
3636         * bufferview_funcs.C:
3637         * cursor_slice.C:
3638         * lyxtext.h:
3639         * text.C:
3640         * text2.C:
3641         * text3.C:
3642         * textcursor.[Ch]: adjust
3643
3644 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3645
3646         * text2.C (undoSpan): add and use
3647         * text.C (breakParagraph): use undoSpan (fix bug 578)
3648         * lyxtext.h: adjust
3649
3650 2004-01-08  Angus Leeming  <leeming@lyx.org>
3651
3652         * BufferView_pimpl.C (MenuInsertLyXFile):
3653         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3654         * lyxfunc.C (menuNew, open, doImport):
3655         FileFilterList change to the FileDialog open and save functions.
3656
3657 2004-01-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3658
3659         * ShareContainer.h: make isEqual and isUnique adaptable
3660
3661         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3662
3663 2004-01-07  Angus Leeming  <leeming@lyx.org>
3664
3665         * LyXAction.C:
3666         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3667
3668         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3669
3670         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3671         functions replacing find, replace and replaceAll.
3672
3673         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3674         LFUN_WORDFIND(FORWARD|BACKWARD).
3675
3676 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3677
3678         * text.C (breakParagraph): remove an outdated #warning
3679
3680 2004-01-07  André Pönitz  <poenitz@gmx.net>
3681
3682         * lyxfind.C: somewhat clearer logic
3683
3684         * text.C: prevent crash in cursorX on unitialized row cache
3685
3686 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3687
3688         * lyxcursor.[Ch] (operator>): add
3689         * textcursor.C (selStart, selEnd): use std::min and std::max
3690
3691 2004-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3692
3693         * Chktex.C: include boost/format.hpp
3694
3695 2004-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
3696
3697         * InsetList.C: replace functor MathcIt with adaptable functor
3698         InsetTablePosLess
3699         (insetIterator): modify accordingly
3700
3701         * BranchList.h: move the BranchNamesEqual functor here from...
3702         * BranchList.C: ... to here
3703
3704         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3705         SameName and match.
3706         (add): replace a finding loop with std::find_if.
3707
3708 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3709
3710         * output_docbook.C: moving LatexParam functionality into
3711         .layout files
3712
3713 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3714
3715         * buffer.C: increment format to 229.
3716
3717 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3718
3719         * LaTeXFeatures.C:
3720         * lyx_sty.[Ch]: remove minipageindent_def
3721
3722         * LyXAction.C:
3723         * factory.C:
3724         * lfuns.h:
3725         * lyxfunc.C:
3726         * text3.C: remove LFUN_INSET_MINIPAGE
3727
3728 2003-12-28  Angus Leeming  <leeming@lyx.org>
3729
3730         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3731
3732 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3733
3734         * text2.C (setParagraph): fix off-by-one crash
3735
3736 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3737
3738         * output_docbook.C: header stuff for AGU
3739
3740 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3741
3742         * text2.C (redoCursor): remove
3743         * text.C:
3744         * text3.C:
3745         * BufferView_pimpl.C: remove calls to redoCursor and
3746         setCursor(cursor.par(), cursor.pos()) all around
3747
3748 2003-12-15  Angus Leeming  <leeming@lyx.org>
3749
3750         * buffer.C: up the format to 228.
3751
3752 2003-12-15  André Pönitz  <poenitz@gmx.net>
3753
3754         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3755         slices
3756
3757         * Makefile.am:
3758
3759         * BufferView_pimpl.C:
3760         * cursor.[Ch]:
3761         * lyxcursor.[Ch]:
3762         * rowpainter.[Ch]:
3763         * lyxtext.h:
3764         * text.C:
3765         * text2.C:
3766         * text3.C: adjust
3767
3768 2003-12-15  Angus Leeming  <leeming@lyx.org>
3769
3770         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3771         than getFromGUIName to manipulate the color.
3772
3773 2003-12-14  Angus Leeming  <leeming@lyx.org>
3774
3775         * BranchList.[Ch]: minimize the API.
3776         (Branch::getBranch, getColor): now return a 'const &'.
3777         (Branch::setSelected) now returns a bool set to true if the
3778         selection status changes.
3779         (BranchList::clear, size, getColor, setColor, setSelected,
3780         allBranches, allSelected, separator): removed.
3781         (BranchList::find): new functions, returning the Branch with
3782         the given name.
3783         (BranchList::add, remove): return a bool indicating that
3784         the operation was successful.
3785
3786         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3787         new InsetBranch::isBranchSlected member function.
3788
3789         * LColor.[Ch]: mimimize the API.
3790         (fill): renamed as addColor and made private.
3791         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3792         versions of these functions taking a string arg have been removed.
3793
3794         * bufferparams.C (readToken):
3795         * lyxfunc.C (dispatch):
3796         * lyxrc.C (read): changes due to the altered BranchList and
3797         LColor APIs.
3798
3799         * factory.C (createInset, readInset): changes due to altered
3800         InsetBranch c-tor.
3801
3802 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3803
3804         * factory.C:
3805         * lyxfunc.C: remove insetminipage. "minipage-insert"
3806         now produces a frameless minipage box inset.
3807
3808 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3809
3810         * textcursor.[Ch] (selStart,selEnd): add new methods
3811         remove selection::start, end, use LyXCursor::operator<
3812         * lyxcursor.[Ch] (operator<): add
3813         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3814         * BufferView.[Ch] (unsetXSel): add
3815         * text2.C (clearSelection): use unsetXSel,adjust
3816         * text.C: adjust
3817         * text3.C: adjust
3818         * rowpainter.C: adjust
3819         * bufferview_funcs.C (put_selection_at): adjust
3820
3821 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3822
3823         * BufferView_pimpl.C: small coord. correction
3824
3825 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3826
3827         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3828         dragging over the splash screen.
3829
3830 2003-12-11  Angus Leeming  <leeming@lyx.org>
3831
3832         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3833         as it is now handled in LyXText::dispatch.
3834
3835         * text3.C (doInsertInset): remove a level of nesting.
3836
3837 2003-12-11  Angus Leeming  <leeming@lyx.org>
3838
3839         * factory.C (createInset): changes due to the changed interface to
3840         InsetCommandMailer::string2params.
3841
3842 2003-12-10  Angus Leeming  <leeming@lyx.org>
3843
3844         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3845         'dialog-show-new-inset <inset name>'
3846
3847 2003-12-10  Angus Leeming  <leeming@lyx.org>
3848
3849         * buffer.C: up the format to 227.
3850
3851         * factory.C: the box inset is now identified simply by 'Box'.
3852
3853 2003-12-10  Angus Leeming  <leeming@lyx.org>
3854
3855         * buffer.C: up the format to 226.
3856
3857         * factory.C: the note inset is now identified simply by 'Note'.
3858
3859 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3860
3861         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3862         when a pit is enough. Standarize a couple of loops.
3863
3864 2003-12-05  Angus Leeming  <leeming@lyx.org>
3865
3866         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3867         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3868         data to the re-worked "log" dialog.
3869
3870 2003-12-03  André Pönitz  <poenitz@gmx.net>
3871
3872         * PosIterator.C:
3873         * iterators.C:
3874         * lyxtext.h:
3875         * output_latex.C:
3876         * paragraph_funcs.C:
3877         * text.C:
3878         * text2.C: use Inset::getText instead of Inset::getParagraph
3879
3880 2003-12-03  André Pönitz  <poenitz@gmx.net>
3881
3882         * buffer.[Ch]:
3883         * lyxtext.h:
3884         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3885         InsetText::read() as LyXText::read()
3886
3887 2003-12-02  Angus Leeming  <leeming@lyx.org>
3888
3889         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3890         type. Add a comment in the implementation that the function uses
3891         the stream's bad() function rather than fail() as the std::streams
3892         would do.
3893
3894 2003-12-02  André Pönitz  <poenitz@gmx.net>
3895
3896         * lyxlex.[Ch]: make interface more similar to std::stream
3897
3898         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3899
3900 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3901
3902         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3903
3904 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3905
3906         * vspace.[Ch]: remove VSpace::NONE
3907
3908 2003-12-01  André Pönitz  <poenitz@gmx.net>
3909
3910         * buffer.[Ch]:
3911         * lyxtext.h: move ParagraphList member to LyXText
3912         rename LyXText::ownerParagraphs to LyXText::paragraph
3913
3914         * CutAndPaste.C:
3915         * bufferview_funcs.C:
3916         * iterators.[Ch]:
3917         * lyx_cb.C:
3918         * paragraph.C:
3919         * rowpainter.C:
3920         * tabular.C:
3921         * text.C:
3922         * text2.C:
3923         * text3.C: adjust
3924
3925         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3926
3927         * undo.C: fix cursor positioning
3928
3929 2003-12-01  John Levon  <levon@movementarian.org>
3930
3931         * BufferView_pimpl.C: fix a crash on exit with
3932         a buffer open
3933
3934 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3935
3936         * BranchList.C: fix setSelected() method.
3937
3938 2003-11-28  André Pönitz  <poenitz@gmx.net>
3939
3940         * ParagraphParameters.[Ch]:
3941         * ParameterStruct.h: remove space above/below from Paragraph to
3942          InsetVSpace
3943
3944         * BufferView_pimpl.C:
3945         * factory.C:
3946         * lyxfunc.C:
3947         * lyxtext.h:
3948         * output_latex.C:
3949         * paragraph.C:
3950         * paragraph_funcs.C:
3951         * rowpainter.[Ch]:
3952         * text.C:
3953         * text2.C:
3954         * text3.C: adjust
3955
3956 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3957
3958         * factory.C: Syntax change for CharStyles
3959
3960 2003-11-28  André Pönitz  <poenitz@gmx.net>
3961
3962         * BufferView.[Ch]:
3963         * BufferView.[Ch]:
3964         * buffer.[Ch]:
3965         * buffer.[Ch]: move LyXText member
3966
3967 2003-11-28  André Pönitz  <poenitz@gmx.net>
3968
3969         * BufferView.[Ch]: make LyXText * text a private member
3970
3971         * BufferView_pimpl.C:
3972         * cursor.C:
3973         * iterators.C:
3974         * lyx_cb.C:
3975         * lyxfind.C:
3976         * lyxtext.h:
3977         * rowpainter.[Ch]:
3978         * text.C:
3979         * text2.C:
3980         * undo.C: adjust
3981
3982         * output_plaintext.C: cleanup
3983
3984 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3985
3986         * buffer.C:
3987         * lyxtextclass.[Ch]: parametrize SGML document header
3988
3989 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3990
3991         * converter.[Ch]:
3992         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3993         getFlavor().
3994
3995 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3996
3997         * text2.C (setFont): rework using PosIterator (no more recursive)
3998         (setCharFont): no more needed
3999         (setLayout): no more selection cursors fiddling (done by redoCursor)
4000         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
4001         destroy remaining ones)
4002
4003 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
4004
4005         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
4006         * lyxtext.h: ditto
4007         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
4008         selection cursors
4009         * lyxfunc.C: adjust
4010         * text3.C: adjust + re-allow multi par depth changes
4011         * textcursor.C: simplify a bit
4012
4013 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
4014
4015         * src/buffer.C:
4016         * src/lyxlayout.C:
4017         * src/lyxlayout.h:
4018         * src/lyxtext.h:
4019         * src/output_docbook.C:
4020         * src/output_latex.C:
4021         * src/paragraph.C:
4022         * src/paragraph.h:
4023         * src/sgml.C:
4024         * src/sgml.h:
4025         * src/text2.C: Introducing a number of tags parametrizing various
4026         XML formats that we may want to support
4027
4028 2003-11-25  André Pönitz  <poenitz@gmx.net>
4029
4030         * InsetList.[Ch] (begein, end): inline as suggested by profiler
4031
4032         * lyxtext.h (leftMargin/rightMargin): simplify interface
4033
4034         * rowpainter.C:
4035         * text.C:
4036         * text2.C:
4037         * text3.C: adjust
4038
4039 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
4040
4041         * lyxfunc.C (dispatch): propogate the bibtex databases from the
4042         master file to any child files. Fixes bug 546.
4043
4044 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4045
4046         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
4047
4048 2003-11-24  André Pönitz  <poenitz@gmx.net>
4049
4050         * rowpainter.C: simplification
4051
4052         * text2.C (updateCounters): remove call to redoParagraph on
4053         changed labels as this is far too expensive.
4054
4055 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
4056
4057         * converter.C (convert): fix a crash: this function gets
4058         called with buffer == 0 from importer code.
4059
4060 2003-11-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4061
4062         * text3.C (cursorPrevious): make sure that we do not compare
4063         iterators form different containers.
4064         (cursorNext): ditto
4065
4066         * rowpainter.C (paintSelection): make sure that we do not compare
4067         iterators from different containers.
4068
4069         * text3.C (dispatch): [PRIOR] make sure that we do not compare
4070         iterators from different ParagraphList containers.
4071         [NEXT] ditto
4072
4073         * text2.C (LyXText): change order of initialization slightly
4074         (operator=): new function. copy all variables except cache_par_
4075         (moveUp): make sure that we do not compare iterators from
4076         different ParagraphList constainers.
4077         (moveDown): ditto
4078
4079         * text.C (firstPar): new function
4080         (lastPar): new function
4081         (endPar): new function
4082
4083         * lyxtext.h: move things around and group public functions, public
4084         variables, private functions, private variables
4085
4086 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
4087
4088         * factory.C: change call to InsetERT constructor to avoid
4089         additional invocation of method status
4090         * text2.C (toggleInset): remove redundant update() call
4091         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
4092         instead of a Bufferview pointer
4093
4094 2003-11-21  André Pönitz  <poenitz@gmx.net>
4095
4096         * rowpainter.C: simplification
4097
4098 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4099
4100         * text3.C (dispatch): make possible to extend a word/row selection
4101         with the mouse
4102
4103 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
4104
4105         * lyxtext.h: x0_,y0_ -> xo_,yo_
4106         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
4107         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
4108         * rowpainter.C (paintRows): paint full paragraphs
4109
4110 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4111
4112         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
4113         screen coordinates)
4114
4115 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
4116
4117         * lyxtext.h: add x0_, y0_
4118         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
4119         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
4120
4121 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
4122
4123         * text2.C (setCursorIntern): move the x_target update here *
4124         * text3.C: change some bv() to true/false in calls to
4125         cursorUp/Down/Right/Left
4126         * cursor.C: use helper function.
4127
4128 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4129
4130         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
4131         * paragraph_funcs.[Ch]: correct comment
4132         * rowpainter.C: do not paint selections away from bv->cursor()
4133         Fix a long standing selection painting bug.
4134         * text3.C: generalize mouse-selection code to LyXTexts other that
4135         top one
4136         * textcursor.C: do not use y coords if we can use par offsets
4137
4138 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
4139
4140         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
4141         cursor position after e.g. inset insert)
4142
4143 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
4144
4145         * lyxfind.C (replace): adjust to locking removal + some
4146         code simplification
4147
4148 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
4149
4150         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
4151         of the path
4152
4153 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
4154
4155         * lyxlayout.[Ch]:
4156         * output_docbook.C: XML sanitation: new layout
4157         parameters InnerTag and CommandDepth
4158
4159 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
4160
4161         * BufferView_pimpl.C:
4162         * factory.C:
4163         * text3.C: Fix the insertion and modification of button-style
4164         insets
4165
4166 2003-11-13  André Pönitz  <poenitz@gmx.net>
4167
4168         * InsetList.[Ch]: remove deleteLyXText
4169
4170         * paragraph.[Ch]: cache beginOfBody position
4171
4172         * Bidi.C:
4173         * text.C:
4174         * text2.C:
4175         * text3.C: remove superfluous update() calls
4176
4177         * vspace.C: cleanup
4178
4179 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
4180
4181         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
4182         * BufferView.C (fitLockedInsetCursor): remove
4183         * cursor.[Ch] (getDim): add
4184         * text.C (getRowNearY): add faster version
4185         * text3.C: remove some update calls
4186
4187 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
4188
4189         * LaTeXFeatures.C:
4190         * LyXAction.C:
4191         * MenuBackend.C:
4192         * MenuBackend.h:
4193         * dispatchresult.h:
4194         * factory.C:
4195         * lfuns.h:
4196         * lyxfunc.C:
4197         * lyxtextclass.C:
4198         * lyxtextclass.h:
4199         * text3.C: The Character Style /XML short element patch.
4200
4201 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
4202
4203         * text3.C:
4204         * factory.C: Small step to solving 'unable to insert some insets'
4205         problem
4206
4207 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
4208
4209         * cursor.[Ch] (updatePos): new function for updating the y
4210         position of the tip inset
4211         * bufferview_funcs.C (put_selection_at):
4212         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
4213
4214 2003-11-11  André Pönitz  <poenitz@gmx.net>
4215
4216         * text.C: remove big comment on invalid Paragraph pointers as it is
4217         not valid anymore
4218
4219 2003-11-11  André Pönitz  <poenitz@gmx.net>
4220
4221         * text_funcs.[Ch]: merge with ...
4222
4223         * text.C: ... this
4224
4225         * lyxtext.h:
4226         * text2.C:
4227         * text3.C: adjust
4228
4229         * Makefile.am: remove text_funcs.[Ch]
4230
4231 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
4232
4233         * cursor.C (getPos): return absolute cached y coord
4234
4235         * BufferView_pimpl.C (fitCursor): new simplistic code
4236         (workAreaDispatch): add a fitCursor call
4237
4238 2003-11-10  André Pönitz  <poenitz@gmx.net>
4239
4240         * BufferView.[Ch]:
4241         * BufferView_pimpl.[Ch]: merge update() and updateInset()
4242
4243 2003-11-10  André Pönitz  <poenitz@gmx.net>
4244
4245         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
4246         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
4247         indicate that the cursor needs to leave an inset
4248
4249         * lyxtext.h: remove inset locking
4250
4251         * cursor.[Ch]: re-implement functionality provided by inset locking
4252
4253         * BufferView.[Ch]:
4254         * BufferView_pimpl.[Ch]:
4255         * LyXAction.C:
4256         * bufferview_funcs.[Ch]:
4257         * factory.C:
4258         * funcrequest.[Ch]:
4259         * iterators.C:
4260         * lyx_cb.C:
4261         * lyxfind.C:
4262         * lyxfunc.C:
4263         * text.C:
4264         * text2.C:
4265         * text3.C:
4266         * undo.C: adjust
4267
4268 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
4269
4270         * PosIterator.[Ch]: replace the stack with a vector, add inset
4271         accesor
4272         * iterators.[C]: adjust
4273
4274 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4275
4276         * lyxfind.C (replaceAll): mark the buffer dirty if something was
4277         replaced
4278         * paragraph_funcs.C (readParToken): put the correct id in the
4279         error item, not the id of the top paragraph
4280
4281 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
4282
4283         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
4284         * bufferview_funcs.C (put_selection_at): use the above
4285
4286 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4287
4288         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
4289
4290 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4291
4292         * output_linuxdoc.h:
4293         * output_plaintext.h:
4294         * output.h:
4295         * output_docbook.h: add #include statements
4296
4297 2003-11-05  José Matos  <jamatos@lyx.org>
4298
4299         * output_docbook.[Ch]:
4300         * output_latex.[Ch]:
4301         * output_linuxdoc.[Ch]:
4302         * output_plaintext.[Ch]: New files for output formats.
4303         * output.[Ch]: New file for helper functions.
4304
4305         * buffer.[Ch]:
4306         * paragraph_funcs.[Ch]: output functions moved to new files.
4307
4308         * outputparams.h: rename of latexrunparams.h
4309
4310         * LaTeX.[Ch]:
4311         * buffer.[Ch]:
4312         * bufferlist.[Ch]:
4313         * converter.[Ch]:
4314         * exporter.C:
4315         * paragraph.[Ch]:
4316         * paragraph_funcs.[Ch]:
4317         * paragraph_pimpl.[Ch]:
4318         * tabular.[Ch]: rename ascii to plaintext
4319         and LatexRunParams to OutputParams.
4320
4321 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4322
4323         * iterators.[Ch] (text): require bv argument
4324         * undo.C (recordUndo):
4325         * lyxfunc.C (dispatch):
4326         * bufferview_funcs.C (put_selection_at): adjust
4327
4328 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
4329
4330         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
4331
4332 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
4333
4334         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
4335         nestings
4336
4337 2003-11-04  André Pönitz  <poenitz@gmx.net>
4338
4339         * cursor.[Ch]: restructure
4340
4341         * BufferView.[Ch]:
4342         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
4343
4344         * iterators.[Ch] (asCursor): remove
4345
4346         * lfuns.h: remove LFUN_INSET_EDIT
4347
4348         * lyxfunc.C:
4349         * tabular.C:
4350         * text.C:
4351         * text2.C:
4352         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
4353
4354 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4355
4356         * lyxfind.[Ch]: complete overhaul
4357         * BufferView_pimpl.C:
4358         * lyxfunc.C: adjust
4359         * paragraph.[Ch] (insert): add
4360
4361 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4362
4363         * BufferView.[Ch]:
4364         * lyxtext.h:
4365         * text.C: remove dead spellcheck code
4366
4367 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4368
4369         * dispatchresult.h: add a val setter
4370
4371         * cursor.C (dispatch): use a tempvar for data_[i]
4372
4373 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4374
4375         * PosIterator.[Ch]: compile fix
4376
4377 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
4378
4379         * text.C (cursorPar): deactivate the cursor cache
4380
4381 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4382
4383         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
4384
4385 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4386
4387         * text3.C (dispatch): adjust for new DisptchResult semantics.
4388
4389         * lyxfunc.C (dispatch): handle update when return from
4390         Cursor::dispatch, adjust for new DispatchResult semantics.
4391
4392         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
4393         DispatchResult(true) mean to not update. Add class functions for
4394         setting dispatched and update, as well as reading.
4395
4396         * cursor.C (dispatch): don't handle update here
4397
4398 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4399
4400         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
4401         * trans_mgr.C: adjust
4402
4403         * paragraph_funcs.C (readParToken): exception safety
4404
4405         * lyxvc.h: store the vcs pointer in a scoped_ptr
4406         * lyxvc.C: adjust
4407
4408         * lyxsocket.C (serverCallback): exception safety
4409
4410         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
4411
4412         * ispell.C (clone): make it return a auto_ptr
4413
4414         * factory.C (createInset): exception safety
4415         (readInset): exception safety
4416
4417         * bufferlist.C (newBuffer): exception safety
4418
4419         * Thesaurus.C (Thesaurus): use initialization for aik_
4420
4421         * MenuBackend.C (expandToc): exception safety.
4422
4423 2003-11-03  André Pönitz  <poenitz@gmx.net>
4424
4425         * buffer.C:
4426         * buffer.h:
4427         * bufferview_funcs.C: remove getInsetFromId()
4428
4429         * lyxcursor.[Ch]:
4430         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
4431
4432         * lyxfunc.C:
4433         * text2.C:
4434         * text3.C: adjust
4435
4436 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
4437
4438         * PosIterator.C (distance, advance): new
4439         * bufferview_funcs.[Ch] (put_selection_at): new
4440         * iterators.[Ch] (lockPath): new
4441
4442 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
4443
4444         * iterators.[Ch] (asPosIterator): added
4445         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
4446         * PosIterator.[Ch]: added
4447
4448 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4449
4450         * text3.C:
4451         * lyxfunc.C:
4452         * cursor.C (dispatch):
4453         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4454
4455         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4456         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4457         contructor, add a class function dispatched. Remove operator>=
4458
4459 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4460
4461         * debug.C: only use the default constructor for debugstream
4462         (lyxerr) here.
4463
4464         * main.C (main): include debug.h and setup the lyxerr streambuf
4465         here.
4466
4467 2003-10-31  José Matos  <jamatos@lyx.org>
4468
4469         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4470
4471         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4472         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4473         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4474         * paragraph_pimpl.C (simpleTeXSpecialC):
4475         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4476         add LatexRunParams argument.
4477
4478         * exporter.C (Export): change call accordingly.
4479
4480         * latexrunparams.h: add new member to take care of the other backends.
4481 2003-10-30  José Matos  <jamatos@lyx.org>
4482
4483         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4484         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4485         factorise code for paragraph output.
4486         * buffer.[Ch]:
4487         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4488         move functions.
4489
4490 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4491
4492         * text3.C (dispatch):
4493         * lyxfunc.C (dispatch):
4494         * cursor.C (dispatch):
4495         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4496
4497         * dispatchresult.h: make the dispatch_result_t ctor explicit
4498
4499 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4500
4501         * sgml.[Ch]:
4502         * buffer.C: small refactoring of docbook stuff
4503
4504 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4505
4506         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4507         meaning.
4508
4509 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4510
4511         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4512         operator dispatch_result_t, and operators for == != and >=
4513
4514         * cursor.C (dispatch): adjust for operator dispatch_result_t
4515         removal. comment out call to update
4516
4517         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4518
4519 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4520
4521         * text3.C:
4522         * text2.C:
4523         * text.C:
4524         * lyxtext.h:
4525         * lyxfunc.C:
4526         * cursor.C:
4527         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4528         (dispatch):
4529
4530         * dispatchresult.h: new file, DispatchResult broken out of
4531         insets/insetbase.h
4532
4533         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4534
4535 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4536
4537         * text.C (rowBreakPoint): put a hack inside #if 0
4538
4539 2003-10-28  André Pönitz  <poenitz@gmx.net>
4540
4541         * lyxtext.h:
4542         * metricsinfo.C:
4543         * paragraph_funcs.C:
4544         * rowpainter.C:
4545         * text.C:
4546         * text2.C: general cleanup (lots of small stuff)
4547
4548 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4549
4550         * text2.C (cursorEnd): simple fix to the "end key goes to one
4551         before the end on last row" bug
4552
4553 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4554
4555         * text.C (backspace): fix the "zombie characters"
4556
4557 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4558
4559         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4560
4561 2003-10-27  André Pönitz  <poenitz@gmx.net>
4562
4563         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4564
4565         * factory.C: handle new InsetPagebreak, InsetLine
4566
4567         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4568         and move handling into new InsetPagebreak, InsetLine
4569
4570         * BufferView_pimpl.C:
4571         * LyXAction.C:
4572         * ParagraphParameters.C:
4573         * ParameterStruct.h:
4574         * lyxfunc.C:
4575         * lyxtext.h:
4576         * paragraph.C:
4577         * paragraph.h:
4578         * paragraph_funcs.C:
4579         * paragraph_pimpl.C:
4580         * rowpainter.C:
4581         * text.C:
4582         * text2.C:
4583         * text3.C: adjust
4584
4585 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4586
4587         * text.C:
4588         * lyxrow_funcs.[Ch]:
4589         * Bidi.C:
4590         * paragraph.C:
4591         * lyxtext.h:
4592         * rowpainter.C:
4593         * text2.C:
4594         * text3.C: remove lastPos uses in favour of Row::endpos
4595
4596 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4597
4598         * undo.C (performUndoOrRedo): fix two crashes by setting a
4599         cursor by hand and reordering some calls. Use bv->lockInset instead
4600         of inset->edit because the latter loses cursor information
4601
4602 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4603
4604         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4605         by Martin
4606         (rowBreakPoint): fix width. change point to point + 1.
4607         Add a missing check.
4608
4609 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4610
4611         * MenuBackend.C:
4612         * lyxfunc.C: fix (at least partly) the problems
4613         with the Nav menu and headers inside branch insets
4614         reported by Kayvan
4615
4616 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4617
4618         * paragraph.C (getChar): add strong asserts
4619
4620         * lyxrow_funcs.C (lastPos): remove hideous hack
4621
4622         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4623         (fill): adjust to that (avoid an infinite loop)
4624
4625 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4626
4627         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4628
4629 2003-10-23  André Pönitz  <poenitz@gmx.net>
4630
4631         * RowList_fwd.h: change list<> to vector<> to gain speed
4632         after suggestion from Alfredo
4633
4634 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4635
4636         * lyxtext.h: move the bidi stuff from here...
4637         * text.C: and here
4638         * text2.C: and here
4639         * Bidi.[Ch]: ... to here
4640
4641 2003-10-23  André Pönitz  <poenitz@gmx.net>
4642
4643         * lyxtext.h:
4644         * text.C (isLastRow, isFirstRow): new functions
4645
4646         * paragraph.h: new width cache member
4647
4648         * rowpainter.C: replace RowList::iterator with Row & where possible
4649
4650         * lyxfunc.C: replace several view()->text with a single call
4651
4652         * toc.C: fix 'unused' warning
4653
4654 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4655
4656         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4657         when woring with stream::pos_type
4658         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4659
4660 2003-10-22  André Pönitz  <poenitz@gmx.net>
4661
4662         * lyxtext.h:
4663         * text.C: use Row & instead of RowList::iterator
4664
4665         * lyxrow.h: rename end() to endpos()
4666
4667         * rowpainter.C:
4668         * text.C:
4669         * text2.C: adjust
4670
4671 2003-10-22  Angus Leeming  <leeming@lyx.org>
4672
4673         * buffer.[Ch] (fully_loaded): new member function, returning true
4674         only when the file has been loaded fully.
4675         Used to prevent the premature generation of previews and by the
4676         citation inset to prevent computation of the natbib-style label.
4677
4678         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4679         templates are all set up.
4680
4681         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4682
4683 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4684
4685         * text.C: fixed an "oops" in the "is a bit silly"
4686         bug fix
4687
4688 2003-10-21  André Pönitz  <poenitz@gmx.net>
4689
4690         * FuncStatus.[Ch]: small stuff, whitespace
4691
4692         * lyxfont.[Ch]: operator<<() for debug reasons
4693
4694         * lyxfunc.C:
4695         * lyxrow_funcs.C:
4696         * lyxtext.h: whitespace, spelling
4697
4698         * paragraph.C: naming of variables
4699
4700         * text.C:
4701         * text2.C: small stuff
4702
4703
4704 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4705
4706         * text.C: (1) finish off the inset display() work;
4707         (2) fix the "is a bit silly" bug (accessing char
4708         past end of par).
4709
4710 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4711
4712         * text.C: re-introduce display() for insets, fixing the
4713         various bugs (stretch of line above, math inset
4714         positioning, ...)
4715
4716 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4717
4718         * text.C (rightMargin): remove spurious semicolon
4719
4720         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4721         1415)
4722
4723 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4724
4725         * text3.C: fix one crash due to wrong cursor def
4726
4727 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4728
4729         * vc-backend.C (scanMaster): make the regex static
4730
4731         * LaTeX.C (scanAuxFile): make the regexs static
4732
4733         * text3.C (doInsertInset, dispatch, dispatch):
4734         * text2.C (cursorUp, cursorDown):
4735         * text.C (selectNextWordToSpellcheck):
4736         * BufferView_pimpl.C (dispatch):
4737         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4738
4739 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4740
4741         * lyxsocket.C: include <cerrno>
4742
4743 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4744
4745         * lyxfunc.C (dispatch): remove textcache stuff
4746
4747         * bufferlist.C (release): remove textcache stuff
4748         (closeAll): ditto
4749
4750         * TextCache.C: delete file
4751         * TextCache.h: delete file
4752
4753         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4754
4755         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4756         delete of the bv_->text.
4757         (resizeCurrentBuffer): remove texcache stuff
4758         (workAreaResize): ditto
4759
4760 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4761
4762         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4763         action.
4764
4765 2003-10-16  André Pönitz  <poenitz@gmx.net>
4766
4767         * lyxrow.[Ch]:
4768         * paragraph.h:
4769         * rowpainter.C:
4770         * text.C:
4771         * text2.C:
4772         * text3.C: speed up by storing y positions per paragraph plus per-row
4773         offset instead of having a 'full' y position in the row.
4774
4775 2003-10-15  André Pönitz  <poenitz@gmx.net>
4776
4777         * iterators.[Ch]:
4778         * iterators.[Ch]:
4779         * undo.[Ch]: make undo aware of inner insets
4780
4781 2003-10-14  Angus Leeming  <leeming@lyx.org>
4782
4783         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4784         static member functions LyX::ref() and LyX::cref.
4785         (lastfiles): new accessor functions for the new lastfiles_ member var.
4786         (addLyXView, views_): add a new LyXView to the list of views_.
4787         (updateInset): loop over all LyXViews to call their own updateInset
4788         member function, returning a pointer to the Buffer owning the inset.
4789
4790         * BufferView_pimpl.C (loadLyXFile):
4791         * MenuBackend.C (expandLastfiles):
4792         * bufferlist.C (MenuWrite, QuitLyX):
4793         lastfiles is no longer a global variable.
4794         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4795
4796         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4797         static function. Access through LyX::cref().emergencyCleanup().
4798
4799 2003-10-14  André Pönitz  <poenitz@gmx.net>
4800
4801         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4802
4803         * undo.[Ch]: restoring part of 'undo in insets'
4804
4805         * Makefile.am:
4806         * undo_funcs.[Ch]: merge with undo.[Ch]
4807
4808         * tabular.C: small cleansing stuff
4809
4810 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4811
4812         * paragraph_funcs.C (readParToken): report unknown insets as error
4813         boxes. Use the outer paragraph as location (also for unknown
4814         tokens).
4815
4816         * factory.C (readInset): do not abort on reading an unknown inset.
4817         Eat it and return 0.
4818
4819 2003-10-13  Angus Leeming  <leeming@lyx.org>
4820
4821         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4822
4823         * lyxrc.C: displayTranslator is now a function,
4824         declared in GraphicsTypes.h.
4825
4826 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4827
4828         * format.C: new placeholder $$a to pass the socket address.
4829
4830         * bufferlist.[Ch]: new function getBufferFromTmp.
4831
4832         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4833           files in the temporary dir.
4834
4835 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4836
4837         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4838
4839         * Makefile.am: add lyxsocket.[Ch].
4840
4841         * lyx_main.C (error_handler): handle SIGPIPE.
4842
4843 2003-10-13  André Pönitz  <poenitz@gmx.net>
4844
4845         * BufferView_pimpl.C:
4846         * lyxtext.h:
4847         * text.C:
4848         * text2.C:
4849         * text3.C:
4850         * undo_funcs.[Ch]: use paroffset_type instead of
4851           ParagraphList::iterators to prevent multiple conversion
4852           (and get a more robust interface)
4853
4854 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4855
4856         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4857         * lyxtext.h: ditto
4858         * text3.C (dispatch): ditto
4859
4860 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4861
4862         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4863         move the onlyfile, use onlyfile instead of foundfile in a couple
4864         of places.
4865
4866         * DepTable.C (update): flush the error stream a bit more
4867
4868 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4869
4870         * lyxserver.C (callback): adjust
4871
4872         * lyxfunc.C (getStatus): add a missing brace in commented code
4873         (ensureBufferClean): reindent
4874         (dispatch): delete version taking a string
4875
4876 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4877
4878         * LaTeX.C (deplog): move found file handlig from here...
4879         (handleFoundFile): .. to new function here.
4880         (deplog): make sure to discover several files mentioned on the
4881         same log line.
4882
4883 2003-10-10  André Pönitz  <poenitz@gmx.net>
4884
4885         * lyxfunc.C:
4886         * lyxtext.h:
4887         * tabular.C:
4888         * text.C:
4889         * text2.C:
4890         * text3.C: fix some of the tabular crashes
4891
4892 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4893
4894         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4895
4896         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4897
4898 2003-10-09  André Pönitz  <poenitz@gmx.net>
4899
4900         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4901
4902         * BufferView.C:
4903         * BufferView_pimpl.C:
4904         * bufferview_funcs.C:
4905         * lyx_cb.C:
4906         * lyxcursor.C:
4907         * lyxfind.C:
4908         * lyxfunc.C:
4909         * lyxtext.h:
4910         * text.C:
4911         * text2.C:
4912         * text3.C:
4913         * text_funcs.[Ch]:
4914         * textcursor.[Ch]:
4915         * undo_funcs.C: adjust
4916
4917 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4918
4919         * text2.C (incrementItemDepth): new function, use a backtracking
4920         algorithm to discover the correct item depth.
4921         (resetEnumCounterIfNeeded): new function, use a backtracking
4922         algorithm to discover if counter reset is needed.
4923         (setCounter): use them. Simplify a bit. Add different labels for
4924         different item depths for itemize.
4925
4926         * paragraph.C (Paragraph): remove initialization of enumdepth
4927         (operator=): ditto
4928
4929         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4930         enumerate and itemize. Change the type of itemdepth to signed char.
4931
4932 2003-10-08  André Pönitz  <poenitz@gmx.net>
4933
4934         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4935           thing assignable.
4936         * text.C:
4937         * text2.C: adjust
4938
4939         * tabular.[Ch]: fix crash after 'row-insert'
4940
4941 2003-10-08  Angus Leeming  <leeming@lyx.org>
4942
4943         Fix doxygen warnings.
4944
4945         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4946         Remove CutAndPaste:: prefix from header file declaration.
4947
4948         * LColor.h (fill): remove LColor:: prefix from declaration.
4949
4950         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4951         use lyx::depth_type rather than Paragraph::depth_type so that
4952         header file and .C file match.
4953
4954         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4955
4956         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4957         * aspell.C: \file aspell_local.C -> \file aspell.C
4958         * gettext.C: \file gettext.C -> \file src/gettext.C
4959         * gettext.h: \file gettext.h -> \file src/gettext.h
4960         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4961         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4962         * text.C: \file text.C -> \file src/text.C
4963
4964         * toc.C: move comment so that doxygen is not confused.
4965
4966 2003-10-07  Angus Leeming  <leeming@lyx.org>
4967
4968         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4969
4970 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4971
4972         * aspell.C:
4973         * aspell_local.h: add forgotten std::string's.
4974
4975 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4976
4977         * LaTeXFeatures.C:
4978         * LyXAction.C:
4979         * factory.C:
4980         * lfuns.h:
4981         * lyxfunc.C:
4982         * text3.C: The Box patch. Fancybox support, minipage, parbox
4983
4984 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4985
4986         * CutAndPaste.h:
4987         * DepTable.h:
4988         * FloatList.h:
4989         * LaTeXFeatures.h:
4990         * ParagraphParameters.h:
4991         * TextCache.h:
4992         * Thesaurus.h:
4993         * bufferlist.h:
4994         * exporter.h:
4995         * importer.h:
4996         * lastfiles.h:
4997         * lyxfind.h:
4998         * lyxfont.h:
4999         * lyxlex.h:
5000         * lyxtextclasslist.h:
5001         * messages.h:
5002         * paragraph.h:
5003         * paragraph_pimpl.C:
5004         * textcursor.h: add <string> and other small fixes to make Lars'
5005         std::string patch compile with STLport.
5006
5007 2003-10-06  Angus Leeming  <leeming@lyx.org>
5008
5009         * LColor.h: Add missing #include <string>.
5010
5011 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5012
5013         * All most all file in all subdirs: Make <string> be the prefered
5014         way of getting to std::string, add using declarations.
5015
5016 2003-10-06  André Pönitz  <poenitz@gmx.net>
5017
5018         * metricsinfo.C: initialize LyXFont before changing attribute.
5019         (fixes the 'math in \emph is upright' bug)
5020
5021 2003-10-06  André Pönitz  <poenitz@gmx.net>
5022
5023         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
5024
5025 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
5026
5027         * graph.C:
5028         * paragraph_pimpl.C: Small fixes to build using STLport
5029
5030 2003-10-02  André Pönitz  <poenitz@gmx.net>
5031
5032         * lyxfunc.C:
5033         * text3.C: move handling of LFUN_DEPTH *; fix #1360
5034
5035 2003-10-01  André Pönitz  <poenitz@gmx.net>
5036
5037         * factory.C: assert early
5038
5039 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
5040
5041         * lyx_main.C: remove the global debug object
5042
5043         * debug.h: adjust for new debugstream
5044
5045         * debug.C: adjust for new debugstream and keep the global debug
5046         object here.
5047
5048 2003-09-22  Angus Leeming  <leeming@lyx.org>
5049
5050         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
5051         of g++ which otherwise complain that the scoped_ptr destructor can't delete
5052         an incomplete class LyXFont.
5053
5054 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
5055
5056         * factory.C: bug fix in branches
5057
5058 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * lyxfunc.C (processKeySym): adjust
5061         (dispatch): adjust
5062         (dispatch): change arg name from ev to func, adjust
5063         (sendDispatchMessage): ditto
5064
5065         * lyx_main.C (defaultKeyBindings): adjust keybindings
5066         (deadKeyBindings): ditto
5067
5068         * kbsequence.C (addkey): return a FuncRequest
5069
5070         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
5071
5072         * kbmap.C (bind): take a FuncRequest as arg, adjust
5073         (read): adjust
5074         (lookup): adjust
5075         (defkey): change to take a FuncRequest as arg, adjust
5076         (findbinding): take a FuncRequest as arg, adjust.
5077
5078         * funcrequest.h (operator=): added
5079
5080         * funcrequest.C (FuncRequest): default kb_action changed from
5081         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
5082
5083         * buffer.C (dispatch): simplify
5084         (dispatch): adjust to take a FuncRequest as arg, adjust
5085
5086         * boost.C (assertion_failed): change assertion message slightly
5087
5088         * ToolbarBackend.C (read): simplify
5089
5090         * MenuBackend.C (binding): adjust call to findbinding, add a
5091         message if no binding is found.
5092         (read): simplify
5093         (expandToc): correct by adding a empty FuncRequest
5094
5095         * LyXAction.C: include <boost/assert.hpp>
5096         (isPseudoAction): delete function
5097         (LookupFunc): change name to...
5098         (lookupFunc): this. change return type to FuncRequest.
5099         (getActionName): take kb_action as arg, simplify
5100         (funcHasFlag): add an assert, simplify.
5101
5102 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5103
5104         * toc.C (action): return a FuncRequest, simplify
5105
5106         * lyxfunc.C (processKeySym): adjust
5107         (getStatus): delete version that takes an int.
5108         (getStatus): adjust
5109         (dispatch): delete version that takes action as int
5110         (dispatch): adjust
5111         (sendDispatchMessage): simplify and adjust
5112
5113         * funcrequest.C (getArg): take unsigned int as arg
5114
5115         * ToolbarBackend.C (read): adjust
5116         (add): delete version that takes func as a string.
5117         (getIton): take a FuncRequest as arg
5118
5119         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
5120         action.
5121
5122         * MenuBackend.C (MenuItem): add a new construct that only takes a
5123         Kind, simplify the constructor use for submenus.
5124         (add): adjust
5125         (expandLastfiles): adjust
5126         (expandDocuments): adjust
5127         (expandFormats): adjust
5128         (expandFloatListInsert): adjust
5129         (expandFloatInsert): adjust
5130         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
5131
5132         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
5133         Remove class variables lyx_pseudo_map and lyx_arg_map
5134
5135         * LyXAction.C (searchActionArg): delete function
5136         (getPseudoAction): delete function
5137         (retrieveActionArg): delete function
5138         (LookupFunc): make it return kb_action, simplify.
5139         (getActionName): simplify
5140
5141         * factory.C (createInset): fix new bug
5142
5143 2003-09-19  Angus Leeming  <leeming@lyx.org>
5144
5145         * CutAndPaste.C (pasteSelection): remove fudge used to set the
5146         masterFilename_ parameter in the include inset.
5147
5148         * factory.C (createInset): changes due to the changes to InsetInclude.
5149
5150 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5151
5152         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
5153
5154 2003-09-18  Angus Leeming  <leeming@lyx.org>
5155
5156         * buffer.C:
5157         * BufferView.C: pass the buffer when calling Inset::getLabelList,
5158         Inset::fillWithBibKeys.
5159         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
5160
5161 2003-09-18  Angus Leeming  <leeming@lyx.org>
5162
5163         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
5164         variables.
5165         (ctor): pass and store a 'Buffer const &'
5166         (buffer): new member function.
5167
5168         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
5169         '*this' to the LaTeXFeatures ctor.
5170
5171 2003-09-18  Angus Leeming  <leeming@lyx.org>
5172
5173         * LColor.h:
5174         * lyxfont.C:
5175         * lyxfont.h:
5176         * lyxtext.h:
5177         * text.C: rename EnumLColor as LColor_color.
5178
5179 2003-09-18  Angus Leeming  <leeming@lyx.org>
5180
5181         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
5182         remove #include "insets/insetbase.h" from cursor.h.
5183
5184 2003-09-18  Angus Leeming  <leeming@lyx.org>
5185
5186         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
5187         InsetOld_code to remove #include "inset.h".
5188
5189         * iterators.C: add #include "insets/inset.h"
5190
5191 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
5192
5193         * BufferView.C: remove more locking stuff that apparently doesn't
5194         do anything sensible.
5195
5196 2003-09-16  André Pönitz  <poenitz@gmx.net>
5197
5198         * paragraph.[Ch]:
5199         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
5200           performance boost.
5201
5202 2003-09-16  Angus Leeming  <leeming@lyx.org>
5203
5204         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
5205
5206         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
5207         arg/return type.
5208
5209         * paragraph.h: remove #include "lyxfont.h". Forward declare
5210         LyXFont_size.
5211
5212 2003-09-16  Angus Leeming  <leeming@lyx.org>
5213
5214         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
5215         of support/textutils.h.
5216         (isWord): move the contents of support/textutils.h's IsWordChar here.
5217
5218         * buffer.C:
5219         * lyxfind.C:
5220         * rowpainter.C:
5221         * text.C:
5222         * text2.C: add #include "paragraph.h".
5223
5224         * rowpainter.C:
5225         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
5226
5227 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5228
5229         * main.C:
5230         * lyx_main.C:
5231         * lyx_cb.C:
5232         * buffer.C:
5233         * LaTeX.C: use namespace alias for lyx::support::os
5234
5235 2003-09-16  Angus Leeming  <leeming@lyx.org>
5236
5237         * bufferparams.C:
5238         * bufferview_funcs.C:
5239         * factory.C:
5240         * lyxfunc.C:
5241         * paragraph_pimpl.C:
5242         * rowpainter.C:
5243         * text.C: add #include "LColor.h".
5244
5245 2003-09-16  Angus Leeming  <leeming@lyx.org>
5246
5247         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
5248         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
5249         return LyXFont &.
5250         Store the FontBits::color variable as an int rather than as an
5251         LColor::colorso that we can move LColor.h out of the lyxfont.h header
5252         file.
5253
5254         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
5255         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
5256         string calls together.
5257
5258         * lyxrc.C: add #include "LColor.h".
5259
5260 2003-09-15  Angus Leeming  <leeming@lyx.org>
5261
5262         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
5263         a cow_ptr.
5264
5265 2003-09-15  Angus Leeming  <leeming@lyx.org>
5266
5267         * LColor.h: add an EnumLColor wrapper for LColor::color.
5268
5269         * lyxfont.[Ch] (color, setColor, realColor):
5270         * lyxtext.h, text.C (backgroundColor):
5271         pass EnumLColor args to/from the functions, rather than LColor::color
5272         ones.
5273
5274         * lyxfont.h:
5275         * lyxtext.h: forward declare EnumLColor.
5276
5277         * lyx_main.C: add #include "LColor.h".
5278
5279 2003-09-15  Angus Leeming  <leeming@lyx.org>
5280
5281         * .cvsignore: add lyx-gtk.
5282
5283 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5284
5285         * Chktex.C
5286         * LaTeX.C
5287         * LaTeXFeatures.C
5288         * ParagraphParameters.C
5289         * Spacing.C
5290         * buffer.C
5291         * bufferparams.C
5292         * bufferview_funcs.C
5293         * chset.C
5294         * counters.C
5295         * funcrequest.C
5296         * lyxfont.C
5297         * lyxgluelength.C
5298         * lyxlength.C
5299         * paragraph.C
5300         * paragraph_funcs.C
5301         * text3.C
5302         * vc-backend.C: remove usage of STRCONV
5303
5304 2003-09-15  Angus Leeming  <leeming@lyx.org>
5305
5306         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
5307         explicitly define the color passed to the painter.
5308
5309 2003-09-15  Angus Leeming  <leeming@lyx.org>
5310
5311         * bufferparams.C (BufferParams): reorder member initializers to avoid
5312         compiler warning.
5313
5314 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
5315
5316         * CutAndPaste.C (pasteSelection): remove an outdated #warning
5317         * text.C (updateRowPositions): remove an unusual nop
5318
5319 2003-09-12  André Pönitz  <poenitz@gmx.net>
5320
5321         * BufferView_pimpl.C:
5322         * Bullet.C:
5323         * layout.h:
5324         * lyxfunc.C:
5325         * lyxlayout.[Ch]:
5326         * lyxtextclass.C:
5327         * rowpainter.C:
5328         * text.C:
5329         * text2.C:
5330         * Counters.[Ch]: finish the 'automatic counters' job
5331
5332 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5333
5334         * aspell.C: include <boost/assert.cpp> (compile fix)
5335
5336 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
5337
5338         * boost.C (assertion_failed): use lyx::support::abort instead of
5339         assert.
5340
5341 2003-09-10  Angus Leeming  <leeming@lyx.org>
5342
5343         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
5344         with their _fwd progeny.
5345
5346 2003-09-09  Angus Leeming  <leeming@lyx.org>
5347
5348         134 files throughtout the source tree: replace 'using namespace abc;'
5349         directives with the appropriate 'using abc::xyz;' declarations.
5350
5351 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
5352
5353         * boost.C (emergencyCleanup): moved here from LAssert.c
5354         (assertion_failed): new function, called by BOOST_ASSERT
5355
5356         * several files: change Assert to BOOST_ASSERT
5357
5358 2003-09-09  Angus Leeming  <leeming@lyx.org>
5359
5360         * buffer.[Ch]: Add an Impl class and move Buffer's member
5361         variables into it. As a result move several header files out of
5362         buffer.h.
5363
5364         Add header files to lots of .C files all over the tree as a result.
5365
5366 2003-09-09  Angus Leeming  <leeming@lyx.org>
5367
5368         * buffer.[Ch]: make Buffer's member variables private. Add
5369         accessor functions.
5370
5371         Lots of changes all over the tree as a result.
5372
5373 2003-09-08  Angus Leeming  <leeming@lyx.org>
5374
5375         * graph.C: #include <config.h>.
5376
5377 2003-09-08  Angus Leeming  <leeming@lyx.org>
5378
5379         * BranchList.C:
5380         * BufferView.C:
5381         * BufferView_pimpl.C:
5382         * CutAndPaste.C:
5383         * DepTable.C:
5384         * LaTeX.C:
5385         * LaTeXFeatures.C:
5386         * LyXAction.C:
5387         * MenuBackend.C:
5388         * TextCache.C:
5389         * aspell.C:
5390         * buffer.C:
5391         * bufferlist.C:
5392         * changes.C:
5393         * chset.C:
5394         * converter.C:
5395         * counters.C:
5396         * debug.C:
5397         * graph.C:
5398         * ispell.C:
5399         * lyx_cb.C:
5400         * lyxfind.C:
5401         * lyxfunc.C:
5402         * lyxlex_pimpl.C:
5403         * lyxrc.C:
5404         * lyxrow.C:
5405         * paragraph.C:
5406         * rowpainter.C:
5407         * texrow.C:
5408         * text.C:
5409         * text2.C:
5410         * toc.C: remove redundant using directives.
5411
5412 2003-09-07  Angus Leeming  <leeming@lyx.org>
5413
5414         * LaTeXFeatures.h: remove #include "support/types.h".
5415         * ToolbarBackend.h: remove #include <algorithm>.
5416         * changes.h: remove #include <ctime>.
5417         * debug.h: remove #include <iosfwd>.
5418         * graph.h: remove #include "support/std_string.h".
5419         * lyx_main.h: remove #include <csignal>.
5420         * lyxlex_pimpl.h: remove #include <fstream>.
5421         * sgml.h: remove #include <algorithm>, <utility>.
5422         * toc.h: remove #include "support/std_ostream.h".
5423         Add #include <iosfwd>.
5424
5425 2003-09-07  Angus Leeming  <leeming@lyx.org>
5426
5427         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
5428
5429         * converter.h: forward declare LatexRunParams.
5430         * encoding.h: remove #include "lyxrc.h".
5431         * lyxtext.h: remove #include "LColor.h".
5432         * lyxtextclass.h: remove #include "support/types.h".
5433         * trans.h: remove #include "tex-accent.h".
5434         * trans_mgr.h: remove #include "tex-accent.h".
5435         * insets/inset.h: remove #include "support/types.h", <vector>.
5436         * insets/insetcollapsable.h: remove #include "LColor.h".
5437         * insets/insetinclude.h: remove #include "dimension.h".
5438         * insets/insetlatexaccent.h: remove #include "dimension.h".
5439         * insets/insetoptarg.h:: remove #include "insettext.h".
5440         * insets/insettext.h: remove #include "dimension.h",
5441         <boost/shared_ptr.hpp>
5442
5443         * insets/renderers.h: add #include "dimension.h".
5444         * insets/updatableinset.h: add #include "support/types.h".
5445
5446         * many .C files: Associated changes.
5447
5448 2003-09-06  Angus Leeming  <leeming@lyx.org>
5449
5450         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5451         one, inside testInvariant.
5452
5453         * PrinterParams.C: new file.
5454         * PrinterParams.[Ch]: move the function bodies out of line.
5455
5456 2003-09-06  Angus Leeming  <leeming@lyx.org>
5457
5458         * ParagraphParameters.h: forward declare ParameterStruct rather than
5459         including its header file.
5460         (depth): moved out-of-line.
5461
5462 2003-09-06  Angus Leeming  <leeming@lyx.org>
5463
5464         * BufferView_pimpl.h:
5465         * kbmap.h:
5466         * kbsequence.h:
5467         * lyxfunc.h: forward declare LyXKeySym rather than
5468         #include "frontends/LyXKeySym.h".
5469
5470         * BufferView_pimpl.C:
5471         * kbmap.C:
5472         * kbsequence.C:
5473         * lyxfunc.C: associated changes.
5474
5475 2003-09-06  Angus Leeming  <leeming@lyx.org>
5476
5477         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5478         As a result, can remove the #include "insets/inset.h" from BufferView.h
5479
5480 2003-09-06  Angus Leeming  <leeming@lyx.org>
5481
5482         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5483         As a result, can remove the #include "insets/inset.h" from BufferView.h
5484
5485 2003-09-06  Angus Leeming  <leeming@lyx.org>
5486
5487         * buffer_funcs.C:
5488         * buffer.h:
5489         * bufferlist.C:
5490         * BufferView.C:
5491         * bufferview_funcs.C:
5492         * BufferView_pimpl.C:
5493         * CutAndPaste.C:
5494         * lyx_cb.C:
5495         * lyxfunc.C:
5496         * paragraph.h:
5497         * ParagraphParameters.C:
5498         * tabular.C:
5499         * text3.C:
5500         * toc.C:
5501         * undo_funcs.C:
5502         * frontends/controllers/ControlDocument.C:
5503         * insets/insetcaption.C: rearrange the #includes into some sort of
5504         coherent order.
5505
5506         * buffer.h: remove #includes ErrorList.h, undo.h
5507
5508 2003-09-06  Angus Leeming  <leeming@lyx.org>
5509
5510         * support/types.h: add a 'depth_type' typedef, used to store the
5511         nesting depth of a paragraph.
5512
5513         * paragraph.h:
5514         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5515         defining explicitly.
5516
5517         * buffer.h:
5518         * paragraph_funcs.h:
5519         * ParagraphParameters.h:
5520         * sgml.h: use lyx::depth_type rather than Paragraph or
5521         ParameterStruct's depth_type.
5522
5523         * buffer.h
5524         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5525
5526         * BufferView.C:
5527         * BufferView_pimpl.C:
5528         * CutAndPaste.C:
5529         * ParagraphParameters.C:
5530         * buffer_funcs.C:
5531         * bufferlist.C:
5532         * bufferview_funcs.C:
5533         * lyx_cb.C:
5534         * lyxfunc.C:
5535         * tabular.C:
5536         * text3.C:
5537         * toc.C:
5538         * undo_funcs.C:
5539         * frontends/LyXView.C:
5540         * frontends/controllers/ControlDocument.C:
5541         * frontends/controllers/ControlErrorList.C:
5542         * insets/insetbibitem.C:
5543         * insets/insetbranch.C:
5544         * insets/insetcaption.C:
5545         * insets/insetcollapsable.C:
5546         * insets/insetenv.C:
5547         * insets/insetert.C:
5548         * insets/insetfloat.C:
5549         * insets/insetfoot.C:
5550         * insets/insetfootlike.C:
5551         * insets/insetnewline.C:
5552         * insets/insetquotes.C:
5553         * insets/insettabular.C:
5554         * insets/insettext.C:
5555         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5556
5557         * frontends/controllers/ControlChanges.C: #include "changes.h".
5558
5559 2003-09-06  Angus Leeming  <leeming@lyx.org>
5560
5561         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5562         than #including paragraph.h.
5563
5564         * ParagraphList.h:
5565         * RowList.h: deleted. Superfluous.
5566
5567         * CutAndPaste.h:
5568         * iterators.h:
5569         * lyxcursor.h:
5570         * lyxtext.h:
5571         * text_funcs.h:
5572         * undo.h:
5573         * undo_funcs.h:
5574         * insets/inset.h:
5575         * insets/insettext.h: use ParagraphList_fwd.h rather than
5576         ParagraphList.h.
5577
5578         * paragraph.h: don't forward declare ParagraphList.
5579
5580         * buffer.h:
5581         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5582         rather than ParagraphList.h. paragraph.h is still needed for the
5583         Paragraph::depth_type parameters.
5584
5585         * textcursor.h: enable it to compile stand-alone in light of the
5586         above changes.
5587
5588         * bufferview_funcs.C:
5589         * iterators.C:
5590         * lyxfunc.C:
5591         * lyxrow_funcs.C:
5592         * paragraph.C:
5593         * rowpainter.C:
5594         * text.C:
5595         * text2.C:
5596         * text3.C:
5597         * text_funcs.C:
5598         * textcursor.C:
5599         * undo.C:
5600         * frontends/controllers/ControlParagraph.C:
5601         * frontends/controllers/ControlTabular.C:
5602         * insets/insetmarginal.C:
5603         * insets/insetminipage.C:
5604         * insets/insetnote.C:
5605         * insets/insetoptarg.C: add header files needed to compile again.
5606
5607 2003-09-06  Angus Leeming  <leeming@lyx.org>
5608
5609         * RowList_fwd.h: new file, forward-declaring Row rather than
5610         #including lyxrow.h.
5611
5612         * lyxrow_funcs.h:
5613         * lyxtext.h:
5614         * paragraph.h:
5615         * insets/insettext.h: use it instead of RowList.h
5616
5617         * bufferview_funcs.C:
5618         * lyxfunc.C:
5619         * lyxrow_funcs.C:
5620         * paragraph.C:
5621         * rowpainter.C:
5622         * text.C:
5623         * text2.C:
5624         * text3.C: #include "RowList.h".
5625
5626 2003-09-05  Angus Leeming  <leeming@lyx.org>
5627
5628         * factory.C (createInset):
5629         * vspace.C (c-tor): replace sscanf call with an istringstream.
5630         * ispell.C: re-add missing HP/UX headers.
5631         * lyxserver.C: re-add missing  os2 headers.
5632
5633 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5634
5635         * BranchList.C:
5636         * graph.C:
5637         * ispell.C:
5638         * lastfiles.C:
5639         * lyx_cb.C:
5640         * lyxserver.C:
5641         * texrow.C:
5642         * text3.C: re-add missing system headers, needed for 2.95.2.
5643
5644 2003-09-05  Angus Leeming  <leeming@lyx.org>
5645
5646         Changes most place everywhere due to the removal of using directives
5647         from support/std_sstream.h.
5648
5649 2003-09-05  Angus Leeming  <leeming@lyx.org>
5650
5651         Replace LString.h with support/std_string.h,
5652         Lsstream.h with support/std_sstream.h,
5653         support/LIstream.h with support/std_istream.h,
5654         support/LOstream.h with support/std_ostream.h.
5655
5656         Changes resulting throughout the tree.
5657
5658 2003-09-05  Angus Leeming  <leeming@lyx.org>
5659
5660         * sgml.h: ensure that the header file can be compiled stand-alone.
5661         * *.C: strip out redundant #includes. (320 in total.)
5662
5663 2003-09-04  Angus Leeming  <leeming@lyx.org>
5664
5665         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5666         here (from getPackages).
5667
5668         * debug.[Ch]: add a new EXTERNAL tag.
5669
5670 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5671
5672         * text2.C (cursorEnd): simplify
5673         (setCursor): adjust
5674         (getColumnNearX): adjust
5675
5676         * text.C (computeBidiTables): adjust
5677         (fill): adjust
5678
5679         * rowpainter.C (paintChars): adjust
5680         (paintSelection): adjust
5681         (paintChangeBar): adjust
5682         (paintText): adjust
5683
5684         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5685         lastPos instead.
5686         (numberOfSeparators): adjust
5687
5688 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5689
5690         * LyXAction.C:
5691         * box.[Ch]:
5692         * lfuns.h:
5693         * lyxfunc.C:
5694         * text3.C: Restricts the mouse click functionality
5695         of insets like bibtex, include, toc and floatlist to the visible
5696         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5697         up the dialogs. Cursor has to be in front of the inset (i.e.
5698         start of row) for this to function.
5699
5700 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5701
5702         * bufferview_funcs.C (currentState): output row information
5703
5704 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5705
5706         * bufferview_funcs.C (currentState): output paragraph position
5707
5708 2003-09-04  Angus Leeming  <leeming@lyx.org>
5709
5710         * FloatList.h: move out #include "Floating.h".
5711         * LaTeX.h: move out #include "DepTable.h".
5712         * LyXAction.h: move out #include "funcrequest.h".
5713         * buffer.h: move out #include "author.h", "iterators.h".
5714         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5715         * lyx_main.h: move out #include "errorlist.h".
5716         * lyxfunc.h: move out #include "FuncStatus.h".
5717         * lyxtext: move out #include "lyxcursor.h".
5718         * paragraph_pimpl.h: move out #include "counters.h".
5719
5720 2003-09-03  Angus Leeming  <leeming@lyx.org>
5721
5722         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5723         preamble_snippets list, enabling us to add snippets to the preamble
5724         only if the snippet was not there already.
5725
5726 2003-09-04  Angus Leeming  <leeming@lyx.org>
5727
5728         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5729
5730 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5731
5732         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5733         update
5734
5735 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5736
5737         * BranchList.C: point fix, earlier forgotten
5738
5739 2003-09-02  Angus Leeming  <leeming@lyx.org>
5740
5741         * box.C (contains): renamed from 'contained' after a fantastic
5742         amount of hot air.
5743
5744 2003-09-02  John Levon  <levon@movementarian.org>
5745
5746         * BufferView.C:
5747         * lyxcursor.h:
5748         * lyxcursor.C:
5749         * lyxfunc.C:
5750         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5751
5752 2003-09-02  John Levon  <levon@movementarian.org>
5753
5754         * text2.C: simplification of cursorEnd(), including partial
5755         fix for bug 1376
5756
5757 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5758
5759         * buffer.C (readFile): add a space
5760
5761 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5762
5763         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5764
5765 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5766
5767         * buffer.C (readFile): new function, take a filename and a
5768         ParagraphList::iterator
5769         (readFile): adjust
5770         (readFile): adjust, make it private. don't use setStream, make
5771         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5772         always contain the filename.
5773
5774         * BufferView.C (insertLyXFile): simplify and make it work for
5775         gzipped files.
5776
5777 2003-08-30  John Levon  <levon@movementarian.org>
5778
5779         * Makefile.am: fix dist (from Kayvan)
5780
5781 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5782
5783         * most files: change to use const Buffer refs
5784
5785 2003-08-27  André Pönitz  <poenitz@gmx.net>
5786
5787         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5788         on top of ownerPar().
5789
5790 2003-08-27  John Levon  <levon@movementarian.org>
5791
5792         * funcrequest.C: properly initialise POD members
5793
5794 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5795
5796         * lyxtext.h (top_y): move top_y from here
5797         * text.C:
5798         * text2.C:
5799         * text3.C:
5800         * BufferView.[Ch]:
5801         * BufferView_pimpl.[Ch]: to here
5802         * frontends/screen.C:
5803         * insets/insettabular.C:
5804         * insets/insettext.C: adjust
5805         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5806
5807 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5808
5809         * BufferView.[Ch]:
5810         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5811
5812 2003-08-26  André Pönitz  <poenitz@gmx.net>
5813
5814         * paragraph_func.[Ch] (outerPar): new function
5815
5816         * paragraph.C:
5817         * paragraph_funcs.C:
5818         * paragraph_funcs.h:
5819         * paragraph_pimpl.C:
5820         * text2.C: remove Inset::par_owner
5821
5822 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5823
5824         * lyxrow_funcs.C:
5825         * lyxtext.h:
5826         * text.C:
5827         * text2.C: eliminates the needFullRow/display() stuff
5828         altogether, putting the logic in metrics/draw in the insets.
5829
5830 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5831
5832         * text2.C (redoParagraphInternal, redoParagraphs):
5833         * text.C (redoParagraph): add a call to updateRowPositions at the
5834         end of each 'metrics-like' call. Remove all others.
5835         (getRow): remove the 'y-computing' version.
5836         (getRowNearY): do not compute nor return the real y. Solve the
5837         'y < 0' problem and simplify.
5838
5839 2003-08-22  Angus Leeming  <leeming@lyx.org>
5840
5841         * *.[Ch]: clean-up of licence and author blurbs.
5842         Also move config.h out of a few .h files and into a few .C files.
5843
5844 2003-08-22  André Pönitz  <poenitz@gmx.net>
5845
5846         * lyxrow.[Ch]: add x_ and *fill_ members
5847
5848         * lyxtext.h:
5849         * text.C:
5850         * rowpainter.C:
5851         * text2.C: adjust/remove prepareToPrint() calls
5852
5853 2003-08-22  André Pönitz  <poenitz@gmx.net>
5854
5855         * lyxrow.[Ch]: add  end_ member
5856
5857         * lyxrow_funcs.C: use LyXRow::end_
5858
5859         * lyxtext.h (singleWidth): add LyXFont parameter
5860
5861         * rowpainter.C:
5862         * text2.C: adjust LyXText::singleWidth() calls
5863
5864         * text.C (redoParagraph): simplify row breaking logic
5865
5866
5867 2003-08-19  André Pönitz  <poenitz@gmx.net>
5868
5869         * funcrequest.C: initialize button_ member
5870
5871         * text3.C:
5872         * rowpainter.[Ch]: interface consolidation
5873
5874 2003-08-18  André Pönitz  <poenitz@gmx.net>
5875
5876         * BufferView.C:
5877         * BufferView_pimpl.C:
5878         * lyxfind.C:
5879         * paragraph_funcs.C:
5880         * rowpainter.C:
5881         * text3.C: remove LyXScreen::draw() and fitCursor calls
5882
5883         * BranchList.h: remove spurious semicolons
5884
5885         * MenuBackend.C: fix branchlist related crash
5886
5887 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5888
5889         * BranchList.[Ch]:
5890         * InsetList.[Ch]:
5891         * LColor.[Ch]:
5892         * LyXAction.C:
5893         * Makefile.am:
5894         * MenuBackend.[Ch]:
5895         * bufferparams.[Ch]:
5896         * factory.C:
5897         * lfuns.h:
5898         * lyxfunc.C:
5899         * text3.C: implements the 'branch inset'
5900         idea. This allows the output of various versions of a document
5901         from a single source version, selectively outputing or suppressing
5902         output of parts of the text.
5903         This implementation contains a 'branch list editor' in a separate
5904         tab of the document settings dialog. Branches are user definable
5905         and have a "display colour" to distinguish them on-screen.
5906
5907         ColorHandler was somewhat cleaned up.
5908         (1) make possible a dynamically growing LColor list by allowing
5909         the graphic context cache to grow along (vector);
5910         (2) eliminate an IMHO unnecessary step in colour allocation.
5911
5912 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5913
5914         * BufferView_pimpl.C: compile fix
5915
5916 2003-08-15  André Pönitz  <poenitz@gmx.net>
5917
5918         * rowpainter.C: remove extra metrics calls
5919
5920         * lyxtext.h: merge the two constructors into a single one,
5921           pass reference to owner's par list
5922
5923         * BufferView_pimpl.C:
5924         * text.C:
5925         * text2.C: adjust
5926
5927 2003-08-15  André Pönitz  <poenitz@gmx.net>
5928
5929         * lyxrow_funcs.[Ch]:
5930         * lyxtext.h:
5931         * paragraph.h:
5932         * paragraph_funcs.C:
5933         * rowpainter.C:
5934         * text.C:
5935         * text2.C:
5936         * text3.C:
5937         * text_funcs.C: split LyXText::rowlist_ into individual
5938         Paragraph::rows_ chunks
5939
5940         * BufferView.[Ch]:
5941         * BufferView_pimpl.[Ch]:
5942         * lyxfind.C:
5943         * lyxtext.h:
5944         * text3.C: remove toggleSelection()
5945
5946 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5947
5948         * bufferlist.C: beautify two alerts (shorter text of buttons)
5949         * buffer.C: Remove redundant ' ' from message
5950         * tabular.h:
5951         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5952         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5953         rename VALIGN_CENTER to VALIGN_MIDDLE
5954
5955 2003-08-11  André Pönitz  <poenitz@gmx.net>
5956
5957         * lyxtext.h (getPar):
5958         * text.C: new function
5959
5960 2003-08-11  André Pönitz  <poenitz@gmx.net>
5961
5962         * Makefile.am:
5963         * tracer.[Ch]: remove unneeded files
5964
5965         * InsetList.[Ch]: remove resizeInsetsLyXText()
5966
5967         * lyxtext.h:
5968         * text.C:
5969         * text2.C:
5970         * text3.C: merge insertParagraphs() and appendParagraph()
5971         remove breakAgain(), update()
5972
5973         * BufferView_pimpl.[Ch]:
5974         * bufferview_funcs.[Ch]:
5975         * lyxfunc.C:
5976         * paragraph.[Ch]:
5977         * rowpainter.C:
5978         * tabular.C: adjust after text & InsetList changes.
5979
5980 2003-08-08  André Pönitz  <poenitz@gmx.net>
5981
5982         * text.C (insertChar, backspace): replace rowlist fiddling
5983         with rebreak of full par
5984
5985         * lyxtext.h:
5986         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5987         checkParagraph, updateInset): removed
5988
5989 2003-08-07  André Pönitz  <poenitz@gmx.net>
5990
5991         * paragraph.C:
5992         * text3.C: merge some LFUN handlers, remove dead code
5993
5994 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5995
5996         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5997
5998 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5999
6000         * text2.C (DEPM): fix part of bug 1255 and 1256
6001
6002 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6003
6004         * BufferView_pimpl.C (workAreaDispatch): change to use
6005         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
6006         that are no mouse related.
6007
6008 2003-08-05  André Pönitz  <poenitz@gmx.net>
6009
6010         * BufferView.[Ch]:
6011         * BufferView_pimpl.[Ch]:
6012         * bufferview_funcs.C:
6013         * text2.C:
6014         * text3.C: rip out "deep update"
6015
6016         * textcursor.[Ch] (last_sel_cursor): remove unused member
6017
6018 2003-08-04  André Pönitz  <poenitz@gmx.net>
6019
6020         * BufferView.[Ch]:
6021         * BufferView_pimpl.[Ch]:
6022         * ParagraphParameters.C:
6023         * bufferview_funcs.C:
6024         * lyx_cb.C:
6025         * lyxfind.C:
6026         * lyxfunc.C:
6027         * text.C:
6028         * text2.C:
6029         * text3.C: replace "complicated" BufferView::update(...) calls with
6030         simpler ones.
6031
6032         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
6033
6034 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
6035
6036         * Makefile.am (lyx_SOURCES): add paper.h
6037
6038 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6039
6040         * Makefile.am: move things around so that both lyx-qt and
6041         lyx-xforms can be built (according to --with-frontend). Then lyx
6042         is a symbolic link to lyx-[firstfrontend]
6043
6044 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
6045
6046         * Always use std::endl with lyxerr
6047
6048 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
6049
6050         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
6051
6052 2003-08-01  André Pönitz  <poenitz@gmx.net>
6053
6054         * BufferView.[Ch]:
6055         * BufferView_pimpl.[Ch]:
6056         * lyxfunc.C:
6057         * text3.C: merge BufferView::repaint() and BufferView::update()
6058
6059 2003-08-01  José Matos  <jamatos@lyx.org>
6060
6061         * buffer.[Ch]: file_format is no longer a buffer data element.
6062
6063 2003-08-01  André Pönitz  <poenitz@gmx.net>
6064
6065         * BufferView.C:
6066         * lyxtext.h:
6067         * text.C:
6068         * text2.C: make redoParagraph more independent of current cursor
6069
6070         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
6071         * text.C:
6072         * text2.C: remove unneeded members
6073
6074 2003-07-30  André Pönitz  <poenitz@gmx.net>
6075
6076         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
6077
6078         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
6079           create a single function...
6080
6081         * paragraph_funcs.C (moveItem): ... here.
6082
6083         * text.C:
6084           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
6085
6086 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
6087
6088         * LColor.[Ch]: Add comment and greyedout logical colors.
6089
6090 2003-07-30  André Pönitz  <poenitz@gmx.net>
6091
6092         * tabular.C: don't use Assert too heavily. This crashes where it
6093           shouldn't
6094
6095 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
6096
6097         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
6098         is disabled (bug 1232)
6099
6100 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6101
6102         * factory.C: limited 'arg' scope
6103
6104 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6105
6106         * factory.C: fixed Note submenu issues
6107
6108 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
6109
6110         * factory.C: submenu for Note/Comment/Greyedout
6111
6112 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
6113
6114         * lyx_main.C (LyX):
6115         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
6116
6117 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
6118
6119         * LaTeXFeatures.C:
6120         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
6121         greyedout. Patch provided by Jürgen Spitzmüller.
6122
6123 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6124
6125         * kbmap.C (read): fix error message when reading bind files
6126
6127 2003-07-29  Angus Leeming  <leeming@lyx.org>
6128
6129         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
6130         certainly does not do what it purports to do. I am doing it, and
6131         us, a favour by killing it.
6132
6133 2003-07-28  José Matos  <jamatos@lyx.org>
6134
6135         * buffer.C (readBody, do_writeFile):
6136         * paragraph.C(readParagraph): \end_document replaces \the_end.
6137
6138 2003-07-29  André Pönitz  <poenitz@gmx.net>
6139
6140         * BufferView.[Ch]:
6141         * BufferView_pimpl.[Ch]:
6142         * lyxfunc.C:
6143         * text2.C:
6144         * text3.C:
6145         * textcursor.[Ch]: remove toggleToggle & Co
6146
6147 2003-07-28  José Matos  <jamatos@fep.up.pt>
6148
6149         * buffer.C (readParagraph):
6150         * params_func (readParToken, readParagraph):
6151         * paragraph.C (write): \layout -> \begin_layout.
6152
6153 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6154
6155         * lyxlex_pimpl.C (setFile): clean up slightly.
6156
6157         * bufferparams.h: add compressed var
6158
6159         * buffer_funcs.C (readFile): adjust for LyXLex change
6160         (newFile): ditto + simplify
6161
6162         * buffer.C (writeFile): handle writing of compressed files
6163
6164         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
6165         Check if the file is compressed and set a bufferparm if so.
6166
6167         * Makefile.am (lyx_LDADD): remove explicit -lz
6168
6169 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6170
6171         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
6172         makeDocBookFile): put the real LyX version in the first line of
6173         the file
6174
6175         * version.h:
6176         * version.C.in: remove lyx_docversion
6177
6178         * tabular.C (write_attribute): add a template-based version to
6179         write enums properly
6180
6181 2003-07-28  André Pönitz  <poenitz@gmx.net>
6182
6183         * lyxtext.h:
6184         * text.C:
6185         * text2.C:
6186         * text3.C: use doubles again for x-coordinates. They are needed.
6187
6188 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6189
6190         * messages.C (getLocaleDir): use lyx_localedir()
6191
6192         * lyxlex_pimpl.C (setFile): compress stuff
6193
6194         * buffer.C (writeFile): add some compression stuff
6195         (do_writeFile): new func, dont call expliti close... will this
6196         breake anything?
6197
6198         * Makefile.am (lyx_LDADD): add -lz
6199
6200 2003-07-28  José Matos  <jamatos@fep.up.pt>
6201
6202         * buffer.C: increment file format.
6203         * paragraph_funcs (readParagraph, readParToken):
6204         * paragraph.C (readParagraph): add \end_layout.
6205
6206 2003-07-27  Angus Leeming  <leeming@lyx.org>
6207
6208         * Makefile.am: remove special casing for configure-time setting of
6209         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
6210
6211         * lyx_main.C (init): remove all Jean-Marc's magic setting of
6212         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
6213
6214 2003-07-26  André Pönitz  <poenitz@gmx.net>
6215
6216         * paragraph_func.[Ch]:
6217         * paragraph.C (realizeFont): inline it whereever it is used
6218
6219         * rowpainter.C:
6220         * text.C:
6221         * text2.C:
6222         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
6223
6224
6225 2003-07-26  André Pönitz  <poenitz@gmx.net>
6226
6227         *       lyxtext.h:
6228         * text.C:
6229         * text2.C: get rid of LyXText::need_break_row
6230
6231 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6232
6233         * toc.[Ch]: put namespace toc inside namespace lyx
6234
6235         * MenuBackend.C (expandToc2): adjust for lyx::toc
6236         (expandToc): ditto
6237
6238         * lyxfunc.C (dispatch): adjust for lyx::find
6239
6240         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
6241         lyx::find instead. Reorganize a bit.
6242         (LyXReplace): rename to replace
6243         (LyXFind): rename to find
6244
6245         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
6246         (dispatch): ditto
6247
6248 2003-07-26  André Pönitz  <poenitz@gmx.net>
6249
6250         * text.C (setHeightOfRow): restrict scope of temporary variable
6251
6252         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
6253           code (never has been used?)
6254
6255 2003-07-27  Asger Alstrup  <alstrup@local>
6256
6257         * text.C (fill): Optimise algorithm to exploit that we can reuse
6258         the LyXFont for many characters.
6259         (setHeightOfRow): Same thing.
6260         (rowBreakPoint): Same thing.
6261
6262 2003-07-26  Asger Alstrup  <alstrup@local>
6263
6264         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
6265
6266         * text.C (singleWidth): Spurious font copying in hot-spot
6267         singleWidth avoided. Reorder tests for arabic for efficiency.
6268
6269         * text.C (fill): handle empty paragraphs better.
6270
6271 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6272
6273         * ispell.C:
6274         * encoding.h: add includes
6275
6276         * lyxrc.C: remove reading of bind files
6277
6278         * lyx_main.C (init): setup bindings and menus only if we have a
6279         gui.
6280
6281         * kbmap.C (read): new method. Do the actual reading of bind
6282         files.
6283
6284         * converter.C (dvipdfm_options):
6285         * bufferparams.C:
6286         * lyxrc.C (read):
6287         (output): adapt PAPER_* enums.
6288
6289         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
6290
6291         * bufferparams.h: remove paper-related enums from there
6292
6293         * paper.h: New file. A trivial header file to hold paper-related
6294         enums. It should later expand to contain many paper-related
6295         horrors access.
6296
6297         * lyxrc.C: declare extern displayTranslator
6298
6299 2003-07-27  José Matos  <jamatos@fep.up.pt>
6300
6301         * tabular.[Ch] (linuxdoc): add support for tables and figures
6302         (linuxdoc).
6303
6304 2003-07-27  José Matos  <jamatos@fep.up.pt>
6305
6306         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
6307         consistency in both functions.
6308         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
6309
6310 2003-07-26  Asger Alstrup  <alstrup@local>
6311
6312         * rowpainter.C (paintRows): Change algorithm to work directly on
6313         the insets rather than asking every character in the document
6314         whether its an inset.
6315
6316 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
6317
6318         * buffer.C (openFileWrite): factorize some code
6319
6320 2003-07-26  Angus Leeming  <leeming@lyx.org>
6321
6322         * lyx_cb.C:
6323         * lyx_main.[Ch]: replace occurances of system_tempdir with
6324         os::getTmpDir().
6325
6326 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6327
6328         * rename Inset to InsetOld
6329
6330 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
6331
6332         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
6333         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
6334         which I think is a bit clearer. EDIT is gone, since it was
6335         premature optimisation, and broken for mathed anyway.
6336         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
6337         with cursor positioning in insets as well (math insets still do not
6338         work, but that's a different story anyway.) It mysteriously
6339         crashes sometimes with undo in the first paragraph, but I'm fairly
6340         confident that this is a compiler bug.
6341
6342 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6343
6344         * paragraph.C (Paragraph): adjust for new clone return type
6345         (operator==): ditto
6346         (copyIntoMinibuffer): ditto
6347
6348 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
6349
6350         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
6351         by not having a special case, and always doing a full rebreak of
6352         the document after undo.
6353
6354 2003-07-23  Angus Leeming  <leeming@lyx.org>
6355
6356         * factory.C (createInset): InsetExternal::setParams now takes a
6357         Buffer const * arg.
6358
6359 2003-07-23  Angus Leeming  <leeming@lyx.org>
6360
6361         * factory.C (createInset): changed interface to the external and
6362         graphics mailers' string2params functions.
6363
6364 2003-07-23  Angus Leeming  <leeming@lyx.org>
6365
6366         * factory.C (createInset): pass a
6367         Buffer const * parameter to InsetExternalMailer's string2params.
6368
6369 2003-07-22  John Levon  <levon@movementarian.org>
6370
6371         * Thesaurus.h: include the right aiksaurus header
6372
6373 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6374
6375         * MenuBackend.C (expand): check menu shortcuts unconditionally
6376
6377 2003-07-21  Angus Leeming  <leeming@lyx.org>
6378
6379         * factory.C (createInset): pass a
6380         buffer_path parameter to InsetGraphicsMailer's string2params.
6381
6382 2003-07-21  Angus Leeming  <leeming@lyx.org>
6383
6384         * BufferView_pimpl.C (buffer):
6385         * buffer.C (d-tor):
6386         * lyx_main.C (LyX):
6387         * lyxfunc.C (dispatch):
6388         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
6389         rather than the grfx shortcut.
6390
6391 2003-07-21  André Pönitz  <poenitz@gmx.net>
6392
6393         * rowpainter.C: remove unused variables
6394
6395         * tabular_funcs.C:
6396         * tabular_funcs.h: move to tabular.C
6397         * Makefile.am: adjust
6398
6399         * tabular.[Ch]: basic optical cleaning
6400
6401         * author.h: pass references, not values
6402
6403 2003-07-18  André Pönitz  <poenitz@gmx.net>
6404
6405         * lyxtext.h:
6406         * metricsinfo.C:
6407         * metricsinfo.h:
6408         * rowpainter.C:
6409         * text.C:
6410         * text2.C:
6411         * text3.C: two-phase drawing for InsetText and InsetTabular
6412         some float -> int changes.
6413
6414 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6415
6416         * lyx_main.C: fix the fix
6417
6418 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
6419
6420         * lyx_main.C: fix a crash in batch mode if no files specified
6421         * converter.C: ws
6422
6423 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
6424
6425         * format.[Ch] (papersize): moved to BufferParams
6426         * converter.[Ch] (dvips_options): moved to BufferParams
6427         (dvipdfm_options): moved to anon namespace
6428         * bufferparams.[Ch]: added above functions.
6429
6430 2003-07-17  André Pönitz  <poenitz@gmx.net>
6431
6432         * lyxtext.h:
6433         * rowpainter.C:
6434         * text2.C: don't call inset->update() anymore
6435
6436         * metricsinfo.[Ch]: add convenience constructor
6437
6438 2003-07-16  André Pönitz  <poenitz@gmx.net>
6439
6440         * lyxcursor.[Ch]:
6441         * lyxfunc.[Ch]:
6442         * text.C:
6443         * text2.C: replace the LyXCursor::irow_ member with
6444          on-demand computation of the value
6445
6446 2003-07-16  John Levon  <levon@movementarian.org>
6447
6448         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6449
6450 2003-07-15  André Pönitz  <poenitz@gmx.net>
6451
6452         * text.C:
6453         * text2.C: remove no more needed refresh_row
6454
6455 2003-07-15  André Pönitz  <poenitz@gmx.net>
6456
6457         * lyxtext.h:
6458         * rowpainter.C:
6459         * text2.C:
6460         * text3.C: refresh_status tristate -> need_update bool
6461
6462 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6463
6464         * lyxtext.h (init): remove reinit argument (act as if always true)
6465         * text2.C: adjust to that
6466
6467 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6468
6469         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6470         * text3.C: use it to delete selections in some cases
6471         (bugs 441, 673, 702, 954).
6472
6473 2003-07-14  André Pönitz  <poenitz@gmx.net>
6474
6475         * rowpainter.[Ch]: reduce interface
6476
6477 2003-07-14  André Pönitz  <poenitz@gmx.net>
6478
6479         * BufferView_pimpl.C:
6480         * text2.C: adjust after removing unused BufferView * argument
6481
6482 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6483
6484         * text2.C (init): fix a crash fired on resize
6485
6486 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6487
6488         * buffer.[Ch]: added new closing signal
6489         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6490         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6491         BufferView::Pimpl via the closing the signal
6492
6493 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6494
6495         * buffer.[Ch]: take out all bv-related from buffer
6496         * BufferView.C:
6497         * BufferView_pimpl.[Ch]: connect to new signals
6498         * CutAndPaste.C: removed useless asserts
6499         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6500         * lyxvc.[Ch]:
6501         * vc-backend.[Ch]:
6502         * lyxfunc.C: moved view-related funciontality from vc here
6503         * paragraph.C: removed outdated comments
6504         * text.C: ws
6505
6506 2003-07-10  André Pönitz  <poenitz@gmx.net>
6507
6508         * BufferView_pimpl.C:
6509         * tabular.h:
6510         * tabular_funcs.C:
6511         * text.C:
6512         * text2.C: remove InsetText::InnerCache, clean up consequences
6513
6514 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6515
6516         * ispell.C: fix two typos in error messages
6517
6518 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6519
6520         * Extend Note inset to other forms of annotation like Comment
6521         and Greyedout. Right button click gives dialog.
6522
6523         Files modified or added (+):
6524
6525         * insetnote.[Ch]
6526         * FormNote.[Ch]      +
6527         * ControlNote.[Ch]   +
6528         * form_note.fd       +
6529         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6530         frontends/controllers
6531         * xforms/Dialogs.C
6532         * factory.C
6533
6534 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6535
6536         * aspell.C: add missing namespace lyx::support
6537
6538 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6539
6540         * BufferView.[Ch] (newFile): Add
6541         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6542         * LaTeX.[Ch] (message): added this signal and use it
6543         * buffer.[Ch] (busy, message): added these signals and use them
6544         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6545         * converter.C:
6546         * exporter.C:
6547         * format.C:
6548         * importer.C: use buffer signals instead of direct bv calling
6549         * lyx_cb.[Ch] (ShowMessage): removed
6550         * lyx_main.C:
6551         * lyxfunc.C:
6552         * paragraph_funcs.C:
6553         * text2.C: use buffer signals
6554
6555 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6556
6557         * introduce namespace lyx::graphics
6558
6559 2003-07-02  André Pönitz  <poenitz@gmx.net>
6560
6561         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6562
6563 2003-07-01  André Pönitz  <poenitz@gmx.net>
6564
6565         * text.C:
6566         * text2.C:
6567         * text3.C:
6568         * text_funcs.[Ch]:
6569         * textcursor.h:
6570         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6571           text*.C to text_func.C
6572
6573 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6574
6575         * introduce namespace lyx::support
6576
6577 2003-06-30  André Pönitz  <poenitz@gmx.net>
6578
6579         * Chktex.C:
6580         * funcrequest.C:
6581         * lyxtext.h:
6582         * text.C: re-enable --with-included-string
6583
6584 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6585
6586         * textcursor.C: add <config.h>
6587
6588         * text.C (getWord): remove const from word_location arg
6589
6590         * lyxvc.C (getLogFile): fix const type order
6591
6592         * lyxtext.h: remove const from word_location arg, add arg name
6593
6594         * lyxlayout.h: currect type on labeltype.
6595
6596         * importer.C: correct \file
6597
6598         * converter.C (intToFormat): use std:: on ret val, ws changes
6599
6600         * bufferlist.h: correct \file
6601
6602         * buffer.C (makeLinuxDocFile): fix const type order
6603         (makeDocBookFile): ditto
6604         (fillWithBibKeys): use std:: on stdlib args.
6605
6606         * CutAndPaste.C: fix authors.
6607         (availableSelections): use std:: on return vector
6608
6609 2003-06-27  André Pönitz  <poenitz@gmx.net>
6610
6611         * BufferView_pimpl.C:
6612         * bufferview_funcs.C:
6613         * lyxcursor.C:
6614         * lyxcursor.h:
6615         * lyxfunc.C:
6616         * lyxtext.h:
6617         * rowpainter.C:
6618         * text.C:
6619         * text2.C:
6620         * text3.C: remove LyXCursor::row_ member
6621
6622         * lyxtext.h:
6623         * text.C: rename fullRebreak() to partialRebreak() and implement
6624           a fullRebreak() that really bereks fully
6625
6626         * textcursor.h: new struct for cursor-related data
6627
6628 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6629
6630         * lyx_main.C (LyX): get full path of document loaded on the
6631         command line
6632
6633 2003-06-26  André Pönitz  <poenitz@gmx.net>
6634
6635         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6636           remove unused/broken operator>,<,>=.
6637
6638         *       text.C: remove only use of broken operator<= in an Assert().
6639
6640 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6641
6642         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6643         moved errorlist_.clear to showErrorList
6644
6645 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6646
6647         * converter.C (scanLog, runLaTeX):
6648         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6649         move the bv->showErrorList call to the callers
6650         * lyxfunc.C: i.e. here...
6651         * text2.C: and here
6652         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6653         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6654         namespace, the second to...
6655         * buffer_funcs (BufferFormat, parseErrors): added
6656         * errorlist.C (ErrorList(TeXErrors const &)): removed
6657
6658 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6659
6660         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6661
6662 2003-06-24  "Garst R. Reese" <reese@isn.net>
6663
6664         * debug.C: fix typo
6665
6666 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6667
6668         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6669
6670         * version.C.in: change docversion to 1.4
6671
6672 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6673
6674         * buffer.C: fix a bug just introduced
6675
6676 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6677
6678         * buffer.[Ch]: added the parseError signal and use it, removed
6679         sgmlError
6680         * BufferView.[Ch] (addError): moved to ...
6681         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6682         to the Buffer::parseError signal to catch (guess what) parse errors
6683         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6684
6685 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6686
6687         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6688         ability to create a buffer and to return an existing one from
6689         the list. Moved these functions to...
6690         * buffer_funcs.[Ch]: added
6691         * BufferView.[Ch] (loadLyXFile): added
6692         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6693         job removed from bufferlist::loadLyXFile.
6694         * buffer.C (setReadOnly): make it work without view
6695         (i.e added an if (users))
6696
6697 2003-06-19  Angus Leeming  <leeming@lyx.org>
6698
6699         * lfuns.h:
6700         * LyXAction.C (init):
6701         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6702         with LFUN_DIALOG_SHOW <name> <data>.
6703
6704 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6705
6706         * CutAndPaste.C (availableSelections): small compilation fix for
6707         ancient (gcc 2.9x) compilers
6708
6709 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6710
6711         * text3.C (cursorNext): add tmp var
6712
6713         * text2.C (updateCounters): for function calling out of for clause
6714         (replaceSelectionWithString): ditto
6715         (insertStringAsParagraphs): ditto
6716         (getColumnNearX): add tmp var
6717         (setCursorFromCoordinates): add tmp var
6718         (cursorDownParagraph): add tmp var
6719         (deleteEmptyParagraphMechanism): add tmp var
6720
6721         * text.C (insertChar): add tmp var
6722
6723         * rowpainter.C (paintDepthBar): add tmp var
6724
6725         * CutAndPaste.C (availableSelections): potentially check all
6726         paragraphs in a cut to fill the shown strings.
6727
6728 2003-06-18  André Pönitz  <poenitz@gmx.net>
6729
6730         * kbmap.[Ch]: use vector<> instead of list<>
6731
6732 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6733
6734         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6735         pasteSelection with index
6736
6737         * text2.C (pasteSelection): modify, call pasteSelection with index
6738
6739         * paragraph.C (asString): reimplement version with no interval to
6740         call the one with interval.
6741
6742         * lyxtext.h: add index arg to pasteSelection
6743
6744         * MenuBackend.C (MenuItem): handle PasteRecent
6745         (Menu::read::Menutags): add md_pasterecent
6746         (read): handle it
6747         (expandPasteRecent): new function
6748         (expand): use it
6749
6750         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6751
6752         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6753         the limited stack
6754         (availableSelections): new function
6755
6756 2003-06-17  Angus Leeming  <leeming@lyx.org>
6757
6758         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6759
6760 2003-06-17  Angus Leeming  <leeming@lyx.org>
6761
6762         * lfuns.h:
6763         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6764
6765         * lyxfunc.C (dispatch): invoke it.
6766
6767 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6768
6769         * iterators.C (operator++, ParPosition): reintroduce some
6770         const_cast for the benefit of older compilers.
6771
6772 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6773
6774         * text3.C (dispatch): do not modify clipboard when doing
6775         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6776         LFUN_DELETE_SKIP on a selection selection
6777
6778 2003-06-16  André Pönitz  <poenitz@gmx.net>
6779
6780         * BufferView.C:
6781         * buffer.C:
6782         * buffer.h:
6783         * paragraph.C:
6784         * tabular.[Ch]: IU of clone() and getLabelList();
6785
6786 2003-06-13  André Pönitz  <poenitz@gmx.net>
6787
6788         * tabular.h: compactification
6789
6790 2003-06-12  André Pönitz  <poenitz@gmx.net>
6791
6792         * tabular.C:
6793         * tabular.h:
6794         * tabular_funcs.h: some renaming plus whitespace
6795
6796 2003-06-12  André Pönitz  <poenitz@gmx.net>
6797
6798         * BufferView.C:
6799         * BufferView_pimpl.C:
6800         * CutAndPaste.C:
6801         * buffer.C:
6802         * iterators.[Ch]:
6803         * lyxfunc.C:
6804         * text.C:
6805         * toc.C: Return a Paragraph & for ParIterator::operator*()
6806
6807 2003-06-11  John Levon  <levon@movementarian.org>
6808
6809         * lyx_main.C:
6810         * ToolbarBackend.h:
6811         * ToolbarBackend.C: add "Toolbars" section and
6812         put the flags there
6813
6814 2003-06-10  Angus Leeming  <leeming@lyx.org>
6815
6816         * lfuns.h:
6817         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6818
6819         * lyxfunc.C (dispatch): invoke it.
6820
6821 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6822
6823         * main.C: protect <ios> with HAVE_IOS
6824         (main): protect sync_with_stdio with HAVE_IOS
6825
6826 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6827
6828         * text2.C (cutSelection): adjust
6829         (pasteSelection): adjust
6830
6831         * messages.C: handle get of empty string
6832
6833         * main.C (main): use sync_with_stdio(false)
6834
6835         * lyxfunc.C (dispatch): adjust
6836
6837         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6838         (WriteAs): remove unneeded BufferView arg.
6839
6840         * bufferparams.h: use correct types on papersize, papersize2 and
6841         paperpackage.
6842
6843         * bufferparams.C (readToken): adjust for type
6844         (writeLaTeX): add missing cases to switch.
6845
6846         * bufferlist.C (quitWriteBuffer): adjust
6847         (close): adjust
6848
6849         * buffer.C (asciiParagraph): remove some commented code.
6850
6851         * CutAndPaste.C: remove current_view extern variable.
6852         (cutSelection): add BufferParams arg.
6853         (eraseSelection): add BufferParams arg.
6854         (pasteSelection): add Buffer const & arg
6855
6856 2003-06-07  John Levon  <levon@movementarian.org>
6857
6858         * buffer.C:
6859         * paragraph_funcs.C:
6860         * paragraph_pimpl.C:
6861         * text.C:
6862         * text2.C:
6863         * paragraph.h:
6864         * paragraph.C: allow InsetERT to freely space lines,
6865         and some consolidation of code
6866
6867 2003-06-06  José Matos  <jamatos@fep.up.pt>
6868
6869         * buffer.C (makeDocBookFile): fix bug #821
6870
6871 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6872
6873         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6874
6875 2003-06-04  Angus Leeming  <leeming@lyx.org>
6876
6877         * buffer.C: bump format to 224.
6878
6879 2003-06-05  André Pönitz  <poenitz@gmx.net>
6880
6881         * text2.C (redoParagraphs): remove two const_cast<>
6882
6883 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6884
6885         * ParagraphList.h: remove last remnants of NO_STD_LIST
6886
6887 2003-06-03  Angus Leeming  <leeming@lyx.org>
6888
6889         * factory.C (createInset): small change to the way InsetExternal's params
6890         are set.
6891
6892 2003-06-04  André Pönitz  <poenitz@gmx.net>
6893
6894         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6895
6896         * paragraph_pimpl.h:
6897         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6898
6899         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6900
6901         * undo_funcs.C: make some simple cases of undo work again
6902
6903 2003-06-03  John Levon  <levon@movementarian.org>
6904
6905         * ispell.C: HPUX doesn't have sys/select.h
6906         (from Albert Chin)
6907
6908 2003-06-03  John Levon  <levon@movementarian.org>
6909
6910         * CutAndPaste.C: update tabular and include inset
6911         buffer references
6912
6913         * buffer.h:
6914         * paragraph.h:
6915         * paragraph.C: remove owningBuffer(), don't pass Buffer
6916         to clone()
6917
6918         * factory.C: insetGraphicsParams changed
6919
6920 2003-06-02  John Levon  <levon@movementarian.org>
6921
6922         * LyXAction.C:
6923         * factory.C:
6924         * lfuns.h:
6925         * lyxfunc.C:
6926         * text3.C: remove insetparent
6927
6928 2003-06-02  John Levon  <levon@movementarian.org>
6929
6930         * buffer.h:
6931         * buffer.C: fix inset_iterator.end(), move out of line
6932         (bug 1149)
6933
6934 2003-06-01  John Levon  <levon@movementarian.org>
6935
6936         * text3.C: use a proper cut/paste when doing inset
6937         insert (from Jürgen Spitzmüller)
6938
6939 2003-06-01  John Levon  <levon@movementarian.org>
6940
6941         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6942
6943 2003-05-30  André Pönitz  <poenitz@gmx.net>
6944
6945         * rowpainter.C: unify second drawing phase
6946
6947 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6948
6949         * trans_mgr.C: remove one case of current_view
6950
6951         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6952
6953         * paragraph_funcs.h: remove paragraph.h include
6954
6955         * paragraph.h: delete NO_STD_LIST stuff
6956
6957         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6958
6959         * buffer.h: remove paragraph.h include
6960
6961         * ParagraphList.C: delete file
6962
6963         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6964
6965         * toc.C (getTocList): adjust
6966
6967         * paragraph_pimpl.C (validate): adjust
6968
6969         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6970
6971         * paragraph.C (Paragraph): adjust
6972         (getPositionOfInset): use const_iterator, adjust
6973         (bibitem): use const_iterator, adjust
6974         (setInsetOwner): adjust
6975
6976         * iterators.C (operator++): adjust
6977
6978         * InsetList.[Ch]: Replace selfmade iterator with standard
6979         vector::iterator also introduce const_iterator. Remove getPos,
6980         getInset and setInset from InsetTable. Adjust accordingly.
6981
6982         * BufferView.C (lockInset): adjust
6983         (ChangeInsets): adjust
6984
6985         * tabular.[Ch]: delete commented same_id functions
6986
6987 2003-05-28  John Levon  <levon@movementarian.org>
6988
6989         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6990
6991 2003-05-28  André Pönitz  <poenitz@gmx.net>
6992
6993         * metricsinfo.[Ch]: remove 'fullredraw' member
6994
6995 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6996
6997         * lyxtextclass.C (operator): remove caching.
6998
6999 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7000
7001         * text3.C: adjust
7002
7003         * text2.C (cursorBottom): adjust
7004         (setCounter): use ParagraphList::find, adjust
7005
7006         * text.C (workWidth): use ParagraphList::find, adjust
7007
7008         * lyxcursor.C (LyXCursor): adjust
7009
7010         * buffer.C (inset_iterator): adjust
7011
7012         * ParagraphList.h: make iterator(value_type) private, make
7013         ParagraphList a friend of iterator.
7014
7015         * ParagraphList.C (find): new function
7016
7017         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7018
7019 2003-05-27  André Pönitz  <poenitz@gmx.net>
7020
7021         * dimension.[Ch]: a -> asc, d -> des, w -> wid
7022
7023 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7024
7025         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
7026
7027 2003-05-26  John Levon  <levon@movementarian.org>
7028
7029         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
7030
7031 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
7032
7033         * remove same_id from function signatures, adjust.
7034
7035 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7036
7037         * undo_funcs.C (createUndo): use the id functions directly, adjust.
7038
7039         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
7040
7041         * paragraph.C (Paragraph): get rid of same_ids parameter
7042
7043         * ParagraphList.C (insert): adjust
7044         (push_back): adjust
7045
7046 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7047
7048         * paragraph_funcs.C (breakParagraph): adjust
7049         (breakParagraphConservative): adjust
7050
7051         * buffer.C (readParagraph): adjust
7052
7053         * ParagraphList.C (insert): take a reference instead of a pointer
7054         (insert): adjust
7055
7056         * paragraph.[Ch] (id): new function
7057
7058         * bufferlist.C (newFile): adjust
7059
7060         * ParagraphList.C (ParagraphList): adjust
7061         (assign): adjust
7062         (push_back): take a reference instead of a pointer.
7063
7064         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
7065
7066         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
7067         instead.
7068
7069         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
7070         set else use old code.
7071
7072         * ParagraphList.C: remove all NO_NEXT code and only compile this
7073         code of NO_STD_LIST is set.
7074
7075 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7076
7077         * BufferView_pimpl.C:
7078         * TextCache.C:
7079         * TextCache.h:
7080         * bufferlist.C:
7081         * errorlist.h:
7082         * format.C:
7083         * format.h:
7084         * graph.C:
7085         * lyxfunc.C:
7086         * lyxrc.C:
7087         * graphics/GraphicsConverter.C:
7088         * graphics/PreviewLoader.C: header adjustment
7089
7090 2003-05-23  Angus Leeming  <leeming@lyx.org>
7091
7092         * LaTeXFeatures.[Ch] (useBabel): new method.
7093         * bufferparams.C (writeLaTeX): use it.
7094
7095 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7096
7097         * ParagraphList.h (set): remove unused function.
7098
7099 2003-05-23  André Pönitz  <poenitz@gmx.net>
7100
7101         * BufferView.C:
7102         * BufferView_pimpl.C:
7103         * buffer.C:
7104         * buffer.h:
7105         * lyxfunc.C:
7106         * undo_funcs.C: setUndo reworked
7107
7108         * iterators.[Ch]: add access to topmost ParagraphList
7109
7110         * lyxtext.[Ch] (workWidth): add a const
7111
7112 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
7113
7114         * texrow.[Ch] (increasePos): remove function
7115         * exporter.C (export): removed unused var and outdated comment
7116
7117 2003-05-23  Angus Leeming  <leeming@lyx.org>
7118
7119         * latexrunparams.h: rename fragile as moving_arg.
7120         * paragraph.C (simpleTeXOnePar): ditto.
7121         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
7122
7123 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7124
7125         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
7126         (createUndo): ditto
7127         (textUndoOrRedo): comment out a currently unused var.
7128
7129         * paragraph.h (NO_NEXT): enable NO_NEXT
7130
7131         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
7132
7133         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
7134
7135         * exporter.C (Export): adjust for removeAutoInsets removal.
7136
7137         * buffer.C (runChktex): adjust for removeAutoInsets removal.
7138
7139         * LyXAction.C (init): remove LFUN_REMOVEERRORS
7140
7141         * BufferView.[Ch] (removeAutoInsets): delete function
7142
7143 2003-05-22  Angus Leeming  <leeming@lyx.org>
7144
7145         * latexrunparams.h: add a free_spacing variable.
7146
7147         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
7148         to pass moving_arg, as the data is stored in runparams.fragile.
7149
7150         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
7151         to Inset::latexOptional or to simpleTeXOnePar.
7152
7153         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
7154         free_spacing arg to Inset::latexOptional.
7155
7156         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7157         free_spacing arg.
7158
7159 2003-05-22  Angus Leeming  <leeming@lyx.org>
7160
7161         * latexrunparams.h: add fragile and use_babel variables.
7162
7163         * bufferparams.[Ch] (writeLaTeX): return use_babel.
7164         * buffer.C (makeLaTeXFile): store this returned value in
7165         runparams.use_babel, thus passing it to the inset::latex methods.
7166
7167         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
7168         simpleTeXSpecialChars as it is now stored in runparams.fragile.
7169
7170         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
7171         longer has a fragile arg, as it is stored in runparams.fragile.
7172
7173         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
7174         moving_arg parameter as the data is stored in runparams.fragile.
7175
7176         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
7177         a fragile parameter as the data is stored in runparams.fragile.
7178
7179 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7180
7181         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
7182
7183 2003-05-22  Angus Leeming  <leeming@lyx.org>
7184
7185         * latexrunparams.h: add a 'bool nice' which defaults to false.
7186
7187         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
7188         now encapsulated within runparams.
7189
7190         * bufferlist.C (updateIncludedTeXfiles):
7191         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
7192
7193 2003-05-22  Angus Leeming  <leeming@lyx.org>
7194
7195         * latexrunparams.h: new file containing struct LatexRunParams.
7196         * Makefile.am: add new file.
7197
7198         * LaTeX.[Ch] (c-tor, run):
7199         * buffer.[Ch] (makeLaTeXFile):
7200         * bufferlist.[Ch] (updateIncludedTeXfiles):
7201         * converter.C (convert, scanLog):
7202         * converter.[Ch] (runLaTeX):
7203         * exporter.C (Export):
7204         * paragraph.[Ch] (simpleTeXOnePar):
7205         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
7206         * paragraph_funcs.[Ch] (latexParagraphs):
7207         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
7208         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
7209         pass around a LatexRunParams parameter.
7210
7211 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7212
7213         * paragraph.[Ch]: remove unused constructor
7214
7215         * ParagraphList.C (erase): new function, taking two iterators
7216
7217 2003-05-22  André Pönitz  <poenitz@gmx.net>
7218
7219         * undo_funcs.C: remove duplicated code
7220
7221         * iterator.[Ch]: operator=
7222
7223 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
7224
7225         * tabular.C (SetMultiColumn): ws changes
7226
7227         * rowpainter.C (paintFirst): get rid of a ->previous
7228
7229         * lyx_cb.C (getPossibleLabel): parlist simplification
7230
7231         * BufferView.C (ChangeInsets): simplify slightly.
7232
7233 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
7234
7235         * LyXAction.C: new lfun space-insert, kill protected-space-insert
7236         * lfuns.h: new LFUN_SPACE
7237         * lyxfunc.C: protected space has a new lfun
7238         * paragraph_funcs.C: read new space insets
7239         * text3.C:
7240         * factory.C: handle new space insets
7241
7242 2003-05-22  André Pönitz  <poenitz@gmx.net>
7243
7244         * BufferView.C:
7245         * BufferView_pimpl.C:
7246         * buffer.[Ch]:
7247         * lyxfunc.C:
7248         * undo_funcs.C: return a ParIterator from getParFromID.
7249
7250         * iterators.[Ch]: add two const's
7251
7252 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
7253
7254         * toc.C (getTocList): adjust
7255
7256         * iterators.[Ch]: rework for parlist
7257
7258         * buffer.C (par_iterator_begin): adjust
7259         (par_iterator_end): adjust
7260
7261         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
7262
7263         * BufferView.C (removeAutoInsets): adjust
7264         (ChangeInsets): adjust
7265
7266 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
7267
7268         * text.C (top_y): fix bug 1110
7269
7270 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
7271
7272         * errorlist.[Ch]: added
7273         * buffer.C:
7274         * BufferView.[Ch]:
7275         * BufferView_pimpl.C:
7276         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
7277         instead
7278
7279 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7280
7281         * Makefile.am: ensure that lyx is relinked upon changes to the
7282         various "convenience" libs.
7283
7284 2003-05-20  Angus Leeming  <leeming@lyx.org>
7285
7286         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
7287         files are compiled in alphabetical order again.
7288
7289         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
7290
7291 2003-05-19  Angus Leeming  <leeming@lyx.org>
7292
7293         * gettext.[Ch]: remove "char const * _(char const *)".
7294
7295 2003-05-19  André Pönitz  <poenitz@gmx.net>
7296
7297         * dimension.[Ch]: promote from mathed/dimension.[Ch]
7298
7299         * Makefile.am:
7300         * BufferView.C:
7301         * DepTable.h:
7302         * LaTeXFeatures.C:
7303         * buffer.C:
7304         * lyxfont.C:
7305         * lyxlex.h:
7306         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
7307
7308 2003-05-19  André Pönitz  <poenitz@gmx.net>
7309
7310         * buffer.C:
7311         * lyxlayout.[Ch]:
7312         * lyxtextclass.[Ch]:
7313         * paragraph.C:
7314         * paragraph_funcs.[Ch]:
7315         * text2.C:
7316         * text3.C: more insetenv work
7317
7318 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
7319
7320         * ParagraphParameters.C (params2string): small bug fixed
7321
7322 2003-05-16  André Pönitz  <poenitz@gmx.net>
7323
7324         * debug.C:
7325         * bufferview_funcs.C: patch from Kornel Benko to prevent
7326           crash when _(...) is called twice in a statement
7327
7328 2003-05-16  André Pönitz  <poenitz@gmx.net>
7329
7330         * BufferView.C:
7331         * lyxfunc.C:
7332         * text.C:
7333         * text2.C:
7334         * text3.C:
7335         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
7336
7337 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
7338
7339         * lyx_main.C (init): remove spurious static_cast
7340
7341 2003-05-14  André Pönitz  <poenitz@gmx.net>
7342
7343         * BufferView.C: fix format string
7344
7345 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
7346
7347         * BufferView.[Ch] (insertErrors): removed
7348         * BufferView.[Ch] (showErrorList): added
7349         * buffer.C (runChkTeX):
7350         * converter.C (scanLog): call showErrorList instead of inserterrors
7351
7352 2003-05-13  André Pönitz  <poenitz@gmx.net>
7353
7354         * BufferView_pimpl.C:
7355         * buffer.C:
7356         * bufferview_func.C:
7357         * MenuBackend.C:
7358         * lyxfunc.C:
7359         * lyxrc.C:
7360         * tex-accent.C:
7361         * text3.C:
7362         * toc.C:
7363         * tabular_funcs.h: tostr() from its own header
7364
7365         * ParagraphParameters.C:
7366         * ToolbarBackend.C:
7367         * bufferparams.C:
7368         * format.C:
7369         * lyxlex_pimpl.C:
7370         * text3.C: STRCONV()
7371
7372 2003-05-12  André Pönitz  <poenitz@gmx.net>
7373
7374         * BufferView.C:
7375         * BufferView_pimpl.C:
7376         * CutAndPaste.C:
7377         * LaTeX.C:
7378         * LaTeXFeatures.C:
7379         * ParagraphParameters.C:
7380         * buffer.C:
7381         * bufferlist.C:
7382         * bufferparams.C:
7383         * bufferview_funcs.C:
7384         * converter.C:
7385         * counters.C:
7386         * debug.C:
7387         * exporter.C:
7388         * format.C:
7389         * importer.C:
7390         * lyx_cb.C:
7391         * lyx_main.C:
7392         * lyxfont.C:
7393         * lyxfunc.C:
7394         * lyxvc.C:
7395         * paragraph.C:
7396         * paragraph_funcs.C:
7397         * tabular.C:
7398         * tabular_funcs.C:
7399         * text2.C:
7400         * text3.C:  boost::format -> bformat  all over the place
7401
7402
7403 2003-05-09  André Pönitz  <poenitz@gmx.net>
7404
7405         * LColor.[Ch]: Pimpl the #include <map> away
7406
7407 2003-05-09  John Levon  <levon@movementarian.org>
7408
7409         * bufferlist.C: never remove emergency saves
7410
7411 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
7412
7413         * Makefile.am: better lib building
7414
7415 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
7416
7417         * texrow.[Ch]: remove dependency on Paragraph and just store a id
7418         instead.
7419         * paragraph_pimpl.C (simpleTeXBlanks): adjust
7420         (simpleTeXSpecialChars): adjust
7421         (simpleTeXSpecialChars): adjust
7422         * paragraph.C (simpleTeXOnePar): adjust
7423         * buffer.C (makeLaTeXFile): adjust
7424
7425         * Makefile.am (BOOST_LIBS): allow boost as system lib.
7426
7427         * text2.C (changeDepth): parlist cleanup
7428         (getColumnNearX): ditto
7429
7430         * rowpainter.C (getLabelFont): parlist cleanup
7431
7432         * bufferlist.C (newFile): parlist cleanup
7433
7434         * CutAndPaste.C (eraseSelection): parlist cleanup
7435
7436         * BufferView_pimpl.C (trackChanges): parlist cleanup
7437         (dispatch): ditto
7438
7439         * BufferView.C (lockInset): parlist cleanup.
7440         (ChangeInsets): ditto
7441
7442 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
7443
7444         * CutAndPaste.h: Update file header.
7445
7446         * CutAndPaste.C: Update file header.
7447         Store the parts cut out of the Document in a limited_stack.
7448         (copySelection): adjust
7449         (pasteSelection): new function, takes the index in the limited stack.
7450         (nrOfParagraphs): adjust
7451         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7452         simplify error inset insertion.
7453         (checkPastePossible): adjust
7454
7455 2003-05-06  John Levon  <levon@movementarian.org>
7456
7457         * text2.C: don't cast wrap inset to float
7458
7459 2003-05-05  André Pönitz  <poenitz@gmx.net>
7460
7461         * iterator.C:
7462         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7463
7464         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7465           few naked Paragraph *.
7466
7467 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7468
7469         * bufferparams.C: Output warning if a document with missing
7470         TeX document class is loaded
7471         * exporter.C: Disable TeX exports if the document class is missing
7472         * lyxtextclass.C:
7473         * lyxtextclass.h:
7474         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7475         isTeXClassAvailable()
7476
7477 2003-05-03  John Levon  <levon@movementarian.org>
7478
7479         * BufferView.h:
7480         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7481         explicit cursor show/hide
7482
7483         * BufferView_pimpl.h:
7484         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7485         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7486
7487         * lyxfunc.C: hide cursor before dispatching.
7488
7489         * lyx_cb.C:
7490         * lyxfind.C:
7491         * text.C:
7492         * text3.C: remove explicit cursor hides
7493
7494 2003-05-02  André Pönitz  <poenitz@gmx.net>
7495
7496         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7497
7498         * undo_funcs.C:
7499         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7500           linked lists
7501
7502         * text2.C: tiny whitespace
7503
7504 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7505
7506         * undo_funcs.C: almost only ws changes.
7507
7508         * ParagraphList.C (splice): just return if pl is empty.
7509
7510 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7511
7512         * ParagraphList.C (splice): new function.
7513
7514         * CutAndPaste.C (pasteSelection): use it
7515
7516 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7517
7518         * CutAndPaste.C (pasteSelection): remove the last next and
7519         previous from this file.
7520
7521 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7522
7523         * CutAndPaste.C (pasteSelection): more clean up, user proper
7524         ParagraphList functions for pasteing.
7525
7526         * ParagraphList.C (insert): new function, three arg insert
7527
7528 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7529
7530         * ParagraphList.C (insert): new function, three arg insert
7531
7532         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7533         not on paragraphs.
7534
7535 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7536
7537         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7538
7539 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7540
7541         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7542
7543 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7544
7545         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7546         (copySelection): clean up a bit.
7547         (pasteSelection): use make_pair
7548
7549         * ParagraphList.C (ParagraphList): implement copy constructor
7550         (operator=): implement, base on copy constructor.
7551         (assign): new func
7552
7553         * paragraph.C (erase): return a bool
7554
7555         * paragraph_pimpl.C (erasePos): remove function, move contents...
7556         (erase): ... here. Return a bool.
7557         (erase): call erase instead of erasePos.
7558
7559 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7560
7561         * ParagraphList.h: define PitPosPair
7562         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7563         ParagraphList, fix a bug on pasting multiple pars
7564         * text2.C: change interface to C&P
7565
7566 2003-04-30  André Pönitz  <poenitz@gmx.net>
7567
7568         * undo_func.C: revert part of yesterday's patch 2
7569
7570 2003-04-30  John Levon  <levon@movementarian.org>
7571
7572         * LColor.C: s/tabular/table/
7573
7574 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7575
7576         * text3.C (dispatch): do not convert iterator -> pointer
7577         * undo_funcs.C (setCursorParUndo): ditto
7578         * text_funcs.C (transposeChars): ditto
7579
7580         * text2.C (setLayout): ws changes only
7581
7582         * text.C (breakParagraph): do not convert iterator -> pointer
7583         (insertChar): ditto
7584         (acceptChange): ditto
7585         (rejectChange): ditto
7586         (changeCase): ditto
7587         (Delete): ditto
7588         (backspace): ditto
7589
7590         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7591         pointer
7592
7593 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7594
7595         * text3.C (gotoInset): YABG (yet another bad getChar)
7596
7597 2003-04-29  André Pönitz  <poenitz@gmx.net>
7598
7599         * paragraph.h: make operator= private unimplemented as long as
7600           it is unusable
7601
7602         * ParagraphList.C: whitespace
7603
7604         * paragraph.[Ch]:
7605         * paragraph_pimpl.[Ch]:
7606         * paragraph_funcs.C:
7607         * CutAndPaste.C:
7608         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7609
7610         * text2.C:
7611           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7612
7613 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7614
7615         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7616         * paragraph.[Ch] (erase):
7617         * paragraph_pimpl.[Ch] (erase): change return type and value
7618         * text2.C (cutSelection): some rework
7619
7620 2003-04-28  John Levon  <levon@movementarian.org>
7621
7622         * bufferlist.C: changes for unsaved changes dialog
7623
7624 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7625
7626         * bufferlist.C (newFile): set language (messages_) for new
7627         documents also.
7628
7629         * buffer.C (readFile): ws changes only.
7630
7631 2003-04-28  André Pönitz  <poenitz@gmx.net>
7632
7633         * undo_funcs.C:
7634         * lyxfunc.C:
7635         * buffer.[Ch]:
7636         * BufferView_pimpl.C:
7637         * BufferView.C: getParFromID related ParagraphList::iterator changes
7638
7639 2003-04-28  André Pönitz  <poenitz@gmx.net>
7640
7641         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7642           Changes
7643
7644 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7645
7646         * messages.C: remove one more localedir class variable.
7647
7648 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7649
7650         * messages.C (getLocaleDir): singleton generation function
7651         (Pimpl): use it.
7652         (Messages): add a default constructor.
7653
7654         * main.C (main): do not setup localedir here, do not call
7655         gettext_init.
7656
7657         * gettext.C (_): use it.
7658         (gettext_init): delete funciton
7659
7660 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7661
7662         * gettext.C (getLyXMessages): new singleton generating function.
7663
7664         * buffer.C (updateDocLang): adjust
7665
7666         * Makefile.am (messages.o): add target
7667         (main.o): remove target
7668
7669 2003-04-27  John Levon  <levon@movementarian.org>
7670
7671         * bufferlist.C:
7672         * lyx_cb.C:
7673         * lyxfunc.C:
7674         * lyxvc.C: specify cancel button in Alert::prompt
7675
7676 2003-04-26  John Levon  <levon@movementarian.org>
7677
7678         * text3.C:
7679         * lyxfunc.C:
7680         * lfuns.h:
7681         * LyXAction.C: add LFUN_INSET_SETTINGS
7682
7683         * lyxfunc.C: don't enable tabular-feature when there's
7684         just any locking inset
7685
7686 2003-04-26  John Levon  <levon@movementarian.org>
7687
7688         * bufferlist.C: re-add Cancel to buffer close question
7689
7690         * lyxfunc.C: fix import UI a bit
7691
7692 2003-04-25  John Levon  <levon@movementarian.org>
7693
7694         * gettext.C: remove the broken asserts for now
7695
7696 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7697
7698         * messages.C: make case where setlocale cannot comply work better.
7699
7700         * buffer.C (updateDocLang): new function
7701         (changeLanguage): use it
7702         (readFile): use it
7703
7704         * text2.C (setCounter): use B_ a bit.
7705
7706         * lyxlayout.C (Read): be sure to trim the label strings.
7707
7708         * messages.C (Messages): fix typo in comment
7709
7710         * buffer.C (readFile): set message_ after file is loaded.
7711         (makeDocBookFile): remove double return
7712         (changeLanguage): reset message_ upon language change.
7713         (B_): new func, use this to get translated buffer strings.
7714
7715         * main.C: add myself and Jean Marc as authors.
7716
7717 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7718
7719         * messages.[hC]: pimplify Messages, and three different pimpls to be
7720         used in different circumstances.
7721
7722         * gettext.[Ch]: change for use with new message code.
7723
7724 2003-04-24 André Pönitz <poenitz@gmx.net>
7725
7726         * factory.C: support for eqref
7727
7728 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7729
7730         * messages.[Ch]: add missing char
7731
7732         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7733
7734         * messages.[Ch]: New files
7735
7736 2003-04-18  John Levon  <levon@movementarian.org>
7737
7738         * BufferView.h:
7739         * BufferView.C:
7740         * BufferView_pimpl.C:
7741         * lfuns.h:
7742         * LyXAction.C:
7743         * lyxtext.h:
7744         * text2.C: remove layout-copy/paste (bug 778)
7745
7746 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7747
7748         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7749
7750 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7751
7752         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7753         if they succeed. Act accordingly.
7754
7755 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7756
7757         * text2.C (setCharFont): adjust
7758         (setCounter): adjust
7759         (insertStringAsLines): adjust
7760
7761         * text.C (leftMargin): adjust
7762         (setHeightOfRow): adjust
7763
7764         * rowpainter.C (paintFirst): adjust
7765         (paintLast): adjust
7766
7767         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7768         (outerHook): ditto
7769         (isFirstInSequence): ditto
7770         (getEndLabel): ditto
7771         (outerFont): adjust
7772
7773         * paragraph.C (getParLanguage): comment out some hard stuff.
7774
7775         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7776         (sgmlError): ditto
7777         (simpleDocBookOnePar): ditto
7778         (makeDocBookFile): use ParagraphList::iterator
7779
7780         * CutAndPaste.C (pasteSelection): adjust
7781
7782 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7783
7784         * text2.C (getFont): adjust
7785         (getLayoutFont): adjust
7786         (getLabelFont): adjust
7787
7788         * paragraph_funcs.C (TeXOnePar): adjust
7789
7790         * buffer.C (simpleLinuxDocOnePar): adjust
7791         (simpleDocBookOnePar): adjust
7792
7793         * CutAndPaste.C (pasteSelection): adjust
7794
7795         * BufferView.C (getEncoding): adjust
7796
7797         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7798
7799 2003-04-16  John Levon  <levon@movementarian.org>
7800
7801         * lyxfind.C: use parlist stuff for search/changes
7802
7803 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7804
7805         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7806
7807         * text2.C (deleteEmptyParagraphMechanism): adjust
7808
7809         * text2.[Ch] (ownerParagraph): delete func (both of them
7810
7811 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7812
7813         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7814
7815 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7816
7817         * ParagraphList.C: prepare for NO_NEXT
7818
7819 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7820
7821         * text2.C (getFont): adjust
7822         (getLayoutFont): adjust
7823         (getLabelFont): adjust
7824
7825         * paragraph.C (getFont): adjust
7826         (getLabelFont): adjust
7827         (getLayoutFont): adjust
7828
7829         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7830
7831 2003-04-15  John Levon  <levon@movementarian.org>
7832
7833         From Angus Leeming
7834
7835         * lyx_main.C: handle Include in .ui files
7836
7837 2003-04-15  John Levon  <levon@movementarian.org>
7838
7839         * MenuBackend.C: make the doc files length shorter
7840
7841         * ToolbarBackend.h:
7842         * ToolbarBackend.C: handle toolbar placement flags,
7843         Minibuffer
7844
7845 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7846
7847         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7848         adjust
7849
7850         * paragraph_funcs.C (TeXOnePar): adjust
7851
7852         * paragraph.C (getLabelFont): add outerfont arg, adjust
7853         (getLayoutFont): ditto
7854         (simpleTeXOnePar): adjust
7855
7856         * paragraph_pimpl.C (realizeFont): delete func
7857
7858 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7859
7860         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7861         row argument, constify cur argument.
7862
7863 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7864
7865         * text2.C (getFont): adjust
7866         (getLayoutFont): adjust
7867         (getLabelFont): adjust
7868
7869         * paragraph_funcs.C (TeXOnePar): adjust
7870         (outerFont): new func...
7871         (realizeFont): ...moved out from here, changed this to facilitate
7872         transition
7873
7874         * paragraph.C (getFont): take outerfont as arg, adjust
7875         (simpleTeXOnePar): add outerfont arg, adjust
7876
7877         * buffer.C (simpleLinuxDocOnePar): adjust
7878         (simpleDocBookOnePar): adjust
7879
7880         * CutAndPaste.C (pasteSelection): adjust
7881
7882         * BufferView.C (getEncoding): adjust
7883
7884 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7885
7886         * text2.C (setCharFont): adjust
7887         (setCounter): adjust
7888
7889         * text.C (leftMargin): adjust
7890         (setHeightOfRow): adjust
7891
7892         * rowpainter.C (paintFirst): adjust
7893         (paintLast): adjust
7894
7895         * paragraph_pimpl.C (realizeFont): adjust
7896
7897         * paragraph.C (isFirstInSequence): move from here...
7898         * paragraph_funcs.C (isFirstInSequence): ...to here
7899
7900         * paragraph.C (outerHook): move from here...
7901         * paragraph_funcs.C (outerHook): ...to here
7902
7903         * paragraph.C (depthHook): move from here...
7904         * paragraph_funcs.C (depthHook): ...to here
7905
7906         * paragraph.C (getEndLabel): move from here...
7907         * paragraph_funcs.C (getEndLabel): ...to here
7908
7909         * text2.C (realizeFont): move from here...
7910         * paragraph_funcs.C (realizeFont): ...to here
7911
7912 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7913
7914         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7915
7916 2003-04-14  Angus Leeming  <leeming@lyx.org>
7917
7918         * LColor.[Ch]: scrap LColor mathcursor.
7919
7920 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7921
7922         * lyxlex.[Ch] (text): delete function
7923         * trans.C (Load): adjust
7924         * paragraph_funcs.C (readParToken): adjust
7925
7926 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7927
7928         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7929         vector<char> instead of a char[].
7930
7931         * lyxlex_pimpl.C (getString): adjust
7932         (next): adjust
7933         (lex): use getString
7934         (eatLine): adjust
7935         (nextToken): adjust
7936
7937         * lyxlex.C (text): use pimpl_->getString()
7938         (getBool): ditto
7939         (findToken): ditto
7940
7941 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7942
7943         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7944         (makeFontEntriesLayoutSpecific): temp var for par.size()
7945         (setLayout): temp var for ownerParagraphs().end()
7946         (fullRebreak): temp var for rows().end()
7947         (selectionAsString): temp var for boost::next(startpit), realize
7948         that the while really is a regular for loop.
7949         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7950         setCursor in one place.
7951         (setParagraph): temp vr for ownerParagraphs().end()
7952         (updateCounters): make the while loop a for loop
7953         (cutSelection): temp var for ownerParagraphs().end()
7954         (updateInset): make the do {} while() a regular for loop
7955         (getCursorX): use temp vars
7956         (setCurrentFont): use temp vars
7957         (getColumnNearX): use temp vars
7958
7959 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7960
7961         * text.C (transformChar): use temp var for getChar
7962         (computeBidiTables): use temp var for row->par()
7963         (fill): move temp vars for row->par() and pit->layout() earlier in
7964         the function.
7965         (labelFill): use temp var for row->par()
7966         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7967         asc and desc, realize that pit never changes and that firstpit is
7968         just a duplicate and not needed. Exchange rit->par() with pit in a
7969         lot of places.
7970         (breakAgain): use a temp var for boost::next(rit)
7971         (breakAgainOneRow): ditto
7972         (breakParagraph): use a temp var for rows().begin()
7973         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7974         (cursorRightOneWord): use temp var for cursor.par() and
7975         cursor.pos(), remove usage of tmpcursor.
7976         (cursorLeftOneWord): use temp var for cursor.par() and
7977         cursor.pos() only set cur at end of function.
7978
7979 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7980
7981         * text.C, text2.C: exchange all usage of Paragraph::next with
7982         boost::next(ParagraphList::iterator)
7983
7984         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7985
7986         * text2.C (cursorTop): simplify implementation
7987         (cursorBottom): ditto
7988         (setParagraph): use ParagraphList::iterator
7989         (setCurrentFont): adjust
7990         (getColumnNearX): adjust
7991         (cursorRight): adjust
7992         (cursorLeft): remove usage of Paragraph::previous
7993         (cursorUpParagraph): ditto
7994         (deleteEmptyParagraphMechanism): slight cleanup
7995
7996         * text.C (isBoundary): take a Paragraph const & instead of a
7997         pointer as arg.
7998         (addressBreakPoint): ditto
7999         (leftMargin): remove usage of Paragraph::previous.
8000         (setHeightOfRow): ditto
8001         (cursorLeftOneWord): ditto
8002         (selectNextWordToSpellcheck): ditto
8003         (Delete): ditto
8004         (backspace): ditto
8005         (breakParagraph): remove one usage of Paragraph::next
8006         (redoParagraph): ditto
8007         (acceptChange): ditto
8008         (insertChar): adjust
8009         (rowBreakPoint): adjust
8010
8011         * bufferview_funcs.C (toggleAndShow): adjust
8012
8013 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
8014
8015         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
8016         methods to access it.
8017         * lyxtext.h:
8018         * text.C: Added updateRowPositions to compute all row positions.
8019         Make top_y and getRowNearY() to use the cached y position
8020
8021 2003-04-11  John Levon  <levon@movementarian.org>
8022
8023         * text.C (rowBreakPoint): reintroduce the labelEnd
8024         checks, code copied from the row fill stuff. Deep voodoo.
8025
8026         * text.C (fill): add a comment and debugging for the
8027         next poor soul.
8028
8029 2003-04-11  John Levon  <levon@movementarian.org>
8030
8031         * text.C: make sure fullrow insets get wrapped to the next line,
8032         even when they're in a manual label
8033
8034 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
8035
8036         * text2.C (insertParagraph): make it take ParagraphList::iterator
8037         as arg.
8038         (setLayout): make it return ParagraphList::iterator
8039         (redoParagraphs): ditto
8040         (setCounter): ditto
8041         (checkParagraph): ditto
8042
8043         * text.C (getRow): make getrow take ParagraphList::iterator as arg
8044
8045         * text2.C: adjust several funcs.
8046         (realizeFont): take a ParagraphList::iterator as arg.
8047         (getLayoutFont): ditto
8048         (getLabelFont): ditto
8049         (setCharFont): ditto
8050
8051         * text.C: adjust several funcs.
8052
8053 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8054
8055         * text.C (selectNextWordToSpellcheck): don't accidentally
8056         skip insets
8057
8058 2003-04-10  John Levon  <levon@movementarian.org>
8059
8060         * ToolbarBackend.C (getIcon): special handling for
8061         LFUN_MATH_DELIM
8062
8063 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
8064
8065         * text2.C (cursorRight): a getChar assert fixed
8066
8067 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8068
8069         * text2.C (getFont): change to take a ParagraphList::iterator
8070         instead of Paragraph*
8071         Adjust several functions.
8072
8073         * text.C (transformChar): change to take a ParagraphList::iterator
8074         instead of Paragraph*
8075         (singleWidth): ditto
8076         Adjust several functions.
8077
8078         * rowpainter.C: adjust several functions
8079         * rowpainter.h:store a ParagraphList::iterator and not a
8080         Paragraph&.
8081
8082
8083 2003-04-09  John Levon  <levon@movementarian.org>
8084
8085         * lyxfunc.C:
8086         * lfuns.h:
8087         * LyXAction.h:
8088         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
8089         and the "help" bits as well
8090
8091 2003-04-09  John Levon  <levon@movementarian.org>
8092
8093         * ToolbarBackend.h:
8094         * ToolbarBackend.C: allow multiple toolbars
8095
8096 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
8097
8098         * undo_funcs.C (setCursorParUndo): adjust
8099
8100         * text_funcs.C (transposeChars): adjust
8101
8102         * text3.C (gotoNextInset): adjust
8103         (dispatch): adjust
8104
8105         * text2.C (setLayout): adjust
8106         (changeDepth): adjust
8107         (setFont): adjust
8108         (redoParagraphs): adjust
8109         (selectionAsString): adjust
8110         (setParagraph): adjust
8111         (insertInset): adjust
8112         (cutSelection): adjust
8113         (copySelection): adjust
8114         (pasteSelection): adjust
8115         (insertStringAsLines): adjust
8116         (updateInset): adjust
8117         (setCursor): change to take a ParagraphList::iterator parameter
8118         (setCursorIntern): change to take a ParagraphList::iterator parameter
8119         (setCurrentFont): adjust
8120         (cursorLeft): adjust
8121         (cursorRight): adjust
8122         (deleteEmptyParagraphMechanism): adjust
8123
8124         * text.C (breakParagraph): adjust
8125         (insertChar): adjust
8126         (acceptChange): adjust
8127         (rejectChange): adjust
8128         (selectNextWordToSpellcheck): adjust
8129         (changeCase): adjust
8130         (Delete): adjust
8131         (backspace): adjust
8132
8133         * lyxfind.C (SearchForward): adjust
8134         (SearchBackward): adjust
8135         (nextChange): adjust
8136
8137         * lyxcursor.C (par): adjust
8138
8139         * lyxcursor.h: store a ParagraphList::iterator instead of a
8140         Paragraph*
8141
8142         * lyx_cb.C (getPossibleLabel): adjust
8143
8144         * bufferview_funcs.C (toggleAndShow): adjust
8145
8146         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
8147         (dispatch): adjust
8148
8149         * BufferView.C (removeAutoInsets): adjust
8150         (lockedInsetStoreUndo): adjust
8151
8152 2003-04-09  John Levon  <levon@movementarian.org>
8153
8154         * ToolbarBackend.C: try icon without argument
8155         if with argument fails
8156
8157 2003-04-08  John Levon  <levon@movementarian.org>
8158
8159         * ToolbarBackend.h:
8160         * ToolbarBackend.C: add getIcon(), handle tooltip,
8161         and change from "Icon" to "Item".
8162
8163 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8164
8165         * BufferView.C (lockInset): another bad getchar crunched
8166
8167 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
8168
8169         * text2.C (changeDepth): do not setUndo on test_only (make undo work
8170         again)
8171
8172 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
8173
8174         * lyxfind.C (searchForward, searchBackwards): bug 782
8175
8176 2003-04-07  John Levon  <levon@movementarian.org>
8177
8178         * paragraph.C: remove dead comment
8179
8180         * text.C: remove troublesome depth-fiddling code
8181         in leftMargin() and rightMargin() (bug 1017)
8182
8183         * text.C: fix breaking of rows in nested lists
8184         (bug 1004)
8185
8186         * text2.C (updateCounters): fix up depth values
8187         (bug 1013)
8188
8189 2003-04-07  John Levon  <levon@movementarian.org>
8190
8191         * BufferView_pimpl.C: clear message when doc finishes resizing,
8192         and after a mouse event
8193
8194         * lyxfunc.C: clear message after exiting inset
8195
8196 2003-04-07  John Levon  <levon@movementarian.org>
8197
8198         * bufferview_funcs.C: show math status not outside
8199         status in the statusbar
8200
8201 2003-04-07  John Levon  <levon@movementarian.org>
8202
8203         * lyxfunc.C: note status changed after a depth change
8204
8205 2003-04-04  Angus Leeming  <leeming@lyx.org>
8206
8207         * LaTeX.h: move AuxInfo operator==, != out of line.
8208         Remove LaTeX virtual destructor; nothing derives from it.
8209         Move operator()() out of public area and rename it startscript().
8210         Change protected for private.
8211
8212 2003-04-04  Angus Leeming  <leeming@lyx.org>
8213
8214         * lyxfunc.C:
8215         * text2.C: remove unneeded #includes.
8216
8217 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8218
8219         * text2.C (dEPM): fix the heigth of the next row
8220
8221 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
8222
8223         * text.C: squashed an invalid getChar requester + some ws changes
8224
8225 2003-04-03  John Levon  <levon@movementarian.org>
8226
8227         * bufferview_funcs.h:
8228         * bufferview_funcs.C:
8229         * lyxfunc.C:
8230         * lyxtext.h:
8231         * text2.C: make getStatus work for the env depth lfuns
8232
8233 2003-04-03  John Levon  <levon@movementarian.org>
8234
8235         * bufferview_funcs.h:
8236         * bufferview_funcs.C:
8237         * lyxfunc.C:
8238         * lyxtext.h:
8239         * text2.C: parlistize decDepth(), by merging it with incDepth()
8240
8241 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8242
8243         * lyxrow.h: store a ParagraphList::iterator instead of a
8244         Paragraph* and adjust other class functions to suit.
8245
8246         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
8247         above.
8248
8249 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8250
8251         * text2.C (setCursor): do not anchor to cursor row for the time being
8252
8253 2003-04-02  John Levon  <levon@movementarian.org>
8254
8255         * LyXAction.C:
8256         * lfuns.h:
8257         * lyx_main.C:
8258         * lyxtext.h:
8259         * text.C:
8260         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
8261
8262 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8263
8264         * paragraph.h: make ParagraphList and ParagraphList::iterator
8265         friends of Paragraph.
8266
8267         * buffer.C (makeLinuxDocFile): move towards ParagraphList
8268
8269         * ParagraphList.C: Use the private next_ and previous_ from
8270         Paragraph.
8271
8272 2003-04-01  John Levon  <levon@movementarian.org>
8273
8274         * ToolbarBackend.h:
8275         * ToolbarBackend.C:
8276         * Makefile.am: rename, remove defaults gunk
8277
8278         * MenuBackend.h:
8279         * MenuBackend.C: remove defaults gunk
8280
8281         * Languages.h:
8282         * Languages.C: remove defaults gunk
8283
8284         * lyx_main.h:
8285         * lyx_main.C: error out if files couldn't be found.
8286
8287 2003-04-02  John Levon  <levon@movementarian.org>
8288
8289         * text2.C: make incDepth() use parlist
8290
8291 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8292
8293         * undo_funcs.C (firstUndoParagraph): adjust
8294
8295         * text3.C (gotoInset): adjust
8296         (dispatch): adjust, and rewrite loop.
8297
8298         * text2.C (init): adjust, and rewrite loop.
8299         (redoParagraphs): adjust
8300         (updateInset): adjust, and rewrite loop.
8301         (deleteEmptyParagraphMechanism): adjust
8302
8303         * tabular.C (LyXTabular): adjust
8304         (SetMultiColumn): adjust
8305         (TeXRow): adjust
8306
8307         * lyxtext.[Ch] (ownerParagraph): delete function
8308         (ownerParagraphs): new function returns a ParagraphList.
8309
8310         * BufferView.C (removeAutoInsets): adjust
8311         (insertErrors): adjust
8312         (setCursorFromRow): adjust
8313
8314 2003-04-01  Angus Leeming  <leeming@lyx.org>
8315
8316         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
8317         in the frontends.
8318
8319 2003-04-02  John Levon  <levon@movementarian.org>
8320
8321         * lyxtext.h:
8322         * text.C:
8323         * Makefile.am:
8324         * text_funcs.h:
8325         * text_funcs.C: make transposeChars a free function
8326
8327         * lyxrow_funcs.C: remove wrong comment
8328
8329 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8330
8331         * lyxtext.h: adjust
8332         * rowpainter.C: adjust
8333         * text.C: adjust
8334         * text2.C: adjust
8335         * text3.C: adjust
8336
8337         * lyxrow_funcs. [Ch]: new files
8338
8339         * lyxrow.[Ch]: remove next and previous pointers
8340         (next,previous): remove accessor functions
8341         (isParEnd): move to lyxrow_funcs
8342         (lastPos): move to lyxrow_funcs
8343         (nextRowIsAllInset): move to lyxrow_funcs
8344         (lastPrintablePos): move to lyxrow_funcs
8345         (numberOfSeparators): move to lyxrow_funcs
8346         (numberOfHfills): move to lyxrow_funcs
8347         (numberOfLabelHfills): move to lyxrow_funcs
8348         (hfillExpansion): move to lyxrow_funcs
8349
8350         * lyxfunc.C: adjust
8351
8352         * bufferview_funcs.C (toggleAndShow): adjust
8353
8354         * RowList.h: Remove class RowList from file leave just a
8355         std::list<Row>.
8356
8357         * RowList.C: delete file
8358
8359         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
8360         and lyxrow_funcs.h
8361
8362 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8363
8364         * text3.C (cursorPrevious): adjust
8365         (cursorNext): adjust
8366         (dispatch): adjust
8367
8368         * text2.C (redoHeightOfParagraph): adjust
8369         (redoDrawingOfParagraph): adjust
8370         (setCursor): adjust
8371
8372         * text.C (breakParagraph): adjust
8373         (insertChar): adjust
8374         (backspace): adjust
8375
8376         * rowpainter.C (RowPainter): adjust
8377         (leftMargin): simplify and adjust
8378         (most rowpainter functions): adjust.
8379
8380         * rowpainter.h: store the row as RowList::iterator not as Row*
8381
8382         * lyxcursor.C (row): taka RowList::iterator as arg
8383         (irow): ditto
8384
8385         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
8386         of Row*.
8387
8388 2003-04-01  Angus Leeming  <leeming@lyx.org>
8389
8390         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
8391         stuff like bool Bool.
8392
8393 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
8394
8395         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
8396         rewrite a loop
8397
8398 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
8399
8400         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
8401         RowList::iterator.
8402
8403         * lyxtext.h (rows): drop one version and leve a const variant that
8404         returns a RowList::iterator.
8405
8406 2003-03-31  Angus Leeming  <leeming@lyx.org>
8407
8408         * text.C (fill): ensure that the signature is the same as that in the
8409         header file.
8410
8411 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
8412
8413         * text2.C (redoParagraphs): adjust
8414         (updateCounters): adjust
8415         (checkParagraph): adjust
8416         (getColumnNearX): adjust and reformat a bit.
8417
8418         * text.C (top_y): adjust
8419         (workWidth): adjust
8420         (leftMargin): adjust
8421         (prepareToPrint): adjust
8422         (getRow): adjust
8423         (getRowNearY): adjust
8424
8425         * lyxtext.h: make rowlist_ mutable.
8426
8427         * RowList.h: add const_iterator
8428         * RowList.C: adjust for RowList::const_iterator.
8429
8430         * text2.C (getCursorX): make it take a RowList::iterator as arg,
8431         adjust.
8432
8433 2003-03-31  John Levon  <levon@movementarian.org>
8434
8435         * lyxrc.h:
8436         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
8437
8438         * lyx_main.C: set default fonts from using lyx_gui funcs
8439
8440         * exporter.C: pdf_mode moved from lyxrc
8441
8442         * lyx_cb.C:
8443         * lyxfunc.C: changes from above
8444
8445 2003-03-31  John Levon  <levon@movementarian.org>
8446
8447         * lyx_main.C: fix to the last fix
8448
8449 2003-03-31  John Levon  <levon@movementarian.org>
8450
8451         * bufferlist.C: "Load original" -> "Load Original"
8452
8453         * converter.C:
8454         * exporter.C:
8455         * importer.C:
8456         * lyx_main.C:
8457         * format.C: more Alert cleanups
8458
8459 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8460
8461         * text2.C (removeParagraph): make it take a RowList::iterator as
8462         arg, adjust.
8463         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8464         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8465
8466         * text.C (anchor_row): make it take a RowList::iterator as arg,
8467         adjust.
8468         (computeBidiTables): make it take a const reference to Row instead
8469         of Row pointer, adjust.
8470         (leftMargin): make it take a RowList::iterator as arg, adjust.
8471         (rowBreakPoint): adjust
8472         (breakAgainOneRow): make it take a RowList::iterator as arg,
8473         adjust.
8474         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8475
8476         * bufferview_funcs.C (toggleAndShow): adjust
8477
8478 2003-03-30  John Levon  <levon@movementarian.org>
8479
8480         * Makefile.am:
8481         * BoostFormat.h:
8482         * boost-inst.C: moved to support
8483
8484         * several files: changes as a result
8485
8486 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8487
8488         * text2.C (LyXText): adjust.
8489         (init): adjust
8490         (removeRow): make it take a RowList::iterator as arg, adjust.
8491         (fullRebreak): adjust
8492         (deleteEmptyParagraphMechanism): adjust
8493         (clearPaint): adjust
8494         (postPaint): adjust
8495
8496         * text.C (top_y): adjust
8497         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8498         (breakAgain): make it take a RowList::iterator as arg, adjust.
8499         (breakParagraph): adjust
8500         (insertChar): adjust
8501         (backspace): adjust
8502
8503         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8504         need_break_row, and refresh_row.
8505
8506         * text3.C (dispatch): adjust
8507
8508         * text2.C (checkParagraph): adjust
8509         (setCursor): adjust
8510         (setCursorFromCoordinates): adjust
8511
8512         * text.C (top_y): adjust
8513         (workWidth): adjust
8514         (getRow): make it return a RowList::iterator, adjust
8515         (getRowNearY): make it return a RowList::iterator, adjust
8516
8517         * text2.C (init): adjust
8518         (insertRow): remove function
8519         (insertParagraph): adjust
8520         (redoParagraphs): adjust
8521         (fullRebreak): adjust
8522         (updateCounters): adjust
8523
8524         * text.C (top_y): rewrite to use RowList iterators.
8525         (top_y): adjust
8526         (setHeightOfRow): rewrite to sue RowList iterators.
8527         (appendParagraph): adjust
8528         (breakAgain): adjust
8529         (breakAgainOneRow): adjust
8530         (breakParagraph): adjust
8531         (getRow): adjust
8532         (getRowNearY): adjust, and remove commented code.
8533
8534         * lyxtext.h (firstRow): delete function
8535         (lastRow): delete function
8536         (rows): new function (const and non-const versions.)
8537         (insertRow): delete function
8538
8539         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8540
8541 2003-03-29  John Levon  <levon@movementarian.org>
8542
8543         * BufferView_pimpl.C: always update scrollbar top
8544         because pasting text when we're anchored could mean we
8545         miss an update altogether
8546
8547 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8548
8549         * text2.C (init): use rowlist_.end() and not 0.
8550         (insertRow): change to take a RowList::iterator as arg, adjust
8551         for this.
8552         (insertParagraph): change to take a RowList::iterator as arg,
8553         adjust for this.
8554         (redoParagraphs): remove some debug msgs.
8555
8556         * text.C (appendParagraph): change to take a RowList::iterator
8557         arg, adjust for this.
8558         (breakAgain): add an assert
8559         (breakAgainOneRow): ditto
8560
8561 2003-03-29  John Levon  <levon@movementarian.org>
8562
8563         * text2.C: do not clear selection after inc/decDepth
8564         (bug 550)
8565
8566 2003-03-29  John Levon  <levon@movementarian.org>
8567
8568         * BufferView.C:
8569         * buffer.C: fix broken strerrors according to Lars
8570
8571 2003-03-29  John Levon  <levon@movementarian.org>
8572
8573         * converters.C: more Alert cleanups
8574
8575 2003-03-29  John Levon  <levon@movementarian.org>
8576
8577         * bufferview_funcs.C: remove pointless Alert
8578
8579         * buffer.C: fix confusing error message when
8580         a template is chmoded 000
8581
8582 2003-03-29  John Levon  <levon@movementarian.org>
8583
8584         * BufferView.C:
8585         * BufferView.h:
8586         * BufferView_pimpl.C: Alert fixes
8587
8588         * Makefile.am:
8589         * tabular.C:
8590         * tabular-old.C: remove unused table compat reading
8591
8592 2003-03-29  John Levon  <levon@movementarian.org>
8593
8594         * BufferView.C:
8595         * buffer.C:
8596         * lyx_cb.h:
8597         * lyx_cb.C: more Alert cleanups
8598
8599         * lyxfunc.C: don't allow chktex if not latex document
8600
8601 2003-03-29  John Levon  <levon@movementarian.org>
8602
8603         * lyx_cb.C:
8604         * BufferView.C:
8605         * buffer.C: warnings pushed down from support/,
8606         kill err_alert
8607
8608 2003-03-29  John Levon  <levon@movementarian.org>
8609
8610         * lyxfunc.C: safety check for C-r (revert)
8611
8612 2003-03-29  John Levon  <levon@movementarian.org>
8613
8614         * bufferlist.h:
8615         * bufferlist.C: several UI fixes using Alert::prompt.
8616         Fix the pointless looping quit code. Fix stupid revert
8617         behaviour (bug 938)
8618
8619         * lyxvc.h:
8620         * lyxvc.C:
8621         * lyx_cb.C: use Alert::prompt
8622
8623         * lyx_main.C: remove a silly question
8624
8625         * lyxfunc.C: remove a couple of silly questions,
8626         use Alert::prompt
8627
8628 2003-03-28  John Levon  <levon@movementarian.org>
8629
8630         * text2.C: fix bug 974 (End on empty par)
8631
8632 2003-03-28  John Levon  <levon@movementarian.org>
8633
8634         * BufferView_pimpl.C:
8635         * LyXAction.C:
8636         * lfuns.h: remove do-nothing math greek lfuns
8637
8638 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8639
8640         * lyxgluelength.h (isValidGlueLength): add default arg on
8641         parameter 2. Remove default arg from friend in class.
8642
8643         * lyxlength.h (isValidLength): add default arg on parameter 2.
8644         Remove default arg from friend in class.
8645
8646         * text2.C (LyXText): adjust, initialize refresh_row.
8647         (init): adjust
8648         (removeRow): adjust
8649         (insertRow): adjust
8650         (insertParagraph): adjst
8651         (redoParagraphs): adjust
8652         (fullRebreak): adjust
8653         (updateCounters): adjust
8654         (deleteEmptyParagraphMechanism): first attempt at fixing a
8655         crashing bug.
8656
8657         * text.C (top_y): adjust
8658         (setHeightOfRow): adjust
8659         (getRow): adjust
8660         (getRowNearY): adjust
8661
8662         * lyxtext.h: include RowList.h
8663         (~LyXText): not needed anymore, deleted.
8664         (firstRow): modify for RowList
8665         (lastRow): new function
8666         Delete firstrow and lastrow class variables, add a Rowlist
8667         rowlist_ class variable.
8668
8669         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8670         paragraph is empty.
8671
8672         * RowList.C (insert): fix case where it == begin().
8673
8674 2003-03-26  Angus Leeming  <leeming@lyx.org>
8675
8676         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8677         the thesaurus dialog.
8678
8679 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8680
8681         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8682
8683         * RowList.[Ch]: new files
8684
8685         * ParagraphList.C (erase): handle the case where it == begin
8686         correctly.
8687
8688 2003-03-25  John Levon  <levon@movementarian.org>
8689
8690         * Makefile.am:
8691         * aspell_local.h:
8692         * aspell.C: add new aspell support
8693
8694         * lyxrc.h:
8695         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8696         have it accessible.
8697
8698 2003-03-25  Angus Leeming  <leeming@lyx.org>
8699
8700         * lfuns.h:
8701         * LyXAction.C (init): new LFUN_INSET_INSERT.
8702
8703         * BufferView_pimpl.C (dispatch): split out part of the
8704         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8705
8706         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8707         LFUN_INSET_APPLY.
8708
8709 2003-03-25  Angus Leeming  <leeming@lyx.org>
8710
8711         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8712
8713 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8714
8715         * text2.C:
8716         * text3.C: remove useless row->height(0)
8717
8718 2003-03-25  John Levon  <levon@movementarian.org>
8719
8720         * lyxtext.h:
8721         * text2.C:
8722         * text3.C: rename the refreshing stuff to better names
8723
8724 2003-03-24  John Levon  <levon@movementarian.org>
8725
8726         * BufferView_pimpl.h:
8727         * BufferView_pimpl.C: update layout choice on a mouse
8728         press/release
8729
8730 2003-03-23  John Levon  <levon@movementarian.org>
8731
8732         * Makefile.am: fix commandtags.h reference
8733
8734 2003-03-22  John Levon  <levon@movementarian.org>
8735
8736         * BufferView_pimpl.C:
8737         * lyxtext.h:
8738         * rowpainter.C:
8739         * rowpainter.h:
8740         * text.C:
8741         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8742
8743 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8744
8745         * lyxtext.h:
8746         * text.C: take the rtl methods out of line
8747
8748 2003-03-21 André Pönitz <poenitz@gmx.net>
8749
8750         * metricsinfo.[Ch]: new files containing structures to be passed around
8751         during the two-phase-drawing...
8752
8753 2003-03-21 André Pönitz <poenitz@gmx.net>
8754
8755         * lyxtextclass.C: read 'environment' tag.
8756
8757 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8758
8759         * text2.C (removeRow): fix bug 964
8760
8761 2003-03-20  John Levon  <levon@movementarian.org>
8762
8763         * rowpainter.C:
8764         * text.C:
8765         * text2.C: paint cleanups. Inset::update() dropped font
8766         parameter
8767
8768 2003-03-19  John Levon  <levon@movementarian.org>
8769
8770         * lyxfunc.C: only fitcursor/markDirty if available()
8771
8772 2003-03-19  John Levon  <levon@movementarian.org>
8773
8774         * commandtags.h: rename to ...
8775
8776         * lfuns.h: ... this, and renumber / cleanup
8777
8778 2003-03-19  John Levon  <levon@movementarian.org>
8779
8780         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8781         fit the cursor after an lfun
8782
8783         * BufferView.h:
8784         * BufferView.C:
8785         * BufferView_pimpl.h:
8786         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8787
8788         * LyXAction.C: layout-character should have ReadOnly
8789
8790         * ParagraphParameters.C:
8791         * buffer.C:
8792         * bufferview_funcs.C:
8793         * lyx_cb.C:
8794         * lyxfind.C:
8795         * lyxtext.h:
8796         * text.C:
8797         * text2.C:
8798         * text3.C:
8799         * undo_funcs.C: changes from above
8800
8801 2003-03-18  John Levon  <levon@movementarian.org>
8802
8803         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8804         remove it from update()
8805
8806         * lyxfunc.C: update layout choice after an lfun
8807
8808         * text3.C: remove extra updateLayoutChoice()s
8809
8810 2003-03-18  John Levon  <levon@movementarian.org>
8811
8812         * text.C: top_y change means full repaint, fix
8813         a drawing bug with cursor movement
8814
8815 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8816
8817         * lyxtext.h:
8818         * text.C:
8819         * text2.C: anchor row on setCursor
8820
8821 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8822
8823         * lyxtext.h: remove almost all mutable keywords
8824         * text.C:
8825         * text2.C:
8826         * text3.C: remove const keywords accordingly
8827
8828 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8829
8830         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8831         anon namespace
8832         (TeXEnvironment): ditto
8833         (TeXOnePar): ditto
8834
8835 2003-03-17  John Levon  <levon@movementarian.org>
8836
8837         * text.C (rowBreakPoint): remove attempt to fix displayed
8838         math insets inside a manual label
8839
8840 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8841
8842         * lyxtext.h: remove BufferView* as first arg from almost all class
8843         functions.
8844         * other files: adjust.
8845
8846 2003-03-17  John Levon  <levon@movementarian.org>
8847
8848         * lyxtext.h:
8849         * undo_funcs.C:
8850         * text2.C: more paint cleanups
8851
8852         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8853
8854         * rowpainter.h:
8855         * rowpainter.C: remove "smart" background painting code
8856
8857 2003-03-16  John Levon  <levon@movementarian.org>
8858
8859         * lyxtext.h:
8860         * text.C:
8861         * text2.C:
8862         * text3.C: add helper functions for setting refresh_row/y
8863
8864 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8865
8866         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8867         newline inset which *can* get inserted in the pass_thru layouts.
8868         This is primarily for literate documents.
8869
8870 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8871
8872         * buffer.C: increment LYX_FORMAT to 223
8873
8874 2003-03-14 André Pönitz <poenitz@gmx.net>
8875
8876         * textclass.h: prepare for environment handling, ws changes
8877         * lyxlayout.C: read latexheader and latexfooter tags
8878
8879 2003-03-14  John Levon  <levon@movementarian.org>
8880
8881         * text2.C: rewrite ::status() a bit
8882
8883 2003-03-13  John Levon  <levon@movementarian.org>
8884
8885         * lyxtext.h: add some docs
8886
8887 2003-03-13  John Levon  <levon@movementarian.org>
8888
8889         * lyxtext.h:
8890         * text.C:
8891         * text2.C:
8892         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8893
8894 2003-03-13  John Levon  <levon@movementarian.org>
8895
8896         * text3.C: fix appendix redrawing
8897
8898 2003-03-13  John Levon  <levon@movementarian.org>
8899
8900         * text.C (setHeightOfRow):
8901         * rowpainter.h:
8902         * rowpainter.C: make appendix mark have the text
8903           "Appendix" so the user knows what it is
8904
8905         * LColor.h:
8906         * LColor.C: s/appendixline/appendix/ from above
8907
8908 2003-03-13  John Levon  <levon@movementarian.org>
8909
8910         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8911
8912         * text.C: fix a getChar(pos) bug properly
8913
8914 2003-03-13  Angus Leeming  <leeming@lyx.org>
8915
8916         * commandtags.h:
8917         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8918         Probably only temporary. Let's see how things pan out.
8919
8920         * BufferView.C (unlockInset):
8921         * BufferView_pimpl.C (fitCursor):
8922         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8923
8924         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8925         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8926
8927         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8928         new functions that convert ParagraphParameters to and from a string.
8929
8930         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8931         BufferView::Pimpl's dispatch.
8932         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8933
8934 2003-03-13 André Pönitz <poenitz@gmx.net>
8935
8936         * lyxfunc.C:
8937         * text3.C:
8938         * factory.C: make it aware of InsetEnv
8939
8940 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8941
8942         * text2.C (setCursor): never ask for one past last
8943         (setCursor): add some debugging messages.
8944
8945         * text.C (singleWidth): never ask for one past last
8946         (singleWidth): ditto
8947         (leftMargin): ditto
8948         (rightMargin): ditto
8949         (rowBreakPoint): ditto
8950         (setHeightOfRow): ditto
8951         (prepareToPrint): ditto
8952
8953         * rowpainter.C (paintBackground): never ask for one past last
8954         (paintText): never ask for one past last
8955
8956         * paragraph_pimpl.C (getChar): make the assert stricter, never
8957         allow the one past last pos to be taken
8958
8959         * paragraph.C (getChar): ws changes only
8960
8961         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8962         (numberOfSeparators): ditto
8963         (numberOfHfills): ditto
8964
8965 2003-03-12  John Levon  <levon@movementarian.org>
8966
8967         * author.h:
8968         * author.C:
8969         * bufferparams.h:
8970         * bufferparams.C:
8971         * paragraph_funcs.C: fix per-buffer authorlists
8972
8973 2003-03-12  John Levon  <levon@movementarian.org>
8974
8975         * text.C: fix newline in right address
8976
8977 2003-03-12  Angus Leeming  <leeming@lyx.org>
8978
8979         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8980         duplicate those in LyXFunc::dispatch.
8981
8982         * commandtags.h:
8983         * LyXAction.C:
8984         * ToolbarDefaults.C:
8985         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8986         Add LFUN_FONTFREE_UPDATE.
8987
8988         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8989         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8990
8991         * bufferview_func.[Ch]: several new functions to facilliate
8992         transfer of data to and from the character dialog.
8993
8994 2003-03-12  John Levon  <levon@movementarian.org>
8995
8996         * buffer.C:
8997         * paragraph.h:
8998         * paragraph.C:
8999         * paragraph_funcs.C:
9000         * paragraph_pimpl.C:
9001         * sgml.C:
9002         * tabular.C:
9003         * text.C:
9004         * text3.C: remove META_NEWLINE in favour of an inset
9005
9006         * rowpainter.h:
9007         * rowpainter.C: remove paintNewline (done by inset)
9008
9009 2003-03-12  John Levon  <levon@movementarian.org>
9010
9011         * paragraph_pimpl.C: complain about bad getChar()s
9012         for a while at least
9013
9014 2003-03-12  John Levon  <levon@movementarian.org>
9015
9016         * buffer.h:
9017         * buffer.C: move paragraph read into a separate function,
9018         a little renaming to reflect that.
9019
9020         * bufferparams.h:
9021         * bufferparams.C: remove the author_ids map, not necessary now
9022
9023         * factory.h:
9024         * factory.C: moved Buffer::readInset to here
9025
9026         * paragraph_funcs.h:
9027         * paragraph_funcs.C: readParagraph free function moved from
9028         buffer.C
9029
9030         * tabular.C: name change
9031
9032 2003-03-12  John Levon  <levon@movementarian.org>
9033
9034         * buffer.C:
9035         * ParagraphParameters.C: move par params input to
9036         a read() method
9037
9038         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
9039         behave like a normal read from the stream wrt reading
9040         a line vs. a \\token
9041
9042 2003-03-12  John Levon  <levon@movementarian.org>
9043
9044         * paragraph.C:
9045         * ParagraphParameters.h:
9046         * ParagraphParameters.C: move output code to a
9047         ::write() method
9048
9049 2003-03-12  John Levon  <levon@movementarian.org>
9050
9051         * BufferView.C (insertLyXFile):
9052         * buffer.h:
9053         * buffer.C:
9054         * tabular.C: use a parlist iterator for creating the
9055           document.
9056
9057 2003-03-12  John Levon  <levon@movementarian.org>
9058
9059         * buffer.C: make current_change static local not
9060           static file-scope
9061
9062 2003-03-12  John Levon  <levon@movementarian.org>
9063
9064         * buffer.C: fix insertStringAsLines for change tracking
9065
9066 2003-03-12  John Levon  <levon@movementarian.org>
9067
9068         * BufferView.C:
9069         * tabular.C:
9070         * buffer.h:
9071         * buffer.C:
9072         * bufferparams.h:
9073         * bufferparams.C: move author list into params. Rename some
9074           functions. Move the header reading into a separate token
9075           loop. Move the header token reading into BufferParams.
9076
9077 2003-03-12  John Levon  <levon@movementarian.org>
9078
9079         * changes.C: put debug inside lyxerr.debugging() checks
9080
9081 2003-03-11 André Pönitz <poenitz@gmx.net>
9082
9083         * factory.C: make it aware of InsetHFill
9084
9085 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9086
9087         * buffer.C (latexParagraphs): move function from here...
9088         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
9089         args.
9090
9091 2003-03-10  Angus Leeming  <leeming@lyx.org>
9092
9093         * LyXAction.C (init): fix bug in poplating array with multiple entries
9094         with the same LFUN (spotted by JMarc).
9095
9096 2003-03-10  John Levon  <levon@movementarian.org>
9097
9098         * text.C:
9099         * text2.C: move getColumnNearX() near its
9100         only call site
9101
9102 2003-03-10  John Levon  <levon@movementarian.org>
9103
9104         * text.C: fix break before a minipage
9105
9106 2003-03-10  John Levon  <levon@movementarian.org>
9107
9108         * text.C: fix the last commit
9109
9110 2003-03-09  John Levon  <levon@movementarian.org>
9111
9112         * lyxtext.h:
9113         * text.C:
9114         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
9115         bug 365 (don't break before insets unless needed). Don't
9116         return a value > last under any circumstances.
9117
9118 2003-03-09  Angus Leeming  <leeming@lyx.org>
9119
9120         * BufferView_pimpl.C (trackChanges, dispatch): call
9121         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
9122
9123 2003-03-09  Angus Leeming  <leeming@lyx.org>
9124
9125         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
9126         than Dialogs::showAboutlyx().
9127
9128 2003-03-09  Angus Leeming  <leeming@lyx.org>
9129
9130         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
9131         than Dialogs::showTabularCreate().
9132
9133 2003-03-09  John Levon  <levon@movementarian.org>
9134
9135         * lyxtext.h:
9136         * text.C:
9137         * text2.C: 3rd arg to nextBreakPoint was always the same.
9138           Use references.
9139
9140 2003-03-08  John Levon  <levon@movementarian.org>
9141
9142         * lyxrow.C:
9143         * paragraph.C:
9144         * paragraph.h:
9145         * rowpainter.C:
9146         * text.C:
9147         * text2.C: Remove the "main" bit from the "main body"
9148           notion.
9149
9150 2003-03-08  John Levon  <levon@movementarian.org>
9151
9152         * text.C (leftMargin): The left margin of an empty
9153         manual label paragraph should not include the label width
9154         string length.
9155
9156         * text.C (prepareToPrint): don't attempt to measure hfills
9157         for empty manual label paragraphs - the answer should be 0
9158
9159 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9160
9161         * CutAndPaste.C: remove commented code and reindent.
9162
9163 2003-03-08  John Levon  <levon@movementarian.org>
9164
9165         * lyxfunc.h:
9166         * lyxfunc.C: move reloadBuffer()
9167
9168         * BufferView.h:
9169         * BufferView.C: to here
9170
9171         * lyxvc.C: add comment
9172
9173         * vc-backend.h:
9174         * vc-backend.C: call bv->reload() to avoid
9175           getStatus() check on MENURELOAD
9176
9177 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
9178
9179         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
9180         to an old format .dep file.
9181
9182 2003-03-07  Angus Leeming  <leeming@lyx.org>
9183
9184         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
9185         when the LFUN_MOUSE_RELEASE should have been handled by
9186         inset->localDispatch.
9187
9188 2003-03-07  Angus Leeming  <leeming@lyx.org>
9189
9190         * BufferView_pimpl.C (dispatch):
9191         * LyXAction.C (init):
9192         * ToolbarDefaults.C (init):
9193         * commandtags.h:
9194         * lyxfunc.C (getStatus):
9195         remove LFUN_INSET_GRAPHICS.
9196
9197         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
9198
9199 2003-03-07  Angus Leeming  <leeming@lyx.org>
9200
9201         * commandtags.h:
9202         * LyXAction.C (init):
9203         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
9204
9205         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
9206
9207         * commandtags.h:
9208         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
9209
9210         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
9211         localDispatch method LFUN_INSET_DIALOG_UPDATE.
9212
9213 2003-03-07  Angus Leeming  <leeming@lyx.org>
9214
9215         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
9216         remove "ert".
9217
9218 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9219
9220         * ParagraphList.C (front): new function
9221         (back): implement
9222
9223 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
9224
9225         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
9226         and top_row_offset_. removed var first_y.
9227         * text.C (top_y):
9228         * text2.C (LyXText, removeRow):
9229         * text3.C:
9230         * BufferView_pimpl.C:
9231         use these methods instead of using first_y
9232
9233 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9234
9235         * text2.C (pasteSelection): adjust for checkPastePossible
9236
9237         * CutAndPaste.C: remove Paragraph * buf and replace with
9238         ParagraphList paragraphs.
9239         (DeleteBuffer): delete
9240         (cutSelection): change the tc type to textclass_type
9241         (copySelection): change the tc type to textclass_type
9242         (copySelection): adjust for ParagraphList
9243         (pasteSelection): change the tc type to textclass_type
9244         (pasteSelection): adjust for Paragraphlist
9245         (nrOfParagraphs): simplify for ParagraphList
9246         (checkPastePossible): simplify for ParagraphList
9247         (checkPastePossible): remove unused arg
9248
9249         * ParagraphList.C (insert): handle the case where there are no
9250         paragraphs yet.
9251
9252         * CutAndPaste.h: make CutAndPaste a namespace.
9253
9254         * text3.C (dispatch): adjust
9255
9256         * text.C (breakParagraph): add a ParagraphList as arg
9257
9258         * paragraph_funcs.C (breakParagraph): change to take a
9259         BufferParams and a ParagraphList as args.
9260         (breakParagraphConservative): ditto
9261         (mergeParagraph): ditto
9262         (TeXDeeper): add a ParagraphList arg
9263         (TeXEnvironment): ditto
9264         (TeXOnePar): ditto
9265
9266         * buffer.C (readLyXformat2): adjust
9267         (insertStringAsLines): adjust
9268         (latexParagraphs): adjust
9269
9270         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
9271         (cutSelection): adjust
9272         (pasteSelection): adjust
9273
9274         * BufferView_pimpl.C (insertInset): adjust
9275
9276 2003-03-05  Angus Leeming  <leeming@lyx.org>
9277
9278         * commandtags.h:
9279         * LyXAction.C (init):
9280         * BufferView_pimpl.C (dispatch):
9281         * lyxfunc.C (getStatus):
9282         remove LFUN_CHILD_INSERT.
9283
9284         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
9285
9286 2003-03-05  Angus Leeming  <leeming@lyx.org>
9287
9288         * commandtags.h:
9289         * LyXAction.C (init):
9290         * src/factory.C (createInset):
9291         * lyxfunc.C (getStatus):
9292         * text3.C (dispatch):
9293         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
9294
9295         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
9296
9297 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9298
9299         * ParagraphList.C (insert): handle insert right before end()
9300         (erase): fix cases where it can be first or last paragraph.
9301
9302 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9303
9304         * paragraph_funcs.C (TeXEnvironment): remove all usage of
9305         Paragraph::next and Paragraph::previous
9306         (TeXOnePar): ditto
9307
9308         * text.C (breakParagraph): adjust
9309
9310         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
9311         BufferParams& as arg.
9312         (breakParagraph): use ParagraphList::insert
9313         (breakParagraphConservative): take a Buffer* instead of a
9314         BufferParams& as arg.
9315         (breakParagraphConservative): use ParagraphList::insert.
9316
9317         * buffer.C (insertStringAsLines): un-const it
9318         (insertStringAsLines): adjust
9319
9320         * ParagraphList.C (insert): new function
9321
9322         * CutAndPaste.C (pasteSelection): adjust
9323
9324         * text.C (backspace): adjust
9325
9326         * tabular.C (SetMultiColumn): adjust
9327
9328         * CutAndPaste.C (cutSelection): adjust
9329         (pasteSelection): adjust
9330
9331         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
9332         Buffer const * as arg
9333
9334         * ParagraphList.C (erase): new function
9335         * paragraph_funcs.C (mergeParagraph): use it
9336         (mergeParagraph): make it take a Buffer* instead of a
9337         BufferParams* as arg
9338
9339         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
9340         as arg
9341         (breakParagraphConservative): ditto
9342
9343         * paragraph.h: remove the breakParagraph friend
9344
9345         * paragraph.C (eraseIntern): new function
9346         (setChange): new function
9347
9348         * paragraph_funcs.C (mergeParagraph): make it take a
9349         ParagraphList::iterator instead of a Paragraph *, adjust
9350         accordingly.
9351
9352         * paragraph.h: move an #endif so that the change tracking stuff
9353         also works in the NO_NEXT case.
9354
9355 2003-03-04  Angus Leeming  <leeming@lyx.org>
9356
9357         * commandtags.h:
9358         * LyXAction.C: new LFUN_INSET_MODIFY.
9359
9360         * BufferView_pimpl.C (dispatch): if an inset is found to be open
9361         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
9362
9363 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9364
9365         * several files: ws changes only
9366
9367         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
9368         (TeXEnvironment): ditto
9369         (TeXDeeper): ditto
9370
9371         * buffer.C (makeLaTeXFile): adjust
9372         (latexParagraphs): make it take ParagraphList::iterator as args
9373
9374 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
9375
9376         * buffer.C (latexParagraphs): adjust
9377
9378         * paragraph.C (TeXOnePar): move function...
9379         (optArgInset): move function...
9380         (TeXEnvironment): move function...
9381         * paragraph_pimpl.C (TeXDeeper): move function...
9382         * paragraph_funcs.C: ...here
9383
9384         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
9385
9386 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9387
9388         * buffer.C (readInset): remove compability code for old Figure and
9389         InsetInfo insets
9390
9391 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9392
9393         * buffer.C: ws changes
9394         (readInset):
9395
9396         * BufferView_pimpl.C: ditto
9397         * author.C: ditto
9398         * buffer.h: ditto
9399         * bufferlist.h: ditto
9400         * changes.h: ditto
9401         * lyxfunc.C: ditto
9402
9403 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
9404
9405         * converter.[Ch]: split into itself +
9406         * graph.[Ch]
9407         * format.[Ch]
9408         * Makefile.am: += graph.[Ch] + format.[Ch]
9409         * MenuBackend.C
9410         * buffer.C
9411         * exporter.C
9412         * importer.C
9413         * lyx_main.C
9414         * lyxfunc.C
9415         * lyxrc.C: added #include "format.h"
9416
9417 2003-02-27  Angus Leeming  <leeming@lyx.org>
9418
9419         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
9420           a label.
9421
9422         * factory.C (createInset): add "label" to the factory.
9423
9424         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
9425           string and do no more.
9426
9427 2003-02-27  Angus Leeming  <leeming@lyx.org>
9428
9429         * commandtags.h:
9430         * LyXAction.C (init):
9431         * factory.C (createInset):
9432         * BufferView_pimpl.C (dispatch):
9433           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
9434
9435         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
9436
9437         * lyxfunc.C (dispatch):
9438         * text3.C (dispatch): pass name to params2string.
9439
9440 2003-02-26  Angus Leeming  <leeming@lyx.org>
9441
9442         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
9443           blocks together.
9444           Rearrange the ~includes. Strip out the unnecessary ones.
9445
9446         * factory.C (createInset): reformat.
9447           create new insets for the various LFUN_XYZ_APPLY lfuns.
9448
9449 2003-02-26  John Levon  <levon@movementarian.org>
9450
9451         * lyxrow.h:
9452         * lyxrow.C: add isParStart,isParEnd helpers
9453
9454         * paragraph.h: make isInserted/DeletedText take refs
9455
9456         * paragraph_funcs.h:
9457         * paragraph_funcs.C: remove #if 0'd code
9458
9459         * lyxtext.h:
9460         * text3.C:
9461         * text2.C:
9462         * text.C: use lyxrow helpers above.
9463           Move draw and paint routines to RowPainter.
9464           Make several methods use refs not pointers.
9465           Make backgroundColor() const.
9466           Add markChangeInDraw(), isInInset().
9467           Merge changeRegionCase into changeCase.
9468           Make workWidth() shouldn't-happen code into an Assert.
9469
9470         * rowpainter.h:
9471         * rowpainter.C: new class for painting a row.
9472
9473         * vspace.h:
9474         * vspace.C: make inPixels take a ref
9475
9476 2003-02-26  Angus Leeming  <leeming@lyx.org>
9477
9478         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9479         LFUN_REF_APPLY.
9480
9481 2003-02-25  John Levon  <levon@movementarian.org>
9482
9483         * ispell.C: give the forked command a more accurate name
9484
9485 2003-02-22  John Levon  <levon@movementarian.org>
9486
9487         * toc.h:
9488         * toc.C: make TocItem store an id not a Paragraph *
9489           (bug #913)
9490
9491 2003-02-21  Angus Leeming  <leeming@lyx.org>
9492
9493         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9494           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9495           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9496           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9497           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9498           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9499
9500         * BufferView_pimpl.C (dispatch):
9501         * LyXAction.C (init):
9502         * factory.C (createInset):
9503         * lyxfunc.C (getStatus, dispatch):
9504         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9505
9506 2003-02-21  Angus Leeming  <leeming@lyx.org>
9507
9508         * BufferView_pimpl.C (MenuInsertLyXFile):
9509         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9510         * lyxfunc.C (menuNew, open, doImport):
9511           no longer pass a LyXView & to fileDlg.
9512
9513 2003-02-21  Angus Leeming  <leeming@lyx.org>
9514
9515         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9516         * LyXAction.C: change, BIBKEY to BIBITEM.
9517         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9518         Change InsetBibKey to InsetBibitem.
9519         Change BIBKEY_CODE to BIBITEM_CODE.
9520         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9521         * factory.C: replace insetbib.h with insetbibitem.h.
9522         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9523         * paragraph.C: replace insetbib.h with insetbibitem.h.
9524         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9525         Change bibkey() to bibitem().
9526         * text.C: remove insetbib.h.
9527         * text2.C: replace insetbib.h with insetbibitem.h.
9528         change bibkey() to bibitem().
9529         * text3.C: remove insetbib.h.
9530         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9531
9532 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9533
9534         * lyxrc.C (output): enclose user email in quotes (in case there are
9535         several words)
9536
9537 2003-02-18  John Levon  <levon@movementarian.org>
9538
9539         * buffer.h: add std::
9540
9541 2003-02-17  John Levon  <levon@movementarian.org>
9542
9543         * SpellBase.h:
9544         * ispell.h:
9545         * ispell.C:
9546         * pspell.h:
9547         * pspell.C: reworking. Especially in ispell, a large
9548           number of clean ups and bug fixes.
9549
9550         * lyxfunc.C: fix revert to behave sensibly
9551
9552 2003-02-17 André Pönitz <poenitz@gmx.net>
9553
9554         * LyXAction.C:
9555         * commandtags.h: new LFUN_INSERT_BIBKEY
9556
9557         * layout.h:
9558         * lyxlayout.C:
9559         * buffer.C:
9560         * factory.C:
9561         * text.C:
9562         * text2.C:
9563         * text3.C:
9564         * paragraph.[Ch]:
9565         * paragraph_func.C: remove special bibkey handling
9566
9567 2003-02-17  John Levon  <levon@movementarian.org>
9568
9569         * text.C (Delete): fix case where delete at the end of
9570           the very first paragraph would not merge the pars
9571
9572 2003-02-17  John Levon  <levon@movementarian.org>
9573
9574         * lyxrow.C: fix lastPrintablePos()
9575
9576 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9577
9578         * bufferparams.C (writeLaTeX): add a std:here
9579
9580         * buffer.C: and remove a using directive there
9581
9582 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9583
9584         * buffer.C (makeLaTeXFile): move the code that generates the
9585           preamble...
9586
9587         * bufferparams.C (writeLaTeX): ... in this new method
9588
9589         * LaTeXFeatures.C (getEncodingSet): make const
9590           (getLanguages): make const
9591
9592         * MenuBackend.C (binding): returns the binding associated to this
9593           action
9594           (add): sets the status of each item by calling getStatus. Adds
9595           some intelligence.
9596           (read): add support for OptSubMenu
9597           (expand): remove extra separator at the end of expanded menu
9598
9599 2003-02-15  John Levon  <levon@movementarian.org>
9600
9601         * BufferView.C:
9602         * BufferView_pimpl.C:
9603         * bufferlist.h:
9604         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9605           inset code that had no actual effect. Remove unneeded status
9606           code.
9607
9608 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9609
9610         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9611           in preamble
9612
9613 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9614
9615         * text.C (drawLengthMarker): also draw an arrow marker for
9616           symbolic lengths (medskip...)
9617
9618 2003-02-14  John Levon  <levon@movementarian.org>
9619
9620         * tabular.h:
9621         * tabular.C: better method names
9622
9623 2003-02-14  John Levon  <levon@movementarian.org>
9624
9625         * BufferView_pimpl.C:
9626         * bufferlist.C:
9627         * buffer.C:
9628         * converter.C:
9629         * lyx_cb.C:
9630         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9631           it's a more accurate name. Remove some pointless uses.
9632
9633 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9634
9635         * text2.C (LyXText): change order of initilizers to shut off
9636           warnings
9637
9638 2003-02-14  John Levon  <levon@movementarian.org>
9639
9640         * buffer.C: use ParIterator for getParFromID()
9641
9642         * paragraph.h:
9643         * paragraph.C:
9644         * paragraph_pimpl.h:
9645         * paragraph_pimpl.C: remove unused getParFromID()
9646
9647 2003-02-14  John Levon  <levon@movementarian.org>
9648
9649         * buffer.C: remove some very old #if 0'd parse code
9650
9651 2003-02-13  John Levon  <levon@movementarian.org>
9652
9653         * text.h:
9654         * text.C:
9655         * text2.C: move hfillExpansion(), numberOfSeparators(),
9656           rowLast(), rowLastPrintable(), numberofHfills(),
9657           numberOfLabelHfills() ...
9658
9659         * lyxrow.h:
9660         * lyxrow.C: ... to member functions here.
9661
9662         * paragraph.h:
9663         * paragraph.C:
9664         * lyxtext.h:
9665         * text.C: remove LyXText::beginningOfMainBody(), and call
9666           p->beginningOfMainBody() directly. Move the check for
9667           LABEL_MANUAL into the latter.
9668
9669         * text.h:
9670         * text.C:
9671         * text2.C:
9672         * vspace.C:
9673         * BufferView.h:
9674         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9675
9676         * text.h:
9677         * text.C:
9678         * text2.C:
9679         * text3.C:
9680         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9681           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9682
9683 2003-02-13  John Levon  <levon@movementarian.org>
9684
9685         * CutAndPaste.C: remove debug
9686
9687 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9688
9689         * paragraph.C (asString): remove two unused variables
9690
9691         * lyxtextclass.C (readTitleType):
9692           (Read):
9693           (LyXTextClass): handle new members titletype_ and titlename_
9694
9695         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9696
9697 2003-02-09  John Levon  <levon@movementarian.org>
9698
9699         * buffer.h:
9700         * buffer.C: replace hand-coded list with a map for the dep clean
9701
9702 2003-02-08  John Levon  <levon@movementarian.org>
9703
9704         * LaTeX.C: consolidate code into showRunMessage() helper
9705
9706 2003-02-08  John Levon  <levon@movementarian.org>
9707
9708         * lyxfind.C:
9709         * lyxtext.h:
9710         * text2.C:
9711         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9712           and pass the size in explicitly
9713
9714         * BufferView_pimpl.h:
9715         * BufferView_pimpl.C:
9716         * BufferView.h:
9717         * BufferView.C: add getCurrentChange()
9718
9719         * BufferView_pimpl.h:
9720         * BufferView_pimpl.C: handle change lfuns
9721
9722         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9723           for changes. Mark pasted paragraphs as new.
9724
9725         * support/lyxtime.h:
9726         * support/lyxtime.C:
9727         * DepTable.C: abstract time_t as lyx::time_type
9728
9729         * LColor.h:
9730         * LColor.C: add colours for new text, deleted text, changebars
9731
9732         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9733           package use "usenames" option.
9734
9735         * commandtags.h:
9736         * lyxfunc.C:
9737         * LyXAction.C: add change lfuns
9738
9739         * Makefile.am:
9740         * author.h:
9741         * author.C: author handling
9742
9743         * buffer.h:
9744         * buffer.C: add a per-buffer author list, with first entry as
9745           current author. Handle new .lyx tokens for change tracking. Output
9746           author list to .lyx file. Output dvipost stuff to .tex preamble.
9747           Bump lyx format to 222.
9748
9749         * bufferlist.h:
9750         * bufferlist.C: add setCurrentAuthor() to reset current author details
9751           in all buffers.
9752
9753         * bufferparams.h:
9754         * bufferparams.C: add param for tracking
9755
9756         * bufferview_funcs.C: output change info in minibuffer
9757
9758         * Makefile.am:
9759         * changes.h:
9760         * changes.C: add change-tracking structure
9761
9762         * debug.h:
9763         * debug.C: add CHANGES debug flag
9764
9765         * lyxfind.h:
9766         * lyxfind.C: add code for finding the next change piece
9767
9768         * lyxrc.h:
9769         * lyxrc.C: add user_name and user_email
9770
9771         * lyxrow.h:
9772         * lyxrow.C: add a metric for the top of the text line
9773
9774         * lyxtext.h:
9775         * text.C: implement accept/rejectChange()
9776
9777         * lyxtext.h:
9778         * text.C: paint changebars. Paint new/deleted text in the chosen
9779         colours. Strike through deleted text.
9780
9781         * paragraph.h:
9782         * paragraph.C:
9783         * paragraph_pimpl.h:
9784         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9785           in the current change to the insert functions. Rework erase to
9786           mark text as deleted, adding an eraseIntern() and a range-based
9787           erase(). Implement per-paragraph change lookup and
9788           accept/reject.
9789
9790         * paragraph_funcs.C: Fixup paste for change tracking.
9791
9792         * tabular.C: mark added row/columns as new.
9793
9794         * text.C: fix rowLast() to never return -1. Don't allow
9795           spellchecking of deleted text. Track transpose changes. Don't
9796           allow paragraph break or merge where appropriate.
9797
9798         * text2.C: leave cursor at end of selection after a cut.
9799
9800 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9801
9802         * text.C (getLengthMarkerHeight):
9803         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9804         visible on screen too.
9805
9806 2003-02-07  John Levon  <levon@movementarian.org>
9807
9808         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9809
9810 2003-02-05  Angus Leeming  <leeming@lyx.org>
9811
9812         * lyxserver.C (read_ready): revert my patch of 11 September last year
9813         as it sends PC cpu through the roof. Presumably this means that
9814         the lyxserver will no longer run on an Alpha...
9815
9816 2003-01-30  Angus Leeming  <leeming@lyx.org>
9817
9818         * factory.C (createInset): create an InsetCommandParam of type "index"
9819         and use it to 'do the right thing'.
9820
9821         * text2.C (getStringToIndex): ensure that cursor position is always
9822         reset to the reset_cursor position.
9823
9824 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9825
9826         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9827         disabled.
9828
9829 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9830
9831         * bufferview.C:
9832         * lyxcb.C:
9833         * lyxfunc.C: Output messages with identical spelling, punctuation,
9834         and spaces
9835
9836 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9837
9838         * MenuBackend.C (expandFormats): List only viewable export formats
9839         in "View" menu
9840
9841         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9842         message
9843
9844         * lyxfunc.C (getStatus): Make sure that formats other than
9845         "fax" can also be disabled
9846
9847 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9848
9849         * text3.C (dispatch): put the lfuns that insert insets in 3
9850         groups, and call doInsertInset with appropriate arguments.
9851         (doInsertInset): new function, that creates an inset and inserts
9852         it according to some boolean parameters.
9853
9854 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9855
9856         * buffer.C (readFile): remember to pass on 'par' when calling
9857         readFile recursively.
9858
9859 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9860
9861         * MenuBackend.C (expandFormats): add "..." to import formats.
9862
9863 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9864
9865         * paragraph.C (asString): Remove XForms RTL hacks.
9866
9867 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9868         * buffer.C: fix typo
9869
9870 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9871
9872         * Makefile.am (LIBS): delete var
9873         (lyx_LDADD): add @LIBS@ here instead.
9874
9875 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9876
9877         * Clarify the meaning of "wheel mouse jump"
9878
9879 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9880
9881         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9882         tabular in a float
9883
9884 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9885
9886         * importer.C (Loaders): do not preallocate 3 elements in the
9887         vector, since one ends up with 6 elements otherwise
9888
9889 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9890
9891         * DepTable.C (write): write the file name as last element of the
9892         .dep file (because it may contain spaces)
9893         (read): read info in the right order
9894
9895 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9896
9897         * paragraph_pimpl.C (simpleTeXBlanks):
9898         (simpleTeXSpecialChars):
9899         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9900
9901         * tabular.C (latex): add some missing case statements. Reindent.
9902
9903         * MenuBackend.C (expandToc): remove unused variable.
9904
9905 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9906
9907         * LColor.C:
9908         * LaTeX.C:
9909         * LyXAction.C:
9910         * MenuBackend.C:
9911         * buffer.C:
9912         * exporter.C:
9913         * lyxfunc.C:
9914         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9915         and the like.
9916
9917 2003-01-05  John Levon  <levon@movementarian.org>
9918
9919         * BufferView.h:
9920         * BufferView.C: add getEncoding()
9921
9922         * kbsequence.h:
9923         * kbsequence.C: do not store last keypress
9924
9925         * lyxfunc.h:
9926         * lyxfunc.C: store last keypress here instead. Pass encoding
9927           to getISOEncoded()
9928
9929 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9930
9931         * lyx_main.C (init): remove annoying error message when following
9932         symbolic links (bug #780)
9933
9934 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9935
9936         * text.C (insertChar):
9937         * lyxrc.C (getDescription): remove extra spaces
9938
9939 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9940
9941         * lyxrc.C (getDescription): remove extra spaces
9942
9943 2002-12-20  John Levon  <levon@movementarian.org>
9944
9945         * text3.C: hack fix for page up/down across tall rows
9946
9947 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9948
9949         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9950         not been invoked
9951
9952 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9953
9954         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9955         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9956         thesaurus is not compiled in
9957
9958 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9959
9960         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9961
9962 2002-12-16  Angus Leeming  <leeming@lyx.org>
9963
9964         * lyxrc.[Ch]:
9965         * lyx_main.C (init): remove override_x_deadkeys stuff.
9966
9967 2002-12-12  John Levon  <levon@movementarian.org>
9968
9969         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9970           insert. Only remove shift modifier under strict
9971           circumstances.
9972
9973 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9974
9975         * MenuBackend.C (expandToc): fix crash.
9976
9977 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9978
9979         * MenuBackend.C (expandToc): gettext on float names.
9980
9981 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9982
9983         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9984         implement bool empty() [bug 490]
9985
9986 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9987
9988         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9989
9990 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9991
9992         * several files: ws changes
9993
9994 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9995
9996         * text2.C (setCounter): clean up a bit, use boost.format.
9997         (updateCounters): initialize par upon declaration.
9998
9999         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
10000         if the layout exists. We do not just store the layout any more.
10001         (SwitchLayoutsBetweenClasses): use boost.format
10002
10003 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10004
10005         * converter.C (convert): if from and to files are the same, use a
10006         temporary files as intermediary
10007
10008 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10009
10010         * commandtags.h:
10011         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
10012
10013 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10014
10015         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
10016
10017 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
10018
10019         * tabular.C (asciiPrintCell): use string(size, char) instead of
10020         explicit loop.
10021
10022         * sgml.C (openTag): fix order of arguments to string constructor
10023         (closeTag): ditto
10024
10025         * lyxfunc.C (dispatch): use boost.format
10026
10027         * lots of files: change "c" -> 'c'
10028
10029 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10030
10031         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
10032
10033 2002-11-25  Angus Leeming  <leeming@lyx.org>
10034
10035         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
10036
10037         * lyx_main.C (init): compile fix.
10038
10039 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
10040
10041         * lyx_cb.C (start): boost.formatify
10042         do not include <iostream>
10043
10044         * lengthcommon.C: ws only
10045
10046         * boost-inst.C,BoostFormat.h: add more explict instantations
10047
10048 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
10049
10050         * lots of files: handle USE_BOOST_FORMAT
10051
10052 2002-11-21  John Levon  <levon@movementarian.org>
10053
10054         * pspell.C: fix compile
10055
10056 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10057
10058         * lyxfunc.C (dispatch): use boost::format
10059         (open): ditto
10060         (doImport): ditto
10061
10062         * lyxfont.C (stateText): use boost::format
10063
10064         * lyx_main.C (LyX): use boost::format
10065         (init): ditto
10066         (queryUserLyXDir): ditto
10067         (readRcFile): ditto
10068         (parse_dbg): ditto
10069         (typedef boost::function): use the recommened syntax.
10070
10071         * importer.C (Import): use boost::format
10072
10073         * debug.C (showLevel): use boost::format
10074
10075         * converter.C (view): use boost::format
10076         (convert): ditto
10077         (move): ditto
10078         (scanLog): ditto
10079
10080         * bufferview_funcs.C (currentState): use boost::format
10081
10082         * bufferlist.C (emergencyWrite): use boost::format
10083
10084         * buffer.C (readLyXformat2): use boost::format
10085         (parseSingleLyXformat2Token): ditto
10086
10087         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
10088
10089         * LaTeX.C (run): use boost::format
10090
10091         * Chktex.C (scanLogFile): use boost::format
10092
10093         * BufferView_pimpl.C (savePosition): use boost::format
10094         (restorePosition): ditto
10095         (MenuInsertLyXFile): ditto
10096
10097         * BoostFormat.h: help file for explicit instation.
10098
10099 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
10100
10101         * tabular.C (latex): Support for block alignment in fixed width
10102         columns.
10103
10104 2002-11-17  John Levon  <levon@movementarian.org>
10105
10106         * BufferView_pimpl.C:
10107         * lyx_cb.C:
10108         * lyxfunc.C: split filedialog into open/save
10109
10110 2002-11-08  Juergen Vigna  <jug@sad.it>
10111
10112         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
10113         by my last patch (hopefully).
10114
10115 2002-11-08  John Levon  <levon@movementarian.org>
10116
10117         * iterators.h:
10118         * iterators.C:
10119         * buffer.h:
10120         * buffer.C:
10121         * paragraph.h:
10122         * paragraph.C:
10123         * toc.h:
10124         * toc.C: ParConstIterator, and use it (from Lars)
10125
10126 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
10127
10128         * lyxtextclass.[Ch]: revise and add doxygen comments
10129
10130 2002-11-07  John Levon  <levon@movementarian.org>
10131
10132         * text.C: fix progress value for spellchecker
10133
10134         * toc.C: fix navigate menu for insetwrap inside minipage
10135
10136         * paragraph_funcs.C: added FIXME for suspect code
10137
10138 2002-11-07  John Levon  <levon@movementarian.org>
10139
10140         * BufferView_pimpl.C: fix redrawing of insets
10141           on buffer switch
10142
10143 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10144
10145         * text2.C (updateCounters): fix bug 668
10146
10147 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
10148
10149         * text3.C (dispatch): Do not make the buffer dirty when moving the
10150         cursor.
10151
10152 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10153
10154         * vc-backend.C: STRCONV
10155         (scanMaster): ditto
10156
10157         * text2.C (setCounter): STRCONV
10158
10159         * paragraph.C (asString): STRCONV
10160
10161         * lyxlength.C (asString): STRCONV
10162         (asLatexString): ditto
10163
10164         * lyxgluelength.C (asString): STRCONV
10165         (asLatexString): ditto
10166
10167         * lyxfunc.C (dispatch): STRCONV
10168         (open): ditto
10169
10170         * lyxfont.C (stateText): STRCONV
10171
10172         * importer.C (Import): STRCONV
10173
10174         * counters.C (labelItem): STRCONV
10175         (numberLabel): ditto
10176         (numberLabel): remove unused ostringstream o
10177
10178         * chset.C: STRCONV
10179         (loadFile): ditto
10180
10181         * bufferview_funcs.C (currentState): STRCONV
10182
10183         * buffer.C (readFile): STRCONV
10184         (asciiParagraph): ditto
10185         (makeLaTeXFile): ditto
10186
10187         * Spacing.C (writeEnvirBegin): STRCONV
10188
10189         * LaTeXFeatures.C (getLanguages): STRCONV
10190         (getPackages): ditto
10191         (getMacros): ditto
10192         (getBabelOptions): ditto
10193         (getTClassPreamble): ditto
10194         (getLyXSGMLEntities): ditto
10195         (getIncludedFiles): ditto
10196
10197         * LaTeX.C: STRCONV
10198         (run): ditto
10199         (scanAuxFile): ditto
10200         (deplog): ditto
10201
10202         * LString.h: add the STRCONV macros
10203
10204         * BufferView_pimpl.C (savePosition): STRCONV
10205         (restorePosition): ditto
10206         (MenuInsertLyXFile): ditto
10207
10208         * vc-backend.C (scanMaster): change from submatch[...] to
10209         submatch.str(...)
10210
10211         * funcrequest.C: include config.h
10212
10213         * factory.C: include config.h
10214
10215         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
10216
10217         * box.C: include config.h
10218
10219         * LaTeX.C (scanAuxFile): change from submatch[...] to
10220         submatch.str(...)
10221         (deplog): ditto
10222
10223 2002-10-25  Angus Leeming  <leeming@lyx.org>
10224
10225         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
10226
10227         * ispell.[Ch] (setError): new method.
10228         * ispell.C (c-tor): move out child process into new class LaunchIspell.
10229         Use setError() insetead of goto END.
10230
10231         * lyx_cb.C (AutoSave): move out child process into new class
10232         AutoSaveBuffer.
10233
10234 2002-10-30  John Levon  <levon@movementarian.org>
10235
10236         * text3.C: make start appendix undoable
10237
10238 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
10239
10240         * lyxlength.C (inPixels): Fix returned value.
10241
10242         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
10243         environment.
10244
10245 2002-10-24  Angus Leeming  <leeming@lyx.org>
10246
10247         * lyxgluelength.h: no need to forward declare BufferParams
10248         or BufferView, so don't.
10249
10250 2002-10-21  John Levon  <levon@movementarian.org>
10251
10252         * BufferView.C: menuUndo ->undo, redo
10253
10254         * BufferView.h: document, remove dead, make some methods private
10255
10256         * paragraph_funcs.h:
10257         * paragraph_funcs.C:
10258         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
10259
10260         * buffer.h:
10261         * buffer.C:
10262         * sgml.h:
10263         * sgml.C: move sgml open/close tag into sgml.C
10264
10265         * bufferview_funcs.h: unused prototype
10266
10267         * lyxfunc.h:
10268         * lyxfunc.C: remove unused
10269
10270         * lyxtext.h:
10271         * text.C: remove unused
10272
10273 2002-10-21  John Levon  <levon@movementarian.org>
10274
10275         * BufferView.h:
10276         * BufferView.C:
10277         * BufferView_pimpl.h:
10278         * BufferView_pimpl.C: fix mouse wheel handling based on
10279           patch from Darren Freeman
10280
10281 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
10282
10283         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
10284
10285 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
10286
10287         * lyxlength.C (inPixels): Fix hanfling of negative length.
10288         Fix LyXLength::MU case.
10289
10290 2002-10-16  John Levon  <levon@movementarian.org>
10291
10292         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
10293
10294 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10295
10296         * converter.C (view): add support for $$i (file name) and $$p
10297         (file path) for the viewer command. If $$i is not specified, then
10298         it is appended to the command (for compatibility with old syntax)
10299
10300 2002-10-14  Juergen Vigna  <jug@sad.it>
10301
10302         * undo_funcs.C (textHandleUndo): alter the order in which the
10303         new undopar is added to the LyXText, as we have to set first
10304         the right prev/next and then add it as otherwise the rebuild of
10305         LyXText is not correct. Also reset the cursor to the right paragraph,
10306         with this IMO we could remove the hack in "redoParagraphs()".
10307
10308 2002-10-09  Angus Leeming  <leeming@lyx.org>
10309
10310         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
10311         to turn off an optimisation if a new inset is to be inserted.
10312
10313 2002-10-11 André Pönitz <poenitz@gmx.net>
10314
10315         * lyxtext.h: make some functions public to allow access
10316         from inset/lyxtext for handling LFUN_PRIOR/NEXT
10317
10318 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10319
10320         * text3.C (dispatch): when changing layout, avoid an infinite loop
10321         [bug #652]
10322
10323 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10324
10325         * lyxrc.C (read): treat a viewer or converter command of "none" as
10326         if it were empty.
10327
10328         * MenuBackend.C (expandFormats): for an update, also allow the
10329         formats that are not viewable
10330
10331         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
10332         script if it is newer than the lyxrc.defaults in user directory
10333
10334 2002-10-07 André Pönitz <poenitz@gmx.net>
10335
10336         * text.C: Vitaly Lipatov's small i18n fix
10337
10338 2002-09-25  Angus Leeming  <leeming@lyx.org>
10339
10340         * ispell.h: doxygen fix.
10341
10342 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
10343
10344         * buffer.h (readFile): Add a new argument to the method, to allow
10345         reading of old-format templates.
10346
10347 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
10348
10349         * toc.C (getTocList): Get TOC from InsetWrap.
10350
10351 2002-09-16  John Levon  <levon@movementarian.org>
10352
10353         * lyxfunc.C: check tabular for cut/copy too
10354
10355 2002-09-12  John Levon  <levon@movementarian.org>
10356
10357         * LyXAction.C: tidy
10358
10359         * factory.h:
10360         * factory.C: add header
10361
10362         * paragraph_funcs.h:
10363         * paragraph_funcs.C: cleanup
10364
10365 2002-09-11  John Levon  <levon@movementarian.org>
10366
10367         * PrinterParams.h: odd/even default to true
10368
10369 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
10370
10371         * PrinterParams.h: update printer parameters for new xforms dialog
10372
10373 2002-09-11  Angus Leeming  <leeming@lyx.org>
10374
10375         * lyxserver.C (read_ready): re-write to make it more transparent
10376         and to make it work in coherent fashion under Tru64 Unix.
10377
10378 2002-09-11  André Pönitz <poenitz@gmx.net>
10379
10380         * commandtags.h:
10381         * LyXAction.C:
10382         * text3.C: implement LFUN_WORDSEL
10383
10384 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10385
10386         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
10387         make floatlist_ a boost::shared_ptr<FloatList>
10388
10389         * lyxtextclass.C: include FloatList.h
10390         (LyXTextClass): initialize floatlist_
10391         (TextClassTags): add TC_NOFLOAT
10392         (Read): match "nofloat" to TC_NOFLOAT and use it.
10393         (readFloat): modify call to floatlist_
10394         (floats): ditto
10395         (floats): ditto
10396
10397         * FloatList.[Ch] (FloatList): remove commented out float
10398         initialization.
10399         (erase): new function
10400
10401 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10402
10403         * MenuBackend.C (expandToc): fix crash when there is no document
10404         open
10405
10406 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
10407
10408         * many files: Add insetwrap.
10409
10410 2002-09-09  John Levon  <levon@movementarian.org>
10411
10412         * text2.C: remove confusing and awkward depth wraparound
10413
10414 2002-09-09  John Levon  <levon@movementarian.org>
10415
10416         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
10417
10418         * buffer.h:
10419         * buffer.C: remove getIncludeonlyList()
10420
10421         * paragraph.C:
10422         * lyxfunc.C: remove headers
10423
10424 2002-09-09  Juergen Vigna  <jug@sad.it>
10425
10426         * text.C (getColumnNearX): fix form Michael this is most
10427         probably a cut&paste bug.
10428
10429 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
10430
10431         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
10432
10433         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
10434         references, ws changes.
10435
10436         * text2.C (init): update counters after init
10437         (insertParagraph): no need to set counter on idividual paragraphs.
10438         (setCounter): access the counters object in the textclass object
10439         on in the buffer object.
10440         (updateCounters): ditto
10441
10442         * lyxtextclass.C: include counters.h, add variable ctrs_ as
10443         shared_ptr<Counters> to avoid loading counters.h in all
10444         compilation units.
10445         (LyXTextClass): initialize ctrs_
10446         (TextClassTags): add TC_COUNTER, and ...
10447         (Read): use it here.
10448         (CounterTags): new tags
10449         (readCounter): new function
10450         (counters): new funtion
10451         (defaultLayoutName): return a const reference
10452
10453         * counters.C (Counters): remove contructor
10454         (newCounter): remove a couple of unneeded statements.
10455         (newCounter): simplify a bit.
10456         (numberLabel): some small formatting changes.
10457
10458         * buffer.[Ch]: remove all traces of counters, move the Counters
10459         object to the LyXTextClass.
10460
10461 2002-09-06  Alain Castera  <castera@in2p3.fr>
10462
10463         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10464         package to set the horizontal alignment on fixed width columns.
10465
10466         * lyx_sty.C:
10467         * lyx_sty.h: added tabularnewline macro def.
10468
10469         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10470
10471 2002-09-06  John Levon  <levon@movementarian.org>
10472
10473         * LyXAction.C: tooltips for sub/superscript
10474
10475         * MenuBackend.C: a bit more verbose
10476
10477         * lyxfunc.C: tiny clean
10478
10479         * undo_funcs.C: document undo_frozen
10480
10481 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10482
10483         * counters.C (Counters): add missing algorithm counter.
10484
10485         * text2.C (setCounter): lookup the counter with layouts latexname
10486         instead of by section number.
10487         (setCounter): use a hackish way to lookup the correct enum
10488         counter.
10489         a float name->type change
10490         reset enum couners with counter name directly instead of depth value.
10491
10492         * counters.C (Counters): remove the push_backs, change to use the
10493         float type not the float name.
10494         (labelItem): remove unused string, float name->type change
10495
10496         * counters.h: don't include vector, loose the enums and sects vectors
10497
10498 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10499
10500         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10501         (Read): add float->TC_FLOAT to textclassTags
10502         (Read): and handle it in the switch
10503         (readFloat): new function
10504
10505         * FloatList.C (FloatList): comment out the hardcoded float
10506         definitions.
10507
10508         * lyxlayout.h: ws change.
10509
10510 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10511
10512         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10513
10514 2002-09-03  Angus Leeming  <leeming@lyx.org>
10515
10516         * BufferView_pimpl.h: qualified name is not allowed in member
10517         declaration: WorkArea & Pimpl::workarea() const;
10518
10519         * factory.C: added using std::endl directive.
10520
10521         * text3.C: added using std::find and std::vector directives.
10522
10523 2002-08-29  André Pönitz <poenitz@gmx.net>
10524
10525         * lyxtext.h:
10526         * text2.C: remove unused member number_of_rows
10527
10528         * Makefile.am:
10529         * BufferView2.C: remove file, move contents to...
10530         * BufferView.C: ... here
10531
10532         * BufferView_pimpl.C:
10533         * factory.C: move more inset creation to factory
10534
10535         * vspace.C: avoid direct usage of LyXText, ws changes
10536
10537         * BufferView.[Ch]:
10538                 don't provide direct access to WorkArea, use two simple
10539                 acessors haveSelction() and workHeight() instead
10540
10541
10542 2002-08-29  John Levon  <levon@movementarian.org>
10543
10544         * BufferView_pimpl.C (dispatch): do not continue when
10545           no buffer
10546
10547 2002-08-28  André Pönitz <poenitz@gmx.net>
10548
10549         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10550
10551         * BufferView.h:
10552         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10553
10554 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10555
10556         * buffer.C: increment LYX_FORMAT to 221
10557
10558         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10559         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10560
10561         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10562
10563         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10564
10565 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10566
10567         * factory.C (createInset): use LyXTextClass::floats
10568
10569         * MenuBackend.C (expandFloatListInsert):
10570         (expandFloatInsert):
10571         (expandToc):
10572
10573         * text2.C (setCounter):
10574
10575         * LaTeXFeatures.C (useFloat):
10576         (getFloatDefinitions):
10577
10578         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10579
10580         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10581         floatlist_, with accessor floats().
10582
10583         * FloatList.h: remove global FloatList
10584
10585 2002-08-26  André Pönitz <poenitz@gmx.net>
10586
10587         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10588
10589         * BufferView.h:
10590         * BufferView2.C:
10591         * BufferView_pimpl.C:
10592         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10593
10594 2002-08-25  John Levon  <levon@movementarian.org>
10595
10596         * LyXAction.C: fix margin note description
10597
10598 2002-08-24  John Levon  <levon@movementarian.org>
10599
10600         * buffer.C:
10601         * bufferlist.C:
10602         * bufferview_funcs.C:
10603         * lyxfont.C:
10604         * undo_funcs.C: cleanups
10605
10606         * lyxfunc.C: disable CUT/COPY when no selection
10607
10608 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10609
10610         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10611         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10612
10613         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10614         Add backward compatibility to "mono", "gray" and "no".
10615
10616 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10617
10618         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10619         (and file_format >= 200).
10620
10621 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10622
10623         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10624
10625 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10626
10627         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10628
10629 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10630
10631         * BufferView_pimpl.C:
10632         * LyXAction.C:
10633         * buffer.C:
10634         * commandtags.h:
10635         * lyxfunc.C:
10636         * paragraph.[Ch]:
10637         * text2.C:
10638         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10639         inset and code to make it  work with the paragraph code. The inset
10640         can be anywhere in the paragraph, but will only do the expected
10641         thing in LaTeX if the layout file contains the parameter line
10642                         OptionalArgs    1
10643         (or more generally, a nonzero value) for that layout.
10644
10645 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10646
10647         * paragraph.h: remove the declaration of undefined counters class
10648         function.
10649
10650 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10651
10652         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10653         Dr. Richard Hawkins.
10654
10655 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10656
10657         * paragraph_funcs.h: remove some unneeded includes
10658
10659         * text.C (backspace): pasteParagraph now in global scipe
10660
10661         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10662         (pasteSelection): ditto
10663
10664         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10665         * paragraph_funcs.C (pasteParagraph): ... here
10666
10667 2002-08-20  André Pönitz <poenitz@gmx.net>
10668
10669         * commandtags.h: new LFUNs for swapping/copying table row/colums
10670
10671         * LyXAction.C:
10672         * lyxfunc.C: support for new lfuns
10673
10674 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10675
10676         * tabular.C:
10677         * buffer.[Ch]: remove NO_COMPABILITY stuff
10678
10679 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10680
10681         * boost.C (throw_exception): new file, with helper function for
10682         boost compiled without exceptions.
10683
10684         * paragraph.h:
10685         * lyxlength.C:
10686         * buffer.C:
10687         * ParameterStruct.h:
10688         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10689
10690         * bufferlist.C (emergencyWriteAll): use boost bind
10691
10692         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10693
10694         * text.C: include paragraph_funcs.h
10695         (breakParagraph): breakParagraph is now in global scope
10696
10697         * paragraph_funcs.[Ch]: new files
10698
10699         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10700         global scope
10701
10702         * buffer.C: include paragraph_funcs.h
10703         (insertStringAsLines): breakParagraph is now in global scope
10704
10705         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10706         paragraph_funcs.C
10707
10708         * CutAndPaste.C: include paragraph_funcs.h
10709         (cutSelection): breakParagraphConservative is now in global scope
10710         (pasteSelection): ditto
10711
10712         * buffer.h: declare oprator== and operator!= for
10713         Buffer::inset_iterator
10714
10715         * bufferlist.C (emergencyWrite): don't use fmt(...)
10716
10717         * text3.C: add using std::endl
10718
10719         * BufferView.C (moveCursorUpdate): remove default arg
10720
10721 2002-08-20  André Pönitz <poenitz@gmx.net>
10722
10723         * buffer.[Ch]: move inline functions to .C
10724
10725         * BufferView2.C:
10726         * BufferView_pimpl.C:
10727         * text.C:
10728         * buffer.[Ch]: use improved inset_iterator
10729
10730         * buffer.C:
10731         * paragraph.[Ch]: write one paragraph at a time
10732
10733 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10734
10735         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10736         style if style is not specified.
10737
10738 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10739
10740         * text2.C (setCounter): when searching for right label for a
10741         caption, make sure to recurse to parent insets (so that a caption
10742         in a minipage in a figure float works) (bug #568)
10743
10744 2002-08-20  André Pönitz <poenitz@gmx.net>
10745
10746         * text3.C: new file for LyXText::dispatch() and helpers
10747
10748         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10749
10750         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10751
10752 2002-08-19  André Pönitz <poenitz@gmx.net>
10753
10754         * lyxtext.h:
10755         * text.C: new LyXText::dispatch()
10756
10757         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10758
10759 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10760
10761         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10762
10763         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10764         Hebrew text.
10765
10766 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10767
10768         * Makefile.am: use $(variables) instead of @substitutions@
10769
10770 2002-08-15  André Pönitz <poenitz@gmx.net>
10771
10772         * lyxfunc.C:
10773         * BufferView_pimpl.C: streamlining mathed <-> outer world
10774         interaction
10775
10776         * commandtags.h:
10777         * LyXAction.C: remove unused LFUN_MATH
10778
10779 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10780
10781         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10782
10783 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10784
10785         * paragraph.C (Paragraph): reformat a bit
10786         (cutIntoMinibuffer): use builtin InsetList function instad of
10787         doing it manually.
10788         (getInset): ditto
10789
10790         * buffer.C: include boost/bind.hpp, add using std::for_each
10791         (writeFileAscii): use ParagraphList iterators
10792         (validate): use for_each for validate traversal of paragraphs
10793         (getBibkeyList): use ParagraphList iterators
10794         (resizeInsets): use for_each to resizeInsetsLyXText for all
10795         paragraphs.
10796         (getParFromID): use ParagraphList iterators
10797
10798         * BufferView2.C (lockInset): use paragraph list and iterators
10799
10800 2002-08-14  John Levon  <levon@movementarian.org>
10801
10802         * lyxserver.C: remove spurious xforms include
10803
10804 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10805
10806         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10807
10808 2002-08-13  André Pönitz <poenitz@gmx.net>
10809
10810         * LyXAction.[Ch]:
10811         * lyxfunc.C: further cleaning
10812
10813 2002-08-13  André Pönitz <poenitz@gmx.net>
10814
10815         * funcrequest.h: new constructor
10816
10817         * funcrequest.C: move stuff here from .h
10818
10819         * Makefile.am:
10820         * BufferView_pimpl.C:
10821         * LyXAction.C:
10822         * toc.C:
10823         * lyxfunc.C: subsequent changes
10824
10825         * lyxfunc.h: new view() member function
10826
10827         * lyxfunc.C: subsequent changes
10828
10829 2002-08-13  Angus Leeming  <leeming@lyx.org>
10830
10831         * BufferView2.C:
10832         * BufferView_pimpl.C:
10833         * buffer.C:
10834         * converter.C:
10835         * importer.C:
10836         * lyxfunc.C:
10837         * lyxvc.C:
10838         * toc.C:
10839         * vc-backend.C:
10840         changes due to the changed LyXView interface that now returns references
10841         to member variables not pointers.
10842
10843 2002-08-13  Angus Leeming  <leeming@lyx.org>
10844
10845         * WordLangTuple (word, lang_code): return references to strings,
10846         not strings.
10847
10848         * BufferView.h:
10849         * SpellBase.h:
10850         * lyxtext.h: forward-declare WordLangTuple.
10851
10852         * BufferView2.C:
10853         * ispell.C:
10854         * pspell.C:
10855         * text.C: #include "WordLangTuple.h".
10856
10857         * lyxtext.h:
10858         * text.C: (selectNextWordToSpellcheck): constify return type.
10859
10860 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10861
10862         * buffer.C:
10863         * buffer.h:
10864         * lyxtext.h:
10865         * paragraph.C:
10866         * paragraph_pimpl.h:
10867         * text.C:
10868         * text2.C:
10869         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10870         suggested by Angus.
10871         Made updateCounter always count from start of buffer, and removed
10872         second argument (par).
10873         Reverted floats number display to '#'. Perhaps I'll try again when the
10874         code base is sanitized a bit.
10875
10876 2002-08-12  Angus Leeming  <leeming@lyx.org>
10877
10878         * buffer.[Ch] (getLabelList): constify.
10879
10880 2002-08-07  André Pönitz <poenitz@gmx.net>
10881
10882         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10883
10884         * funcrequest.h: extension to keep mouse (x,y) position
10885
10886 2002-08-12  Juergen Vigna  <jug@sad.it>
10887
10888         * BufferView2.C (insertErrors): forbid undo when inserting error
10889         insets.
10890
10891         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10892
10893 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10894
10895         * ParagraphList.[Ch]: new files
10896
10897         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10898
10899         * BufferView2.C (lockInset): ParagraphList changes
10900         * toc.C: ditto
10901         * text2.C: ditto
10902         * bufferlist.C: ditto
10903         * buffer.h: ditto
10904         * buffer.C: ditto
10905
10906 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10907
10908         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10909         unused class variable counter_,
10910
10911         * paragraph.[Ch] (getFirstCounter): delete unused function
10912
10913         * counters.C: include LAssert.h
10914         (reset): add a new function with no arg, change other version to
10915         not have def. arg and to not allow empty arg.
10916
10917         * text2.C (setCounter): remove empty arg from call to Counters::reset
10918
10919 2002-08-11  John Levon  <levon@movementarian.org>
10920
10921         * Makefile.am: add WordLangTuple.h
10922
10923 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10924
10925         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10926         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10927
10928         * insets/insettext.C: InsetList changes
10929
10930         * graphics/GraphicsSupport.C (operator()): InsetList changes
10931
10932         * toc.C (getTocList): InsetList changes
10933
10934         * paragraph_pimpl.[Ch]: InsetList changes
10935
10936         * paragraph.[Ch]: InsetList changes
10937
10938         * buffer.C (inset_iterator): InsetList changes
10939         (setParagraph): ditto
10940         * buffer.h (inset_iterator): ditto
10941         * iterators.C (operator++): ditto
10942         * iterators.h: ditto
10943
10944         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10945
10946         * InsetList.[Ch]: new files, most InsetList handling moved out of
10947         paragraph.C.
10948
10949         * BufferView2.C (removeAutoInsets): InsetList changes
10950         (lockInset): ditto
10951         (ChangeInsets): ditto
10952
10953 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10954
10955         * paragraph_pimpl.h (empty): new function
10956
10957         * paragraph.[Ch] (empty): new function
10958
10959         * other files: use the new Paragraph::empty function
10960
10961 2002-08-09  John Levon  <levon@movementarian.org>
10962
10963         * lyxtext.h: remove unused refresh_height
10964
10965 2002-08-09  John Levon  <levon@movementarian.org>
10966
10967         * Makefile.am:
10968         * sgml.h:
10969         * sgml.C:
10970         * buffer.C:
10971         * paragraph.h:
10972         * paragraph.C: move sgml char escaping out of paragraph
10973
10974         * paragraph.h:
10975         * paragraph.C: remove id setter
10976
10977         * buffer.C:
10978         * paragraph.C:
10979         * paragraph_pimpl.C: remove dead tex_code_break_column
10980
10981         * bufferview_funcs.C: small cleanup
10982
10983         * lyxfunc.C: remove dead proto
10984
10985         * lyxtext.h: make some stuff private. Remove some dead stuff.
10986
10987         * lyxgluelength.C: make as[LyX]String() readable
10988
10989 2002-08-08  John Levon  <levon@movementarian.org>
10990
10991         * LyXAction.h:
10992         * LyXAction.C:
10993         * MenuBackend.C:
10994         * ToolbarDefaults.C:
10995         * lyxfunc.C:
10996         * lyxrc.C:
10997         * toc.C: lyxaction cleanup
10998
10999 2002-08-08  John Levon  <levon@movementarian.org>
11000
11001         * BufferView2.C: small cleanup
11002
11003         * lyxfind.h:
11004         * lyxfind.C: move unnecessary header into the .C
11005
11006 2002-08-08  John Levon  <levon@movementarian.org>
11007
11008         * funcrequest.h: just tedious nonsense
11009
11010         * lyx_main.h:
11011         * lyx_main.C: cleanups
11012
11013         * buffer.C:
11014         * vspace.C: remove dead header lyx_main.h
11015
11016 2002-08-07  Angus Leeming  <leeming@lyx.org>
11017
11018         * Paragraph.[Ch]:
11019         * paragraph_pimpl.h:
11020         Forward declare class Counters in paragraph.h by moving the ctrs member
11021         variable into Paragraph::Pimpl.
11022         (counters): new method, returning a reference to pimpl_->ctrs.
11023
11024         * text2.C: ensuing changes.
11025
11026 2002-08-07  John Levon  <levon@movementarian.org>
11027
11028         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
11029
11030         * BufferView_pimpl.C: announce X selection on double/triple
11031           click
11032
11033         * lyx_main.C: use correct bool in batch dispatch
11034
11035         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
11036
11037 2002-08-07  André Pönitz <poenitz@gmx.net>
11038
11039         * funcrequest.h: new class to wrap a kb_action and its argument
11040
11041         * BufferView.[Ch]:
11042         * BufferView_pimpl[Ch]:
11043         * LaTeX.C:
11044         * LyXAction.[Ch]:
11045         * lyxfunc.[Ch]:
11046         * lyxrc.C: subsequent changes
11047
11048
11049 2002-08-07  John Levon  <levon@movementarian.org>
11050
11051         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
11052           document options change.
11053
11054 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
11055
11056         * counters.[Ch]
11057         * text2.C
11058         * paragraph.[Ch]
11059         * makefile.am: move counters functionality over from
11060         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
11061
11062 2002-08-06  John Levon  <levon@movementarian.org>
11063
11064         * WordLangTuple.h: new file for word + language code tuple
11065
11066         * SpellBase.h:
11067         * pspell.h:
11068         * pspell.C:
11069         * ispell.h:
11070         * ispell.C:
11071         * lyxtext.h:
11072         * text.C:
11073         * text2.C:
11074         * BufferView.h:
11075         * BufferView2.C: use WordLangTuple
11076
11077         * layout.h:
11078         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
11079
11080 2002-08-06  John Levon  <levon@movementarian.org>
11081
11082         * lyx_main.C: fix cmdline batch handling
11083
11084 2002-08-06  André Pönitz <poenitz@gmx.net>
11085
11086         * lyxrc.C: set default for show_banner to true
11087
11088 2002-08-06  John Levon  <levon@movementarian.org>
11089
11090         * pspell.C: fix a crash, and allow new aspell to work
11091
11092 2002-08-06  John Levon  <levon@movementarian.org>
11093
11094         * lyxfunc.C:
11095         * kbmap.C: small cleanup
11096
11097         * vspace.h:
11098         * vspace.C: add const
11099
11100 2002-08-05  John Levon  <levon@movementarian.org>
11101
11102         * LyXAction.C: back to tabular-insert
11103
11104 2002-08-04  John Levon  <levon@movementarian.org>
11105
11106         * BufferView.h:
11107         * BufferView.C: cosmetic change
11108
11109         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
11110
11111         * bufferlist.C:
11112         * buffer.h:
11113         * buffer.C:
11114         * lyxcb.h:
11115         * lyxcb.C:
11116         * lyxserver.C:
11117         * lyxvc.C:
11118         * vc-backend.C:
11119         * BufferView2.C: purge all "Lyx" not "LyX" strings
11120
11121         * lyxcursor.h:
11122         * lyxcursor.C: attempt to add some documentation
11123
11124         * lyxfunc.C:
11125         * commandtags.h:
11126         * LyXAction.C:
11127         * ToolbarDefaults.C:
11128         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
11129           merge with LFUN_TABULAR_INSERT
11130
11131         * Makefile.am:
11132         * SpellBase.h:
11133         * ispell.h:
11134         * ispell.C:
11135         * pspell.h:
11136         * pspell.C: split up i/pspell implementations into separate
11137           files, many cleanups
11138
11139         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
11140
11141         * text2.C: some cleanup
11142
11143         * lyxfunc.C: don't check for isp_command == "none" any more, it
11144           didn't make any sense
11145
11146 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
11147
11148         * counters.[Ch]
11149         * text2.C
11150         * paragraph.[Ch]
11151         * makefile.am: move counters functionality over
11152         from text2.C/paragraph.[Ch] to counters.[Ch], and
11153         make proper C++.
11154 2002-08-02  John Levon  <levon@movementarian.org>
11155
11156         * buffer.C: s/lyxconvert/lyx2lyx/
11157
11158 2002-08-02  Angus Leeming  <leeming@lyx.org>
11159
11160         * lyxlex.C: revert John's change as it breaks reading of the user
11161         preamble.
11162
11163 2002-08-02  Angus Leeming  <leeming@lyx.org>
11164
11165         * importer.C (Import):
11166         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
11167         changes due to LyXView::view() now returning a boost::shared_ptr.
11168
11169 2002-08-02  John Levon  <levon@movementarian.org>
11170
11171         * lyxlex.C: small cleanup
11172
11173 2002-08-02  John Levon  <levon@movementarian.org>
11174
11175         * text2.C (status): small cleanup, no logic change
11176
11177 2002-08-01  John Levon  <levon@movementarian.org>
11178
11179         * buffer.h:
11180         * buffer.C (writeFile): don't output alerts, caller
11181           handles this
11182
11183         * bufferlist.C:
11184         * lyx_cb.C: from above
11185
11186         * lyxfunc.C: allow to open non-existent files
11187
11188 2002-07-31  John Levon  <levon@movementarian.org>
11189
11190         * lyxserver.C: don't let incidental errors get
11191           in the way (errno)
11192
11193 2002-07-30  John Levon  <levon@movementarian.org>
11194
11195         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
11196
11197 2002-07-30  John Levon  <levon@movementarian.org>
11198
11199         * lyxserver.h:
11200         * lyxserver.C: remove I/O callback too
11201
11202 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11203
11204         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
11205         log.
11206
11207 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
11208
11209         * many files: strip,frontStrip -> trim,ltrim,rtrim
11210
11211 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
11212
11213         * PrinterParams.h: remove extern containsOnly, and include
11214         support/lstrings.h instead.
11215
11216         * LaTeX.C (scanAuxFile): modify because of strip changes
11217         (deplog): ditto
11218         * buffer.C (makeLaTeXFile): ditto
11219         * bufferparams.C (writeFile): ditt
11220         * lyxfont.C (stateText): ditto
11221         * lyxserver.C (read_ready): ditto
11222         * vc-backend.C (scanMaster): ditto
11223
11224         * BufferView_pimpl.h: ws changes
11225
11226         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
11227
11228 2002-07-26  André Pönitz <poenitz@gmx.net>
11229
11230         * kb_sequence.C: remove unnedred usings
11231
11232 2002-07-26  Juergen Vigna  <jug@sad.it>
11233
11234         * lyxfind.C (LyXReplace): we have to check better if the returned
11235         text is not of theLockingInset()->getLockingInset().
11236
11237 2002-07-25  Juergen Vigna  <jug@sad.it>
11238
11239         * lyxfind.C (LyXReplace): don't replace if we don't get the
11240         right LyXText.
11241
11242         * undo_funcs.C (createUndo): remove debugging code.
11243
11244 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
11245
11246         * buffer.C (parseSingleLyXformat2Token): Use default placement
11247         when reading old floats.
11248
11249         * FloatList.C (FloatList): Change the default placement of figure
11250         and tables to "tbp".
11251
11252 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
11253
11254         * MenuBackend.C: using std::max
11255
11256 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11257
11258         * MenuBackend.C (expandToc):
11259         (expandToc2): code moved from xforms menu frontend. It is now
11260         generic and TOCs are transparent to menu frontends.
11261
11262 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11263
11264         * toc.C (getTocList): protect against buf=0
11265
11266         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
11267         Menu as first parameter. Now, this calls itself recursively to
11268         expand a whole tree (this will be useful for TOC handling)
11269         (expandFloatInsert): remove 'wide' version of floats
11270
11271         * MenuBackend.h (submenuname): returns the name of the submenu.
11272         (submenu): returns the submenu itself, provided it has been
11273         created by MenuBackend::expand
11274
11275 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11276
11277         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
11278         insets which have noFontChange == true. (bug #172)
11279
11280 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11281
11282         * BufferView_pimpl.C: add connection objects and use them...
11283         (Pimpl): here.
11284
11285 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11286
11287         * MenuBackend.C (expandLastfiles):
11288         (expandDocuments):
11289         (expandFormats):
11290         (expandFloatListInsert):
11291         (expandFloatInsert):
11292         (expand): split expand in parts
11293
11294 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11295
11296         * lyx_gui.C: use lyx_gui::exit()
11297
11298 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11299
11300         * LyXAction.C: show the failing pseudo action
11301
11302 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
11303
11304         * buffer.C (readFile): Run the lyxconvert script in order to read
11305         old files.
11306
11307 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * LyXAction.C:
11310         * commandtags.h:
11311         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
11312
11313 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11314
11315         * LyXAction.C:
11316         * commandtags.h:
11317         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
11318
11319 2002-07-22  Herbert Voss  <voss@lyx.org>
11320
11321         * lengthcommon.C:
11322         * lyxlength.[Ch]: add support for the vertical lengths
11323
11324 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
11325
11326         * toc.[Ch]: std:: fixes
11327
11328 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11329
11330         * lyxrc.C: do not include lyx_main.h
11331
11332         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
11333         for layouts
11334
11335         * lyxrc.C:
11336         * encoding.C:
11337         * bufferlist.C:
11338         * BufferView2.C: include "lyxlex.h"
11339
11340         * tabular.h:
11341         * bufferparams.h: do not #include "lyxlex.h"
11342
11343         * lyxtextclasslist.C (Add): remove method
11344         (classlist): renamed to classlist_
11345
11346         * paragraph_pimpl.C:
11347         * paragraph.C:
11348         * text2.C:
11349         * CutAndPaste.C:
11350         * bufferview_funcs.C:
11351         * bufferlist.C:
11352         * text.C:
11353         * LaTeXFeatures.C:
11354         * buffer.C:
11355         * toc.C (getTocList): use BufferParams::getLyXTextClass
11356
11357         * toc.C (getTocList): use InsetFloat::addToToc
11358
11359         * toc.[Ch]: new files, containing helper functions to handle table
11360         of contents
11361
11362         * lyxfunc.C (dispatch): no need to remove spaces around command
11363         given as a string
11364         (getStatus): handle LFUN_SEQUENCE by returning the status of the
11365         first command of the sequence; it is not very clever, but I do not
11366         have a better idea, actually
11367
11368         * LyXAction.C (LookupFunc): make sure to remove space at the
11369         beginning and end of the command
11370
11371 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11372
11373         * MenuBackend.C (getMenubar): new method: return the menubar of
11374         this menu set
11375         (read): treat differently reading of menu and menubar (in
11376         particular, the menubar has no name now)
11377         (Menu::menubar): remove
11378
11379         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
11380         saving is finished
11381
11382 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11383
11384         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
11385         a bibitem inset in a RTL paragraph.
11386
11387 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
11388
11389         * paragraph_pimpl.C: constify
11390
11391         * BufferView_pimpl.C:
11392         * LaTeX.C:
11393         * lyxfunc.C: fix dispatch in a nicer way
11394
11395 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11396
11397         * lyxfunc.C (dispatch):
11398         * BufferView_pimpl.C:
11399         * BufferView_pimpl.h:
11400         * BufferView.C:
11401         * BufferView.h: rename Dispatch() to dispatch()
11402
11403         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
11404
11405         * lyxlayout.C (Read): honor DependsOn tag
11406
11407         * lyxlayout.[Ch] (depends_on): new method
11408
11409         * version.C.in: update lyx_docversion
11410
11411         * LaTeXFeatures.C (getMacros): only define \LyX when needed
11412
11413         * paragraph.C (validate): remove from here...
11414         * paragraph_pimpl.C (validate): ... and move here
11415         (isTextAt): make it const
11416
11417         * buffer.C (getLists): ws cleanup
11418
11419 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
11420
11421         * language.C (read): Use iso8859-1 encoding in latex_lang
11422         (this prevents LyX from crashing when using iso10646-1 encoding).
11423
11424 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11425
11426         * text2.C (toggleInset): if cursor is inside an inset, close the
11427         inset and leave cursor _after_ it
11428
11429 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11430
11431         * lyxfunc.C: move minibuffer completion handling out of here
11432
11433 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
11434
11435         * BufferView_pimpl.C:
11436         * LaTeX.C: fix dispatch calls
11437
11438 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
11439
11440         * text.C (drawChars): Fix Arabic text rendering.
11441
11442 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
11443
11444         * LyXAction.C:
11445         * commandtags.h:
11446         * lyxfunc.C: remove message-push/pop
11447
11448         * lyxserver.C:
11449         * lyxfunc.h:
11450         * lyxfunc.C: rationalise some code by removing verboseDispatch
11451           in favour of a bool argument to dispatch()
11452
11453 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11454
11455         * lyx_main.C (init): make sure to read symlinks as absolute paths
11456
11457 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11458
11459         * lyxfunc.h:
11460         * lyxfunc.C: no need for commandshortcut to be a member
11461
11462 2002-07-15  André Pönitz <poenitz@gmx.net>
11463
11464         * converter.C: add support for $$s (scripts from lib/scripts dir)
11465         * lyx_main.C: white space
11466
11467 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11468
11469         * bufferlist.C:
11470         * lyxrc.h:
11471         * lyxrc.C: remove second exit confirmation
11472
11473 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11474
11475         * BufferView.h:
11476         * BufferView.C:
11477         * BufferView2.C:
11478         * BufferView_pimpl.h:
11479         * BufferView_pimpl.C:
11480         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11481
11482 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11483
11484         * MenuBackend.C (expand): add numeric shortcuts to document menu
11485
11486         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11487
11488 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11489
11490         * lyxfont.C (setLyXFamily):
11491         (setLyXSeries):
11492         (setLyXShape):
11493         (setLyXSize):
11494         (setLyXMisc):
11495         (lyxRead):
11496         * debug.C (value):
11497         * buffer.C (asciiParagraph): use ascii_lowercase
11498
11499 2002-07-15  Mike Fabian  <mfabian@suse.de>
11500
11501         * lyxlex_pimpl.C (search_kw):
11502         * lyxlex.C (getLongString):
11503         * converter.h (operator<):
11504         * converter.C (operator<):
11505         * buffer.C (parseSingleLyXformat2Token):
11506         (asciiParagraph):
11507         * ToolbarDefaults.C (read):
11508         * MenuBackend.C (checkShortcuts):
11509         (read):
11510         * LColor.C (getFromGUIName):
11511         (getFromLyXName): use the compare_ascii_no_case instead of
11512         compare_no_case, because in turkish, 'i' is not the lowercase
11513         version of 'I', and thus turkish locale breaks parsing of tags.
11514
11515 2002-07-16  Angus Leeming  <leeming@lyx.org>
11516
11517         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11518         now takes a Buffer const & argument.
11519
11520 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11521
11522         * BufferView.C (resize): check there's a buffer to resize
11523
11524 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11525
11526         * lyxfunc.C: remove dead code
11527
11528         * lyxserver.h:
11529         * lyxserver.C: use lyx_guii::set_read_callback
11530
11531 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11532
11533         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11534         an inset in a RTL paragraph.
11535
11536 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11537
11538         * lyxfunc.C: repaint after a font size update
11539
11540 2002-07-15  André Pönitz <poenitz@gmx.net>
11541
11542         * lyxlength.C: inBP should be able to return negative values
11543
11544 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11545
11546         * lyxfunc.C: use lyx_gui::update_fonts()
11547
11548 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11549
11550         * lyxfunc.C: use lyx_gui::update_color()
11551
11552 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11553
11554         * bufferlist.C:
11555         * lyxfunc.h:
11556         * lyxfunc.C:
11557         * lyxrc.h:
11558         * lyxrc.C: remove file->new asks for name option, and let
11559           buffer-new take an argument
11560
11561 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11562
11563         * BufferView_pimpl.C: remove unneeded extra repaint()
11564
11565 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11566
11567         * LyXAction.C: allow command-sequence with NoBuffer
11568
11569         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11570
11571 2002-07-10  Angus Leeming  <leeming@lyx.org>
11572
11573         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11574
11575 2002-07-09  Angus Leeming  <leeming@lyx.org>
11576
11577         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11578
11579 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11580
11581         * lengthcommon.h: whitespace
11582
11583         * lyxfunc.C: update scrollbar after goto paragraph
11584
11585         * lyxtext.h: factor out page break drawing, and fix it so
11586           page break/added space paints as selected nicely
11587
11588 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11589
11590         * BufferView_pimpl.C: add FIXMEs, clean up a little
11591
11592 2002-07-09  André Pönitz <poenitz@gmx.net>
11593
11594         * lyxfont.[Ch]: support for wasy symbols
11595
11596 2002-07-08  André Pönitz <poenitz@gmx.net>
11597
11598         * BufferView_pimpl.C: apply John's patch for #93.
11599
11600 2002-07-05  Angus Leeming  <leeming@lyx.org>
11601
11602         * BufferView_pimpl.C (buffer): generate previews if desired.
11603
11604         * LColor.h: add "preview" to the color enum.
11605
11606         * LColor.C (LColor): add a corresponding entry to the items array.
11607
11608         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11609         with this buffer.
11610
11611 2002-07-05  Angus Leeming  <leeming@lyx.org>
11612
11613         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11614         The body of the code is now in the method that is passed an ostream &
11615         rather than a file name.
11616         Pass an additional only_preamble parameter, useful for the forthcoming
11617         preview stuff.
11618
11619 2002-07-03  André Pönitz <poenitz@gmx.net>
11620
11621         * lyxfunc.C: simplify getStatus() a bit for math stuff
11622
11623 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11624
11625         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11626
11627 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11628
11629         * text.C (changeRegionCase): do not change case of all the
11630         document when region ends at paragraph end (bug #461)
11631
11632 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11633
11634         * paragraph.C (startTeXParParams):
11635         (endTeXParParams): add \protect when necessary
11636
11637 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11638
11639         * BufferView_pimpl.C (workAreaExpose): remove warning
11640
11641 2002-06-27  Angus Leeming  <leeming@lyx.org>
11642
11643         * Makefile.am: add lyxlayout_ptr_fwd.h.
11644
11645 2002-06-26  André Pönitz <poenitz@gmx.net>
11646
11647         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11648
11649 2002-06-25  Angus Leeming  <leeming@lyx.org>
11650
11651         * lyxfunc.C (dispatch): Comment out the call to
11652         grfx::GCache::changeDisplay. The method no longer exists now that the
11653         pixmap generation part of the graphics loader has been moved into
11654         InsetGraphics.
11655
11656 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11657
11658         * text2.C: layout as layout
11659
11660         * text.C: layout as layout
11661
11662         * tabular.C (OldFormatRead): layout as layout
11663
11664         * paragraph_pimpl.C (TeXDeeper): layout as layout
11665         (realizeFont): layout as layout
11666
11667         * paragraph.C (writeFile): layout as layout
11668         (validate): layout as layout
11669         (getFont): layout as layout
11670         (getLabelFont): layout as layout
11671         (getLayoutFont): layout as layout
11672         (breakParagraph): layout as layout
11673         (stripLeadingSpaces): layout as layout
11674         (getEndLabel): layout as layout
11675         (getMaxDepthAfter): layout as layout
11676         (applyLayout): layout as layout
11677         (TeXOnePar): layout as layout
11678         (simpleTeXOnePar): layout as layout
11679         (TeXEnvironment): layout as layout
11680         (layout): layout as layout
11681         (layout): layout as layout
11682
11683         * lyxtextclass.C (compare_name): new functor to work with
11684         shared_ptr, layout as layout
11685         (Read): layout as layout
11686         (hasLayout): layout as layout
11687         (operator): layout as layout
11688         (delete_layout): layout as layout
11689         (defaultLayout): layout as layout
11690
11691         * lyxlayout_ptr_fwd.h: new file
11692
11693         * lyxlayout.C (Read): layout as layout
11694
11695         * lyx_cb.C (MenuInsertLabel): layout as layout
11696
11697         * bufferlist.C (newFile): layout as layout
11698
11699         * buffer.C (readLyXformat2): layout as layout
11700         (parseSingleLyXformat2Token): layout as layout
11701         (insertStringAsLines): layout as layout
11702         (asciiParagraph): layout as layout
11703         (latexParagraphs): layout as layout
11704         (makeLinuxDocFile): layout as layout
11705         (simpleLinuxDocOnePar): layout as layout
11706         (makeDocBookFile): layout as layout
11707         (simpleDocBookOnePar): layout as layout
11708         (getLists): layout as layout
11709
11710         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11711
11712         * CutAndPaste.C (cutSelection): layout as layout
11713         (pasteSelection): layout as layout
11714         (SwitchLayoutsBetweenClasses): layout as layout
11715
11716         * BufferView_pimpl.C (Dispatch): layout as layout
11717         (smartQuote): layout as layout
11718
11719         * BufferView2.C (unlockInset): layout as layout
11720
11721 2002-06-24  André Pönitz <poenitz@gmx.net>
11722
11723         * lyxfunc.C: fix #487
11724
11725 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11726
11727         * lyxrc.h:
11728         * lyxrc.C:
11729         * lyxfunc.C: remove display_shortcuts, show_banner
11730
11731 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11732
11733         * Buffer_pimpl.C: oops, update on resize
11734
11735 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11736
11737         * buffer.C:
11738         * converter.C:
11739         * exporter.C:
11740         * lyxfunc.C:
11741         * BufferView.h:
11742         * BufferView.C: use repaint()
11743
11744         * BufferView_pimpl.h:
11745         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11746           as it's a clearer description. Remove superfluous
11747           redraws.
11748
11749 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11750
11751         * text.C: fix bug 488. Not ideal, but getting
11752           getWord() to work properly for the insets that
11753           matter is more difficult ...
11754
11755 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11756
11757         * BufferView_pimpl.C:
11758         * LyXAction.C:
11759         * commandtags.h:
11760         * lyxfunc.C: remove the six million index lyxfuncs to just
11761           one, and DTRT (bug 458)
11762
11763 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11764
11765         * BufferView.h:
11766         * BufferView.C:
11767         * BufferView_pimpl.h:
11768         * BufferView_pimpl.C: clean up resize() stuff,
11769           and unnecessary updateScreen()s
11770
11771 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11772
11773         * BufferView.h:
11774         * BufferView.C:
11775         * BufferView_pimpl.h:
11776         * BufferView_pimpl.C:
11777         * lyxfind.h:
11778         * lyxfind.C:
11779         * minibuffer.C: remove focus management of workarea,
11780           not needed. Use screen's greyOut()
11781
11782 2002-06-17  Herbert Voss  <voss@lyx.org>
11783
11784         * converter.C: (convert) do not post a message, when converting
11785         fails, let the calling function decide what to do in this case
11786
11787 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11788
11789         * lyxfunc.C: tidy up a little
11790
11791 2002-06-16    <alstrup@diku.dk>
11792
11793         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11794         Got rid of FORMS_H_LOCATION include. Now we are
11795         GUII.
11796
11797 2002-06-15  LyX Development team  <lyx@rilke>
11798
11799         * buffer.[Ch] (sgmlOpenTag):
11800         (sgmlCloseTag): Added support for avoiding pernicious mixed
11801         content. Return number of lines written.
11802
11803         (makeLinuxDocFile):
11804         (makeDocBookFile): Fixed calls to sgml*Tag.
11805         Simple white space clean.
11806
11807         (simpleDocBookOnePar): Simple white space clean.
11808
11809         * tabular.[Ch] (docBook): Renamed to docbook and got another
11810         argument to related with the pernicious mixed content.
11811
11812         (docbookRow): Fixed calls for docbook inset method.
11813
11814 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11815
11816         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11817         so it's X11 independent.
11818
11819         * kb*.[Ch]: ditto.
11820
11821         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11822
11823 2002-06-15  Lyx Development team  <lyx@electronia>
11824
11825         * intl.h: Renamed getTrans to getTransManager.
11826
11827 2002-06-14  Angus Leeming  <leeming@lyx.org>
11828
11829         * Makefile.am: nuke forgotten stl_string_fwd.h.
11830
11831 2002-06-12  Angus Leeming  <leeming@lyx.org>
11832
11833         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11834
11835 2002-06-13  Angus Leeming  <leeming@lyx.org>
11836
11837         * LaTeX.C:
11838         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11839
11840 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11841
11842         * kbmap.C (getiso): add support for cyrillic and greek
11843
11844 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11845
11846         * BufferView.h:
11847         * BufferView.C:
11848         * BufferView_pimpl.h:
11849         * BufferView_pimpl.C: move bogus scrolling logic
11850           to xforms
11851
11852 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11853
11854         * lyxfunc.C:
11855         * BufferView_pimpl.C: view->resize() change
11856
11857 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11858
11859         * BufferView_pimpl.C: topCursorVisible
11860           prototype change
11861
11862 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11863
11864         * Makefile.am:
11865         * lyx_gui.h:
11866         * lyx_gui.C: move to frontends/
11867
11868         * main.C:
11869         * lyx_main.h:
11870         * lyx_main.C: changes from above
11871
11872 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11873
11874         * intl.C:
11875         * intl.h:
11876         * kbmap.C:
11877         * kbsequence.C:
11878         * lyx_cb.C:
11879         * lyx_main.C: minor tidy
11880
11881 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11882
11883         * BufferView_pimpl.h:
11884         * BufferView_pimpl.C:
11885         * BufferView.h:
11886         * BufferView.C: make painter() const,
11887           remove dead code
11888
11889         * BufferView2.C: use screen() accessor
11890
11891         * lyx_main.h:
11892         * lyx_main.C: some minor cleanup
11893
11894 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11895
11896         * BufferView_pimpl.h:
11897         * BufferView_pimpl.C: remove enter/leaveView,
11898           use workHeight()
11899
11900 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11901
11902         * BufferView.h:
11903         * BufferView.C:
11904         * BufferView2.C:
11905         * BufferView_pimpl.h:
11906         * BufferView_pimpl.C: only construct screen once,
11907           rename
11908
11909         * lyxrc.C: remove pointless comment
11910
11911 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11912
11913         * BufferView.h:
11914         * BufferView.C: remove active() and belowMouse()
11915
11916         * BufferView_pimpl.h:
11917         * BufferView_pimpl.C: use workarea() not workarea_,
11918           and make it use a scoped_ptr instead
11919
11920 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11921
11922         * lyx_gui.C: add debug message on BadWindow
11923
11924 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11925
11926         * sp_spell.C: fdopen is not part of the C++ standard.
11927
11928         * paragraph.C (InsetIterator): use >= instead of ==
11929
11930 2002-06-07  Angus Leeming  <leeming@lyx.org>
11931
11932         Fixes needed to compile with Compaq cxx 6.5.
11933         * BufferView_pimpl.C:
11934         * DepTable.C:
11935         * buffer.C:
11936         * converter.C:
11937         * encoding.C:
11938         * lyx_gui.C:
11939         * lyx_main.C:
11940         * lyxtextclasslist.C:
11941         * minibuffer.C:
11942         * sp_spell.C:
11943         * tabular_funcs.C:
11944         * vc-backend.C:
11945         all c-library variables have been moved into namespace std. Wrap
11946         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11947
11948         * lyxlength.C:
11949         * tabular-old.C:
11950         * tabular.C:
11951         Add a using std::abs declaration.
11952
11953         * kbmap.h (modifier_pair):
11954         * paragraph.h (InsetTable, InsetList):
11955         * lyxfont.h (FontBits):
11956         type definition made public.
11957
11958         * bufferlist.C (emergencyWriteAll): the compiler complains that
11959         there is more than one possible lyx::class_fun template to choose from.
11960         I re-named the void specialisation as lyx::void_class_fun.
11961
11962         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11963
11964         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11965         the compiler is is unable to find tostr in write_attribute.
11966
11967 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11968
11969         * buffer.C (sgmlError): hide #warning
11970
11971 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11972
11973         * xtl/*: get rid of xtl, which is not in use anyway
11974
11975         * LyXAction.C (init):
11976         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11977         were unimplemented xtl experimentation
11978
11979 2002-06-04  André Pönitz <poenitz@gmx.net>
11980
11981         * lyxfunc.C: disable array operation on simple formulae
11982
11983 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11984
11985         * converter.C: constify a bit
11986
11987 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11988
11989         * lyx_gui.C: check xforms version correctly
11990
11991 2002-04-30  Herbert Voss  <voss@lyx.org>
11992
11993         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11994         "keep" option
11995
11996 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11997
11998         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11999           attempt to register it with a VCS)
12000
12001 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12002
12003         * lyx_main.C (init): honor variables LYX_DIR_13x and
12004         LYX_USERDIR_13x
12005
12006 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12007
12008         * buffer.h:
12009         * buffer.C:
12010         * lyx_main.C: fix a crash on bad command line,
12011           and give a useful exit status on error
12012
12013         * lyxfunc.C (doImport): allow -i lyx to work
12014
12015 2002-03-30  André Pönitz <poenitz@gmx.net>
12016
12017         * lyxfunc.C: mathed font changes
12018
12019 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
12020
12021         * LaTeX.C:
12022         * importer.h:
12023         * importer.C:
12024         * lyx_sty.h:
12025         * lyx_sty.C:
12026         * lyxlex.C:
12027         * lyxrow.h:
12028         * lyxtext.h:
12029         * paragraph.h:
12030         * paragraph.C:
12031         * texrow.h:
12032         * texrow.C:
12033         * text.C:
12034         * trans_mgr.h: srcdocs, and some minor cleanups
12035
12036 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12037
12038         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
12039         call getFont all the time)
12040
12041 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12042
12043         * switch from SigC signals to boost::signals
12044
12045 2002-05-29  André Pönitz <poenitz@gmx.net>
12046
12047         * paragraph_pimpl.C (getChar): don't call size() too often...
12048
12049 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12050
12051         * paragraph_pimpl.C (insertChar): do not try to update tables when
12052         appending (pos == size())
12053
12054         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
12055         in order to reduce drastically the number of comparisons needed to
12056         parse a large document
12057
12058 2002-05-29  André Pönitz <poenitz@gmx.net>
12059
12060         * text.C:
12061         * text2.C:
12062         * lyxtextclass.C:
12063         * sp_pspell.h:
12064         * textclasslist.[Ch]:
12065         * sp_ispell.h: whitespace change
12066
12067 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12068
12069         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
12070         lyxaction directly now.
12071
12072 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
12073
12074         * trans.C:
12075         * lyxfont.C:
12076         * lyxvc.C: remove unused headers
12077
12078 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12079
12080         * Makefile.am:
12081         * buffer.h:
12082         * undostack.h:
12083         * undostack.C:
12084         * undo_funcs.h:
12085         * undo_funcs.C: some cleanups. Use shared_ptr
12086           and a template for the undo stacks.
12087
12088 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
12089
12090         * BufferView_pimpl.h:
12091         * BufferView_pimpl.C:
12092         * kbmap.h:
12093         * kbmap.C:
12094         * kbsequence.h:
12095         * kbsequence.C:
12096         * lyxfunc.h:
12097         * lyxfunc.C:
12098         * text2.C: use key_state/mouse_state
12099
12100 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12101
12102         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
12103         and LSubstring
12104
12105         * chset.C: change include order
12106         (loadFile): use boost regex and get rid of LRegex and LSubstring
12107
12108         * Makefile.am (BOOST_LIBS): new variable
12109         (lyx_LDADD): use it
12110
12111         * LaTeX.C: change include order.
12112         (scanAuxFile): use boost regex and get rid of LRegex and
12113         LSubstring
12114         (deplog): ditto
12115
12116 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12117
12118         * ColorHandler.h:
12119         * ColorHandler.C:
12120         * FontInfo.h:
12121         * FontInfo.C: moved to frontends/xforms/
12122
12123         * FontLoader.h:
12124         * FontLoader.C: moved into frontends for GUIIzation
12125
12126         * Makefile.am:
12127         * lyx_gui.C:
12128         * lyxfont.C:
12129         * lyxfunc.C: changes from above
12130
12131 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
12132
12133         * LColor.C: remove spurious X include
12134
12135         * BufferView_pimpl.C:
12136         * Makefile.am:
12137         * font.h:
12138         * font.C:
12139         * text.C:
12140         * text2.C: move font metrics to frontends/
12141
12142 2002-05-24  Juergen Vigna  <jug@sad.it>
12143
12144         * undo_funcs.C (textHandleUndo): fix the cursor selection after
12145         setting the undo_cursor.
12146
12147         * ParagraphParameters.h: include local includes first.
12148
12149 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12150
12151         * BufferView_pimpl.C:
12152         * BufferView_pimpl.h:
12153         * Makefile.am:
12154         * WorkArea.h:
12155         * WorkArea.C:
12156         * screen.C: move WorkArea into frontends/
12157
12158         * lyxscreen.h:
12159         * screen.C:
12160         * text.C:
12161         * BufferView.C:
12162         * BufferView2.C: move LyXScreen into frontends/
12163
12164         * lyxlookup.h:
12165         * lyxlookup.C:
12166         * lyx_gui.C: move lyxlookup into frontends/xforms/
12167
12168 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12169
12170         * BufferView2.C:
12171         * BufferView_pimpl.C:
12172         * FontLoader.C:
12173         * LyXView.h:
12174         * LyXView.C:
12175         * Makefile.am:
12176         * WorkArea.C:
12177         * XFormsView.h:
12178         * XFormsView.C:
12179         * buffer.C:
12180         * bufferlist.C:
12181         * bufferview_funcs.C:
12182         * converter.C:
12183         * importer.C:
12184         * lyx_cb.C:
12185         * lyx_gui.C:
12186         * lyx_main.C:
12187         * lyx_find.C:
12188         * lyxfunc.C:
12189         * lyxvc.C:
12190         * minibuffer.C:
12191         * text.C:
12192         * text2.C:
12193         * trans.C:
12194         * vc-backend.C: move LyX/XFormsView into frontends/
12195
12196 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
12197
12198         * Makefile.am:
12199         * PainterBase.C:
12200         * PainterBase.h:
12201         * Painter.C:
12202         * Painter.h:
12203         * WorkArea.C:
12204         * WorkArea.h:
12205         * screen.C:
12206         * tabular.C:
12207         * text.C:
12208         * text2.C: move Painter to frontends/
12209
12210 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12211
12212         * buffer.C: comment out some some code that depend upon lyx_format
12213         < 220
12214
12215         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
12216         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
12217
12218         * buffer.h (NO_COMPABILITY): turn off compability
12219
12220         * ColorHandler.C: include scoped_array.hpp
12221
12222         * font.C: Use more specific smart_ptr header.
12223         * Painter.C: ditto
12224         * gettext.C: ditto
12225         * ShareContainer.h: ditto
12226         * lyx_main.h: ditto
12227         * kbmap.h: ditto
12228         * FontInfo.h: ditto
12229         * BufferView_pimpl.h: ditto
12230         * ColorHandler.h: ditto
12231
12232         * kbmap.C (defkey): change call to shared_ptr::reset
12233
12234 2002-05-21  Juergen Vigna  <jug@sad.it>
12235
12236         * buffer.C (insertErtContents): fix to insert ert asis if it is
12237         non empty. Skip it completely if it contains only whitespaces.
12238
12239 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
12240
12241         * BufferView_pimpl.C:
12242         * BufferView2.C: clear selection on paste (bug 393)
12243
12244 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12245
12246         * DepTable.C: include ctime
12247
12248 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
12249
12250         * buffer.C (latexParagraphs): Add new argument (moving_arg).
12251
12252 2002-05-14  Juergen Vigna  <jug@sad.it>
12253
12254         * text.C (breakParagraph): fixed function to honor the keepempty
12255         layout in the right maner and also to permit the right breaking
12256         algorithm on empty or non empyt keepempty paragraphs.
12257
12258         * paragraph.C (breakParagraph): we have to check also if the par
12259         is really empty (!size()) for isempty otherwise we do the wrong
12260         paragraph break.
12261
12262 2002-05-10  Juergen Vigna  <jug@sad.it>
12263
12264         * buffer.[Ch] : The following are only changes to the ert
12265         compatibility read reading old LaTeX layout and font stuff and
12266         convert it to ERTInsets.
12267
12268         * buffer.h: added isErtInset().
12269
12270         * buffer.C (struct ErtComp): add a fromlayout bool to check
12271         if we're inside a LaTeX layout.
12272         (isErtInset): new helper function.
12273         (insertErtContents): look for other ert insets before this one
12274         and insert the contents there, so that we don't have subsequent
12275         ERT insets with nothing between them. This way we create only one
12276         inset with multiple paragraphs. Also check if we don't insert only
12277         spaces ' ' as they are ignored anyway afterwards in the .tex file
12278         so if we have only spaces we will ignore this latex part in the
12279         new file.
12280         (parseSingleLyXformat2Token \\layout): better compatibility when
12281         reading layout-latex stuff.
12282         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
12283         language tag.
12284         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
12285         stuff after reading the inset only get the information back from
12286         the stack.
12287
12288 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
12289
12290         * buffer.C (makeLaTeXFile): Put language options after loading babel.
12291
12292         * LaTeXFeatures.C (getBabelOptions): New method.
12293
12294 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12295
12296         * BufferView_pimpl.C (Dispatch): work around missing argument for
12297         'layout'
12298
12299 2002-05-08  Juergen Vigna  <jug@sad.it>
12300
12301         * text.C (leftMargin): handle paragraph leftindent.
12302
12303         * paragraph.C (writeFile): write the new \\leftindent tag.
12304         (validate): handle leftindent code.
12305         (TeXEnvironment): handle paragraphleftindent code again.
12306
12307         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
12308
12309         * buffer.C (parseSingleLyXformat2Token): added compatibility code
12310         for paragrap_extra indent code and new token \\leftindent.
12311         (latexParagraphs): handle the leftindent as environment.
12312
12313         * ParameterStruct.h: added leftindent support.
12314
12315         * ParagraphParameters.C (leftIndent): added support functions for
12316         the paragraph left indent.
12317
12318         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
12319         more appropriate.
12320
12321 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
12322
12323         * paragraph.C (isRightToLeftPar): Return false for a paragraph
12324         inside insetERT.
12325
12326         * text.C (computeBidiTables): No bidi in insetERT.
12327
12328         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
12329         in RTL documents.
12330
12331 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12332
12333         * version.C.in: pre 5
12334
12335 2002-05-02  José Matos  <jamatos@fep.up.pt>
12336         * buffer.C (makeDocBookFile): white space changes, add newline to
12337         command styles.
12338         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
12339
12340         * tabular.C (docBook): fix typo.
12341
12342 2002-05-03  Juergen Vigna  <jug@sad.it>
12343
12344         * screen.C (drawFromTo): recalculate the rowpointer if we had a
12345         change in LyXText as we can not be sure it was not freed.
12346         (drawOneRow): remove unused code.
12347
12348         * text.C (drawInset): redo the calculation of the need_break_row as
12349         it could have a row which was already freed.
12350         (draw): look at the return value of drawInset and return false if
12351         it also returned false.
12352         (paintRowText): look at the return value of draw and return false if
12353         it also returned false.
12354
12355         * lyxtext.h: added bool return type to drawInset() and draw() so that
12356         if we have a change in the row so that the rowbreak has to be redone
12357         we abort drawing as it will be called again.
12358
12359 2002-05-02  Juergen Vigna  <jug@sad.it>
12360
12361         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
12362         a change in the maintext also if we're inside an inset.
12363         (Dispatch): set the cursor again after a break line and after the
12364         screen has been updated as it could be we're in a different row.
12365
12366         * text2.C (fixCursorAfterDelete): check to make sure we don't request
12367         to set the cursor behind the pargraph with > size().
12368         (setCursor): check also for the same paragraph when checking where
12369         to put the cursor if we have a NFR inset.
12370
12371         * buffer.C (parseSingleLyXformat2Token): move the compatibility
12372         parts of layout read further up as it still was in the wrong
12373         position.
12374
12375 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12376
12377         * screen.C (drawFromTo): change sine fullRebreak always return
12378         true.
12379
12380         * buffer.C (parseSingleLyXformat2Token): reindent some
12381
12382         * BufferView_pimpl.C (update): change since fullRebreak always
12383         return true.
12384         (Dispatch): git rid of the last hardcoded "Standard"s.
12385
12386 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12387
12388         * text2.[Ch] (fullRebreak): make it return void now that we always
12389         returned true.
12390
12391 2002-04-30  Juergen Vigna  <jug@sad.it>
12392
12393         * buffer.C (parseSingleLyXformat2Token): reset the font before the
12394         ert compatibility check for "latex" layout.
12395
12396 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
12397
12398         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
12399         minipages: use col% instead of p%, and also use the current font.
12400         (makeLaTeXFile): Fix use babel condition.
12401         (parseSingleLyXformat2Token): Correct font when reading old floats.
12402
12403 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
12404
12405         * BufferView_pimpl.C (Dispatch): Check that float type exists when
12406         inserting list of floats.
12407
12408 2002-04-25  Herbert Voss  <voss@lyx.org>
12409
12410         * MenuBackend.C (expand): don't add the graphics extensions to the
12411         export menu
12412
12413 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12414
12415         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
12416         non-existing layout, do not complain if it was the default layout
12417         of the original class (bug #342)
12418
12419 2002-04-24  Juergen Vigna  <jug@sad.it>
12420
12421         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
12422         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
12423
12424 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
12425
12426         * buffer.C (getBibkeyList): If using \bibliography, return the
12427         option field with the reference itself. Enables us to provide natbib
12428         support when using \bibliography.
12429
12430 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
12431
12432         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
12433
12434         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
12435         natbib is provided by the LaTeX class.
12436
12437 2002-04-23  Juergen Vigna  <jug@sad.it>
12438
12439         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
12440         Wakeup functions.
12441
12442         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
12443
12444 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12445
12446         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
12447
12448         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12449         ensuremath around textordmasculine, textordfeminine and
12450         textdegree.
12451
12452 2002-04-19  Juergen Vigna  <jug@sad.it>
12453
12454         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12455         reinitializing the buffer otherwise row-dimensions may be wrong.
12456         (update): reset also the selection cursors if they do exits otherwise
12457         their x/y positions may be wrong.
12458
12459         * text2.C (cursorDown): don't enter the inset if we came from a row
12460         above and are one row over the inset.
12461
12462         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12463         really leaving an inset.
12464
12465 2002-04-18  Juergen Vigna  <jug@sad.it>
12466
12467         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12468         of the selected paragraph does not have the selected layout also if
12469         the last one had!
12470
12471         * text2.C (setLayout): fixed bug which did not change last selected
12472         paragraph.
12473
12474         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12475         changed the read and substituted \\end_float with \\end_inset!
12476
12477         * BufferView_pimpl.C (cursorPrevious):
12478         (cursorNext): fixed to make it work with rows heigher than the work
12479         area without moving the cursor only the draw of the row.
12480         (workAreaMotionNotify): fix jumping over high rows.
12481
12482 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12483
12484         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12485         Ressler.
12486
12487 2002-04-16  Juergen Vigna  <jug@sad.it>
12488
12489         * text2.C (setCursor): set also the irow().
12490         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12491         (cursorUp):
12492         (cursorDown): support for locking an inset if the x_fix value goes
12493         inside it. That way I can transverse insets too with cursor up/down.
12494
12495         * lyxrow.h: added irow helper function same as other (i) functions.
12496
12497         * BufferView_pimpl.C (cursorPrevious):
12498         (cursorNext): fixed for insets!
12499
12500 2002-04-15  Juergen Vigna  <jug@sad.it>
12501
12502         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12503         position otherwise it is wrong in some cases.
12504
12505         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12506         inside the inset before the call.
12507
12508 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12509
12510         * buffer.[Ch] (getBibkeyList): make it const.
12511
12512 2002-04-12  Juergen Vigna  <jug@sad.it>
12513
12514         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12515
12516         * text2.C (getCursorX): new helper function
12517         (setCursor): compute also ix_
12518         (setCursorFromCoordinates): set also ix.
12519
12520         * lyxcursor.h: added ix_ and helper functions.
12521
12522         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12523
12524         * buffer.C (insertStringAsLines): dont break paragraph if the this
12525         paragraph is inside an inset which does not permit it!
12526
12527         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12528         also with no chars on this paragraph.
12529         (paintRowText): only paint stuff if it's inside the workarea!
12530
12531         * paragraph.C (breakParagraph): honor keepempty flag and break the
12532         paragraph always below not above.
12533
12534         * BufferView2.C (unlockInset): update the paragraph layout on inset
12535         unlock as we changed paragraph in such a case.
12536
12537         * lyxfind.C (LyXFind): clear the former selection if not found!
12538
12539         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12540         again called in insertChar().
12541
12542         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12543         an inset which uses the whole row!
12544         (rightMargin): ditto.
12545         (insertChar): force a rebreak if we inserted an inset!
12546
12547 2002-03-28  Herbert Voss  <voss@lyx.org>
12548
12549         * lyxlength.[Ch]: add inBP() to get the right PS-point
12550         units (BigPoint). With inPixels we have rounding errors
12551
12552 2002-04-11  Juergen Vigna  <jug@sad.it>
12553
12554         * text2.C (setCursorFromCoordinates): set iy to the right value.
12555         (setCursor): add check if row->previous exists!
12556
12557         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12558         an old float_type as this was the case in the old code!
12559
12560         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12561
12562         * BufferView2.C (showLockedInsetCursor): use iy
12563         (fitLockedInsetCursor): ditto
12564
12565         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12566         locked insets as there we have the right value now.
12567
12568         * lyxcursor.C: added iy_ variable and iy functions to set to the
12569         baseline of cursor-y of the locked inset.
12570
12571         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12572         (setCursor): fixed for insets which need a full row.
12573
12574         * text.C (rowLastPrintable): don't ignore the last space when before
12575         an inset which needs a full row.
12576         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12577         as last character of a row when before a inset which needs a full row.
12578
12579 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12580
12581         * version.C.in: update date
12582
12583         * text2.C (fullRebreak): try to always return true and see what
12584         happens...
12585
12586 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12587
12588         * MenuBackend.C (expand): use Floating::listName
12589
12590         * FloatList.C (FloatList): add listName argument to the built-in
12591         floats
12592
12593         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12594         text associated with the float.
12595
12596 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12597
12598         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12599
12600 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12601
12602         * ShareContainer.h: add a couple of missing typenames.
12603
12604 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12605
12606         * lyxrc.C (getDescription): use _() correctly rather than N_().
12607
12608 2002-03-28  Herbert Voss  <voss@lyx.org>
12609
12610         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12611         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12612
12613 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12614
12615         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12616         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12617
12618 2002-03-29  Juergen Vigna  <jug@sad.it>
12619
12620         * lyxfunc.C (dispatch): add a missing fitCursor call.
12621
12622         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12623         it was scrolled by a cursor move, so return the bool status.
12624
12625         * BufferView.C (fitCursor): return the bool flag also to the outside
12626         world as this is needed.
12627
12628         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12629
12630         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12631         call the edit() as it is not needed (and wrong) IMO.
12632         (workAreaButtonPress): set the screen_first variable before evt.
12633         unlock the inset as this may change screen_first and then we have
12634         a wrong y position for the click!
12635
12636 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12637
12638         * MenuBackend.C (expand): another translation that I missed
12639
12640 2002-03-28  Juergen Vigna  <jug@sad.it>
12641
12642         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12643
12644         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12645
12646 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12647
12648         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12649
12650         * MenuBackend.C (expand): fix export/view/update when there is no
12651         document open.
12652
12653 2002-03-27  Herbert Voss  <voss@lyx.org>
12654
12655         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12656         and text%
12657
12658 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12659
12660         * bufferview_funcs.C (currentState): only show paragraph number
12661         for is DEVEL_VERSION is set.
12662
12663         * lyxfunc.C (dispatch): put warning in INFO channel
12664
12665         * MenuBackend.C (expand): translate the name of floats
12666
12667         * FloatList.C (FloatList): mark the float names for translation
12668
12669         * converter.C (convert): use LibScriptSearch
12670
12671 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12672
12673         * MenuBackend.C (defaults): fix default menu (we might as well get
12674         rid of it...)
12675
12676 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12677
12678         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12679         directory.
12680
12681 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12682
12683         * lyxvc.C: reorder includes.
12684
12685 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12686
12687         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12688           properly
12689
12690 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12691
12692         * CutAndPaste.C: change layouts earlier on paste
12693           to avoid crashing when calling getFont()
12694
12695 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12696
12697         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12698         irritating #error.
12699
12700 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12701
12702         * WorkArea.C: remove 'Pending' debug message.
12703
12704         * most files: ws cleanup
12705
12706         * buffer.[Ch]: ws changes
12707
12708         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12709
12710 2002-03-21  Juergen Vigna  <jug@sad.it>
12711
12712         * tabular.C (SetMultiColumn): collapse also the contents of the
12713         cells and set the last border right. Added a Buffer const * param.
12714
12715 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12716
12717         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12718         linking or not.
12719
12720 2002-03-19  Juergen Vigna  <jug@sad.it>
12721
12722         * text2.C (clearSelection): reset also xsel_cache.
12723
12724         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12725         where it needs to be called (John tells us to do so too :)
12726         (selectionLost): reset sel_cache.
12727
12728         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12729
12730 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12731
12732         * text2.C (setCursorIntern): put debuging code in INSETS channel
12733
12734 2002-03-19  André Pönitz <poenitz@gmx.net>
12735
12736         * lyxfunc.C: tiny whitespace change
12737
12738 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12739
12740         * ToolbarDefaults.C (init):
12741         * LyXAction.C (init):
12742         * commandtags.h:
12743         * BufferView_pimpl.C (Dispatch):
12744         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12745
12746 2002-03-19  Allan Rae  <rae@lyx.org>
12747
12748         * exporter.C (Export): removeAutoInsets before doing anything else.
12749         While I've just introduced a dependency on BufferView this really is
12750         the best place to clean the buffer otherwise you need to cleanup in
12751         a dozen places before calling export or cleanup in a dozen functions
12752         that export calls.
12753
12754         * converter.C (runLaTeX):
12755         (scanLog): Better handling of removeAutoInsets and screen updates.
12756
12757         * lyxfunc.C (dispatch): small whitespace changes
12758
12759 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12760
12761         * WorkArea.C (C_WorkAreaEvent): return a value.
12762         (event_cb): return 1 if we handled the event, 0 otherwise.
12763
12764         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12765
12766 2002-03-18  Juergen Vigna  <jug@sad.it>
12767
12768         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12769         (GetAdditionalWidth): ditto.
12770         (RightLine): ditto.
12771         (LeftLine): ditto.
12772
12773         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12774         inset if we're there actually (probably not used right now but this
12775         is the direction to go for unifying code).
12776         (paste): disable code to clear the selection.
12777
12778         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12779         inside an InsetText and move the check further up as it is in the
12780         wrong place.
12781
12782         * text2.C (pasteSelection): set a selection over the pasted text.
12783
12784 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12785
12786         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12787         and libgraphics to build on Cygwin.
12788
12789 2002-03-15  Juergen Vigna  <jug@sad.it>
12790
12791         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12792         inserting an Inset into the paragraph. I know this is not the best
12793         fix but we already use current_view in CutAndPaste so we will remove
12794         all of it's using at the same time.
12795
12796         * buffer.C (sgmlError): deactivated function till it is rewritten in
12797         the right mode, now it can create problems.
12798
12799         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12800         before accessing it.
12801
12802 2002-03-14  Juergen Vigna  <jug@sad.it>
12803
12804         * undo_funcs.C (textHandleUndo): do the right thing when updating
12805         the inset after the undo/redo.
12806
12807         * text2.C (setCursor): just some testcode for #44 not ready yet.
12808
12809         * undo_funcs.C (textHandleUndo): set the next() and previous()
12810         pointers of the paragraph to 0 before deleting otherwise we have
12811         problems with the Paragraph::[destructor].
12812
12813         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12814         on a paragraph insertion.
12815
12816 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12817
12818         * buffer.C (asciiParagraph): use += operator for char append to
12819         string.
12820
12821         * paragraph.C (getFontSettings): compare >= not just >
12822         (highestFontInRange): ditto
12823         (setFont): ditto
12824
12825 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12826
12827         * paragraph.C: change several algorithm to be more appripriate for
12828         the problem domain. This is lookip in FontList and in the InsetList.
12829
12830 2002-03-13  André Pönitz <poenitz@gmx.net>
12831
12832         * commandtags.h:
12833         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12834
12835 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12836
12837         * commandtags.h:
12838         * LyXAction.C:
12839         * lyxfunc.C:
12840         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12841
12842 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12843
12844         * Painter.C (display): anon helper function, adjust code for this
12845         change.
12846         (pixmap): remove function.
12847
12848         * Painter.h: remove private display variable.
12849
12850         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12851
12852 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12853
12854         * WorkArea.[Ch]: remove figinset_canvas cruft.
12855
12856 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12857
12858         * lyxtextclass.C (operator): add one item cache optimization.
12859
12860         * bufferlist.h: doxy changes
12861
12862         * bufferlist.C: ws changes
12863
12864         * DepTable.[Ch] (ext_exist): place const in the right spot.
12865
12866         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12867         call resizeInsets.
12868         (workAreaExpose): call resizeInsets when the with BufferView changes.
12869         (Dispatch): adjust for protectedBlank removal
12870         (specialChar): call updateInset if the insert went ok.
12871
12872         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12873         specialChar instead.
12874
12875         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12876
12877         * BufferView.h: doxy change
12878
12879         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12880
12881         * lyxtextclass.C (operator[]): remove non-const version
12882         (defaultLayout): remove non-const version
12883
12884 2002-03-12  Juergen Vigna  <jug@sad.it>
12885
12886         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12887         did resize the LyXText too.
12888
12889         * buffer.C (readLyXformat2): set layout information on newly allocated
12890         paragraphs.
12891
12892         * tabular.C (OldFormatRead): set layout information on the paragraph.
12893
12894 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12895
12896         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12897
12898 2002-03-11  Juergen Vigna  <jug@sad.it>
12899
12900         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12901         plainly wrong.
12902         (resizeCurrentBuffer): force also the insets to resize themselfes.
12903         (moveCursorUpdate): fixed up for InsetText.
12904
12905 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12906
12907         * commandtags.h:
12908         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12909         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12910         value of Dialogs::tooltipsEnabled().
12911         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12912
12913 2002-03-08  Juergen Vigna  <jug@sad.it>
12914
12915         * BufferView_pimpl.C (updateInset): update inset inside inset also
12916         if it isn't inside theLockingInset().
12917
12918 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12919
12920         * buffer.C (asciiParagraph): redo some of the word and line length
12921         handling.
12922         (getLists): look for Caption instead of caption.
12923
12924 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12925
12926         * buffer.C (Buffer): initialize niceFile to true
12927         (makeLaTeXFile):
12928         (makeLinuxDocFile):
12929         (makeDocBookFile): make sure niceFile is true on exit
12930
12931 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12932
12933         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12934
12935 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12936
12937         * LyXSendto.C: remove.
12938         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12939         * lyx_gui.C: remove now-redundant comment.
12940         * ColorHandler.h: remove forward declaration of class WorkArea.
12941         * lyxfunc.C: remove #include "WorkArea.h".
12942
12943 2002-03-07  Juergen Vigna  <jug@sad.it>
12944
12945         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12946         got moved away with the DEPM and also set the inset_owner always
12947         right which before could have been omitted.
12948
12949 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12950
12951         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12952         wanted layout is not found.
12953
12954 2002-03-07  Juergen Vigna  <jug@sad.it>
12955
12956         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12957
12958 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12959
12960         * paragraph.C (breakParagraph): use default layout not layout of
12961         prev paragraph.
12962         (Paragraph): clear ParagraphParameters.
12963
12964 2002-03-06  Juergen Vigna  <jug@sad.it>
12965
12966         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12967         otherwise it would not be a valid lenght. Fixed a special case in
12968         the minipage compatibility read where we end the document with a
12969         minipage.
12970
12971         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12972         was set as it could be 0 for InsetTexts first entry.
12973
12974 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12975
12976         * paragraph.C (writeFile): if layout is empty write out
12977         defaultLayoutName().
12978
12979         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12980         file without named layout we set layout to defaultLayoutName().
12981
12982 2002-03-06  Juergen Vigna  <jug@sad.it>
12983
12984         * CutAndPaste.C (copySelection): set layout for new paragraph.
12985
12986         * text.C (prepareToPrint): leave ERT inset left aligned
12987         (leftMargin): don't indent paragraphs inside ERT insets
12988
12989 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12990
12991         * paragraph.C (breakParagraph): dont call clear do the work manually
12992
12993         * paragraph.[Ch] (clear): remove function
12994
12995 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12996
12997         * paragraph.C (Paragraph): dont call clear, the work has already
12998         been done.
12999
13000         * lyxtextclass.C (operator): assert if n is empty
13001
13002         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
13003         work manually instead.
13004
13005 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13006
13007         * BufferView_pimpl.C: protect selectionLost against text == 0
13008
13009 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13010
13011         * text.C (breakParagraph): fix a setting layout to '0' problem.
13012
13013 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13014
13015         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
13016         final location of file, for the included files, and graphics.
13017
13018 2002-03-05  Juergen Vigna  <jug@sad.it>
13019
13020         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
13021
13022 2002-03-04  Juergen Vigna  <jug@sad.it>
13023
13024         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
13025
13026         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
13027         last column of multicolumn cells.
13028         (SetWidthOfMulticolCell): recalculate NMC and real columns.
13029
13030 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
13031
13032         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
13033         file if it doesn't go to a temporary file.
13034
13035         * buffer.C (sgmlOpenTag):
13036         (sgmlCloseTag):  remove extra newline insertion.
13037
13038 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13039
13040         * text.C (getRowNearY): comment out debug msg
13041
13042 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13043
13044         * text2.C: first -> first_y
13045
13046         * text.C (getRowNearY): add some attemts at a possible
13047         optimization, not working.
13048
13049         * tabular.[Ch]: add BufferParams to several function so that newly
13050         created paragraph can be initialized to he default layotu for the
13051         buffers textclass.
13052
13053         * tabular-old.C (ReadOld): add buf->params to call of Init
13054
13055         * screen.C: rename text->first to text->first_y
13056
13057         * paragraph.C (breakParagraph): always set layout in the broken
13058         paragraph
13059
13060         * lyxtextclass.C (Read): remove lowercase
13061         (hasLayout): ditto
13062         (operator): ditto
13063         (delete_layout): ditto
13064
13065         * lyxtext.h: rename first -> first_y
13066
13067         * lyxlayout.C (Read): remove lowercase
13068         (name): ditto
13069         (setName): ditto
13070         (obsoleted_by): ditto
13071
13072         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
13073
13074         * buffer.C (insertErtContents): add params are to InsetERT
13075         (parseSingleLyXformat2Token): add code to check if a paragraphs
13076         layout really exist.
13077         (parseSingleLyXformat2Token): add params to several inset
13078         constructors
13079         (asciiParagraph): remove lowercase, do the layout comparisons with
13080         no_case
13081
13082         * BufferView_pimpl.C (cursorNext): first -> first_y
13083         (resizeCurrentBuffer): first -> first_y
13084         (updateScrollbar): first -> first_y
13085         (scrollCB): first -> first_y
13086         (workAreaMotionNotify): first -> first_y
13087         (workAreaButtonPress): first -> first_y
13088         (checkInsetHit): first -> first_y
13089         (cursorPrevious): first -> first_y
13090         (cursorNext): first -> first_y
13091         (Dispatch): add buffer_->params to severl inset contructors
13092
13093 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13094
13095         * lyxlayout.C (Read): remove some debug info that I forgot.
13096
13097         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
13098         clean up the code slightly.
13099         (makeLinuxDocFile): ditto
13100         (makeDocBookFile): ditto
13101
13102         * text2.C: layout as string
13103
13104         * text.C: layout as string
13105
13106         * paragraph_pimpl.C: layout as string
13107
13108         * paragraph.[Ch]: layout as string
13109
13110         * lyxtextclasslist.[Ch]: layout as string
13111
13112         * lyxtextclass.[Ch]: layout as string
13113
13114         * lyxtext.h: layout as string
13115
13116         * lyxlayout.[Ch]: layout as string
13117
13118         * lyx_cb.C: layout as string
13119
13120         * bufferview_funcs.C: layout as string
13121
13122         * bufferparams.C: layout as string
13123
13124         * buffer.C: layout as string
13125
13126         * LyXView.[Ch]: layout as string
13127
13128         * LaTeXFeatures.[Ch]: layout as string
13129
13130         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
13131
13132         * BufferView_pimpl.C: change current_layout to string, remove
13133         lyx::layout_type.
13134         (Dispatch):
13135         (smartQuote):
13136         (insertInset):
13137         (workAreaButtonRelease): layout as string
13138
13139         * BufferView2.C (unlockInset): adjust
13140
13141         * vspace.C (asLatexCommand): use an explict temp variable.
13142
13143 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
13144
13145         * Makefile.am: use FRONTEND_*
13146
13147 2002-03-01  Juergen Vigna  <jug@sad.it>
13148
13149         * tabular.C (SetWidthOfMulticolCell): changed to something better
13150         I hope but still work in progress.
13151         (recalculateMulticolumnsOfColumn): renamed function from
13152         recalculateMulticolCells as it is more appropriate now.
13153         (SetWidthOfCell): calculate multicols better.
13154
13155 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13156
13157         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
13158
13159         * lyxfunc.C (processKeySym): print sequence also if it is
13160         `deleted' (complete)
13161
13162         * kbsequence.C (print): print sequence even if it is deleted
13163         (complete would be a better word, actually).
13164
13165         * lyxfunc.C (dispatch): print complete options after a prefix key
13166
13167         * vspace.C (asLatexCommand): rewrite in a slightly different form.
13168
13169 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
13170
13171         * text2.C (setCharFont): eliminate setCharFont code duplication.
13172
13173 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13174
13175         * BufferView_pimpl.C (Dispatch): remove bogus handling of
13176         LFUN_TABULAR_FEATURE (bug #177)
13177
13178 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
13179
13180         * Makefile.am: remove figure.h
13181
13182 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
13183
13184         * Bufferview_pimpl.C:
13185         * CutAndPasteC:
13186         * LaTeX.C:
13187         * LyXSendto.C:
13188         * buffer.C:
13189         * bufferlist.C:
13190         * converter.C:
13191         * language.C:
13192         * lyxfunc.C:
13193         * lyxvc.C:
13194         * paragraph.C:
13195         * text.C:
13196         * text2.C: remove #include "lyx_gui_misc.h".
13197
13198         * LaTeX.C: added #include <cstdio>
13199
13200 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13201
13202         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
13203         that the paragraph following this one can have.
13204
13205         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
13206
13207         * vspace.C (asLatexCommand): fix bogus gcc warning
13208
13209         * Makefile.am (lyx_SOURCES): remove vms_defines.h
13210
13211 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
13212
13213         * text2.C (setLayout): get rid of redundant code
13214
13215 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
13216
13217         * text2.C (incDepth): make sure depth cannot be increased beyond
13218         reasonable values.
13219
13220 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
13221
13222         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
13223         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
13224
13225         * PainterBase.h (image):
13226         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
13227         a LyXImage const *.
13228
13229 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13230
13231         * BufferView.C:
13232         * BufferView.h:
13233         * BufferView_pimpl.C:
13234         * BufferView_pimpl.h:
13235         * LaTeXFeatures.C:
13236         * LyXAction.C:
13237         * LyXView.C:
13238         * Makefile.am:
13239         * UpdateList.h:
13240         * UpdateList.C:
13241         * buffer.C:
13242         * figure.h:
13243         * figureForm.C:
13244         * figureForm.h:
13245         * figure_form.C:
13246         * figure_form.h:
13247         * lyx_cb.C:
13248         * lyx_gui.C:
13249         * lyx_gui_misc.C:
13250         * lyxfunc.C:
13251         * sp_base.h:
13252         * sp_ispell.h:
13253         * sp_pspell.h:
13254         * sp_spell.C: remove fig inset, and the crap house of
13255           cards that follows it
13256
13257 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
13258
13259         * Makefile.am:
13260         * lyxserver.C:
13261         * os2_defines.h:
13262         * os2_errortable.h:
13263         * nt_defines.h: move .h into support/
13264
13265         * vms_defines.h: remove
13266
13267         * WorkArea.C: add space in debug output
13268
13269         * text2.C:
13270         * paragraph.C:
13271         * buffer.C: add WITH_WARNINGS
13272
13273         * vc-backend.h:
13274         * vc-backend.C:
13275         * bufferlist.C: s/retrive/retrieve/, add docs
13276
13277         * vspace.h:
13278         * vspace.C:
13279         * kbmap.h:
13280         * lyxlength.h:
13281         * lyxgluelength.h:
13282         * length_common.h:
13283         * chset.h:
13284         * chset.C: add docs
13285
13286         * lyxgui.C: add ID to X error handler
13287
13288         * lyxtestclass.c: fix typo
13289
13290 2002-02-26  Juergen Vigna  <jug@sad.it>
13291
13292         * tabular_funcs.C (write_attribute): changed so that some default
13293         attributes are not written at all.
13294         (getTokenValue): set default values before trying to read the
13295         value so we have the return value always set as default if we don't
13296         find the token we search for.
13297
13298         * tabular.C (Write): write bools as bools not as strings!
13299
13300 2002-02-22  Juergen Vigna  <jug@sad.it>
13301
13302         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
13303         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
13304
13305         * text.C (leftMargin): don't add an indent for paragraphs inside
13306         tabular cells (fix #208).
13307
13308 2002-02-21  José Matos  <jamatos@fep.up.pt>
13309
13310         * tabular.C (docBook): fixed support for long tables.
13311
13312 2002-02-20  Juergen Vigna  <jug@sad.it>
13313
13314         * text2.C (getFont): get the drawing font of the Inset if this
13315         paragraph is inside an inset (only important for InsetERT for now).
13316
13317         * buffer.C (insertErtContents): use new lanugage params in ERT
13318         constructor.
13319
13320         * CutAndPaste.C: commenting out seemingly uneeded code.
13321
13322 2002-02-19  Allan Rae  <rae@lyx.org>
13323
13324         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
13325         Iterators might be simple to use but they also get invalidated.
13326         (removeAutoInsets): renamed saved cursor tracking variables and added
13327         some comments to clarify what everything does.
13328
13329 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
13330
13331         * Chktex.C:
13332         * LaTeX.C:
13333         * LyXSendto.C:
13334         * converter.C:
13335         * lyx_cb.C:
13336         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
13337         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
13338
13339         * lyxfunc.C:
13340         * vc-backend.h: remove #include "support/syscall.h"
13341
13342         * LaTeX.C:
13343         * LyXSendto.C:
13344         * converter.C: rearrange #includes in Lars' approved fashion.
13345
13346         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
13347         forward declare class Timeout in the header file.
13348
13349         * XFormsView.C: changes due to the above.
13350
13351         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
13352         similar to LyXView.
13353
13354         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
13355         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
13356
13357 2002-02-18  José Matos  <jamatos@fep.up.pt>
13358
13359         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
13360         insets contents.
13361
13362 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13363
13364         * a lot of small ws changes
13365         * add a lot of using std::XXX
13366         * use std construcs some places where approp.
13367         * use some exisint stuff from lyxfunctional where approp.
13368         * Make file changes to use partial linking (lets test this now...)
13369
13370 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13371
13372         * Chktex.C:
13373         * buffer.C:
13374         remove #include "support/syscontr.h" as it's redundant. Always has been.
13375
13376         * Chktex.C:
13377         * LaTeX.C:
13378         * LyXSendto.C:
13379         * converter.C:
13380         * lyx_cb.C:
13381         * vc-backend.C:
13382         change Systemcalls::System to Systemcalls::Wait and
13383         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
13384         No change of functionality, just reflects the stripped down Systemcalls
13385         class.
13386
13387 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
13388
13389         * debug.[Ch]: add a GRAPHICS type to the enum.
13390
13391 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13392
13393         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
13394
13395         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
13396         there is an inset.
13397
13398 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13399
13400         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
13401         match the changes below.
13402
13403         * text2.C (toggleInset): if there is not editable inset at cursor
13404         position, try to see if cursor is _inside_ a collapsable inset
13405         and close it.
13406
13407 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13408
13409         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
13410         document menu has a nice checkbox
13411
13412 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13413
13414         * lyxlength.C (asLatexString): change PW to output as percent of
13415         \textwidth.
13416
13417         * lengthcommon.C: change '%' to 't%'
13418
13419         * lyxfunc.C (dispatch): a few comments from Martin
13420
13421 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
13422
13423         * WorkArea.h:
13424         * WorkArea.C:
13425         * BufferView_pimpl.h:
13426         * BufferView_pimpl.C: clear our selection when X tells us we've lost
13427           the X selection.
13428
13429 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13430
13431         * vspace.C (inPixels): fix compiler warning
13432
13433 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13434
13435         * lyxfunc.C (getStatus): fix status message for disabled commands.
13436
13437 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
13438
13439         * BufferView_pimpl.C: fix crash on close buffer
13440         during selection (#227)
13441
13442 2002-01-27  Herbert Voss  <voss@lyx.org>
13443
13444         * buffer.C: link old Figure to new graphic inset
13445
13446 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13447
13448         * FontLoader.C (getFontinfo): Change the latex font names in order
13449         to match the names of type1inst.
13450
13451 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13452
13453         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13454
13455         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13456         (extchanged): ditto
13457         (ext_exist): ditto
13458         (remove_files_with_extension): ditto
13459         (remove_file): ditto
13460         (write): ditto
13461
13462         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13463         document is smaller than the work area height. Do not initialize
13464         static variables to 0.
13465
13466 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13467
13468         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13469
13470         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13471         LFUN_LAYOUT_PARAGRAPHS.
13472
13473         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13474         tabular. It is possible to provide a possible cell, which will
13475         typically be the actcell from the corresponding insettabular
13476
13477         * lyxfunc.C (getStatus): small cleanup; disable
13478         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13479         true
13480
13481 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13482
13483         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13484
13485         * paragraph.C (startTeXParParams):
13486         (endTeXParParams): new methods. The LaTeX code to
13487         start/end paragraph formatting
13488         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13489         empty (fixes bug #200)
13490
13491         * vspace.C (inPixels): adapt to the change below
13492         (inPixels): [later] more cleanups (remove unused variables)
13493
13494         * lyxlength.C (inPixels): change to use a width and a height as
13495         parameter.
13496
13497 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13498
13499         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13500         Replaced with \paperwidth
13501
13502         * DepTable.C (insert): add std:: qualifier
13503
13504 2002-01-18  Allan Rae  <rae@lyx.org>
13505
13506         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13507         updated also?
13508
13509         * text.C (drawInset): Turned out I didn't know enough about how
13510         rebreaking worked.  This fixes most of the redraw problems.  I see
13511         an occasional cursor trail when a line is broken now and the cursor
13512         placement can seem out by a few pixels also after a rebreak.
13513
13514 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13515
13516         * buffer.C (parseSingleLyXformat2Token): update because minipage
13517         width is now a LyXLength
13518
13519         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13520
13521         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13522         math insets
13523
13524 2002-01-17  Juergen Vigna  <jug@sad.it>
13525
13526         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13527
13528         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13529         is set correctly and the inset is updated correctly.
13530
13531 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13532
13533         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13534         the beginning of the loop.
13535
13536 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13537
13538         * lyxrc.C: improve help for use_scalable_fonts
13539
13540 2002-01-17  Allan Rae  <rae@lyx.org>
13541
13542         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13543
13544 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13545
13546         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13547         make sure to set their inset_owner to the right value (bug #171)
13548
13549 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13550
13551         * DepTable.h
13552         * DepTable.C: Implement mtime checking to reduce time spent doing
13553         CRCs.
13554
13555 2002-01-16  Juergen Vigna  <jug@sad.it>
13556
13557         * tabular.C (GetAdditionalHeight): one of error fixed.
13558
13559         * lyxrc.C (output): small fix in writing use_pspell.
13560
13561 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13562
13563         * sp_base.h: #include LString.h
13564
13565 2002-01-16  Allan Rae  <rae@lyx.org>
13566
13567         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13568         Can someone check this please?
13569
13570         * text.C (drawInset): It was possible that p.row would be removed by
13571         breakAgainOneRow upsetting a few other settings.  There may be another
13572         small tweak possible by setting need_break_row = 0 when p.row has been
13573         removed but I don't know enough about the logic here.
13574
13575 2002-01-15  Allan Rae  <rae@lyx.org>
13576
13577         * text.C (insertChar): removed conditional truism.
13578
13579         * BufferView2.C (removeAutoInsets): More tweaks.
13580         cur_par_prev could be a stray pointer.  Check for trailing empty line
13581         in case last line was cur_par and only had an error inset on it.
13582
13583 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13584
13585         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13586         absolute
13587
13588         * vc-backend.C (most methods):
13589         * exporter.C (Export):
13590         * converter.C (convert):
13591         (runLaTeX):
13592         * LyXSendto.C (SendtoApplyCB):
13593         * lyxfunc.C (dispatch):
13594         (menuNew):
13595         (open):
13596         (doImport):
13597         * lyx_cb.C (AutoSave):
13598         (InsertAsciiFile):
13599         * BufferView_pimpl.C (MenuInsertLyXFile):
13600         * buffer.C (runChktex): use Buffer::filePath().
13601
13602         * buffer.h: rename filename to filename_; rename filepath to
13603         filepath_ and make it private
13604         (filePath): new method
13605
13606         * buffer.C (writeFile): use fileName()
13607         (getLatexName):
13608
13609         * lyx_main.C (init): fix starting  of LyX when the binary is a
13610         link from so,ewhere else.
13611
13612         * minibuffer.C: include <cctype> for isprint
13613
13614 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13615
13616         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13617         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13618         name clash with InsetCollapsable's width function.
13619
13620 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13621
13622         * lastfiles.C: include <iterator>
13623
13624 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13625
13626         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13627         std::count.
13628
13629         * buffer.C (makeLaTeXFile): ditto.
13630         Also make loop operation more transparent.
13631
13632 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13633
13634         * ToolbarDefaults.C: remove trailing comma closing namespace.
13635
13636         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13637
13638         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13639         as in WorkArea.
13640
13641         * trans.C (Load): comment out unused variable, allowed.
13642
13643 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13644
13645         * minibuffer.[Ch] (append_char): new method to recieve input from the
13646         drop-down completion browser. If a key was pressed, then recieve this
13647         char and append it to the existing string.
13648         (peek_event): modify the positioning data passed to the completion
13649         browser so that it can be placed above the minibuffer rather than below.
13650 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13651
13652         * LyXAction.C (init): alloe error-next for readonly documents.
13653
13654         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13655         count.
13656
13657 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13658
13659         * bufferlist.C (readFile): create the buffer _after_ checking that
13660         the file exists.
13661
13662         * lyxfunc.C (verboseDispatch): fix handling of arguments
13663
13664         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13665
13666         * lyxrc.C: use string::erase() instead of initializing to "".
13667
13668
13669 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13670
13671         * BufferView_pimpl.h:
13672         * BufferView_pimpl.C:
13673         * WorkArea.h:
13674         * WorkArea.C:
13675         * text2.C: tell X when we have made a selection for copying
13676
13677 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13678
13679         * BufferView_pimpl.C (MenuInsertLyXFile):
13680         * lyxfunc.C (menuNew):
13681         (open):
13682         (doImport): add shortcuts to directory buttons
13683
13684         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13685         open a float)
13686
13687         * lyxfunc.C (setStatusMessage):
13688         (getStatusMessage): new methods
13689         (getStatus):use setStatusMessage instead of setErrorMessage
13690         (dispatch): when function is disabled, set error message here
13691         [instead of in getStatus previously]
13692
13693         * BufferView_pimpl.C (workAreaButtonRelease): update
13694         toolbar/menubar here too.
13695
13696 2002-01-13  Allan Rae  <rae@lyx.org>
13697
13698         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13699         Now seems indestructible.  Remaining task is to audit all other
13700         code affected by deleteEmptyParagraphMechanism.  One small quirk
13701         left is that an empty document with an error in the preamble can
13702         be made to report an error but no error box appears.  I don't know
13703         where it goes.
13704         (removeAutoInsets): Improved comments.
13705
13706 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13707
13708         * Thesaurus.h:
13709         * Thesaurus.C: update for Aiksaurus 0.14
13710
13711 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13712
13713         * text2.C (firstParagraph): removed member function, all uses
13714         replaces with ownerParagraph
13715         (redoParagraphs): here
13716         (updateInset): here
13717         (toggleAppendix): here
13718         * BufferView2.C (insertErrors): here
13719         (setCursorFromRow): here
13720
13721 2002-01-13  Allan Rae  <rae@lyx.org>
13722
13723         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13724         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13725         There is still a way to segfault this although you may have to do this
13726         multiple times: Have an InsetERT with an unknown command in it.
13727         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13728         <down-arrow>, <Enter> again, View->DVI, BANG!
13729
13730         * text2.C (setCursor):
13731         (deleteEmptyParagraphMechanism):
13732         * lyxtext.h (setCursor):
13733         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13734         Making use of the return value may help fix other bugs.
13735
13736 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13737
13738         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13739
13740         * LyXView.C (updateMenubar): call MenuBar::update here
13741         (updateToolbar): but not here
13742         (showState): do not update toolbar/menubar
13743
13744         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13745         should need to care about that.
13746
13747         * lyxfunc.C (verboseDispatch): simplify a bit
13748         (getStatus): have a version which takes a pseudoaction, and
13749         another which requires a (kb_action,string).
13750
13751         * LyXAction.C (retrieveActionArg): make it work also when action
13752         is not a pseudo-action.
13753         (getActionName): simplify a bit
13754         (helpText):
13755
13756 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13757
13758         * lyxfunc.C (verboseDispatch): new families of methods with
13759         several ways to specify a command and a bool to indicate whether
13760         the command name and shortcut should be displayed in minibuffer
13761         (eventually, we could extend that to a finer bitmask like
13762         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13763         (dispatch): the pristine dispatch command which just, well,
13764         dispatchs! Note it still sets its result to minibuffer; I'm not
13765         sure we want that.
13766
13767         * lyxfunc.h: remove setHintMessage
13768
13769         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13770
13771 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13772
13773         * BufferView_pimpl.C (specialChar): delete new inset if we have
13774         not been able to insert it.
13775
13776         * kbmap.C: revert to using int instead of kb_action, since all we
13777         are dealing with is pseudo-actions.
13778
13779         * LyXAction.C (searchActionArg): change to return int instead of
13780         kb_action, since the result is a pseudoaction.
13781
13782 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13783
13784         * buffer.C (insertErtContents): Fix (partially) the font bug.
13785
13786 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13787
13788         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13789         as the other one is broken on my machine!
13790
13791 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13792
13793         * commandtags.h:
13794         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13795
13796 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13797
13798         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13799         reflect their actual use. Provide compatibility code for older lyxrc
13800         files.
13801
13802         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13803         FL_NORMAL_STYLE.
13804         change names of popup font variables in line with the changes to lyxrc.C
13805
13806 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13807
13808         * buffer.C (asciiParagraph): avoid outputing a word twice after
13809         an inset.
13810
13811         * lyxrc.C (getDescription): document that document_path and
13812         template_path can be empty.
13813
13814 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13815
13816         * LaTeXFeatures.C (getMacros):
13817         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13818
13819         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13820
13821         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13822         getPackages.
13823         (getPackages): rename feature "floats" to "float". Use an array to
13824         iterate over 'simple' features (i.e. just a \usepackage). Add
13825         handling of "amsmath" (renamed from "amsstyle").
13826
13827 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13828
13829         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13830         features list.
13831
13832 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13833
13834         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13835         FuncStaus::FuncStatus & FuncStaus::some_method().
13836
13837 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13838
13839         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13840         of the func_satus stuff. Edited and massaged in various ways by
13841         JMarc.
13842
13843         * lyxfunc.C (getStatus): use FuncStatus
13844
13845 2002-01-08  Juergen Vigna  <jug@sad.it>
13846
13847         * text.C (nextBreakPoint): use function Inset::isChar().
13848
13849         * paragraph.C (TeXOnePar): use function
13850         Inset::forceDefaultParagraphs.
13851
13852         * buffer.C (latexParagraphs): use function
13853         Inset::forceDefaultParagraphs.
13854
13855 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13856
13857         * lyx_gui.C (init): set the style of the menu popups to
13858         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13859
13860 2002-01-07  Juergen Vigna  <jug@sad.it>
13861
13862         * text.C (setHeightOfRow): small fix
13863         (prepareToPrint): don't look at alignment if we don't have the place
13864         for doing it.
13865
13866 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13867
13868         * box.C: New file. Move the Box methods and functions out of box.h,
13869         following Lars' suggestion.
13870
13871 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13872
13873         * box.h: #include "support/LOstream.h", needed for inlined function.
13874
13875         * lyxtextclass.C:
13876         * lyxtextclasslist.C: added some using std declarations.
13877
13878 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13879
13880         * box.h: make signed dimensions to allow insets wider than
13881           the screen (bug #162)
13882
13883         * BufferView_pimpl.C: add some insetHit debug
13884
13885 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13886
13887         * vc-backend.C: add FIXME
13888
13889 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13890
13891         * lyxfunc.C (getStatus): enable code for showing math font status
13892         in toolbar/menu.
13893
13894 2002-01-07  Juergen Vigna  <jug@sad.it>
13895
13896         * text.C (nextBreakPoint): removed debug output not needed anymore.
13897
13898 2002-01-06  Juergen Vigna  <jug@sad.it>
13899
13900         * text.C (nextBreakPoint): fixed up this function we had this bug
13901         since ever but now hopefully we break row better.
13902         (insertChar): we have to check if an inset is the next char as it
13903         could now happen that a large inset is causing a break.
13904
13905 2002-01-05  Juergen Vigna  <jug@sad.it>
13906
13907         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13908         if it doesn't like to be drawed.
13909
13910 2002-01-04  Juergen Vigna  <jug@sad.it>
13911
13912         * BufferView2.C (lockInset): forgot to set a cursor.
13913
13914         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13915
13916 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13917
13918         * FormMathsPanel.C:
13919         * FormMathsPanel.h
13920         * MathsSymbols.C:
13921         * form_maths_panel.C:
13922         * form_maths_panel.h:
13923         * form_maths_panel.fd: implemented sub- and super- buttons in math
13924         panel.
13925
13926         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13927         (or ^ space) to be used as in TeX (req'd by André).
13928
13929         * lyxfunc.C: Allow ^ and _ again to be used both as
13930         super/subscript (mathed) and as themselves (in text).
13931
13932 2002-01-03  Allan Rae  <rae@lyx.org>
13933
13934         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13935         "LyX" or the filename of the current buffer if it has one.  This is a
13936         modified form of John Levon's patch.
13937
13938         * XFormsView.C (setWindowTitle): also set icon title.
13939
13940         * LyXView.h (setWindowTitle): signature changed.
13941         * XFormsView.h (setWindowTitle): ditto.
13942
13943 2002-01-02  Juergen Vigna  <jug@sad.it>
13944
13945         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13946
13947 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13948
13949         * screen.C (topCursorVisible): introduce a temp var for
13950         text->cursor.row(), handle the case where this row is null. (kindo
13951         hachish)
13952
13953         * text2.C (setCursor): add a couple of asserts.
13954
13955         * paragraph.h (inset_iterator): add -> operator
13956
13957         * paragraph.[Ch] (autoDeleteInsets): remove member function
13958
13959         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13960         cursor pos correctly and handle inset deletion by itself.
13961         (insertErrors): move iterator declaration out of for expression
13962
13963         * lyxtextclass.C: add <algorithm>
13964
13965         * Makefile.am: added the new files to sources, removed layout.C
13966
13967         * layout.C: removed file
13968
13969         * layout.h: remove LYX_DUMMY_LAYOUT
13970
13971         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13972         layout.
13973
13974         * lyxlayout.[Ch]:
13975         * lyxtextclass.[Ch]:
13976         * lyxtextclasslist.[Ch]: new files
13977
13978         * include order changes to a lot of files, also changes because of
13979         the six new files.
13980
13981 2001-12-27  Juergen Vigna  <jug@sad.it>
13982
13983         * buffer.C (asciiParagraph): more fixes.
13984
13985         * tabular.C (ascii): make ascii export support export of only the
13986         data separated by a column-delimiter.
13987         (ascii): better support for ascii export.
13988
13989         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13990
13991 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13992
13993         * tabular_funcs.C: use a "using std::getline" instead of the
13994         previous fix from Angus (necessary for cxx + lyxstring)
13995
13996 2001-12-24  Juergen Vigna  <jug@sad.it>
13997
13998         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13999
14000         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
14001         problems. First check a minipage also if we have some ert-contents
14002         (not only on par->size(), second set the right depth of the paragraph
14003         on the relink to the root-paragraph-list!
14004
14005         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
14006         which then did not anymore update the main paragraphs on undo/redo!
14007
14008 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14009
14010         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
14011         code. Support all font-changing funcs (even those which are not in
14012         menu currently). Support for reporting font settings in
14013         mathed (disabled until Andre provides a function on mathed's side).
14014
14015         * func_status.h (toggle): small helper function to set toggle
14016         state on a flag.
14017
14018 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
14019
14020         * tabular_funcs.C: getline -> std::getline
14021
14022 2001-12-21  Juergen Vigna  <jug@sad.it>
14023
14024         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
14025         accessed and could be 0 (I couldn't generate this but it seems
14026         Michael could!).
14027
14028 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14029
14030         * tabular_funcs.C: add LIstream.h, move write_attribute to..
14031         * tabular_funcs.h: here and include iosfwd
14032
14033 2001-12-20  Juergen Vigna  <jug@sad.it>
14034
14035         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
14036         inside inset but undo_par was.
14037
14038 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14039
14040         * Thesaurus.C: always include <config.h> in sources.
14041
14042         * Painter.h:
14043         * lyxlookup.h:
14044         * box.h: do not include <config.h> in header files
14045
14046         * text.C (paintLastRow): remove unused variable
14047
14048         * text.C (transformChar):
14049         (insertChar):
14050         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
14051
14052         * Painter.C (text):
14053         * font.C (width): rewrite to use uppercase() instead of
14054         islower/toupper.
14055
14056         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
14057
14058 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
14059
14060         * lyxfind.C: clean up of find failure position change
14061
14062 2001-12-20  Juergen Vigna  <jug@sad.it>
14063
14064         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
14065
14066         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
14067         (TeXRow): added to LaTeX a single tabular row.
14068         (TeXLongtableHeaderFooter): added to output LT-h/f data.
14069         (Latex): simplified and finally good LT-h/f support.
14070         (various_functions): just small adaptions for LT-h/f support.
14071
14072         * tabular_funcs.[hC]: added and moved here all not classfunctions
14073         of LyXTabular.
14074
14075 2001-12-19  Juergen Vigna  <jug@sad.it>
14076
14077         * tabular.[Ch]: better support for longtabular options (not finished
14078         yet!)
14079
14080 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14081
14082         * text.C (paintLastRow): use the label font instead of the font of
14083         the last character to compute the size of *_BOX. This makes more
14084         sense and avoids a crash with empty paragraphs.
14085         Use Painter::rectangle to draw EMPTY_BOX.
14086
14087 2001-12-19  Juergen Vigna  <jug@sad.it>
14088
14089         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
14090         the paragraphs if the replaced paragraph is not the first one!
14091         Tried to delete not used paragraphs but does not work yet so for
14092         now it's inside #ifdef's and by default off!
14093
14094 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14095
14096         * MenuBackend.C: include "lyx_main.h" instead of declaring
14097         lastfiles (actually was declared as LastFiles* instead of a
14098         scoped_ptr).
14099
14100 2001-12-17  Juergen Vigna  <jug@sad.it>
14101
14102         * tabular.C (AppendColumn): applied John's fix
14103
14104 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
14105
14106         * BufferView.h:
14107         * BufferView.C:
14108         * BufferView_pimpl.h:
14109         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
14110
14111         * Makefile.am:
14112         * box.h: new start of class for above
14113
14114         * lyxfunc.C: ignore space-only minibuffer dispatches.
14115           Show the command name when it doesn't exist
14116
14117         * minibuffer.C: don't add empty lines to the history
14118
14119         * minibuffer.C: add a space on dropdown completion
14120
14121 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
14122
14123         * text.C: fix line above/below drawing in insets
14124
14125 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14126
14127         * lyxlength.C (LyXLength): Initialize private variables.
14128
14129 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
14130
14131         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
14132         when inserting error insets.
14133
14134 2001-12-13  Juergen Vigna  <jug@sad.it>
14135
14136         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
14137         actually sometimes the before-paragraph.
14138         (setUndo): don't clear the redostack if we're not actually undoing!
14139
14140 2001-12-06  Juergen Vigna  <jug@sad.it>
14141
14142         * undo_funcs.C (textHandleUndo): well after John's hint I got here
14143         and fixed redoing of main paragraph, so we can use it now ;)
14144
14145         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
14146
14147 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14148
14149         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
14150         Juergen's request
14151
14152 2001-12-13  André Pönitz <poenitz@gmx.net>
14153
14154         * undostack.[Ch]:
14155         * undo_func.C: minor cleanup
14156
14157 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14158
14159         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
14160         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
14161         font in urw-fonts package which is marked as -urw-fontspecific and
14162         does not work (incidentally, changing the encoding in the
14163         fonts.dir of this package to -adobe-fontspecific fixes the
14164         problem).
14165
14166         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
14167         is a crash when undoing first paragraph (Juergen, please take a
14168         look). THis does not mean the undo fix is wrong, just that it
14169         uncovers problems.
14170
14171         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
14172         the (Paragraph*) version when needed instead of duplicating the
14173         code.
14174
14175         * text.C (workWidth): use Inset::parOwner to find out where the
14176         inset has been inserted. This is a huge performance gain for large
14177         documents with lots of insets. If Inset::parOwner is not set, fall
14178         back on the brute force method
14179
14180         * paragraph_pimpl.C (insertInset):
14181         * paragraph.C (Paragraph):
14182         (cutIntoMinibuffer): set parOwner of insets when
14183         inserting/removing them
14184
14185         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14186
14187 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
14188
14189         * commandtags.h:
14190         * LyXAction.C:
14191         * lyx_main.C:
14192         * lyxfunc.C:
14193         * mathed/formulabase.C:
14194         * mathed/math_cursor.[Ch]:
14195         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
14196
14197
14198 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14199
14200         * lyxlength.[Ch] (operator!=): new function
14201
14202 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14203
14204         * text.C (workWidth): use Inset::parOwner to find out where the
14205         inset has been inserted. This is a huge performance gain for large
14206         documents with lots of insets. If Inset::parOwner is not set, fall
14207         back on the brute force method
14208
14209         * paragraph_pimpl.C (insertInset):
14210         * paragraph.C (Paragraph):
14211         (cutIntoMinibuffer): set parOwner of insets when
14212         inserting/removing them
14213
14214         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
14215
14216 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14217
14218         * tabular-old.C (getTokenValue):
14219         * tabular.C (getTokenValue):
14220         (write_attribute): new versions for LyXLength
14221         (everywhere): adjust the use of widths
14222
14223         * tabular.h: change the type of widths from string to LyXLength
14224
14225 2001-12-11  Ben Stanley <bds02@uow.edu.au>
14226
14227         * paragraph.C: fixed missing line number count when exporting
14228         Environments to LaTeX file
14229
14230         * buffer.C: added informational message for checking line numbers.
14231
14232 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14233
14234         * text2.C (deleteEmptyParagraphMechanism): if there is only one
14235         paragraph, do the 'double space' part, but not the 'empty
14236         paragraph' one.
14237
14238         * text.C (workWidth): small optimization
14239         (getLengthMarkerHeight): use minimal size for negative lengths.
14240
14241 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
14242
14243         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
14244
14245         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
14246
14247 2001-12-11  André Pönitz <poenitz@gmx.net>
14248
14249         * FontLoader.C:
14250         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
14251
14252 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14253
14254         * text2.C: keep selection on a setFont()
14255
14256 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14257
14258         * lyx_cb.C: another bv->text misuse, from insert label
14259
14260 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14261
14262         * kbsequence.h:
14263         * kbsequence.C: re-instate nmodifier mask
14264
14265 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
14266
14267         * lyx_main.h: make lyxGUI private.
14268
14269 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
14270
14271         * lyxfind.C: place the cursor correctly on failed search
14272
14273 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14274
14275         * text.C (getLengthMarkerHeight): for small heights, the arrows
14276         are not always on top/bottom of the text
14277         (drawLengthMarker): smaller arrows; take the left margin in
14278         account; draw also vfills.
14279         (paintFirstRow):
14280         (paintLastRow): remove special code for vfill and standard spaces,
14281         since everything is handled in drawLengthMarker now.
14282
14283 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14284
14285         * buffer.C (insertErtContents): try to handle font and language
14286         interaction a bit better.g
14287
14288         * ColorHandler.C (updateColor): change the hash to cover the whole
14289         LColor enum, ws cleanup
14290         (getGCLinepars): ditto
14291         (getGCLinepars): only lookup in the linecache once.
14292
14293 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
14294
14295         * iterators.C (operator++): Make the iterator more robust
14296
14297         * BufferView2.C (removeAutoInsets): Use paragraph iterators
14298         (John's patch)
14299         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
14300
14301 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14302
14303         * lyxtext.h:
14304         * text.C: better added space drawing
14305
14306 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14307
14308         * LyXView.C:
14309         * BufferView2.C: fix layout combo update on inset unlock
14310
14311 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14312
14313         * Makefile.am: don't compile unused files
14314
14315 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14316
14317         * lyxfunc.C:
14318         * commandtags.h:
14319         * LyXAction.C: remove old LFUN_LAYOUTNO
14320
14321 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14322
14323         * paragraph_pimpl.h:
14324         * paragraph_pimpl.C: isTextAt() doesn't need font param
14325
14326 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14327
14328         * lyxlex.h:
14329         * lyxlex.C: little cleanup
14330
14331 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
14332
14333         * BufferView_pimpl.C: fix insertAscii for insets
14334
14335 2001-12-05  Juergen Vigna  <jug@sad.it>
14336
14337         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
14338         set the right font on the "multi" paragraph paste!
14339
14340 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14341
14342         * trans_decl.h:
14343         * trans_mgr.[Ch]:
14344         * trans.[Ch]:
14345         * lyxgluelength.C:
14346         * lyxlength.C: remove out-commented code.
14347
14348         * BufferView_pimpl:
14349         * CutAndPaste.C:
14350         * DepTable.C:
14351         * buffer.C:
14352         * chset.C:
14353         * lastfiles.C:
14354         * lyxlex.C:
14355         * lyxlex_pimpl.C:
14356         * lyxserver.C:
14357         * screen.C:
14358         * tabular-old.C:
14359         * tabular.C:
14360         * text.C:
14361         * trans_mgr.C:
14362         * vc-backend.C: change "while(" to "while ("
14363
14364         * lyxlength.[Ch]: add zero function to check if length is zero or
14365         not
14366         * lyxgluelength.C: use it
14367
14368 2001-12-05  Allan Rae  <rae@lyx.org>
14369
14370         * lyxlength.C: Attempted a fix for the abs(int) header selection.
14371         Works for 2.95.3, from what I understand of Garst's reports this should
14372         work for other g++ versions.  We're screwed if the abs(int) definition
14373         changed between bugfix releases of gcc.
14374
14375 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14376
14377         * text.C: fix chapter label offset !
14378
14379 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
14380
14381         * lyxtext.h:
14382         * text.C: fix hfill at end of line, clean up
14383
14384 2001-12-04  Juergen Vigna  <jug@sad.it>
14385
14386         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
14387         that we force an update of the inset and it's owners if neccessary.
14388
14389 2001-12-03  Juergen Vigna  <jug@sad.it>
14390
14391         * text.C (rowLast): simplified code
14392
14393 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
14394
14395         * lyxfunc.C: fix show options on timeout
14396
14397 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14398
14399         * screen.C (topCursorVisible): scroll half a page when the cursor
14400         reached top of bottom of screen
14401
14402 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
14403
14404         * minibuffer.C: deactivate on loss of focus
14405
14406 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14407
14408         * vspace.[Ch] (operator!=): add operator.
14409
14410 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
14411
14412         * BufferView_pimpl.C: refuse to open an inset when
14413         there's a selection.
14414
14415 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
14416
14417         * BufferView_pimpl.C: allow to click on RHS of full row insets
14418
14419 2001-11-30  Juergen Vigna  <jug@sad.it>
14420
14421         * tabular.C (LyXTabular): add a same_id to set the same id's in the
14422         insets for undo reasons.
14423
14424 2001-11-28  André Pönitz <poenitz@gmx.net>
14425
14426         * vspace.[Ch]: cosmetical changes
14427
14428 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14429
14430         * LyXAction.h:
14431         * LyXAction.C:
14432         * lyxfunc.h:
14433         * lyxfunc.C:
14434         * kbmap.h:
14435         * kbmap.C:
14436         * lyxrc.C:
14437         * kbsequence.h:
14438         * kbsequence.C: part re-write of old kb code
14439
14440         * Painter.C:
14441         * WorkArea.C: remove Lgb_bug_find_hack
14442
14443 2001-11-30  José Matos <jamatos@fep.up.pt>
14444
14445         * buffer.C (makeDocBookFile): add a comment to point a hack.
14446         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
14447         Fixed a double write of labels.
14448
14449 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14450
14451         * LaTeX.C:
14452         * LaTeX.h Fixed bug in LaTeX class where it would not
14453         re-run latex if no depfiles were changed, but the .dvi was removed.
14454
14455 2001-11-28  André Pönitz <poenitz@gmx.net>
14456
14457         * all the files from the change on 2001/11/26:
14458         use lyx::layout_type instead of LyXTextClass::size_type
14459         use lyx::textclass_type instead of LyXTextClassList::size_type
14460
14461 2001-11-29  Juergen Vigna  <jug@sad.it>
14462
14463         * text.C: added support for paragraph::isFreeSpacing()
14464
14465         * buffer.C: same as above
14466
14467         * paragraph.h: inserted isFreeSpacing() function to enable
14468         FreeSpacing inside InsetERT.
14469
14470         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14471         of the paragraph's in the cut/copy buffer to 0!
14472
14473         * text2.C (removeRow): remove the assert as it can!
14474
14475         * lyxtext.h: added helper function firstRow returning firstrow and
14476         made firstrow private again.
14477
14478         * BufferView2.C (lockInset): don't relock if we're already locked!
14479
14480         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14481         the only paragraph.
14482         (removeRow): added Assert::(firstrow)
14483
14484         * debug.C: forgot to add INSETTEXT here.
14485
14486 2001-11-28  Juergen Vigna  <jug@sad.it>
14487
14488         * sp_spell.C (initialize): changed error text to more general
14489         spellchecker command use (not only ispell!)
14490
14491         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14492
14493         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14494
14495 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14496
14497         * vspace.C: initialise lyxgluelength on failure
14498
14499 2001-11-28  Allan Rae  <rae@lyx.org>
14500
14501         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14502         declaration & definition that looks like a function declaration.
14503
14504 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14505
14506         * BufferView2.C (copy):
14507         (copyEnvironment): do not clear the selection when doing a copy.
14508
14509         * text.C (paintFirstRow): compilation fix
14510
14511 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14512
14513         * tabular.C (Latex): correct line count when writing latex.
14514
14515 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14516
14517         * paragraph_pimpl.h:
14518         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14519           bug a bit
14520
14521 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14522
14523         * text.C:
14524         * LColor.h:
14525         * LColor.C: change vfillline->added_space
14526
14527         * text.C: add markers and text for added space
14528
14529         * vspace.C: fix comment
14530
14531 2001-11-28  André Pönitz <poenitz@gmx.net>
14532
14533         * paragraph.C: whitespace changes
14534         * all the other files from the change on 2001/11/26:
14535         change *::pos_type into lyx::pos_type
14536
14537 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14538
14539         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14540         language of the document when inserting error insets.
14541
14542 2001-11-26  André Pönitz <poenitz@gmx.net>
14543
14544         * BufferView_pimpl.[Ch]:
14545         *       CutAndPaste.C:
14546         * buffer.[Ch]:
14547         * lyxcursor.[Ch]:
14548         * lyxfind.C:
14549         * lyxfunc.C:
14550         * lyxrow.[Ch]:
14551         * paragraph.[Ch]:
14552         * paragraph_pimpl.[Ch]:
14553         * sp_spell.C:
14554         * text.C:
14555         * text2.C: reduce header dependencies, introduce type for positions
14556
14557 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14558
14559         * <various>: change to use Alert.h
14560
14561 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14562
14563         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14564         when encountering an unknown token.
14565         (readLyXformat2): Show an error message if there were unknown tokens.
14566
14567 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14568
14569         * BufferView2.C:
14570         * BufferView_pimpl.C:
14571         * buffer.C:
14572         * paragraph.h:
14573         * text.C:
14574         * text2.C: use par->isInset()
14575
14576 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14577
14578         * paragraph_pimpl.h:
14579         * paragraph_pimpl.C: cleanup
14580
14581 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14582
14583         * text2.C (removeRow):
14584         * text.C (setHeightOfRow): remove useless (and costly) call to
14585         getRow.
14586
14587 2001-11-20  Allan Rae  <rae@lyx.org>
14588
14589         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14590         Now need Inset*::checkInsertChar() to return true for appropriate
14591         cases so that the characters in the minibuffer will actually be
14592         inserted.
14593
14594 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14595
14596         * text.C: change the order of the includes.
14597         (workWidth): initialize it at once.
14598         (workWidth): make maxw unsigned
14599         (setHeightOfRow): remove unused variable (inset)
14600         (selectSelectedWord): remove unused variable (inset)
14601         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14602
14603 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14604
14605         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14606         server is not running.
14607         (openConnection):
14608         (closeConnection): add debug info when server is disabled.
14609
14610         * ColorHandler.C (getGCForeground): send debug message to GUI
14611         channel.
14612
14613         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14614
14615         * kbmap.C (bind): modify because return conventions of
14616         kb_sequence::parse have changed.
14617
14618         * kbsequence.C (parse): only ignore spaces and not any stupid
14619         control character. This avoids tests like s[i] <= ' ', which are
14620         guaranteed to fail with 8bit characters and signed chars.
14621         Change return code to string::npos when there have been no error
14622         (0 was a bad idea when error is at first character)
14623
14624 2001-11-14  José Matos  <jamatos@fep.up.pt>
14625
14626         * buffer.h:
14627         * buffer.C (simpleDocBookOnePar): removed unused argument.
14628
14629 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14630
14631         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14632         insets which are part of a word. Paragraph::isLetter takes care of
14633         that now. Use Paragraph::isInset to identify insets.
14634         (selectSelectedWord): do not test for hyphenation break.
14635
14636         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14637         that protected spaces are considered as spaces.
14638
14639         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14640         Inset::isLetter.
14641
14642 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14643
14644         * lyxserver.h:
14645         * lyxserver.C: fix it. and small cleanup.
14646
14647 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14648
14649         * BufferView_pimpl.C: use inline helpers
14650
14651         * LaTeXFeatures.h:
14652         * LaTeXFeatures.C: fix typos
14653
14654         * Spacing.h:
14655         * Spacing.C: move spacing_string into class
14656
14657         * ToolbarDefaults.C: move stuff into namespace anon
14658
14659         * layout.h: update enum
14660
14661         * lyxfunc.C: use better debug
14662
14663         * minibuffer.h: fix typo
14664
14665         * debug.h:
14666         * debug.C:
14667         * WorkArea.C: add and use Debug::WORKAREA
14668
14669         * lyxtext.h:
14670         * text.C:
14671         * text2.C: code re-organisation, inline helpers
14672
14673 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14674
14675         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14676         std::vector.empty().
14677
14678 2001-11-09  Allan Rae  <rae@lyx.org>
14679
14680         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14681         '\n's after tables.  Tabular and ERT inset work now makes this no
14682         longer necessary.
14683
14684 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14685
14686         * minibuffer.h:
14687         * minibuffer.C: fix crash, improve drop-down completion
14688
14689 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14690
14691         * lyxserver.h:
14692         * lyxserver.C: invalidate fd's when doing endPipe()
14693
14694 2001-11-08  José Matos  <jamatos@fep.up.pt>
14695
14696         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14697         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14698
14699         * paragraph.h:
14700         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14701
14702 2001-11-07  José Matos  <jamatos@fep.up.pt>
14703
14704         * buffer.h:
14705         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14706         const qualifier.
14707
14708         * buffer.C (sgmlOpenTag):
14709         * buffer.C (sgmlCloseTag): removed debug info.
14710
14711         * buffer.h (sgmlOpenTag):
14712         * buffer.h (sgmlCloseTag): made public.
14713
14714 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14715
14716         * buffer.C (saveParamsAsDefaults):
14717         * lyx_cb.C (MenuLayoutSave): remove
14718
14719         * LyXAction.C (init):
14720         * commandtags.h:
14721         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14722
14723 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14724
14725         * buffer.C (setPaperStuff): removed from here...
14726
14727         * bufferparams.C (setPaperStuff): ... and moved there.
14728
14729 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14730
14731         * minibuffer.h:
14732         * minibuffer.C:
14733         * XFormsView.C: add support for drop-down completion
14734
14735 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14736
14737         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14738         commands.
14739
14740 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14741
14742         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14743         disabled.
14744
14745 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14746
14747         * lyx_main.C: change ref to known bugs
14748
14749 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14750
14751         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14752         to work around older babel problems.
14753
14754 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14755
14756         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14757
14758 2001-10-24  Juergen Vigna  <jug@sad.it>
14759
14760         * tabular-old.C (ReadOld): below variable changes reflected.
14761
14762         * tabular.[Ch]: added ltType struct for longtable header/footer
14763         defines and changed all instances where they are used. Added
14764         future support for double top/bottom rows.
14765
14766 2001-10-24  José Matos  <jamatos@fep.up.pt>
14767
14768         * buffer.h (docbookHandleCaption):
14769         * buffer.C (docbookHandleCaption): removed unused function.
14770         (makeDocBookFile): moved docbook supported version to v4.1.
14771
14772 2001-10-24  José Matos  <jamatos@fep.up.pt>
14773
14774         * tabular.h:
14775         * tabular.C (docbookRow): new function to export docbook code of a row.
14776         (DocBook): now honors the longtable flags.
14777
14778 2001-10-23  José Matos  <jamatos@fep.up.pt>
14779
14780         * LaTeXFeatures.h:
14781         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14782         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14783
14784         * buffer.C (makeLinuxDocFile):
14785         (makeDocBookFile): reworked the preamble, more clean, and with
14786         support for lyx defined entities. Changed the document declaration
14787         to be more XML friendly.
14788
14789         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14790         if we need to output XML that should be done with a filter.
14791
14792 2001-10-22  Juergen Vigna  <jug@sad.it>
14793
14794         * sp_pspell.h (class PSpell): add alive function needed in the
14795         controller to see if the spellchecker could be started.
14796
14797 2001-10-22  Juergen Vigna  <jug@sad.it>
14798
14799         * buffer.C (insertStringAsLines): modify the font for inserting
14800         chars in certain conditions by calling checkInsertChar(font).
14801
14802 2001-10-19  Juergen Vigna  <jug@sad.it>
14803
14804         * text.C (workWidth): use getRow instead of wrong algorithm.
14805         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14806
14807 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14808
14809         * lyxserver.h:
14810         * lyxserver.C:
14811         * lyx_main.h:
14812         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14813
14814 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14815
14816         * text.C (workWidth): do not search for the exact row when
14817         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14818         optimization for big documents.
14819
14820 2001-10-18  Juergen Vigna  <jug@sad.it>
14821
14822         * text.C (workWidth): new function with added Inset * parameter.
14823
14824 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14825
14826         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14827
14828         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14829         change return type of getColumnNearX.
14830
14831
14832         * text.C (changeRegionCase): use uppercase/lowercase instead of
14833         toupper/tolower.
14834         (leftMargin):
14835         (rightMargin): simplify code by factoring out the uses of
14836         textclasslist.
14837         (labelFill):
14838         (numberOfHfills):
14839         (setHeightOfRow):
14840         (appendParagraph): use Paragraph::size_type
14841
14842 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14843
14844         * vspace.C (asLatexString): add a missing break
14845
14846 2001-10-15  Herbert Voss  <voss@perce.de>
14847
14848         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14849
14850 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14851
14852         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14853         is not available.
14854
14855 2001-10-10  André Pönitz <poenitz@gmx.net>
14856
14857         * lyxfunc.C: removed greek_kb_flag.
14858
14859 2001-10-10  Herbert Voss  <voss@perce.de>
14860
14861         * lyx_main.C: delete global string help_lyxdir.
14862
14863 2001-10-09  Herbert Voss  <voss@perce.de>
14864
14865         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14866
14867         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14868
14869         * lyx_main.C: added global string help_lyxdir.
14870
14871         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14872
14873 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14874
14875         * lyxrc.C (set_font_norm_type): support iso8859-4
14876
14877 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14878
14879         * LaTeX.C (deplog): add another regex for MikTeX
14880
14881 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14882
14883         * lyxrc.C (set_font_norm_type): support iso8859-3
14884
14885 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14886
14887         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14888
14889         * LaTeXFeatures.C: remove special case of french and index
14890
14891         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14892         before \begin{document}). This solves several incompatibilities.
14893
14894 2001-10-03  Garst Reese  <reese@isn.net>
14895
14896         * lyx_cb.C: change CheckTex error msg.
14897
14898 2001-10-03  José Matos  <jamatos@fep.up.pt>
14899
14900         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14901
14902 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14903
14904         * .cvsignore: update
14905
14906         * lyx_main.C (commandLineVersionInfo): use new style version info.
14907
14908         * buffer.C (writeFile):
14909         (makeLaTeXFile):
14910         (makeLinuxDocFile):
14911         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14912
14913         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14914
14915         * version.h: update to use stuff in version.C
14916
14917         * version.C.in: new file. Contains version information determined
14918         at compile time. This is a merging of version.h and
14919         version_info.h.in.
14920
14921 2001-10-03  Juergen Vigna  <jug@sad.it>
14922
14923         * BufferView_pimpl.C (update): don't change "dirty" status in
14924         updateInset call.
14925
14926 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14927
14928         * WorkArea.C (c-tor): re-position version string slightly.
14929
14930 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14931
14932         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14933         revert to previous code.
14934
14935         WorkArea.[Ch]: (show, destroySplash): methods removed.
14936
14937         WorkArea.C: rework code so that it's an amalgam of the codes before and
14938         after the splash screen was moved to WorkArea.
14939
14940 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14941
14942         * lyxrc.C (read):
14943         * vspace.C (inPixels):
14944         (lyx_advance):
14945         * kbmap.C (bind):
14946         * buffer.C (insertStringAsLines):
14947         (asciiParagraph): fix types to be large enough
14948
14949         * lyxlex_pimpl.h: change member status from short to int
14950
14951         * layout.h: fix type of endlabeltype
14952
14953         * kbmap.C (bind):
14954         * kbsequence.C (parse): change return type to string::size_type
14955
14956         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14957         variable
14958
14959         * Bullet.C (bulletSize):
14960         (bulletEntry): do not use short ints as parameters
14961
14962         * BufferView2.C (insertLyXFile): change a char to an int.
14963
14964         * WorkArea.C (WorkArea): remove unneeded floats in computation
14965
14966 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14967
14968         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14969
14970         * paragraph.C (asString): Do not ignore newline/hfill chars when
14971         copying to the clipboard.
14972
14973 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14974
14975         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14976         after a multi-line inset.
14977
14978 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14979
14980         * paragraph.C (validate): Set NeedLyXFootnoteCode
14981
14982 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14983
14984         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14985         and decrease-error to decrease.
14986
14987 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14988
14989         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14990         it more readable (should be equivalent)
14991
14992 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14993
14994         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14995
14996 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14997
14998         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14999         of a cursor (row, etc.) after a character has been deleted
15000         (deleteEmptyParagraphMechanism): call the method above on _all_
15001         cursors held by the LyXText when a double space has been
15002         detected/deleted.
15003
15004 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
15005
15006         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
15007         pixmap.
15008         (resizeCurrentBuff): remove code to destroy the old splash dialog.
15009
15010         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
15011         background. Use greyOut() and the new show() methods to toggle between
15012         the foreground and background. Add code to remove the splash after
15013         its initial showing.
15014
15015         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
15016         (create_forms): no longer call Dialogs::showSplash.
15017
15018 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15019
15020         * .cvsignore: add version_info.h
15021
15022 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15023
15024         * version_info.h.in: new file
15025
15026         * Makefile.am: add version_info.h.in
15027
15028         * lyx_main.C (commandLineVersionInfo): use version_info defined in
15029         version_info.h instead of VERSION_INFO
15030
15031 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
15032
15033         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
15034         The ERT inset now returns string().
15035
15036 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
15037
15038         * lyxtext.h, text.C (selectNextWord): renamed as
15039         selectNextWordToSpellcheck.
15040
15041         * text.C (selectNextWordToSpellcheck): Modified to not select
15042         words inside an ERT inset.
15043
15044 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15045
15046         * lyx_cb.C (MenuLayoutSave): change a bit the question
15047
15048         * sp_base.h: include <sys/types.h>
15049
15050 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
15051
15052         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
15053
15054 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
15055
15056         * several files: fix typos in user-visible strings
15057
15058 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15059
15060         * text2.C (pasteSelection): do not set the selection, since it
15061         will be cleared later. Actually, the intent was to fix the way the
15062         selection was set, but I figured rmoving the code was just as good.
15063
15064 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
15065
15066         * FontLoader.C (available): Check if font is available without
15067         loading the font.
15068
15069 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
15070
15071         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
15072
15073 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
15074
15075         * lyxrc.[Ch]: added display_graphics variable and associated code.
15076
15077 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15078
15079         * bufferparams.C (hasClassDefaults): new method. Returns true if
15080         the buffer parameters correspond to known class defaults
15081
15082 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
15083
15084         * XFormsView.C (show): set minimum size to the main window.
15085
15086 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15087
15088         * text2.C (copySelection):
15089         (cutSelection):
15090         * lyxfind.C (LyXReplace):
15091         * BufferView_pimpl.C (Dispatch): pass the correct flag to
15092         LyXText::selectionAsString.
15093
15094         * paragraph.C (asString): add "label" argument to the second form
15095
15096         * text2.C (selectionAsString): add "label" argument and pass it to
15097         Paragraph::asString.
15098
15099 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15100
15101         * lyx_main.C (commandLineHelp): remove version information
15102
15103 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
15104
15105         * lyx_main.C: add -version commandline option
15106
15107 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15108
15109         * paragraph.h: make the optional constructor arg required instead.
15110         some modifications to other files because of this.
15111
15112         * minibuffer.C (C_MiniBuffer_peek_event): make it static
15113
15114         * lyxserver.C (C_LyXComm_callback): make it static
15115
15116         * lyx_main.C (error_handler): make it static
15117
15118         * lyx_gui.C (LyX_XErrHandler): make it static
15119
15120         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
15121
15122         * WorkArea.C: make the extern "C" methods static.
15123
15124         * Makefile.am (lyx_LDADD): simplify
15125
15126 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15127
15128         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
15129         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
15130
15131         * LyXAction.C (init):
15132         * lyxfunc.C (dispatch): associated code removal.
15133
15134 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15135
15136         * lyxfont.h (isSymbolFont): shut off warning
15137
15138         * text.C (setHeightOfRow):
15139         (getVisibleRow): fix crash with empty paragraphs which have a
15140         bottom line
15141
15142 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
15143
15144         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
15145         code.
15146
15147 2001-09-04  José Matos  <jamatos@fep.up.pt>
15148         * buffer.C
15149         * buffer.h
15150         * tabular.C (docbook): rename docBook method to docbook.
15151
15152 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15153
15154         * Makefile.am: add dependencies to main.o.
15155
15156 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
15157
15158         * FontLoader.C (available): Return false if !lyxrc.use_gui
15159
15160 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
15161
15162         * FontInfo.C (query):
15163         * converter.C (view):
15164         * importer.C (Import):
15165         * exporter.C (Export): Can not -> cannot.
15166
15167 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
15168
15169         * BufferView_pimpl.C: allow to create index inset even if
15170           string is empty
15171
15172 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
15173
15174         * buffer.C (getLists): replace boost::tie code with an explicit pair
15175         as boost::tie can break some compilers.
15176
15177         * iterators.h: Added a std:: declaration to the return type of
15178         ParIterator::size.
15179
15180 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
15181
15182         * lyxrc.C: add help for view_dvi_paper_option, default to safe
15183           case.
15184
15185 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
15186
15187         * iterators.[Ch]: New files. Provide paragraph iterators.
15188
15189         * buffer.C (changeLanguage): Use paragraph iterators.
15190         (isMultiLingual): ditto
15191
15192         * BufferView2.C (ChangeInsets): Use paragraph iterators.
15193
15194 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
15195
15196         * FontLoader.C: Support for cmr font.
15197
15198 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
15199
15200         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
15201         (available): New method.
15202
15203         * FontInfo.C (getFontname): Use scalable fonts even when
15204         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
15205         found.
15206
15207 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15208
15209         * converter.C (Formats::view): reverted! Incorrect fix.
15210
15211 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
15212
15213         * converter.C (Formats::view): only output the -paper option
15214         if the dvi viewer is xdvi, thereby fixing bug #233429.
15215
15216 2001-08-23  Herbert Voss  <voss@perce>
15217
15218         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
15219
15220 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
15221
15222         * Spacing.h (Spacing): Set space to Default on in the default
15223         constructor.
15224
15225 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15226
15227         * vc-backend.h (RCS::versionString): add RCS to version
15228         (CVS::versionString): add CVS to version
15229
15230         * vc-backend.C (scanMaster): do not add CVS to version.
15231         (scanMaster): do not add RCS to version
15232
15233         * lyxvc.C (versionString): new method
15234
15235         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
15236
15237 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15238
15239         * Spacing.C (set): initialize fval
15240
15241 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
15242
15243         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
15244         " or \.
15245
15246 2001-08-16  Juergen Vigna  <jug@sad.it>
15247
15248         * lyxfunc.C (dispatch): implemented the new FINISHED states.
15249
15250 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15251
15252         * BufferView_pimpl.C:
15253         * figureForm.C:
15254         * lyxtext.h:
15255         * text2.C: setParagraph takes linespacing now
15256
15257 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
15258
15259         * LyxAction.C: add internal LFUN_CITATION_INSERT
15260
15261         * LyXView.C: actually apply fix
15262
15263         * bufferlist.C: fix open non-existent file
15264
15265         * lyxfind.C: fix indentation
15266
15267         * lyxfunc.C: remove unneeded assert, fix typo
15268
15269 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
15270
15271         * MenuBackend.C: use "Floatname List"
15272
15273 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
15274
15275         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
15276         when converting LaTeX layout to insetERT.
15277         Generate a non-collapsed float when reading old float
15278
15279 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15280
15281         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
15282         ERT insets.
15283
15284 2001-08-13  Juergen Vigna  <jug@sad.it>
15285
15286         * text.C (fill): return 0 instead of 20 as this seems to be the more
15287         correct value.
15288
15289 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
15290
15291         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
15292         lyxrc.font_norm.
15293
15294 2001-08-13  Juergen Vigna  <jug@sad.it>
15295
15296         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
15297         casesensitive off.
15298         (SearchBackward): comment out the unlocking of the inset_owner this
15299         should not be needed!
15300
15301 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
15302
15303         * Many files: Remove inherit_language, and add latex_language
15304
15305         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
15306         collapsible insets.
15307
15308 2001-08-10  Juergen Vigna  <jug@sad.it>
15309
15310         * text.C (prepareToPrint): fixed hfill-width in draw!
15311
15312         * BufferView2.C (selectLastWord): save the selection cursor as this
15313         now is cleared in the function LyXText::clearSelection!
15314
15315 2001-08-08  Juergen Vigna  <jug@sad.it>
15316
15317         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
15318         BACKSPACE type functions.
15319
15320         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
15321         is only cutted from the document but not put in the cut-buffer, where
15322         still the old stuff should be.
15323
15324         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
15325
15326         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
15327
15328         * tabular.C (SetWidthOfCell): fixed special case where the width
15329         was not updated!
15330         (LeftLine): handle '|' in align_special.
15331         (RightLine): ditto
15332         (LeftAlreadyDrawed): ditto
15333         (SetWidthOfCell): ditto
15334
15335 2001-08-07  Juergen Vigna  <jug@sad.it>
15336
15337         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
15338
15339 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15340
15341         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
15342         * lyxlex.[hC]: ditto
15343
15344 2001-08-06  Juergen Vigna  <jug@sad.it>
15345
15346         * text.C (getVisibleRow): fix up row clearing a bit.
15347
15348 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15349
15350         * minibuffer.C: make sure the X server sees the changes in the input.
15351
15352 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15353
15354         * paragraph.C (getFont): split into...
15355         (getLabelFont): this
15356         (getLayoutFont): and this
15357         * paragraph_pimpl.C (realizeFont): calling this
15358
15359         * text2.C (getFont): split into...
15360         (getLayoutFont): this
15361         (getLabelFont): and this
15362         (realizeFont): all three calling this
15363
15364         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
15365         files where used.
15366
15367 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15368
15369         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
15370
15371 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
15372
15373         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
15374         layouts from the Quote inset insertion.
15375
15376 2001-08-03  Juergen Vigna  <jug@sad.it>
15377
15378         * BufferView_pimpl.C (update): do the fitCursor only at the end!
15379
15380         * screen.C (drawFromTo): don't call fitcursor here and do the loop
15381         only if status not is already CHANGED_IN_DRAW (second level).
15382
15383         * text.C (draw): don't set the need_break_row when inside an
15384         InsetText LyXText.
15385
15386 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15387
15388         * buffer.C (parseSingleLyXformat2Token): handle more latex
15389         conversion cases.
15390
15391         * bufferview_funcs.[hC]: change function names to
15392         begin with small char, adjust other files.
15393
15394 2001-08-02  André Pönitz <poenitz@gmx.net>
15395
15396         * lyxfunc.C:
15397         BufferView_pimpl.C: remove broken special code for math-greek
15398
15399 2001-08-02  Juergen Vigna  <jug@sad.it>
15400
15401         * BufferView_pimpl.C (update): redone this function so that we
15402         update the text again if there was a CHANGE_IN_DRAW.
15403
15404         * screen.C (cursorToggle): removed LyXText parameter and recoded.
15405         (drawFromTo): added a new internal bool which is used by draw() and
15406         redraw() function.
15407         (general): some cursor drawing problems fixed.
15408
15409 2001-08-01  Juergen Vigna  <jug@sad.it>
15410
15411         * lyxfind.C (LyXFind): fixed
15412         (SearchForward): ditto
15413         (SearchBackward): ditto
15414
15415         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
15416         spurius drawing of the cursor in the main area.
15417
15418         * text2.C (status): small fix which could lead to a segfault!
15419         (clearSelection): remove unneeded BufferView param.
15420
15421 2001-08-01  André Pönitz <poenitz@gmx.net>
15422
15423         * lyxfunc.C: small change due to changed mathed interface
15424
15425 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15426
15427         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
15428
15429 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
15430
15431         * lyxfunc.c: fail gracefully if file doesn't exist
15432
15433         * LyXSendto.C:
15434         * buffer.C:
15435         * lyxfunc.C:
15436         * BufferView_pimpl.C: IsDirWriteable() proto changed
15437
15438         * LyXView.C: fix updateWindowTitle() to store the last title
15439
15440 2001-07-31  Juergen Vigna  <jug@sad.it>
15441
15442         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
15443         the font (wrong since using of Paragraph::highestFontInRange).
15444
15445         * paragraph.C (highestFontInRange): added a default_size parameter.
15446
15447         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15448         (setHeightOfRow): reformat
15449
15450 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15451
15452         * converter.[hC] + affected files: move to (inital-char)lowercase
15453         function names.
15454
15455         * ParagraphParameters.C (ParagraphParameters): remove commented code
15456
15457         * PainterBase.[Ch]: remove commented code
15458
15459         * LaTeXFeatures.h: add "bool floats" for float.sty
15460
15461         * LaTeXFeatures.C (LaTeXFeatures): init floats
15462         (require): handle float
15463         (getPackages): do it with floats
15464
15465 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15466
15467         * BufferView_pimpl.C (Dispatch): improve handling of
15468         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15469
15470         * commandtags.h: #include lyxfont.h here temporarily to avoid
15471         keybinding bug.
15472
15473         * bufferlist.h: include LString.h here.
15474
15475 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15476
15477         * text2.C (getStringToIndex): new method.
15478
15479 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15480
15481         * *: Reduced header file dependencies all over.
15482
15483 2001-07-30  Baruch Even  <baruch@lyx.org>
15484
15485         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15486
15487 2001-07-29  Baruch Even  <baruch@lyx.org>
15488
15489         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15490
15491 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15492
15493         * ParameterStruct.h (endif): add a default constructor to make
15494         sure that all variables is initialized.
15495
15496         * ParagraphParameters.C (ParagraphParameters): adjust
15497
15498 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15499
15500         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15501         index; also, check that there is something to index, and that it
15502         does not span over several paragraphs.
15503         (doubleClick): use WHOLE_WORD_STRICT for double click.
15504
15505         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15506
15507         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15508         scheme.
15509
15510 2001-07-26  Baruch Even  <baruch@lyx.org>
15511
15512         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15513         an InsetFig figure, backwards compatible reading of old figure code.
15514
15515 2001-07-27  Juergen Vigna  <jug@sad.it>
15516
15517         * text2.C: font.realize function adaption.
15518
15519         * text.C (draw): add a warnings lyxerr text if needed.
15520
15521         * layout.C: font.realize function adaption.
15522
15523         * language.C: add inherit_language and implement it's handlings
15524
15525         * bufferview_funcs.C (StyleReset): remove language parameter from
15526         font creation (should be language_inherit now).
15527
15528         * bufferparams.C (writeFile): handle ignore_language.
15529
15530         * paragraph.C (getFontSettings): the language has to be resolved
15531         otherwise we have problems in LyXFont!
15532
15533         * lyxfont.C (lyxWriteChanges): added document_language parameter
15534         (update): removed unneeded language parameter
15535
15536         * paragraph.C (validate): fixed wrong output of color-package when
15537         using interface colors for certain fonts in certain environments,
15538         which should not seen as that on the final output.
15539
15540 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15541
15542         * BufferView_pimpl.C:
15543         * Thesaurus.h:
15544         * Thesaurus.C:
15545         * Makefile.am:
15546         * commandtags.h:
15547         * LyXAction.C: add thesaurus support
15548
15549         * lyxfind.h:
15550         * lyxfind.C: add "once" parameter, for thesaurus, to not
15551           move to the next match
15552
15553 2001-07-26  Juergen Vigna  <jug@sad.it>
15554
15555         * lyxfont.C (realize): honor ignore_language too!
15556         (resolved): ditto.
15557
15558         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15559
15560         * text.C (draw): one place more for ignore_language to not draw
15561         itself!
15562
15563 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15564
15565         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15566
15567 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15568
15569         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15570         the minipage conversion problem.
15571
15572 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15573
15574         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15575         insert an inset.
15576
15577 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15578
15579         * BufferView.h: don't forward declare WorkArea
15580
15581         * BufferView.C: don't include WorkArea.h
15582
15583 2001-07-25  André Pönitz <poenitz@gmx.net>
15584
15585         * commandtags.h:
15586         * LyXAction.C:
15587         * lyxfunc.C:  new LFUN 'math-space'
15588
15589         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15590
15591 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15592
15593         * text2.C (toggleInset): call open/close
15594
15595 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15596
15597         * lyxfunc.C (dispatch): add debug for the disabled case
15598
15599         * font.C (buttonText): make similar to rectText
15600
15601         * buffer.C (readInset): comment out parsing of insetlist and
15602         insttheorem
15603
15604         * PainterBase.C (rectText): small correction
15605
15606         * BufferView_pimpl.C: comment out insettheorem and insetlist
15607         * LyXAction.C: ditto
15608         * commandtags.h: ditto
15609
15610 2001-07-24  Juergen Vigna  <jug@sad.it>
15611
15612         * text.C (draw): honor the ignore_language.
15613
15614         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15615
15616 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15617
15618         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15619         char inset.
15620
15621 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15622
15623         * lyxtext.h: remove unused (and unimplemented) methods
15624
15625 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15626
15627         * text.C (getVisibleRow): honor background color
15628
15629         * PainterBase.h:
15630         * Painter.h: remove default color argument for fillRectangle
15631
15632         * text.C (backgroundColor): new method
15633
15634 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15635
15636         * text.C (getVisibleRow): adjust
15637
15638         * font.[Ch] (rectText): new method, metrics
15639         (buttonText): new method, metrics
15640
15641         * PainterBase.[hC]: make rectText and buttonText always draw and take
15642         fewer paramteres.
15643
15644 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15645
15646         * ToolbarDefaults.C (read):
15647         * MenuBackend.C (read): allow escaping in all strings
15648
15649         * BufferView_pimpl.C (insertAndEditInset): new method.
15650         (Dispatch): use insertAndEditInset whenever appropriate.
15651
15652         * BufferView_pimpl.C (insertNote): removed
15653
15654         * BufferView_pimpl.C (smartQuote): new method, moved from
15655         BufferView; if an insetquote cannot be inserted, insert a '"'
15656         character instead.
15657
15658         * BufferView2.C: remove insertCorrectQuote();
15659
15660         * lyxfunc.C (getStatus): Add support for all remaingin
15661         inset-insert lfuns.
15662
15663         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15664
15665         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15666         command (necessary to pass " as parameter of self-insert.
15667
15668         * text.C (selectWordWhenUnderCursor):
15669         (selectWord): add word_location parameter
15670         (selectWordWhenUnderCursor): same + remove special code for word
15671         boundary.
15672         (selectNextWord): use kind() to guess type of insetspecialchar,
15673         not latex().
15674
15675         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15676         (insertErtContents): create ert insets as collapsed.
15677         (readInset): better compatibility code for Info inset.
15678
15679 2001-07-20  Juergen Vigna  <jug@sad.it>
15680
15681         * lyxfunc.C (dispatch): use always LyXFind now!
15682
15683         * text2.C (init): add a reinit flag so that the LyXText can be
15684         reinited instead of deleted and reallocated (used in InsetText).
15685
15686         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15687
15688         * text.C: ditto
15689
15690         * text2.C: ditto
15691
15692 2001-07-18  Juergen Vigna  <jug@sad.it>
15693
15694         * text.C (selectNextWord): handle insets inside inset by calling
15695         always the bv->text functions so that we can go up the_locking_inset!
15696
15697         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15698         in strange locations when inside an inset!
15699
15700         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15701         handling to include insets.
15702
15703         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15704
15705 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15706
15707         * LyXAction.C (init):
15708         * commandtags.h:
15709         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15710         LIGATURE_BREAK, since the name is so stupid.
15711
15712 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15713
15714         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15715         InsetInfos.
15716
15717         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15718
15719         * sp_form.[Ch]: remove.
15720
15721         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15722
15723         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15724         InsetInfo.
15725
15726         * src/buffer.C (readInset): ditto.
15727
15728 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15729
15730         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15731         menuSeparator(), endOfSentenceDot(), ldots() and
15732         hyphenationPoint(), which are therefore removed.
15733         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15734
15735         * LyXAction.C (init):
15736         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15737
15738         * paragraph.C (getWord): removed.
15739
15740         * BufferView_pimpl.C (Dispatch): use last word or selection for
15741         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15742
15743         * lyx_main.C (queryUserLyXDir): do not ask before creating
15744         user_dir, except if it has been named explicitely.
15745
15746 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15747
15748         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15749         a document of zero size.
15750
15751 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15752
15753         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15754         approriately in the c-tor and in require().
15755         (getPackages): output the appropriate LaTeX for natbib support.
15756
15757         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15758         variables "use_natbib" and "use_numerical_citations" when reading the
15759         LyX file.
15760         (readInset): read the various natbib cite commands.
15761         (validate): white-space change.
15762
15763         * bufferparams.[Ch]: new variables "bool use_natbib" and
15764         "bool use_numerical_citations".
15765         (writeFile): output them in the LyX file.
15766
15767 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15768
15769         * lyxfunc.C (getStatus): add support for all the inset insertion
15770         commands.
15771
15772         * text2.C (insertInset):
15773         * paragraph.C (insetAllowed):
15774         * BufferView_pimpl.C (insertInset): update to take in account the
15775         renaming of insertInsetAllowed
15776
15777         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15778
15779         * text2.C (getInset): new method. returns inset at cursor position.
15780
15781         * BufferView_pimpl.C (Dispatch): changes because of this.
15782
15783         * LyXAction.C (init): rename open-stuff to inset-toggle.
15784
15785         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15786
15787         * text2.C (toggleInset): renamed from openStuff; use
15788         Inset::open().
15789
15790 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15791
15792         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15793
15794         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15795
15796 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15797
15798         * buffer.C (readLyXformat2): Add filename to the error dialog
15799
15800 2001-07-18  Juergen Vigna  <jug@sad.it>
15801
15802         * tabular.C (GetCellNumber): put an assert here instead of the check!
15803
15804 2001-07-17  Juergen Vigna  <jug@sad.it>
15805
15806         * BufferView_pimpl.C (toggleSelection): adapted too.
15807
15808         * text.C (selectNextWord): adapted for use with insets.
15809         (selectSelectedWord): ditto
15810
15811 2001-07-17  Juergen Vigna  <jug@sad.it>
15812
15813         * sp_spell.C (PSpell): fix initialitation order.
15814
15815 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15816
15817         * paragraph.C: spacing
15818
15819 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15820
15821         * sp_spell.C: repair language selection for pspell
15822
15823 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15824
15825         * lyxfunc.h: change more methods to begin with lower char.
15826
15827 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15828
15829         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15830         for unknown layouts.
15831
15832 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15833
15834         * buffer.C (readLyXformat2): Generate an error dialog if there are
15835         unknown layouts.
15836
15837 2001-07-16  Juergen Vigna  <jug@sad.it>
15838
15839         * sp_spell.C: always compile ISpell part.
15840
15841         * lyxrc.C: added use_pspell entry and it's handling.
15842
15843 2001-07-13  Juergen Vigna  <jug@sad.it>
15844
15845         * sp_spell.C: removed double includes.
15846
15847 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15848
15849         Consistent use of Lsstream.h:
15850         * Lsstream.h: added using std::stringstream for consistencies sake.
15851
15852         * buffer.C: removed using std::stringstream
15853
15854         * lyxfont.C (stateText):
15855         * paragraph.C (asString):
15856         * text.C (selectNextWord, selectSelectedWord):
15857         * text2.C (setCounter):
15858         * vspace.C (asString, asLatexString):
15859         std::ostringstream -> ostringstream.
15860
15861 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15862
15863         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15864         * commandtags.h: add LFUN_HELP_ABOUTLYX
15865         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15866
15867 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15868
15869         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15870         cursorToggle()
15871         * lyx_gui_misc.C: remove spellchecker
15872         * lyxfunc.C: showSpellchecker
15873         * sp_base.h: added
15874         * sp_ispell.h: added
15875         * sp_pspell.h: added
15876         * sp_spell.C: added
15877         * sp_form.[Ch]: removed
15878         * spellchecker.[Ch]: removed
15879
15880 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15881
15882         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15883         is set.
15884         (simpleTeXSpecialChars): Simply print the input character without
15885         any special translation if pass_thru is set.
15886
15887         * layout.h: Added bool pass_thru to layout class for being able to
15888         implement pass through of a paragraph for Literate Programming.
15889
15890         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15891         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15892         * layout.C (Read): add "passthru" to list of layout tags and add
15893         code to set the pass_thru boolean when it is read.
15894
15895 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15896
15897         * trans_decl.h: remove allowed from KmodInfo
15898
15899         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15900         remove allowed code
15901         (Load): adjust
15902
15903         * paragraph_pimpl.C (erase): use boost::prior
15904
15905         * Painter.C (text): use data() instead of c_str() when length is
15906         also provided.
15907         * WorkArea.C (putClipboard): ditto
15908         * font.h (width): ditto
15909
15910         * BufferView2.C: use it-> instead of (*it). for iterators
15911         * texrow.C: ditto
15912         * paragraph_pimpl.C: ditto
15913         * paragraph.C: ditto
15914         * minibuffer.C: ditto
15915         * language.C: ditto
15916         * kbmap.C: ditto
15917         * encoding.C: ditto
15918         * counters.C: ditto
15919         * converter.C: ditto
15920         * chset.C: ditto
15921         * Variables.C: ditto
15922         * TextCache.C: ditto
15923         * MenuBackend.C: ditto
15924         * LyXAction.C: ditto
15925         * LColor.C: ditto
15926         * FloatList.C: ditto
15927         * DepTable.C: ditto
15928         * ColorHandler.C (LyXColorHandler): ditto
15929
15930 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15931
15932         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15933
15934         * text2.C (openStuff): reintroduce this method (which had been
15935         nuked in NEW_INSETS frenzy).
15936
15937         * lyxfunc.C (Dispatch): when an action has not been handled, use
15938         its name in the error message, not its number.
15939
15940         * paragraph.C (inInset): change method name to begin with lowercase.
15941
15942         * undo_funcs.C:
15943         * text2.C: updates because of this.
15944
15945 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15946
15947         * ToolbarDefaults.C (add): add spaces in error message
15948
15949 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15950
15951         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15952         (readLyXformat2): rename return_par to first_par, use lyxlex's
15953         pushToken and remove the manual push handling.
15954         (parseSingleLyXformat2Token): add another ert comp. variable:
15955         in_tabular, rename return_par to first_par. handle newlines better
15956
15957 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15958
15959         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15960
15961 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15962
15963         * text2.C (getParFromID): removed
15964
15965         * buffer.C (getParFromID): new method moved form lyxtext.
15966         * BufferView2.C (insertErrors): adjust
15967         (setCursorFromRow): adjust
15968         * BufferView_pimpl.C (restorePosition): adjust
15969         * lyxfunc.C (Dispatch): adjust
15970         * undo_funcs.C (textUndo): adjust
15971         (textRedo): adjust
15972         (textHandleUndo): adjust
15973         (textHandleUndo): adjust
15974
15975 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15976
15977         * buffer.C: up' the LYX_FORMAT
15978
15979         * lyxfont.h: turn NO_LATEX on as default
15980
15981         * buffer.C (insertErtContents): new methods of tex style compability.
15982         (parseSingleLyXformat2Token): use it several places.
15983         * tabular.C (OldFormatRead): and here
15984
15985 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15986
15987         * text2.C: remove some commented code.
15988         reindent file.
15989
15990         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15991         * trans.C: changes because of the above.
15992
15993 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15994
15995         * text2.C (setCounter): Fix counters bug with bibliography layout.
15996
15997 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15998
15999         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
16000         own member functions
16001         (simpleTeXSpecialChars): ditto
16002
16003 2001-07-06  Juergen Vigna  <jug@sad.it>
16004
16005         * a lot of files: changed the access to LyXText::status and the
16006         call of undo-functions.
16007
16008         * undo.[Ch]: added a inset_id to the undo informations.
16009
16010         * undo_funcs.[Ch]: added and moved here all undo functions.
16011
16012         * lyxtext.h: give the status enum a weight, made status_ a private
16013         variable and made accessor functions for it, removed the whole bunch
16014         of undo-functions as they are now in their own file, make some
16015         functions publically available. Added function ownerParagraph with
16016         int parameter.
16017
16018         * paragraph.[Ch]: added "bool same_ids" to the constructor,
16019         made InInset() a const function, added getParFromID() function.
16020
16021         * buffer.[Ch]: added const version for inset_iterator functions,
16022         added getInsetFromID() function.
16023
16024         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
16025         changed undo functions for new version.
16026
16027 2001-07-05  Juergen Vigna  <jug@sad.it>
16028
16029         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
16030         unknow mechanism does not call the proper constructor but only this
16031         one also if I request the other!?
16032
16033 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16034
16035         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
16036
16037         * text2.C (LyXText): use initialization lists.
16038
16039         * lyxtext.h (Selection): initialize set_ and mark_
16040         (init): remove method
16041
16042 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
16043
16044         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
16045
16046 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16047
16048         * screen.[Ch]: change method names to begin with lowercase
16049
16050         * BufferView_pimpl.C (updateScrollbar): simplify further and
16051         hopefully make it a bit faster.
16052
16053 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16054
16055         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
16056         calling directly xforms functions.
16057
16058         * Painter.C (Painter):
16059         * lyx_cb.C (MenuWrite):
16060         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
16061         fl_display.
16062
16063         * lyx_gui.C: remove bogus guiruntime extern declaration.
16064
16065 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16066
16067         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
16068         in NEW_INSETS
16069         (redoDrawingOfParagraph): ditto
16070         (redoParagraphs): ditto
16071         (cutSelection): don't create a object for CutAndPaste use the
16072         static method directly
16073         (pasteSelection): ditto
16074
16075         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
16076         LyXview (+ rename)
16077
16078 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16079
16080         * modifications to some other files because of this.
16081
16082         * Makefile.am (lyx_SOURCES): add XFormsView
16083
16084         * XFormsView.[Ch]: new files
16085
16086         * LyXView.[Ch]: make LyXView a base class for the gui handling for
16087         the main window. Move the gui dependent stuff to XFormsView
16088
16089 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16090
16091         * tabular.C (GetCellInset): update cur_cell also in the row/col
16092         version of this function.
16093
16094         * lyxfunc.C: no need to include figure_form.h here.
16095
16096         * FontLoader.h:
16097         * lyxfunc.h:
16098         * lyxscreen.h:
16099         * text2.C:
16100         * lyxvc.C: no need to include forms.h here.
16101
16102 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16103
16104         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
16105
16106         * lyxfunc.C (Dispatch):
16107         * Spacing.C (set):
16108         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
16109         constructor argument.
16110
16111 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16112
16113         * paragraph.C (Paragraph): dont't clear, and just set layout.
16114         (makeSameLayout): use params's copy contructor.
16115
16116         * ParagraphParameters.[Ch] (makeSame): delete method
16117
16118 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
16119
16120         * Variables.[Ch]: fix indentation, rename set to isSet
16121
16122 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16123
16124         * lyxfunc.C (Dispatch): fix typo
16125
16126 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16127
16128         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
16129         upper_bound.
16130
16131         * bufferlist.C: include assert.h for emergencyWrite().
16132
16133 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16134
16135         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
16136           give up at last (bug #425202) !
16137
16138 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
16139
16140         * lyx_gui_misc.C:
16141         * sp_form.h:
16142         * sp_form.C:
16143         * spellchecker.h:
16144         * spellchecker.C: strip spellchecker options and bring up
16145           preferences tab instead
16146
16147 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16148
16149         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
16150         the istringstream constructor
16151
16152 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16153
16154         * paragraph.C (getLayout): fix return value
16155
16156         * paragraph.h: do not declare getLayout as inline.
16157
16158         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
16159
16160 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16161
16162         * lyxcursor.h (operator<): new func
16163         (operator>): new func
16164         (operator>=): new func
16165         (operator<=): new func
16166
16167         * text.C (changeCase): use selection.start and selection.end
16168         (changeRegionCase): require from to be <= to. Require par to be a
16169         valid paragraph.
16170
16171         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
16172
16173 2001-06-27  Juergen Vigna  <jug@sad.it>
16174
16175         * text.C (cursorLeftOneWord): changed to return the cursor and added
16176         overlay with BufferView * parameter which calls this one.
16177         (getWord): added
16178         (selectWord): use new getWord function.
16179         (changeCase): renamed from changeWordCase as and extended to work
16180         also on selections.
16181
16182         * lyxtext.h: added enum word_location
16183
16184         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
16185         changeCase as this operates now also on selections.
16186
16187 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
16188
16189         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
16190
16191         * many files: send debug output to Debug::INFO instead of
16192         Debug::ANY.
16193
16194         * converter.C (View):
16195         (Convert):
16196         (Move): send debug output to Debug::FILES instead of console.
16197
16198 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
16199
16200         * lyxfunc.C (getStatus): use func_status
16201
16202         * func_status.h: new header, describing the results of
16203         LyXFunc::getStatus;
16204
16205         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
16206         LFUN_MATH_HALIGN.
16207
16208 2001-06-25  The LyX Project  <jug@sad.it>
16209
16210         * buffer.C (sgmlOpenTag):
16211         (sgmlCloseTag):
16212         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
16213
16214 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16215
16216         * text2.C: remove some dead code
16217
16218         * tabular.C (GetCellInset): store the last cell checked (gotten)
16219
16220         * tabular.h: add the helper for the speedup
16221
16222         * lyxtext.h: remove some dead code
16223
16224 2001-06-26  The LyX Project  <Asger>
16225
16226         * paragraph.C: Change export to LaTeX of alignment to
16227         \begin{center} and family for better roundtrip work with reLyX.
16228
16229         * Tune the math drawing a bit.
16230
16231 2001-06-25  The LyX Project  <Asger>
16232
16233         * LColor.C (LColor): New color for math background. New color
16234         for buttons.
16235
16236 2001-06-25  The LyX Project  <jug@sad.it>
16237
16238         * lyxfunc.C (MenuNew): remove extra check for .lyx file
16239
16240         * lyxfunc.C (Open):
16241         * bufferlist.C (newFile): do not restrict to files ending with
16242         .lyx
16243
16244         * BufferView_pimpl.C (MenuInsertLyXFile):
16245
16246 2001-06-24  The LyX Project  <jug@sad.it>
16247
16248         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
16249         of compare_no_case
16250
16251 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16252
16253         * lyxtext.h: rename most methods to begin with a small char.
16254         Lots of changes because of this.
16255
16256         * paragraph.C (Paragraph): do not call fitToSize
16257         (erase): call Pimpl::erase
16258         (insertChar): call Pimpl::insertChar
16259         (insertInset): call Pipl::insertInset
16260         (breakParagraph): do not call fitToSize
16261         (breakParagraphConservative): do not call fitToSize
16262         (fitToSize): remove method
16263
16264         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
16265
16266 2001-06-24  The LyX Project  <Asger>
16267
16268         * Fix Qt compilation^2
16269
16270 2001-06-24  The LyX Project  <jug@sad.it>
16271
16272         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
16273         depthHook(getDepth()-1).
16274
16275         * paragraph.h:
16276         * ParagraphParameters.h:
16277         * ParameterStruct.h: change type of depth to unsigned int ==
16278         depth_type. Many adaptations to other files before of that.
16279
16280 2001-06-24  The LyX Project  <Asger>
16281
16282         * Fix Qt compilation.
16283
16284 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16285
16286         * paragraph.h: renamed several methods to begin with small letter.
16287         several changes to many parts of the code because of this.
16288
16289 2001-06-23  The LyX Project  <jug@sad.it>
16290
16291         * text2.C (InsertStringAsLines): renamed from InsertStringA;
16292         rewritten to discard all double spaces when KeepEmpty is off
16293         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
16294         to only handle newlines but not fiddle with spaces and friends.
16295
16296         * lyxfunc.C (MenuNew): when doing 'new from template', use
16297         template_path as default directory
16298
16299 2001-06-23  The LyX Project  <Asger>
16300
16301         * Clean-up of header file includes all over
16302         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
16303
16304 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16305
16306         * paragraph.h: renamed from lyxparagraph.h
16307
16308 2001-06-23  Asger  <lyx@violet.home.sad.it>
16309
16310         * Buffer.h: Removed Buffer::resize
16311         * BufferList.h: Removed BufferList::resize
16312         * LyXView.h: Added LyXView::resize. This way, we will only reflow
16313         the document lazily when we change the width, or the font settings.
16314
16315 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16316
16317         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
16318
16319 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16320
16321         * buffer.h: remove out of date comment
16322
16323 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
16324
16325         * lyxscreen.h:
16326         * screen.C: fix "theoretical" GC leak
16327
16328 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16329
16330         * LaTeX.C (scanAuxFile):
16331         (deplog): remove trailing \r when reading stream (useful under
16332         win32)
16333
16334 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
16335
16336         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
16337         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
16338         and BufferView::theLockingInset(Inset*), so should use them and not
16339         access bv_->text->the_locking_inset directly.
16340
16341         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
16342
16343 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16344
16345         * Makefile.am:
16346         * tex-defs.h: remove old unused file
16347
16348 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
16349
16350         * BufferView_pimpl.C: fix typo, remove minibuffer message
16351           when buffer has loaded
16352
16353 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16354
16355         * lyxfunc.C (Dispatch): use stringstream
16356         (MenuNew): use stringstream
16357         (Open): use stringstream
16358
16359         * importer.C (Import): use stringstream
16360
16361         * bufferview_funcs.C (CurrentState): use stringstream
16362
16363         * LaTeX.C (run): use stringstream
16364
16365         * BufferView_pimpl.C (savePosition): use stringstream
16366         (restorePosition): use stringstream
16367         (MenuInsertLyXFile): use stringstream
16368
16369 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
16370
16371         * BufferView.C:
16372         * Bullet.C:
16373         * ColorHandler.C:
16374         * FontInfo.C:
16375         * FontLoader.C:
16376         * LColor.C:
16377         * LaTeXFeatures.C:
16378         * Painter.C:
16379         * gettext.C:
16380         * lyx_gui_misc.C:
16381         * lyxserver.C:
16382         * vspace.C: removed // -*- C++ -*- as first line.
16383
16384         * lyxfind.h:
16385         * version.h: added // -*- C++ -*- as first line.
16386
16387 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16388
16389         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
16390
16391         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
16392         of string
16393
16394 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16395
16396         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
16397         of floats.
16398
16399 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16400
16401         * gettext.C: include LString.h even when --disable-nls is on.
16402
16403 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
16404
16405         * converter.h (Get): changed argument type from int to
16406         FormatList::size_type to avoid unnecessary conversion.
16407
16408         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
16409         before using it.
16410
16411 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16412
16413         * gettext.h: include LString.h even when --disable-nls is on.
16414
16415 2001-06-07  Juergen Vigna  <jug@sad.it>
16416
16417         * text.C (BreakAgain): subst spaces with tabs.
16418
16419         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
16420         (resizeInsetsLyXText): set force on resizeLyXText.
16421
16422 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16423
16424         * gettext.h (gettext_init):
16425         (locale_init): use a real definition instead of a macro
16426
16427 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
16428
16429         * Bufferview_pimpl.C:
16430         * LColor.h:
16431         * LColor.C: further lcolor tidies
16432
16433 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16434
16435         * BufferView_pimpl.C (updateScrollbar): simplify.
16436
16437         * BufferView2.C: don't include insets/insetinfo.h, change
16438         prototype for insertInset and call the Pimpl version. let
16439         updateInset call Pimpl version.
16440
16441         * BufferView.h: move inset_slept to BufferView::Pimpl, move
16442         gotoInset to BufferView::Pimpl
16443
16444 2001-06-01  Juergen Vigna  <jug@sad.it>
16445
16446         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
16447         inside a LockingInset (is the update needed at all?).
16448
16449 2001-05-31  Juergen Vigna  <jug@sad.it>
16450
16451         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16452         here not the old one otherwise how should we compare it afterwards
16453         if it's the same!
16454
16455 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16456
16457         * lyxfont.C:
16458         * tabular.C:
16459         * tabular-old.C:
16460         * FontInfo.C: bring C functions into global namespace when
16461         necessary
16462
16463 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16464
16465         * LString.h: make sure config.h has been loaded before LString.h.
16466
16467         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16468         (one for each char read by EatLine!).
16469
16470         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16471         variables.
16472
16473 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16474
16475         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16476         to the same as the par we break from
16477
16478 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16479
16480         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16481
16482         * MenuBackend.C (expand): also create menu entries for wide
16483         versions of the floats.
16484
16485         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16486
16487         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16488
16489         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16490         frontends/Makefile.am
16491
16492         * text2.C: adjust
16493         * text.C: adjust
16494
16495
16496         * tabular.C (getTokenValue): add std::
16497
16498         * tabular-old.C (getTokenValue): add std::
16499         (getTokenValue): ditto
16500         (getTokenValue): ditto
16501
16502         * screen.C (ToggleSelection): adjust
16503
16504         * lyxtext.h: put selection cursors inside a Selection struct.
16505
16506         * lyxfunc.C (moveCursorUpdate): adjust
16507
16508         * lyxfont.C (latexWriteStartChanges): add std::
16509
16510         * lyxfind.C: adjust
16511
16512         * font.h: delete with(char const *, LyXFont const &)
16513
16514         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16515
16516         * FontInfo.C (getFontname): add std::
16517
16518         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16519         (workAreaButtonPress): adjust
16520         (tripleClick): adjust
16521         (update): adjust
16522         (moveCursorUpdate): adjust
16523         (Dispatch): adjust
16524
16525         * BufferView2.C (gotoInset): adjust
16526
16527 2001-05-30  Juergen Vigna  <jug@sad.it>
16528
16529         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16530         to check pspell I add this as default as I now have new pspell
16531         libraries and they seem to use this.
16532
16533 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16534
16535         * text2.C (CutSelection): make the cursor valid before the call to
16536         ClearSelection.
16537
16538 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16539
16540         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16541         relied on 0 terminated strings and other horrors. Bug found due to
16542         the new assert in lyxstring!
16543
16544         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16545         KP_ keys.
16546
16547 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16548
16549         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16550         to latinkeys.bind.
16551
16552         * lyxfunc.C (processKeySym): change method of getting to the
16553         self-insert char.
16554
16555         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16556         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16557         * BufferView_pimpl.[Ch]: here as private methods.
16558
16559 2001-05-28  Juergen Vigna  <jug@sad.it>
16560
16561         * text.C (SetHeightOfRow): added the update() call again as it is
16562         needed to initialize inset dimensions!
16563
16564 2001-05-16  Juergen Vigna  <jug@sad.it>
16565
16566         * text2.C (SetCharFont): Add new function with BufferView * and
16567         bool toggleall parameters for setting insets internal fonts.
16568         (SetFont): Freeze the undo as we may change fonts in Insets and
16569         all this change should be inside only one Undo!
16570
16571         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16572         setting font's in insets as for them we have the SetFont function!
16573
16574 2001-05-15  Juergen Vigna  <jug@sad.it>
16575
16576         * text2.C (ClearSelection): to be sure we REALLY don't have any
16577         selection anymore!
16578
16579         * tabular.C (TeXCellPreamble): fixed the left border problem for
16580         multicolumn cells.
16581
16582 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16583
16584         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16585         dependancy file
16586
16587 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16588
16589         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16590         LFUN_BREAKPARAGRAPH.
16591
16592         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16593         help test to "internal only", similar for LFUN_INSERT_URL
16594
16595         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16596         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16597         auto_region_delete and deadkeys.
16598
16599 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16600
16601         * LColor.h:
16602         * LColor.C: remove some dead entries, tidy a little
16603
16604 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16605
16606         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16607         commented code.
16608         (Dispatch): implement LFUN_ESCAPE
16609
16610         * commandtags.h: add LFUN_ESCAPE
16611
16612         * LyXAction.C (init): add entry for LFUN_ESCAPE
16613
16614         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16615         Remove commented code.
16616         (insertNote): moved here
16617         (open_new_inset): moved here
16618
16619         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16620         BufferView_pimpl
16621
16622 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16623
16624         * kbmap.C (findbinding): clean it up and make it work correctly.
16625
16626         * lyx_main.C (init): do not pass argc and argv as parameters
16627
16628 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16629
16630         * buffer.C: fix path for OS/2 & Win32
16631
16632         * lyx_gui.C:
16633         * lyx_main:
16634         * lyx_main.C: Added os:: class.
16635
16636         * os2_defines.h: update
16637
16638 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16639
16640         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16641         better by trying again with reduced state.
16642
16643 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16644
16645         * lyxrc.C (read): print error about invalid key sequence only when
16646         debugging (because not all latinX keysyms are known to some X
16647         servers)
16648
16649         * kbsequence.C (getiso): add a few std:: qualifiers
16650         (getiso): comment out extra return statement.
16651
16652 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16653
16654         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16655         handling.
16656         (Dispatch): enhance the accent inset a bit. (not perfect)
16657
16658 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16659
16660         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16661
16662 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16663
16664         * bufferlist.C (emergencyWrite): fix assert() call
16665
16666 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16667
16668         * text.C (InsertChar): Added trivial patch to only send the "you
16669         can not do multiple spaces this way" message once during a
16670         session.
16671
16672 2001-05-08  Baruch Even  <baruch@lyx.org>
16673
16674         * Makefile.am: Changed order of libraries to get LyX to link properly
16675         with the gnome frontend.
16676
16677 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16678
16679         * LaTeXFeatures.h: add a std:: qualifier
16680
16681 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16682
16683         * paragraph.C (String): use stringstream
16684
16685 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16686
16687         * paragraph.C (writeFile): remove footflag arg
16688
16689         * buffer.C (makeLaTeXFile): use stringstream
16690         (latexParagraphs): remove footnot gurba
16691
16692         * LaTeXFeatures.C (getPackages): use stringstream
16693         (getMacros): likewise
16694         (getTClassPreamble): likewise
16695         (getFloatDefinitions): new method
16696
16697         * paragraph.C (writeFile): reindent
16698         (Erase): reindent
16699
16700         * WorkArea.h: revert the xpos + etc changes.
16701
16702         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16703
16704         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16705
16706         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16707         (pasteSelection): likewise
16708         * text2.C (CreateUndo): likewise
16709
16710 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16711
16712         * minibuffer.C (peek_event): temporarily reduce the functionality
16713         of the minibuffer (to allow args on lfuns)
16714
16715         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16716         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16717
16718         * buffer.C (readInset): add compability reading of old float
16719         lists, add reading of new style float list.
16720         (readInset): avoid reevaluation of inscmd.getCmdName()
16721         (getLists): reindent
16722
16723         * MenuBackend.C (MenuItem): implement parsing of
16724         md_floatlistinsert and md_floatinsert.
16725         (expand::LastFiles): move initalizaton of iterators out of loop,
16726         avoid reevaluation.
16727         (expand::Documents): introduce typdedef vector<string> Strings,
16728         and use it.
16729         (expand::ExportFormats): introduce typedef vector<Format const *>
16730         Formats, and use it.
16731         (expand): implement FloatListInsert and FloatInsert.
16732
16733         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16734         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16735         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16736
16737         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16738         handling.
16739         (Dispatch::LFUN_FLOAT_LIST): implement
16740
16741 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16742
16743         * LaTeX.C (run): Fix problem with --export code.
16744
16745 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16746
16747         * BufferView.[Ch] (workarea): removed.
16748         (getClipboard) new method; wrapper for workarea()->getClipboard()
16749
16750         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16751         bug.
16752
16753         * WorkArea.h (width, height, xpos, ypos): These methods all
16754         returned the dimensions of the work_area sub-area of WorkArea,
16755         resulting in a position error if the WorkArea were resized. Now
16756         return the dimensions of the entire WorkArea.
16757
16758         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16759
16760 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16761
16762         * LaTeX.C (deplog): correct the syntax of regex reg1
16763
16764 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16765
16766         * undo.C: remove !NEW_INSETS cruft
16767
16768 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16769
16770         * text2.C: remove !NEW_INSETS cruft
16771
16772         * text.C: remove !NEW_INSETS cruft
16773
16774         * tabular.C: remove !NEW_INSETS cruft
16775
16776         * spellchecker.C: remove !NEW_INSETS cruft
16777
16778         * lyxtext.h: remove !NEW_INSETS cruft
16779
16780         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16781
16782         * lyxfunc.C: remove !NEW_INSETS cruft
16783
16784         * lyxfind.C: remove !NEW_INSETS cruft
16785
16786         * lyx_cb.C: remove !NEW_INSETS cruft
16787
16788         * figureForm.C: remove  !NEW_INSETS cruft
16789
16790         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16791
16792         * buffer.[Ch]: remove !NEW_INSETS cruft
16793
16794         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16795
16796         * CutAndPaste.C: remove !NEW_INSETS cruft
16797
16798         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16799
16800         * BufferView2.C: remove !NEW_INSETS cruft
16801
16802         * BufferView.h: remove !NEW_INSETS cruft
16803
16804 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16805
16806         * Lsstream.h: include LString.h before the sstream headers to
16807         fix problem with gcc 2.95.3 and lyxstring
16808
16809 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16810
16811         * lyx_main.C: add using directives when needed for C functions
16812         declared in std:: namespace.
16813
16814 2001-04-27  Juergen Vigna  <jug@sad.it>
16815
16816         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16817         (SetHeightOfRow): comment out the update call should not be needed!
16818
16819 2001-04-13  Juergen Vigna  <jug@sad.it>
16820
16821         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16822         (LyXTabular): tried to minimize operator= operations (and realized
16823         hopfully Lars wish).
16824
16825 2001-04-27  Juergen Vigna  <jug@sad.it>
16826
16827         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16828
16829 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16830
16831         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16832
16833         * buffer.C (readInset): hack to make listof algorithm work
16834
16835         * BufferView_pimpl.C: hack to make listof algorithm work
16836
16837 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16838
16839         * LyXAction.C: removed all !NEW_INSETS cruft
16840         (init): moved lfun_item in method
16841
16842         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16843
16844 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16845
16846         * BufferView2.C (theLockingInset): white space.
16847
16848 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16849
16850         * minibuffer.C: include <iostream>
16851
16852         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16853
16854         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16855
16856         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16857
16858         * text.[Ch] (TransposeChars): new method
16859
16860 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16861
16862         * call message directly through LyXView instead of through LyXFunc
16863         * BufferView2.C: adjust
16864         * BufferView_pimpl.C: adjust
16865         * FontLoader.C: adjust
16866         * buffer.C: adjust
16867         * bufferview_funcs.C: adjust
16868         * converter.C: adjust
16869         * figureForm.C: adjust
16870         * importer.C: adjust
16871         * lyx_cb.C: adjust
16872         * lyx_gui_misc.C: adjust
16873         * lyxfunc.C: adjust
16874         * lyxvc.C: adjust
16875         * text2.C: adjust
16876         + more files in subdirs
16877
16878         * lyxparagraph.h (size): move up int file
16879         (GetLayout): ditto
16880
16881         * adjust all uses of Assert to lyx::Assert.
16882
16883         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16884         lyxfunctional in namespace lyx
16885         * layout.C (hasLayout): ditto
16886         (GetLayout): ditto
16887         (GetLayout): ditto
16888         (delete_layout): ditto
16889         (NumberOfClass): ditto
16890         * converter.C (GetFormat): ditto
16891         (GetNumber): ditto
16892         (Add): ditto
16893         (Delete): ditto
16894         (SetViewer): ditto
16895         * bufferlist.C (getFileNames): ditto
16896         (emergencyWriteAll): ditto
16897         (exists): ditto
16898         (getBuffer): ditto
16899         * MenuBackend.C (hasSubmenu): ditto
16900         (hasMenu): ditto
16901         (getMenu): ditto
16902         * BufferView_pimpl.C (getInsetByCode): ditto
16903
16904 2001-04-18  Juergen Vigna  <jug@sad.it>
16905
16906         * vspace.C (asLatexString): fixed the 100% problem.
16907
16908 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16909
16910         * lyxfunc.C (Dispatch):
16911         * minibuffer.C:
16912         * minibuffer.h: add a few std:: qualifiers
16913
16914 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16915
16916         * minibuffer.[Ch]: reimplement so that commands is initiated and
16917         run from lyxfunc, simplified som handling, and made the completion
16918         and history code for complete. wip.
16919
16920         * lyxfunc.C (processKeySym): call message
16921         (miniDispatch): new temporary method
16922         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16923         (LFUN_MESSAGE): implement
16924         (LFUN_MESSAGE_PUSH): implement
16925         (LFUN_MESSAGE_POP): implement
16926         (initMiniBuffer): the initial/defualt minibuffer message.
16927
16928         * lyxfont.[Ch]: inline some more getters
16929
16930         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16931
16932         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16933
16934         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16935         (AutoSave): use LFUN_MESSAGE
16936         (Reconfigure): ditto
16937
16938         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16939
16940         * figureForm.C: use LFUN_MESSAGE
16941
16942         * converter.C (runLaTeX): use LFUN_MESSAGE
16943
16944         * bufferview_funcs.C: use LFUN_MESSAGE
16945         (Melt): ditto
16946         (changeDepth): ditto
16947
16948         * bufferparams.h: use boost::
16949
16950         * bufferlist.h: inherit privately from noncopyable
16951
16952         * bufferlist.C (loadLyXFile): remove some commented code.
16953
16954         * buffer.C (runChktex): use LFUN_MESSAGE
16955
16956         * ShareContainer.h: inherit privately from noncopyable
16957
16958         * ParagraphParameters.[hC] (depth): inline it.
16959
16960         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16961         methods.
16962         (message): new method
16963         (messagePush): ditto
16964         (messagePop): ditto
16965         (show): init minibuffer
16966         (showState): direct call
16967
16968         * LaTeX.[Ch]: inherit privately from noncopyable
16969         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16970         instead of WriteStatus.
16971
16972         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16973
16974         * BufferView_pimpl.C (buffer): don't init minibuffer
16975         (workAreaButtonPress): use LFUN_MESSAGE
16976         (workAreaButtonRelease): ditto
16977         (savePosition): ditto
16978         (restorePosition): ditto
16979         (MenuInsertLyXFile): ditto
16980         (workAreaExpose): don't init minibuffer
16981         (update): remove commented code, simplify
16982
16983         * BufferView2.C (openStuff): use LFUN_MESSAGE
16984         (toggleFloat): ditto
16985         (menuUndo): ditto
16986         (menuRedo): ditto
16987         (copyEnvironment): ditto
16988         (pasteEnvironment): ditto
16989         (copy): ditto
16990         (cut): ditto
16991         (paste): ditto
16992         (gotoInset): ditto
16993         (updateInset): remove some commented code
16994
16995         * lastfiles.h: inherit privately from noncopyable
16996         * layout.h: ditto
16997         * lyx_gui.h: ditto
16998         * lyx_main.h: ditto
16999         * lyxlex.h: ditto
17000         * lyxlex_pimpl.h: ditto
17001
17002         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
17003         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
17004         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17005
17006         * LyXAction.h: inherit privately from noncopyable, add methods
17007         func_begin, func_end, returning iterators to the func map.
17008
17009         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
17010         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
17011         (func_begin): new method
17012         (func_end): new method
17013
17014         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
17015         and not)
17016         (copySelection): ditto
17017         (pasteSelection): ditto
17018
17019         * BufferView.C: whitespace change
17020         * BufferView.h: inherit privately from noncopyable
17021
17022 2001-04-16  Allan Rae  <rae@lyx.org>
17023
17024         * tabular-old.C (l_getline):
17025         * spellchecker.C (sc_check_word):
17026         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
17027         an unrecognised preprocessor directive.  So ensure they're wrapped.
17028
17029 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
17030
17031         * src/exporter.C (Export): Give an error message when path to file
17032         contains spaces.
17033
17034 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
17035
17036         * LaTeX.C (deplog): Always check that foundfile exists.
17037
17038 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17039
17040         * lyx_main.h:
17041         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
17042
17043 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17044
17045         * tabular.[Ch] (getLabelList): implement new method
17046
17047         * minibuffer.h: comment ouf setTiimer
17048
17049         * minibuffer.C (ExecutingCB): constify res
17050         (peek_event): constify s
17051         (Set): constify ntext
17052         (Init): constify nicename
17053
17054         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
17055
17056         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
17057         (savePosition): use two params to Minibuffer::Set
17058         (restorePosition): ditto
17059
17060 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17061
17062         * lyx_main.C: include language.h
17063
17064         * Makefile.am (lyx_main.o): add language.h
17065
17066 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17067
17068         * exporter.C:
17069         * paragraph.C:
17070         * screen.C:
17071         * tabular.C:
17072         * CutAndPaste.C: include gettext.h
17073
17074         * lyxfont.h: remove old hack with ON and OFF.
17075
17076         * lyxparagraph.h:
17077         * lyxfont.h: do not include language.h...
17078
17079         * BufferView2.C:
17080         * LaTeXFeatures.C:
17081         * Painter.C:
17082         * bufferview_funcs.C:
17083         * font.C:
17084         * lyxfont.C:
17085         * text.C:
17086         * text2.C:
17087         * trans_mgr.C:
17088         * paragraph.C: ... but do it here instead
17089
17090 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
17091
17092         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
17093
17094         * tabular.C: small reformat
17095
17096         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
17097         NEW_INSETS version
17098         (GetChar): ditto
17099         (BreakParagraph): ditto
17100         (SetOnlyLayout): ditto
17101         (SetLayout): ditto
17102
17103         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
17104         with one arg less.
17105
17106         * lastfiles.C: removed most using decl, add std:: where needed
17107
17108         * buffer.C: ws changes
17109
17110         * MenuBackend.C (class compare_format): put into anon namespace
17111         (expand): constify label, names, action, action2
17112         (expand):
17113
17114         * text.C (SingleWidth): constify font
17115         (IsBoundary): constify rtl2
17116         (GetVisibleRow): constify ww
17117
17118         * LaTeX.C (deplog): constify logfile
17119
17120         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
17121         start_x, end_x
17122         (workAreaExpose): constify widthChange, heightChange
17123
17124         * lyxrow.C (par): moved
17125         (height): moved
17126         (next): moved
17127         * lyxrow.h: as inlines here
17128
17129         * lyxfont.h (shape): moved from lyxfont.C
17130         (emph): moved from lyxfont.C
17131
17132         * lyxfont.C (LyXFont): use initialization list for all
17133         constructors
17134         (shape): move to lyxfont.h as inline
17135         (emph): move to lyxfont.h as inline
17136
17137
17138 2001-04-04  Juergen Vigna  <jug@sad.it>
17139
17140         * vspace.C: had to include stdio.h for use of sscanf
17141
17142 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
17143
17144         * BufferView.h:
17145         * BufferView_pimpl.h: remove xforms cruft. Both classes are
17146         independent of xforms.
17147
17148 2001-04-02  Juergen Vigna  <jug@sad.it>
17149
17150         * spellchecker.C: fixed namespace placing!
17151
17152 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
17153
17154         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
17155         the LyXParagraph * is 0.
17156
17157 2001-03-29  Juergen Vigna  <jug@sad.it>
17158
17159         * vspace.C: added support for %, c%, p%, l%.
17160         (stringFromUnit): added helper function.
17161         (asLatexString): changed to give right results for the %-values.
17162
17163         * buffer.C: convert the widthp in a width%.
17164
17165 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
17166
17167         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
17168         figureForm.[Ch].
17169
17170         * figureForm.[Ch]: stripped the FD_from_figure manipulation
17171         code out of lux_cb.[Ch], ready for its (imminent?) removal.
17172
17173         * lyx_cb.[Ch]: see above.
17174
17175         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
17176         form1.[Ch].
17177
17178         * form1.[Ch]:
17179         * lyx.[Ch]: replaced by figure_form.[Ch].
17180
17181         * lyx_gui.C:
17182         * lyx_gui_misc.C:
17183         * lyxfunc.C: changed headers associated with above changes.
17184
17185 2001-03-27  Juergen Vigna  <jug@sad.it>
17186
17187         * BufferView_pimpl.C: set the temporary cursor right!
17188
17189 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
17190
17191         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
17192
17193 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
17194
17195         * LString.h: removed "using std::getline"!
17196
17197         * BufferView_pimpl.C (Dispatch): changes due to changes in
17198         InsetInclude::Params.
17199
17200         * buffer.C (tag_name): removed redundant break statements as they were
17201         producing lots of warnings with my compiler.
17202
17203 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17204
17205         * LString.h: add "using std::getline" when using the real <string>.
17206
17207 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
17208
17209         * buffer.C: removed bitset usage.
17210         PAR_TAG moved to an anonymous name space.
17211         (tag_name): new funtion, also in the anonymous namespace.
17212         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
17213         (makeDocBookFile): clean code. Completed transition from string arrays
17214         to string vectors.
17215         (SimpleDocBookOnePar): code clean.
17216
17217 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17218
17219         * tabular.C: add some comments.
17220
17221 2001-03-22  Juergen Vigna  <jug@sad.it>
17222
17223         * buffer.C (parseSingleLyXformat2Token): redone the minipage
17224         compatibility read a bit and fixed bug with minipage in different
17225         depth.
17226
17227 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
17228
17229         * buffer.C (pop_tag): removed.
17230         (push_tag): removed.
17231         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
17232         array replaced with vector. Added support for CDATA sections.
17233         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
17234         at any nest level.
17235         (makeDocBookFile): XML conformant declaration of CDATA section,
17236         fixed bug related to <emphasis> in the first paragraph char.
17237         (sgmlOpenTag): exclude empty tags.
17238         (sgmlCloseTag): ditto.
17239
17240         * buffer.h (pop_tag): removed.
17241         (push_tag): removed.
17242
17243 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
17244
17245         * language.h (Languages): added size_type and size().
17246
17247 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17248
17249         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
17250         response on compability reading of minipages. One probliem is that
17251         the old usage of minipages was «flertydig»
17252
17253         * several files here and in subdirs: don't use static at file
17254         scope use anon namespaces instead.
17255
17256 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
17257
17258         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
17259         LaTeX output. This is necessary for Literate document
17260         processing.
17261
17262 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17263
17264         * buffer.C: insert hfill when needed.
17265
17266         * tabular.C (l_getline): use string::erase, small whitespace change.
17267
17268         * BufferView_pimpl.C: try the anon namespace.
17269         * WorkArea.C: ditto
17270
17271 2001-03-16  Juergen Vigna  <jug@sad.it>
17272
17273         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
17274         otherwise it won't open options-dialogs.
17275
17276         * buffer.C: honor pextraWidth(p) on converting minipages.
17277
17278         * tabular.C (l_getline): changed the functions to strip trailing \r.
17279
17280 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
17281
17282         * BufferView_pimpl.C:
17283         * minibuffer..C: added "using SigC::slot" declaration.
17284
17285 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17286
17287         * lyxlex_pimpl.h: noncopyable is in namespace boost.
17288
17289         * text2.C: ditto
17290
17291         * text.C: ditto
17292
17293         * paragraph.C: ditto
17294
17295         * lyxtext.h: NO_PEXTRA
17296
17297         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
17298
17299         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
17300         * ParameterStruct.h: ditto
17301         * ParagraphParameters.h: ditto
17302         * lyxparagraph.h: ditto
17303
17304 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17305
17306         * buffer.C: add compability for minipage alignment.
17307         (latexParagraphs): remove unwanted pextra check.
17308
17309         * several files: remove CXX_WORKING_NAMESPACES
17310
17311         * buffer.C (pop_tag): tie is in namespace boost
17312
17313         * BufferView.h: noncopyable is in namespace boost
17314         * lyxlex.h: ditto
17315         * lyx_main.h: ditto
17316         * lyx_gui.h: ditto
17317         * layout.h: ditto
17318         * lastfiles.h: ditto
17319         * bufferlist.h: ditto
17320         * ShareContainer.h: ditto
17321         * LyXView.h: ditto
17322         * LyXAction.h: ditto
17323         * LaTeX.h: ditto
17324
17325 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17326
17327         * Merging changes from BRANCH_MVC back into HEAD.
17328
17329         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
17330
17331 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
17332
17333         * BufferView_pimpl.C: change from intl.C
17334
17335         * combox.h:
17336         * combox.C:
17337         * Makefile.am: move combox.*
17338
17339         * form1.h:
17340         * form1.C:
17341         * lyx_gui.C:
17342         * intl.h:
17343         * intl.C: remove dialog (covered by prefs)
17344
17345 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
17346
17347         * lyxfunc.C (Dispatch): removed redundant break statement.
17348
17349 2001-03-14  Juergen Vigna  <jug@sad.it>
17350
17351         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
17352
17353 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17354
17355         * buffer.C: add hack to fix compability reading of minipages.
17356
17357 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
17358
17359         * buffer.C (getLists): Cleanup.
17360
17361 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17362
17363         * lyxfont.C (update): don't honor toggleall on font size.
17364
17365 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
17366
17367         * bmtable.c:
17368         * bmtable.h:
17369         * Makefile.am: moved to frontends/xforms/
17370
17371         * lyx_gui_misc.C:
17372         * lyxfunc.C:
17373         * BufferView_pimpl.C: changes for moved mathpanel
17374
17375 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17376
17377         * gettext.h: fix gettext_init() in --disable-nls
17378
17379 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17380
17381         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
17382
17383 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
17384
17385         * lyx.C:
17386         * lyx.h: strip external form
17387
17388 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17389
17390         * BufferView_pimpl.C: add comment, destroySplash()
17391
17392 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
17393
17394         * BufferView_pimpl.C:
17395         * LyXAction.C:
17396         * buffer.C:
17397         * commandtags.h:
17398         * lyxfunc.C: use re-worked insetinclude
17399
17400 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17401
17402         * buffer.C: add using std::stringstream.
17403
17404         * lyx_cb.C: readd using std::ios.
17405
17406         * buffer.C: add using std::map.
17407
17408         * BufferView_pimpl.C: add using std::vector.
17409
17410         * ShareContainer.h: add std:: to swap.
17411
17412         * buffer.h: add some typedefs
17413         * buffer.C (getLists): use them
17414         (getLists): renamed from getTocList.
17415         add a counter for the different float types and use it in the
17416         generated string.
17417         (getLists): use the same counter for the NEW_INSETS and the "non"
17418         NEW_INSETS
17419
17420         * lyx_cb.h: remove unused items, includes, using etc.
17421
17422         * ShareContainer.h: remove some commented code, add more comments
17423         and "documentation".
17424
17425 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17426
17427         * buffer.C (getTocList): make the list also when NEW_INSETS is
17428         defined.
17429
17430         * buffer.h: remove TocType
17431
17432         * buffer.C (getTocList): change to return a map<string,
17433         vector<TocItem> >, implement for dynamic number of list.
17434
17435         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
17436         * text2.C (PasteSelection): adjust
17437         * CutAndPaste.C (pasteSelection): adjust
17438
17439         * FloatList.C (FloatList): update from the new_insets branch.
17440         * Floating.[Ch]: ditto
17441         * LaTeXFeatures.C: ditto
17442         * buffer.C: ditto
17443         * lyxlex_pimpl.C: ditto
17444
17445         * paragraph.C (Last): remove when NEW_INSETS is defined.
17446
17447         * other file: changes because of the above.
17448
17449 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17450
17451         * lyxparagraph.h: rename next to next_, previous to previous_,
17452         make them private for NEW_INSETS. Rename Next() to next(),
17453         Previous() to previous().
17454
17455         * other files: changes because of the above.
17456
17457 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17458
17459         * BufferView.h:
17460         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17461         problem.
17462
17463 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17464
17465         * main.C (main): pass lyx_localedir to gettext_init().
17466
17467         * gettext.h: remove locale_init and gettext_init macros
17468
17469         * gettext.C (locale_init): new function
17470         (gettext_init): new function
17471
17472         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17473         setlocale().
17474
17475 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17476
17477         * Moved credits to frontends:
17478         * credits.[Ch]: removed
17479         * credits_form.[Ch]: removed
17480         * lyx_gui_misc.C: remove credits stuff
17481         * Makefile.am:
17482
17483 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17484
17485         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17486
17487         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17488         unneeded destructor.
17489
17490         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17491         a standalone pointer again.
17492
17493         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17494
17495 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17496
17497         * Makefile.am:
17498         * filedlg.h:
17499         * filedlg.C:
17500         * LyXAction.C:
17501         * ToolbarDefaults.C:
17502         * bufferlist.C:
17503         * commandtags.h:
17504         * form1.C:
17505         * form1.h:
17506         * lyx_cb.C:
17507         * lyx_cb.h:
17508         * lyxfunc.h:
17509         * lyxfunc.C:
17510         * BufferView_pimpl.C: use new file dialog in GUII
17511
17512         * lyx_cb.h:
17513         * lyx_cb.C: remove LayoutsCB to Toolbar
17514
17515 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17516
17517         * ShareContainer.h (get): add std:: qualifier
17518
17519 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17520
17521         * ShareContainer.h: define a proper ShareContainer::value_type
17522         type (and use typename to please compaq cxx)
17523
17524 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17525
17526         * lyxparagraph.h: move serveral local vars to
17527         ParameterStruct/ParagraphParameters., use ShareContainer in
17528         FontTable., make vars in FontTable private and add getter and
17529         setter.
17530
17531         * paragraph.C: changes because of the above.
17532
17533         * lyxfont.h: remove copy constructor and copy assignment. (the
17534         default ones is ok), move number inside FontBits. move inlines to
17535         lyxfont.C
17536
17537         * lyxfont.C: add number to initializaton of statics, move several
17538         inlines here. constify several local vars. some whitespace
17539         cleanup. Dont hide outerscope variables.
17540
17541         * Spacing.h: add two new constructors to match the set methods.
17542
17543         * ShareContainer.h: new file, will perhaps be moved to support
17544
17545         * ParameterStruct.h: new file
17546
17547         * ParagraphParameters.h: new file
17548
17549         * ParagraphParameters.C: new file
17550
17551         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17552         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17553
17554         * BufferView_pimpl.C: ParagraphParameter changes.
17555         * buffer.C: Likewise.
17556         * bufferview_funcs.C: Likewise.
17557         * text.C: Likewise.
17558         * text2.C: Likewise.
17559
17560 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17561
17562         * lyxfind.C (LyXReplace): do not redefine default argument in
17563         implementation.
17564         (IsStringInText): ditto
17565         (SearchForward): ditto
17566         (SearchBackward): ditto
17567
17568 2001-03-06  Juergen Vigna  <jug@sad.it>
17569
17570         * lyxfind.C (IsStringInText): put parentes around expressions.
17571
17572 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17573
17574         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17575
17576 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17577
17578         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17579
17580         * stl_string_fwd.h: add comment
17581
17582         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17583
17584         * tabular.h:
17585         * tabular.C: remove unused DocBook methods
17586
17587         * intl.C:
17588         * language.C:
17589         * paragraph.C:
17590         * buffer.C:
17591         killed DO_USE_DEFAULT_LANGUAGE
17592
17593 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17594
17595         * lyx_gui.C: do not include language.h.
17596
17597         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17598         arguments in function implementation.
17599
17600 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17601
17602         * BufferView_pimpl.C: add <ctime>
17603
17604 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17605
17606         * BufferView_pimpl.C: add using std::find_if
17607
17608 2001-02-27  José Matos  <jamatos@fep.up.pt>
17609
17610         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17611         by OnlyPath.
17612
17613 2001-02-11  José Matos  <jamatos@fep.up.pt>
17614
17615         * buffer.C (makeDocBookFile): command styles now have a parameter as
17616         "title" by default.
17617
17618 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17619
17620         * layout_forms.[Ch]: removed
17621         * lyx_cb.[Ch]: out character
17622         * lyx_gui.C: out character
17623         * lyx_gui_misc.C: out character
17624         * bufferview_funcs.C: : out character,
17625         added toggleall as parameter in ToggleAndShow
17626
17627 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17628
17629         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17630
17631         * text2.C (SetCurrentFont): Disable number property at boundary.
17632
17633 2001-02-26  Juergen Vigna  <jug@sad.it>
17634
17635         * lyxfunc.C (getStatus): added a string argument override function so
17636         that this is correctly called from LyXFunc::Dispatch if it contains a
17637         do_not_use_argument which is used!
17638         (Dispatch): added check for "custom" export and call appropriate func.
17639
17640 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17641
17642         * lyxrc.C: Add language_command_local, language_use_babel and
17643         language_global_options.
17644
17645         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17646
17647         * buffer.C (makeLaTeXFile): Use language_use_babel and
17648         language_global_options.
17649
17650 2001-02-23  Juergen Vigna  <jug@sad.it>
17651
17652         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17653         which works with LyXText and putted it inside BufferView. Here now we
17654         only call for that part the BufferView::Dispatch() function.
17655
17656         * BufferView.C (Dispatch): added.
17657
17658         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17659         functions which needs to use a LyXText over from LyXFunc.
17660         (MenuInsertLyXFile): added
17661         (getInsetByCode): added
17662         (moveCursorUpdate): added
17663         (static TEXT): added
17664
17665 2001-02-22  Juergen Vigna  <jug@sad.it>
17666
17667         * BufferView_pimpl.C (update): call a status update to see if LyXText
17668         needs it.
17669
17670 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17671
17672         * vc-backend.C (revert): implement for CVS
17673         (getLog): implement for CVS
17674
17675 2001-02-20  Juergen Vigna  <jug@sad.it>
17676
17677         * text2.C (ClearSelection): added BufferView param for inset_owner call
17678
17679         * lyxfunc.C (TEXT): added this function and use it instead of
17680         directly owner->view()-text of getLyXText().
17681
17682 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17683
17684         * src/layout_forms.C: out preamble
17685         * src/layout_forms.h: out preamble
17686         * src/lyx_cb.C: out preamble
17687         * src/lyx_cb.h: out preamble
17688         * src/lyx_gui.C: out preamble
17689         * src/lyx_gui_misc.C: out preamble
17690         * src/lyxfunc.C: connect with guii preamble
17691
17692 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17693
17694         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17695
17696 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17697
17698         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17699         whether to run bibtex.
17700
17701 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17702
17703         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17704
17705 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17706
17707         * Makefile.am (lyx_SOURCES): removed bibforms.h
17708
17709         * vspace.h: doxygen
17710
17711         * text.C (GetVisibleRow): make several local vars const
17712
17713         * tabular.C: small cleanup.
17714
17715         * lyxserver.C (callback): use compare instead of strncmp
17716
17717         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17718         inlines to after class or to paragraph.C
17719
17720         * lyxfont.h: remove friend operator!=
17721
17722         * converter.h: move friend bool operator< to non friend and after
17723         class def.
17724
17725         * combox.h: small cleanup
17726
17727         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17728         to inlines after class def.
17729
17730         * buffer.C (pop_tag): use string operations instead of strcmp
17731
17732         * bmtable.c: doxygen, small cleanup
17733
17734         * LaTeX.h: remove friend operator==
17735
17736 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17737
17738         * screen.C:
17739         * lyxrc.[Ch]:
17740         * lyxfunc.C:
17741         * lyxfont.[Ch]:
17742         * lyx_cb.C:
17743         * intl.[Ch]:
17744         * commandtags.h:
17745         * buffer.C:
17746         * WorkArea.[Ch]:
17747         * LyXAction.C:
17748         * BufferView_pimpl.C:
17749         * BufferView.[Ch]: remove cruft
17750
17751 2001-02-14  Juergen Vigna  <jug@sad.it>
17752
17753         * lyxfunc.C: removed #if 0 unused code
17754
17755         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17756
17757         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17758
17759         * text2.C (SetSelection): added a BufferView * parameter
17760
17761 2001-02-13  Juergen Vigna  <jug@sad.it>
17762
17763         * lyxfunc.C (Dispatch): fixed protected blank problem.
17764         * BufferView2.C (protectedBlank): added LyxText * parameter.
17765
17766         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17767         (AppendColumn): same as above for column_info.
17768
17769         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17770         (moveCursorUpdate): use a LyXText param for support of InsetText.
17771
17772         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17773         (tripleClick): ditto
17774
17775         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17776
17777         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17778
17779         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17780
17781         * text2.C (SetSelection): set correct update status if inset_owner
17782         (ToggleFree): ditto
17783
17784 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17785
17786         * tabular.C: remove some commented code.
17787
17788 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17789
17790         * BufferView_pimpl.C: call hideSplash()
17791
17792         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17793
17794         * include_form.h:
17795         * bibforms.h: remove
17796
17797         * lyxfunc.C:
17798         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17799           add LFUN_CHILD_CREATE
17800
17801         * counters.h: fix tiny typo
17802
17803         * lyx_cb.C:
17804         * lyx.h:
17805         * lyx_gui.C:
17806         * lyx.C: move splash to frontends/xforms/
17807
17808         * lyx_gui_misc.C: move Include and Bibform to frontends
17809
17810         * lyxvc.h: clarify comment
17811
17812         * vspace.C: tiny housekeeping
17813
17814 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17815
17816         * text.C (PrepareToPrint): RTL Fix.
17817
17818         * paragraph.C (GetUChar): New method.
17819         (String):  Use GetUChar.
17820
17821         * buffer.C (asciiParagraph): Use GetUChar.
17822
17823 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17824
17825         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17826
17827 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17828
17829         * buffer.h:
17830         * buffer.C: rename to getLogName(), handle
17831           build log / latex log nicely
17832
17833 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17834
17835         * MenuBackend.C:
17836         * MenuBackend.h: remove support for reference menuitem type.
17837
17838 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17839
17840         * BufferView_pimpl.C: housekeeping
17841         * BufferView_pimpl.h:
17842         * LyXView.h:
17843         * Makefile.am:
17844         * Timeout.C:
17845         * Timeout.h:
17846         * minibuffer.h: move Timeout GUI-I
17847
17848 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17849
17850         * lyxrc.C (read): Update converters data-structures.
17851
17852 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17853
17854         * LaTeX.h (operator!=): add operator != for Aux_Info
17855
17856 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17857
17858         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17859
17860         * LaTeXLog.C: deleted, useful code moved to Buffer
17861
17862         * buffer.h:
17863         * buffer.C: new function getLatexLogName()
17864
17865         * lyx_gui_misc.C:
17866         * lyx_gui.C:
17867         * lyxvc.C:
17868         * lyxvc.h:
17869         * lyxfunc.C: use frontends for LaTeX and VC logs
17870
17871 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17872
17873         * LaTeX.h: yet another std:: that Allan forgot.
17874
17875         * Variables.C (set): renamed from isset(), because this clashes
17876         with some HP-UX macros (grr).
17877
17878 2001-02-06  Allan Rae  <rae@lyx.org>
17879
17880         * LaTeX.h: Another bug fix.  Missing std:: this time.
17881
17882 2001-02-04  Allan Rae  <rae@lyx.org>
17883
17884         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17885         floats problem. I've left it commented out because it's not quite
17886         correct.  It should also test that the current object is a table or
17887         figure inset.  But I haven't gotten around to figuring out how to do
17888         that.  I *think* it'll be something like: "table" == inset.type()
17889
17890         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17891         bool.
17892
17893 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17894
17895         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17896         all the citation/databases/styles in the auxilary file.
17897         (run): Rerun latex if there was a babel language error.
17898
17899 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17900
17901         * text.C (Backspace): Preserve the font when changing newline char
17902         with a space.
17903         (BreakParagraph): If the cursor is before a space, delete the space.
17904
17905         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17906
17907 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17908
17909         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17910         new argument (code).
17911         (ChangeCitationsIfUnique): New method.
17912
17913         * paragraph.C (GetPositionOfInset): Handle bibkey.
17914
17915 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17916
17917         * BufferView_pimpl.h: change type of Position::par_pos to
17918         LyXParagraph::size_type.
17919
17920 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17921
17922         * BufferView_pimpl.C (savePosition, restorePosition): Write
17923         messages to minibuffer.
17924
17925 2001-01-28  José Matos  <jamatos@fep.up.pt>
17926
17927         * buffer.C (makeDocBookFile): adds support for document language.
17928         A silly restriction on the name of LatexCommand types where removed.
17929         Added support for CDATA sections, allows to chars unescaped, used
17930         among others in code, to avoid escape < and >.
17931
17932 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17933
17934         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17935         saved positions instrad of a stack. Furthermore, a position is
17936         stored using paragraph id/paragraph position.
17937
17938         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17939         Remove LFUN_REF_BACK.
17940
17941 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17942
17943         * converter.C (dvipdfm_options): New method.
17944
17945 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17946
17947         * vspace.C (isValidLength): Fix for empty input string.
17948
17949 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17950
17951         * LyXAction.C (init): change description of LFUN_FIGURE to
17952         "Insert Graphics"
17953
17954 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17955
17956         * LaTeX.C: add using directive
17957
17958 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17959
17960         * MenuBackend.C (expand): Fix the sorting of the formats.
17961
17962 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17963
17964         * lyx_main.C: tiny error message fix
17965
17966 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17967
17968         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17969         calling fl_initialize(). This fixes the problem with ',' as
17970         decimal separator in text files.
17971
17972 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17973
17974         * trans.C (process): Fix the keymap bug.
17975
17976 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17977
17978         * LaTeX.C (scanAuxFiles): New method. Provides support for
17979         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17980         (scanLogFile) Scan for "run BibTeX" messages.
17981
17982         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17983         OT1 font encoding. Also, load the aecompl package if the ae
17984         package is loaded.
17985
17986         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17987
17988 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17989
17990         * texrow.C (increasePos): turn two error messages into debug
17991         messages.
17992
17993 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17994
17995         * LaTeX.C (scanAux): Handle the \@input macro.
17996         (runBibTeX): Use scanAux().
17997
17998         * language.C (latex_options_): New field.
17999
18000         * LaTeXFeatures.C (getMacros): Add language macros.
18001
18002         * buffer.C (makeLaTeXFile): Small fix.
18003
18004 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18005
18006         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
18007
18008         * text2.C: add a using directive.
18009
18010 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
18011
18012         * BufferView2.C:
18013         * lyx_gui_misc.h:
18014         * lyxfr1.C:
18015         * lyxfunc.C: kill LyXBell.
18016
18017 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
18018
18019         * text.C (IsBoundary): Remove the error message
18020
18021         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
18022
18023         * lyxrc.C (setDefaults): Correct initialization value for
18024         font_norm_type.
18025
18026 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
18027
18028         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
18029         gotoError().
18030
18031         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
18032         and GotoNextNote().
18033
18034         * src/LyXAction.C: Added reference-next.
18035
18036         * text.C (InsertChar): Use contains instead of strchr.
18037
18038         * lyx_cb.C (MenuInsertLabel): Enable default value code.
18039
18040 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
18041
18042         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
18043         alignment commands (when needed).
18044
18045         * text.C (InsertChar): Add ':' to number separator chars.