]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Remove obsolete comment
[lyx.git] / src / ChangeLog
1 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * tabular.C (setWidthOfCell): remove obsolete comment
4
5 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
6
7         * paragraph.C (bibitem):
8         * buffer_funcs.C (setCounter):
9         * src/text.C (redoParagraph): Ungoose bibliography (bug 940)
10
11 2005-05-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12
13         * text3.C (getStatus): immediately return after setOnOff        
14
15         * rowpainter.C: fix drawing of appendix start
16
17 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
18
19         * CutAndPaste.[Ch] (SwitchLayoutsBetweenClasses): rename to
20         SwitchBetweenClasses and remove the unused return value.
21         Handle character styles, too
22
23 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
24
25         * factory.C (createInset): handle undefined character styles
26
27 2005-05-02  Angus Leeming  <leeming@lyx.org>
28
29         * buffer.C: protect the #include of utime.h with a preprocessor
30         guard.
31
32 2005-05-02  Angus Leeming  <leeming@lyx.org>
33
34         * lyx_cb.C: artificially define fork() on Windows as a no-op failing
35         function so that suto-saving works, albeit in a blocking manner.
36
37         * Makefile.am: make compilation of the client sub directory, of
38         apsellC, aspell_local.h, pspell.[Ch] and ispell.[Ch] dependent
39         on conditionals set at configure time.
40
41         * SpellBase.[Ch]: no longer an abstract base class. Instead,
42         it can be compiled in its own right but has no-op functionality.
43
44         * aspell.C, pspell.C: remove preprocessor guards. The files should
45         be compiled only if the necessary functionality exists.
46
47         * lyxserver.C, lyxsocket.C: disable on Windows.
48
49 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
50
51         * text.C (leftMargin): Fix the parindent use bug (1764)
52         by dirty trick
53
54 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
55
56         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
57         argument.
58
59 2005-04-25  Angus Leeming  <leeming@lyx.org>
60
61         * Bidi.[Ch]:
62         * coordcache.[Ch]:
63         * ispell.C:
64         * lyxserver.C:
65         * mover.C:
66         * pch.h:
67         include <config.h> in .C files, not .h ones.
68         add licence blurb.
69         protect headers inside preprocessor guards.
70
71 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
72
73         * FuncStatus.h (StatusCodes): document
74
75 2005-04-21  André Pönitz  <poenitz@gmx.net>
76
77         * FuncStatus.h (enabled, onoff): document
78
79 2005-04-19  Angus Leeming  <leeming@lyx.org>
80
81         * BufferView_pimpl.C (cursorToggle): no longer test whether
82         any child processes have been reaped before calling
83         handleCompletedProcesses().
84
85 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
86
87         * text3.C (dispatch): fix, finally fix, the language problem in
88         new lyxtexts, without disabling on-the-fly font changes (Helge's
89         bug report)
90
91 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
92
93         * text3.C (dispatch): set cursor on double/triple click events
94         (bug 1811)
95
96 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
97
98         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
99         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
100
101         * rowpainter.C (paintFirst): simplify the code a little bit. In
102         particular, remove the test for secnumdepth.
103         * text.C (setHeightOfRow): only allocate space for chapter number
104         when updateCounters provided an actual label, instead of looking
105         at secnumdepth directly.
106
107         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
108
109         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
110         paragraphs when secnumdepth is large enough or, for environments,
111         when they are not the first in a sequence.
112
113 2005-04-17  Angus Leeming  <leeming@lyx.org>
114
115         * buffer.C (makeLaTeXFile): replace code to manipulate a path
116         containing space and '~' characters with a call to latex_path().
117
118 2005-04-17  Angus Leeming  <leeming@lyx.org>
119
120         * converter.C (convert): protect all args of convertDefault.sh
121         script with quotes.
122
123 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124
125         * text3.C (dispatch): change the layout to "Caption" after inserting
126         a float.
127
128 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
129
130         * text3.C (dispatch): fix language problem in newly created
131         textinsets (and main text) in non-english docs
132
133 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
134
135         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
136         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
137         * text3.C (getStatus): disable LFUN_INSET_MODIFY
138
139 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
140
141         * lyxtext.h:
142         * text.C (metrics):
143         * text2.C (getFont):
144         * rowpainter.C (getFont): Fix metrics bug introduced by inset
145         fonts fix
146
147 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
148
149         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
150         output of \item arguments without trailing text.
151
152 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
153
154         * FontIterator.C (operator*): avoid a copy of the font.
155
156 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
157
158         * rowpainter.C (getFont): fix language bug from previous fix
159
160 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
161
162         * rowpainter.C (RowPainter, getFont): fix font inside inset
163         (bugs 1766, 1809)
164
165 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
166
167         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
168         preventing inserted font, deco, delim insets jumping to start of
169         surrounding inset.
170
171 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
172
173         * lyxfunc.C (dispatch): translate message before sending it to the
174         minibuffer.
175
176 2005-03-29  Angus Leeming  <leeming@lyx.org>
177
178         * lyx_main.C (priv_exec): call os::internal_path on each file passed
179         to LyX on the command line.
180
181 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
182
183         * vc-backend.C: use QuoteName to protect file names wherever
184         necessary.
185
186 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
187
188         * buffer.[Ch]:
189         * BranchList.h: fix bugs 1844,1845: document settings don't
190         stick
191
192 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
193
194         * lyxrc.C (setDefaults, read, output, getDescription): add support
195         for tex_allows_spaces.
196
197         * exporter.C (Export): allows files in directory containing spaces
198         if tex_allows_spaces is true.
199
200         * buffer.C (makeLaTeXFile): if the document path contains spaces,
201         output it in double quotes.
202
203 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
204
205         * rowpainter.C: use default text height for drawing change tracker
206         strikeout lines.
207
208 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
209
210         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
211
212 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
213
214         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
215         directory is missing.
216
217 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
218
219         * text2.C: fixed the fix, extended to other case.
220
221 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
222
223         * text2.C: fix for cursor up/down stuck in math [bug 1792]
224
225 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
226
227         * text2.C (cursorUp): get rid of a crash
228         * text.C (x2pos): add an assert
229
230 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
231
232         * lyxfunc.C (getStatus): fix warning when assertions are disabled
233
234         * text3.C:
235         * lyxfunc.C:
236         * dociterator.C: include <boost/current_function.hpp>, which is
237         needed when assertions are disabled.
238
239 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
240
241         * text2.C: fix for stuck cursor when traversing two
242         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
243
244 2005-02-25  Andreas Vox  <avox@arcor.de>
245
246         * output_docbook.C (makeParagraph): suppress trailing newline
247         after a run of paragraphs
248
249 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
250
251         * paragraph.C: fix for confused change tracker when pasting
252         text that begins with a lineseparator. [bug 1827]
253         (setChange(0, Change::INSERTED);)
254
255         * paragraph_funcs.C: fix for lost changes on triple-paste
256         in change tracking mode [bug 1827] (par.setChange()).
257
258 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
259
260         * text2.C (updateCounters, setCounter, expandLabel): move to
261         buffer_funcs.
262
263         * buffer_funcs.C (updateCounters): turn into a free standing
264         function and add a buffer parameter. Remove dead code for tracking
265         labelstring change.
266         (setCounter): change into a free-standing function which gets a
267         dociterator as argument. Use this iterator to fix captions in a
268         simple way. When no float is found above the caption, use the
269         labelstring of the caption layout as default.
270
271         * text.C (breakParagraph, backspace):
272         * text2.C (init, setLayout, changeDepth):
273         * text3.C (dispatch):
274         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
275         updateCounters.
276
277         * dociterator.C (forwardPar): make it much faster by calling
278         forwardPos() only when really necessary.
279
280         * output_docbook.C (makeCommand): adapt to expandLabel move.
281
282         * cursor.C: remove unused variable
283
284 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
285
286         * paragraph_funcs.C: fix crash when pasting insets in change
287         tracking mode [bug 1277] (honour change type in moveItem).
288
289 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
290
291         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
292
293 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
294
295         * BufferView.C (setCursor): change to use a DocIterator.
296         (gotoLabel): use BufferView::setCursor (other part of bug 781).
297         (putSelectionAt): adapt to BufferView::setCursor change.
298
299         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
300         moved here from LyXText and rewritten to use proper cursor
301         methods. Fixes bug 1787, 616 and 835.
302
303         * BufferView_pimpl.C (restorePosition): set the cursor correctly
304         when inside an inset (part of bug 781).
305         (dispatch): adapt to change of BufferView::setCursor.
306         (getStatus, dispatch): handle LFUN_GOTOERROR,
307         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
308
309         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
310         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
311         * text3.C (gotoNextInset, gotoInset): removed.
312
313 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
314
315         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
316
317 2005-02-15  Angus Leeming  <leeming@lyx.org>
318
319         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
320         can be used meaningfully in a comparison.
321
322 2005-02-13  André Pönitz  <poenitz@gmx.net>
323
324         * bufferview_funcs.C (coordOffset): improve cursor drawing
325
326 2005-02-13  André Pönitz  <poenitz@gmx.net>
327
328         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
329         * Cursor.C (dispatch): use fixIfBroken
330         * lyxfunc.C (getStatus): use fixIfBroken
331
332 2005-02-15  Angus Leeming  <leeming@lyx.org>
333
334         * lyx_main.C (error_handler):
335         * lyxfunc.C:
336         * lyxrc.C (setDefaults):
337         s/GetEnv/getEnv/.
338         #include "environment.h".
339
340         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
341
342 2005-02-15  Angus Leeming  <leeming@lyx.org>
343
344         * lyxserver.C (startPipe): squash MSVC warning "local variable
345         'fd' used without having been initialized".
346
347 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
348
349         * BufferView_pimpl.C: revert accidental commit.
350
351 2005-02-14  André Pönitz  <poenitz@gmx.net>
352
353         * dociterator.[Ch]: new member forwardPosNoDescent(),
354         which doesn't enter nested insets.
355         * text2.C (setFont): use forwardPosNoDescent() instead
356         of ForwardPos() (fixes crash on font change).
357
358 2005-02-13  Angus Leeming  <leeming@lyx.org>
359
360         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
361         only if lyxrc.path_prefix is not empty.
362
363 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
364
365         * bufferparams.C (readGraphicsDriver): prevent crash
366
367 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
368
369         * text2.C (setCounter): check for inInset() == 0
370
371 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
372
373         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
374         but use update() to get correct screen display; use convert
375         instead of istringstream.
376         (getStatus): handle LFUN_GOTO_PARAGRAPH
377
378         * lyxfunc.C (dispatch, getStatus): do not handle
379         LFUN_GOTO_PARAGRAPH here.
380
381 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
382
383         * text3.C (dispatch): size() -> depth()
384
385         * text2.C: remove some debug output
386
387         * paragraph.C: ws changes only
388
389         * lyxfunc.C (getStatus): size() -> depth()
390
391         * dociterator.h (clear, push_back, pop_back, internalData,
392         operator[], resize, empty): new functions
393         Make StableDocIterator and operator== be friends. Don't inherit
394         from std::vector use a privat class variable slices_ instead.
395         Modify to fit.
396
397         * dociterator.C: update because of not inheriting from std::vector
398         anymore. Call explictly to slices_ instead. Use depth() instead of
399         size() and top() instead of back()
400
401         * cursor.C: chagne size() -> depth and back() -> top(). Also
402         remove some direct operator[](i) calls in favour of foo[i]
403         (getFont): remove some dead code
404
405         * bufferview_funcs.C (coordOffset): size() -> depth()
406
407         * buffer.C: ws changes only
408
409         * CutAndPaste.C (eraseSelection): back() -> top()
410
411         * BufferView_pimpl.C (selectionRequested): back() -> top()
412
413         * BufferView.C (setCursor): size() -> depth()
414
415 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
416
417         * text3.C (cursorPrevious): return true if depm changed something
418         (cursorNext): ditto
419         (dispatch): rename sl to oldTopSlice, remove moving use the new
420         NoUpdate func attrib instead. Make sure that needsUpdate is set
421         for function that have NoUpdate, but where depm might have changed
422         the buffer anyway.
423
424         * text2.C (cursorLeft): make us return true if depm changed
425         something
426         (cursorRight): ditto
427         (cursorUpParagraph): ditto
428         (curosrDownParagraph): ditto
429         (cursorUp, cursorDown): ditto, make sure to read comments in code
430         (deleteEmptyParagraphMechanism): remove an assert, also return
431         true if just a single char was deleted.
432
433         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
434         cursor that we modify, to avoid modifying an active cursor before
435         we call setCursor. This allows depm to run. Also return true if
436         depm deleted something.
437
438         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
439         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
440         cursorDownParagraph, cursorPrevious and cursorNext, return true if
441         something was changed in the buffer because of them (ie. depm run)
442
443         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
444         debug messages. Make update by default be false. Make sure that
445         the result of update is retained throught several calls down to
446         dispatch.
447
448         * LyXAction.h: add a new func_attrib: NoUpdate
449
450         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
451         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
452         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
453         and LFUN_WORDLEFT
454         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
455
456 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
457
458         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
459         bv_->owner(), bv_->buffer() by direct references to the private
460         members.
461         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
462         (getStatus): isSavedPosition() is in BufferView::Pimpl.
463         (fitCursor): center() is in BufferView::Pimpl.
464         (getStatus, trackChanges, dispatch): no need for a temporary buf
465         variable
466         (fitCursor, workAreaDispatch): use workarea().workheight()
467
468 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
469
470         * CutAndPaste.C (pasteSelectionHelper): fix a crash
471
472 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
473
474         * buffer.C: format up to 241.
475         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
476         break if pasting into ERT
477         * lyxfunc.C (getStatus): suppress mathpanel and
478         LFUN_DIALOG_SHOW_NEW_INSET in ERT
479
480 2005-02-01  Angus Leeming  <leeming@lyx.org>
481
482         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
483
484 2005-02-01  Angus Leeming  <leeming@lyx.org>
485
486         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
487         calling fs::is_directory().
488
489 2005-01-31  Angus Leeming  <leeming@lyx.org>
490
491         * lyx_main.C (priv_exec): specify explicitly the relative location
492         of the top level build directory when run in-place.
493
494 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
495
496         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
497         LyXText containing the cursor, not the top-level one.
498
499         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
500         true.
501         (insertStringAsLines): rename par to pit; use temporary variable
502         par to hold a Paragraph; do not store par.layout() in a variable,
503         since the pointer may die when breaking paragraphs; pass pars to
504         breakParagraph() instead of Buffer::paragraphs().
505
506 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
507
508         * lyxlex_pimpl.h: #include <fstream>.
509
510         * BufferView.[Ch] (getLyXText): add a const version.
511
512         * BufferView_pimpl.C: add debug aids.
513
514         * RowList_fwd.h:
515         * buffer.h:
516         * lyxrow.h:
517         * paragraph_funcs.h: add commentary explaining what the class does.
518
519
520         * coordcache.[Ch]: add lots of commentary.
521         (startUpdating, doneUpdating): debug aids.
522         (arrays, insets, parPos, getParPos): accessors to private data.
523
524         * cursor_slice.[Ch] (text): add a const version.
525         * dociterator.[Ch] (text, innerText): add const versions.
526
527         * lyxtext.h (breakParagraph): change the keep_layout arg to a
528         bool.
529
530         * paragraph.C (getRow, pos2ros): add asserts.
531
532         * paragraph.h: add commentary. Lots of.
533
534         * paragraph.[Ch] (metrucs, draw): removed.
535
536         * cursor.C:
537         * rowpainter.[Ch]: const-correct changes.
538
539         * text.C: various obvious clean-ups. Removal of ancient cruft.
540         Bug fixes, even.
541
542 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
543
544         * vc-backend.C (find_file): rewrite to use boost.filesystem
545         (scanMaster): ditto
546
547         * main.C (main): set default name check for boost.filesystem to
548         no check
549
550         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
551         (open): ditto
552         (doImport): ditto
553         (actOnUpdatedPrefs): ditto
554
555         * lyx_main.C (init): rewrite to use boost.filesystem
556         (queryUserLyXDir): ditto
557
558         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
559         (getContentsOfAsciiFile): ditto
560
561         * lastfiles.C (readFile): rewrite to use boost.filesystem
562
563         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
564
565         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
566         (loadLyXFile): ditto
567
568         * buffer.C (Buffer): adjust for destroydir
569         (getLogName): rewrite to use boost.filesystem
570         (setFileName): ditto
571         (save): use fs::copy_file (from fs_extras)
572
573         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
574
575         * LaTeX.C (run): rewrite to use boost.filesystem
576         (scanAuxFiles): ditto
577         (handleFoundFile): ditto
578
579 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
580
581         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
582
583         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
584
585 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
586
587         * lyxlayout.[Ch]: change some vars from float to double
588
589         * buffer.C (readFile): make a local var const
590
591         * Several files: use convert<> instead of atoi,strToXXX and friends
592
593 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
594
595         * LaTeXFeatures.[Ch]: Add a static list packages_ that
596         holds the contents of packages.lst. New functions getAvailable
597         and isAvailable to parse and check that list, resp.
598
599         * LyXAction.C:
600         * lfuns.h:
601         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
602
603         * bufferparams.[Ch]: new param output_changes.
604
605         * Buffer.C: increase file format to 240.
606         Use output_changes and isVailable.
607
608         * changes.[Ch]:
609         * paragraph.C:
610         * paragraph_pimpl.C: Use output_changes and isVailable.
611
612 2005-01-23  Angus Leeming  <leeming@lyx.org>
613
614         * output_latex.C: #include "insetbibitem.h", rather than
615         forward declare function bibitemWidest.
616
617 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
618
619         * lyx_main.C (init): make it compile on the Mac.
620
621 2005-01-20  Angus Leeming  <leeming@lyx.org>
622
623         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
624         (setLyXMisc): (char string literal) != (char string literal) is
625         performing a comparison on the addresses. Convert one operand
626         explicitly to string to guarantee expected behaviour.
627         From MSVC warning.
628
629 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
630
631         * buffer.C:
632         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
633
634         * output_plaintext.C: remove unneeded #include gzstream.h.
635
636 2005-01-20  Angus Leeming  <leeming@lyx.org>
637
638         * SpellBase.h: rename some of the elements of the Result enum.
639
640         * aspell_local.h:
641         * ispell.h:
642         * pspell.h:
643         * aspell.C (check):
644         * ispell.C (check):
645         * pspell.C (check): ditto
646
647 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
648
649         * buffer.C: add #include <fstream>.
650
651         * lyx_main.C (init): Compile fix.
652
653         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
654
655 2005-01-20  Angus Leeming  <leeming@lyx.org>
656
657         * mover.h: change commentary to reflect the changed meaning of
658         the $$s placeholder.
659
660 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
661
662         * output_linuxdoc.C (linuxdocParagraphs): silence warning
663
664         * lyxfind.C (MatchString::operator()): remove bogus semicolon
665
666 2005-01-20  Angus Leeming  <leeming@lyx.org>
667
668         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
669         printing diagnostic data by not dereferecing an iterator past the
670         end.
671
672 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
673
674         * buffer.C (readHeader): use "&&" rather than "and".
675
676         * lyxserver.h (inPipeName, outPipeName): make these const.
677
678 2005-01-19  Angus Leeming  <leeming@lyx.org>
679
680         * lyx_main.C (error_handler, init): protect SIGHUP with
681         #ifdef SIGHUP guards.
682
683 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
684
685         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
686
687 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
688
689         * text.C (setHeightOfRow): add a margin at the top and bottom of
690         the document (bug 1761)
691
692 2005-01-17  Angus Leeming  <leeming@lyx.org>
693
694         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
695         with "python ". Workaround for a brain-dead Windows.
696
697 2005-01-16  Angus Leeming  <leeming@lyx.org>
698
699         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
700         for MacOSX and Windows to use prependEnvPath.
701         Strip out the hard-coded block to add elements to the PATH for
702         MacOSX and replace it with a call to prependEnvPath using the
703         contents of LyXRC::path_prefix.
704         (queryUserLyXDir): strip out the code to run reconfigure, instead
705         returning a boolean indicating the necessity to do so.
706         (reconfigureUserLyXDir): contains the code to reconfigure the
707         user support directory. Is now called after the various LyXRC data
708         files have been read.
709
710         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
711
712 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
713
714         * converter.[Ch] (convert): take a new parameter try_default. Use
715         a default converter (imagemagick) if try_default is true.
716
717 2005-01-13  Angus Leeming  <leeming@lyx.org>
718
719         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
720         os::cygwin_path_fix.
721         (write): output LyXRC::cygwin_path_fix as necessary.
722
723 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
724
725         * lyxrc.h:
726         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
727
728 2005-01-12  Angus Leeming  <leeming@lyx.org>
729
730         * lyx_main.C (init): set the PATH variable to include the
731         directory containing the LyX binary when running on Mac or Windows.
732
733 2005-01-12  Angus Leeming  <leeming@lyx.org>
734
735         * lyx_main.C (init): remove cruft that purports to set the locale
736         dir. It doesn't and is not needed anyway.
737
738 2005-01-10  Angus Leeming  <leeming@lyx.org>
739
740         * Makefile.am: remove the lyx_main.C special casing.
741
742         * BufferView_pimpl.C:
743         * bufferlist.C:
744         * exporter.C:
745         * lyx_cb.C:
746         * lyx_main.C:
747         * lyxfunc.C:
748         * messages.C: use support/package.h to provide the paths to the
749         various directories used by LyX.
750
751 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
752
753         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
754         layout if pasting into an empty paragraph)
755
756 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
757
758         * tex-accent.C: add <string>
759
760 2005-01-06  José Matos  <jamatos@lyx.org>
761
762         * ParagraphParameters.C (write): put every parameter in its own line.
763         * paragraph.C (write): reduce number of consecutive empty lines exported.
764         * buffer.C (LYX_FORMAT): increase file format to 239.
765
766 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
767
768         * everywhere: change support/tostr.h -> support/convert.h
769
770         * tabular.C: make all write_attributes templates, tostr -> convert
771
772         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
773         (emptyTag): and -> &&, and fix type for ret from getChar
774         (getFirstWord): fix type for ret from getChar
775         (onlyText): and -> &&
776         (simpleDocBookOnePar): and not -> && !, fix type for ret from
777         getChar
778
779         * toc.C (goTo, action):
780         * text3.C (dispatch):
781         * text.C (currentState):
782         * tex-accent.C (DoAccent):
783         * sgml.C:
784         * lyxrc.C:
785         * lyxfunc.C (menuNew):
786         * lyxfinc.C (replace):
787         * counters.C (laberItem):
788         * bufferview_funcs.C (font2string):
789         * bufferparams.C (writeFile):
790         * buffer.C (readFile):
791         * Spacing.C (set):
792         * MenuBackend.C: tostr -> convert
793
794         * LaTeX.C (runMessage): fix format
795         (scanAuxFiles): tostr -> convert
796
797         * BufferView_pimpl.C (savePosition): fix format
798         (restorePosition): ditto
799         (dispatch): ditto
800
801 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
802
803         * Spacing.[Ch]: New method getValueAsString().
804
805         * Spacing.[Ch]:
806         * bufferparams.C:
807         * ParagraphParameters.C:
808         * lyxlayout.C:
809         * text.C:
810         * text3.C: store/read spacing value as string.
811
812         * rowpainter.C: change float value (spacing_val) to double.
813
814         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
815         broken custom document spacing).
816
817 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
818
819         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
820         namespace, also more use of temp references and const
821
822         * cursor.[Ch] (getStatus): move to lyxfunc.C
823
824         * bufferparams.C: reformat slightly
825
826         * bufferview_funcs.C (font2string): constify arg
827
828         * changes.C:
829         * converter.C:
830         * counters.C:
831         * bufferlist.C:
832         * buffer_funcs.C: (many funcs): constify arg on function
833         definitions, also make more local vars const, also add ASSERTS on
834         pointer args.
835
836         * buffer.C (LYX_FORMAT): put const in correct place
837         (many funcs): constify arg on function definitions, also make
838         more local vars const
839
840         * aspell_local.h: remove "struct" from typdef setup
841
842         * aspell.C (check): make word_ok const
843         (nextMiss): simplify slightly
844         (error): ditto
845
846 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
847
848         * lyxrc.[Ch]: store all float values as strings.
849         use int (not float) for lyxrc.dpi.
850
851 2005-01-04  Angus Leeming  <leeming@lyx.org>
852
853         * lyx_cb.C (Reconfigure):
854         * lyx_main.C (queryUserLyXDir):
855         to run the <system_lyxdir>/configure correctly on Windows, prefix
856         the path to the script with "sh " when generating the string that
857         is passed to system().
858
859 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
860
861         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
862
863 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
864
865         * lyxlength.C (asLatexString): get rid of setprecision
866
867 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
868
869         * text2.C (setLayout): remove unused variable endpit.
870         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
871
872         * paragraph.C (onlyText): remove unused variable style.
873
874         * cursor.C (bruteFind): remove unused variables beg and end.
875
876         * Makefile.am (dist_noinset_DATA): not needed anymore
877
878         * cheaders/*: remove.
879
880 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
881
882         * text3.C: fix LFUN_MATH_MODE.
883
884 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
885
886         * buffer_funcs.C (countWords): new function. Counts words between
887         two iterators.
888
889         * BufferView_pimpl.C (getStatus, dispatch): handle
890         LFUN_WORDS_COUNT.
891
892         * LyXAction.C (init):
893         * lfuns.h: add LFUN_WORDS_COUNT.
894
895 2004-12-19  Angus Leeming  <leeming@lyx.org>
896
897         * buffer.C (save): s/slashify_path/internal_path/.
898
899 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
900
901         * lyxfind.C (findChange): do not search for end of pars, because
902         the change tracker cannot handle this (fixes bug 1719).
903
904 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
905
906         * paragraph.[Ch] (autoBreakRows): remove
907
908         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
909
910         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
911         avoid using the paragraph one
912
913         * text2.C (LyXText, insertStringAsLines): adjust
914
915 2004-12-16  Angus Leeming  <leeming@lyx.org>
916
917         * bufferlist.C:
918         * lyx_main.C:
919         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
920
921 2004-12-14  Angus Leeming  <leeming@lyx.org>
922
923         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
924
925         * bufferlist.C (emergencyWrite):
926         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
927         GetEnvPath("HOME").
928
929 2004-12-14  Angus Leeming  <leeming@lyx.org>
930
931         * main.C: (main): no longer pass pointers to os::init.
932
933 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
934
935         * undo.C (textUndoOrRedo): simplify logic, fix a crash
936         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
937
938 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
939
940         * lyxfunc.C:
941         * text3.C: remove selection_possible global flag
942
943 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
944
945         * text2.C (getSelectionSpan): remove
946         (changeDepth, changeDepthAllowed): adjust
947
948 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
949
950         * Makefile.am (BOOST_LIBS): use boost variables
951
952 2004-12-03  José Matos  <jamatos@lyx.org>
953
954         * buffer.C: format up to 238.
955
956 2004-12-03  José Matos  <jamatos@lyx.org>
957
958         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
959
960 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
961
962         * cursor.C (goUpDown): remove call to idxUpDown2
963
964 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
965
966         * tabular.[Ch]: use size_t-like types for cell, row and column
967         indices
968
969 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
970
971         * lyxfunc.C (getStatus): do not lose previous information when
972         calling BufferView::getStatus; do not set a default "Command
973         disabled" message at the beginning, but just before returning.
974
975 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
976
977         * cursor.h (getStatus): add better comment from src/cursor.C
978
979 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
980
981         * text3.C (getStatus): return false when the lfun is not handled
982
983 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
984
985         * broken_headers.h: remove
986
987         * Makefile.am (lyx_SOURCES): remove broken_headers.h
988
989 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
990
991         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
992         offset_ref accessors
993
994         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
995         top_y_, merge fitcursor with update
996         (updateScrollbar, scrollDocView, fitCursor, center, update): new
997         coord scheme
998         (metrics): introduce
999         (workAreaDispatch): adapt to new coord scheme
1000         (redoCurrentBuffer): remove
1001
1002         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
1003
1004         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
1005         CurStatus enum.
1006
1007         * coordcache.[Ch]: add paragraph cache and helpers
1008
1009         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
1010         adjust everywhere
1011
1012         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
1013         (targetX, setTargetX): introduce
1014
1015         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
1016         baseline -> ascent, as the rest of lyx
1017
1018         * lyxtext.h: remove redoParagraphs, updateParPositions,
1019         fullRebreak, redoParagraphInternal. move dist to anon namespace in
1020         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
1021         have ascent/descent (ascent is ascent of first par)
1022
1023         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
1024         step of BufferView
1025
1026         * paragraph.[Ch]: unify dimension handling with the rest of lyx
1027
1028         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
1029
1030         * pariterator.C: fix infinite loop introduced in par->pit renaming
1031
1032         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
1033         in insets and LyXText, draw two off-screen paragraphs using
1034         NullPainter, and adapt to new coord scheme
1035
1036         * text.C:
1037         * text2.C:
1038         * text3.C: adapt lfun handlers to the new coord scheme, which
1039         means: there's only guaranteed coord information for onscreen pars
1040         plus one above and one below. This implies that one can do search
1041         from y coordinates in the range [-1,workHeight]
1042
1043 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1044
1045         * rename a lot of InsetOld to InsetBase
1046
1047 2004-11-25  Angus Leeming  <leeming@lyx.org>
1048
1049         * BufferView_pimpl.C:
1050         * lyx_cb.C:
1051         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1052
1053 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1054
1055         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1056         call BufferView::getStatus if LCursor::getStatus did nothing
1057         (setStatusMessage, getStatusMessage): removed.
1058
1059         * FuncStatus.C (message): new methods. Used to provide an error
1060         message indicating why a command is disabled.
1061         (clear, |=, FuncStatus): update for message.
1062
1063 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1064
1065         * lyxfunc.C (dispatch): always call sendDispatchMessage
1066
1067 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1068
1069         * BufferView.C:
1070         * BufferView_pimpl.C:
1071         * CutAndPaste.C:
1072         * FontIterator.C:
1073         * buffer.C:
1074         * cursor.C:
1075         * cursor_slice.[Ch]:
1076         * dociterator.[Ch]:
1077         * lyxfind.C:
1078         * paragraph_funcs.C:
1079         * pariterator.C:
1080         * rowpainter.C:
1081         * text.C:
1082         * text2.C:
1083         * text3.C:
1084         * undo.C: par->pit renaming
1085
1086 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1087
1088         * tabular.C (cellstruct): use initialization, store a shared_ptr
1089         to insettext instead of the insettext directly, adjust to fit.
1090         (operator=):  new function
1091         (swap): new function
1092         (rowstruct): use initialization
1093         (columnstruct): use initialization
1094         (ltType): use initialization
1095
1096
1097         * lyxlength.h (swap): new function
1098
1099         * LColor.[Ch] (operator=): use the common semantics
1100
1101 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1102
1103         * lyxfind.C (findNextChange): update the bufferview after setting
1104         the selection.
1105
1106 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1107
1108         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1109         number of InsetOptArgs has already been inserted.
1110
1111         * output_latex.C (latexOptArgInsets): new method. This outputs all
1112         the optarg insets, up to the limit defined in the layout file.
1113         (optArgInset): removed
1114         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1115
1116 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1117
1118         * paragraph.C (isLetter): remove special spellchecker-related
1119         code; return true also for digits
1120         (isWord, isKomma): remove
1121
1122         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1123         * lyxfind.C (MatchString()): use isLetter instead of isWord
1124
1125 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1126
1127         * pariterator.h (operatir=): comment out un-implemented member
1128         function.
1129
1130         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1131         static cast.
1132
1133 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1134
1135         * lyxfont.h: include LColor.h to satisfy concept checks.
1136
1137 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1138
1139         * pariterator.h: add typdefs for value_type, difference_type,
1140         pointer and reference to satisfy concept checks. Also add default
1141         constructor for same reason.
1142
1143         * pariterator.C (operator++): add post-increment operator to
1144         satisfy concept checks.
1145
1146         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1147         checks.
1148
1149         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1150
1151         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1152         checks. Also rename base_type to BaseType to follow naming
1153         standard better.
1154
1155         * FloatList.h: include Floating.h to satisfy concept checks.
1156
1157 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1158
1159         * lyxfunc.C (getStatus): when the origin of the request is menu or
1160         toolbar, and the LyXView does not have focus, do as if there was
1161         no buffer (bug 1720)
1162
1163         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1164         FuncRequest to individual entries of LFUN_SEQUENCE
1165
1166 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1167
1168         * output_latex.C (TeXOnePar): override runparams.moving_arg
1169         according to the needprotect value of the current paragraph (bug
1170         1739)
1171
1172         * paragraph.C (simpleTeXOnePar): no need to override
1173         runparams.moving_args here
1174
1175 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1176
1177         * vspace.C: fix off-by-one-error, related to fix #1682
1178
1179 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1180
1181         * lengthcommon.C: a more general fix for bug 1682
1182
1183 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1184
1185         * text.C (backspace): fix crash
1186
1187 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1188
1189         * format.[Ch] (getFormatFromFile): new method
1190         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1191
1192 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1193
1194         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1195
1196 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1197
1198         * lyxfunc.C (dispatch): remove the verbose argument
1199         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1200         instead
1201
1202         * kbmap.C (defkey): set the origin of func to KEYBOARD
1203
1204         * MenuBackend.C (MenuItem):
1205         * ToolbarBackend.C (add): set the origin of func to UI
1206
1207         * funcrequest.[Ch]: add origin member, which indicates which part
1208         of LyX requests an action
1209
1210 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1211
1212         * converter.C (move): don't lie in the error message
1213         * converter.h (isReachable, move): document
1214
1215 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1216
1217         * buffer.C: remove unused using lyx::support::atoi
1218         * paragraph_funcs.C: ditto
1219
1220 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1221
1222         * bufferlist.C (exists): use bind and equal_to instead of
1223         compare_memfun
1224         (getBuffer): ditto
1225         * lyxtextclasslist.C (NumberOfClass): ditto
1226
1227         * cursor.C (insert): use for_each instead of explicit for loop
1228
1229         * bufferlist.C (getFileNames): use std::transform and
1230         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1231
1232         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1233         for loop
1234
1235         * buffer.C (changeLanguage): use for_each instead of explicit for
1236         loop
1237         (hasParWithID): implement using getParFromID
1238
1239         * LaTeXFeatures.C: ws change only
1240
1241         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1242         to cleanup a bit.
1243
1244         * BufferView_pimpl.C (trackChanges): use for_each instead of
1245         expilicit for loop
1246
1247 2004-11-04  André Pönitz  <poenitz@gmx.net>
1248
1249         * undo.h:
1250         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1251
1252         * dociterator.C (asDocIterator): use hard assert again.
1253
1254 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1255
1256         * lyxlength.C (asLatexString): rewrite so that it does not use
1257         snprintf anymore
1258
1259 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1260
1261         * text3.C (specialChar, dispatch): make sure cursor moves to the
1262         right after inserting an inset
1263
1264 2004-11-02  José Matos  <jamatos@lyx.org>
1265
1266         * output_docbook.C (docbook):
1267         * paragraph.C (getID):
1268         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1269         garantee that the output is always legal.
1270
1271         * tabular.C (docbook):
1272         * outputprams.[Ch]: remove mixed contents.
1273
1274 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1275
1276         * text2.C (setCounter): prevent endless loop
1277
1278 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1279
1280         * exporter.C (copyFile): use the mover instead of support::copy()
1281         * exporter.C (Export): pass format and latex name to copyFile()
1282         * exporter.h (addExternalFile): document
1283         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1284
1285 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1286
1287         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1288
1289 2004-10-30  José Matos  <jamatos@lyx.org>
1290
1291         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1292         text and no inset or font change. This allows to use CDATA
1293         sections just for the whole paragraph.
1294
1295 2004-10-30  José Matos  <jamatos@lyx.org>
1296
1297         * paragraph.C (getFirstWord): remove unused variable.
1298
1299 2004-10-30  José Matos  <jamatos@lyx.org>
1300
1301         * paragraph.C (getFirstWord): the content should always be escaped
1302         there.
1303         (simpleDocBookOnePar):
1304         * output_docbook.C (makeEnvironment): replace reference to CDATA
1305         to style pass_thru.
1306
1307 2004-10-30  José Matos  <jamatos@lyx.org>
1308
1309         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1310
1311 2004-10-30  José Matos  <jamatos@lyx.org>
1312
1313         * output_docbook.C (makeParagraphs):
1314         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1315         standard paragraph has only a given type of content drop the wrapper.
1316
1317 2004-10-29  José Matos  <jamatos@lyx.org>
1318
1319         * output_docbook.C (makeEnvironment):
1320         * sgml.C (openTag):
1321         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1322
1323 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1324
1325         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1326         (cleanID): sanitize any id.
1327
1328 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1329
1330         * buffer.C, lyxlex_pimpl.C:
1331         * lyxlex_pimpl.C (setFile):
1332         s/getExtFromContents/getFormatFromContents/
1333
1334 2004-10-28  José Matos  <jamatos@lyx.org>
1335
1336         * output_docbook.C (makeEnvironment): move id to broadest possible
1337         scope.
1338
1339         * sgml.C (openTag): apply substitution of <> for all attributes.
1340
1341 2004-10-28  José Matos  <jamatos@lyx.org>
1342
1343         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1344         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1345         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1346
1347         * sgml.[Ch]: new version for open and closeTag for paragraph and
1348         for strings. Now they handle the ids of paragraphs.
1349
1350 2004-10-26  Angus Leeming  <leeming@lyx.org>
1351
1352         * Makefile.am: add mover.[Ch].
1353
1354         * converter.C (convert, move): use the new Movers to move external
1355         files to the temp directory.
1356
1357         * lyx_main.C (init): ensure that the global system_movers data
1358         is initialised.
1359
1360         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1361         preferences file.
1362
1363         * mover.[Ch]: new files, defining a Mover as a utility to move an
1364         external file between directories and, if necessary, manipulate this
1365         file using a helper script.
1366
1367 2004-10-25  José Matos  <jamatos@lyx.org>
1368
1369         * output_docbook.C (makeCommand): merge two if's that tested the
1370         same condition.
1371
1372 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1373
1374         * sgml.C (escapeString): fix warning in a better way
1375
1376 2004-10-25  José Matos  <jamatos@lyx.org>
1377
1378         * sgml.C (escapeString): import the require boosts header file for
1379         tie, and avoid a signed unsigned comparison.
1380
1381 2004-10-25  José Matos  <jamatos@lyx.org>
1382
1383         * sgml.h: add #include <string>
1384
1385 2004-10-25  José Matos  <jamatos@lyx.org>
1386
1387         * sgml.[Ch] (escapeString): new function to escape all the string.
1388
1389 2004-10-24  José Matos  <jamatos@lyx.org>
1390
1391         * paragraph.[Ch] (getFirstWord): new function to get the first
1392         word. Useful for description.
1393         (simpleDocBookOnePar): remove depth argument, add another that
1394         says where to start the paragraph.
1395
1396         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1397         use the new functions to fix cleanly the support for descriptions.
1398
1399 2004-10-24  José Matos  <jamatos@lyx.org>
1400
1401         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1402         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1403         * output_linuxdoc.C (linuxdocParagraphs):
1404         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1405         add buffer as argument.
1406
1407 2004-10-24  José Matos  <jamatos@lyx.org>
1408
1409         * output_docbook.C (makeEnvironment, searchEnvironment): place
1410         CDATA inside paragraphs and fix scope for listitems.
1411
1412 2004-10-24  José Matos  <jamatos@lyx.org>
1413
1414         * output_docbook.C: remove using statement for stack.
1415
1416 2004-10-23  José Matos  <jamatos@lyx.org>
1417
1418         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1419         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1420         docbook. The new scheme is recursive and makes use of iterators, the
1421         same as latex export works.
1422         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1423         directly with the paragraph contents. This code was moved up to
1424         output_docbook.C (docbookParagraphs).
1425         * sgml.C (openTag, closeTag): removed unneeded newlines.
1426         (closeEnvTags) removed.
1427
1428 2004-10-23  André Pönitz  <poenitz@gmx.net>
1429
1430         * undo.C (textUndoOrRedo):
1431         * dociterator.C (asDocIterator): work around crash
1432
1433         * cursor.C (getStatus): replace ASSERT by more verbose error message
1434           and manual correction of the problem. Should increase stability
1435           while providing more sensible information.
1436
1437 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1438
1439         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1440
1441         * bufferlist.C (previous, next): new methods
1442
1443         * lfuns.h:
1444         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1445
1446 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1447
1448         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1449         entities to preamble.
1450
1451 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1452
1453         * messages.C (Pimpl): strip off translation context information
1454
1455 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1456
1457         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1458         the cursor is correct (bug 1694)
1459
1460 2004-10-13  José Matos  <jamatos@lyx.org>
1461
1462         * output_docbook.C (docbookParagraphs): fix closing tags in the
1463         end of the document.
1464
1465 2004-10-09  José Matos  <jamatos@lyx.org>
1466
1467         * buffer.C: format up to 237.
1468         * bufferparams.C (write): use tostr to convert booleans to strings.
1469
1470 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1471
1472         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1473
1474 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1475
1476         * LaTeX.C: implement use of babel language in xindy.
1477
1478 2004-10-05  José Matos  <jamatos@lyx.org>
1479
1480         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1481         Add new translators to help reading and writing the lyx file.
1482
1483 2004-10-05  José Matos  <jamatos@lyx.org>
1484
1485         * ParagraphParameters.C (read):
1486         * text.C (readParToken): replace nexToken by more appropriate lex
1487         methods.
1488
1489 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1490
1491         * LaTeX.C (runMakeIndex):
1492         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1493         (usually 'makeindex') configurable.
1494
1495         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1496         with a variable rather than with a number.
1497
1498 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1499
1500         * output_latex.C (TeXOnePar): make sure font setting is the first
1501         thing that gets output (and the last at the end). Should fix bug
1502         1404.
1503
1504 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1505
1506         * pch.h: use proper signal include
1507
1508         * LaTeX.h: Use preferred calling of Boost.Signal
1509         * buffer.h: ditto
1510
1511 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1512
1513         * pch.h: dont include <boost/function/function0.hpp>
1514
1515         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1516
1517         * paragraph_pimpl.h: remove usage of ShareContainer
1518
1519         * paragraph_pimpl.C: remove initialization of ShareContainer.
1520
1521 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1522
1523         Fix bug #1666
1524
1525         * BufferView.C (putSelectionAt): change the semantics when
1526         backwards == true: now, this just swaps cursor and anchor wrt the
1527         forward case
1528
1529         * BufferView.h (putSelectionAt): add some documentation
1530
1531         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1532         make sure backwardChar is done at least once (to avoid getting
1533         stuck)
1534         (findNextChange): use putSelectionAt in the forward direction
1535         (operator()): use Paragraph::isWord
1536
1537 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1538
1539         * Spacing.C (set): c_str fix
1540
1541 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1542
1543         * lyx_cb.C (Reconfigure): quote the name of configure script in
1544         case it contains spaces
1545
1546 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1547
1548         * client: new dir
1549
1550         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1551         (BOOST_LIBS): use top_buildir when looking for the file
1552
1553 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1554
1555         * pch.h: do not use include boost/format.hpp, multiple symbols
1556                 will result (gcc bug)
1557
1558
1559 2004-08-23  José Matos  <jamatos@lyx.org>
1560
1561         * bufferparams.C (readToken): fix reading of the author field.
1562
1563 2004-08-20  José Matos  <jamatos@lyx.org>
1564
1565         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1566
1567 2004-08-20  José Matos  <jamatos@lyx.org>
1568
1569         * lyxlex.[Ch] (findToken): remove function.
1570
1571         * ParagraphParameters.C (findToken):
1572         * bufferparams.C (findToken): replace call for previous function
1573         with local copy. This local function has one more argument, the
1574         read string argument.
1575
1576 2004-08-16  José Matos  <jamatos@lyx.org>
1577
1578         * ParagraphParameters.C (write):
1579         * Spacing.C (writeFile):
1580         * bufferparams.C (writeLaTeX):
1581         * lyx_cb.C (Reconfigure):
1582         * paragraph.C (write):
1583         * tabular.C (write): remove unnecessary space at end of line.
1584
1585
1586 2004-08-16  José Matos  <jamatos@lyx.org>
1587
1588         * text.C (readParagraph): remove debug message.
1589
1590 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1591
1592         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1593         crash
1594
1595         * output_plaintext.C (asciiParagraph): set depth correctly
1596
1597         * outputparams.h: add member depth
1598
1599         * paragraph_funcs.C (ownerPar): remove.
1600
1601         * text2.C (setCounter): remove first_pit; comment out some
1602         non-working code that uses ownerPar
1603
1604         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1605         uses ownerPar
1606
1607 2004-08-16  José Matos  <jamatos@lyx.org>
1608
1609         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1610         For the same level of importance use the same chanel to report problems.
1611         (read): add code to deal with \begin_body and \end_body.
1612
1613
1614 2004-08-15  José Matos  <jamatos@lyx.org>
1615
1616         * lyxlex.C (getString): fix comment, buffer::readBody is now
1617         buffer:readDocument.
1618
1619         * tex-strings.C (string_papersize): Default -> default,
1620         Custom -> custom, for consistency with other options.
1621
1622 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1623
1624         * pch.h: new file
1625
1626         * Makefile.am: support pch
1627
1628 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1629
1630         * text.C (readParToken): remove the static LyXFont variable and
1631         pass it as a parameter instead. This fixes a nasty bug where an
1632         inset will be inserted with a bad font in some situations
1633         (readParagraph): adapt
1634
1635         * text2.C (setCounter): reduce number of calls to pars_[pit]
1636
1637         * text.C (singleWidth): add an assert, fix a test
1638
1639         * rowpainter.C (paintText): reduce number of calls to singleWidth
1640
1641         * paragraph.C (isHfill):
1642         (isNewline): ws only
1643
1644 2004-08-14  André Pönitz  <poenitz@gmx.net>
1645
1646         * text.C:
1647         * text2.C:
1648         * rowpainter.C:
1649         * lyxtext.h (several functions): use a Paragraph & argument
1650         instead of par_type
1651
1652 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1653
1654         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1655
1656         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1657
1658         * text.C (singleWidth): remove useless test
1659
1660 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1661
1662         * tabular.h: remove bogus comments
1663
1664         * tabular.C (getDescentOfRow):
1665         (isPartOfMultiColumn): add assertions
1666
1667         * lyxlength.C (inPixels): remove #warning
1668
1669 2004-08-14  André Pönitz  <poenitz@gmx.net>
1670
1671         * paragraph.h: inline getChar()
1672
1673         * BufferView.h: remove unused declarations
1674
1675 2004-08-14  José Matos  <jamatos@lyx.org>
1676
1677         * Buffer.[Ch] (readDocument): new name for old readBody.
1678         * Buffer.C: new file format, new keywords: \begin_document,
1679         \begin_header, \begin_body, \end_body.
1680
1681         * bufferparams.C (readToken): replace all calls to lex.nextToken
1682         by lex.next(). Do the same to eatLine except where really needed.
1683
1684         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1685         line when writing to the lyx file.
1686
1687         * output_plaintext.C (asciiParagraph): fix Bibliography style
1688         handling.
1689
1690         * text.C (read): fix end of file handling.
1691
1692 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1693
1694         * MenuBackend.C (Menu::operator[]): new method to access
1695         individual menu items
1696         (Menu::hasFunc): new method. search for an item that corresponds
1697         to a given func
1698         (MenuBackend::specialMenu): new method
1699         (MenuBackend::expand): if a special menu has been set, skip
1700         entries whose func() appears in this menu
1701
1702 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1703
1704         * text3.C: use Debug::DEBUG a bit more
1705
1706         * text.C (leftMargin): try to simplify a tiny bit change var x to
1707         l_margin. Dont output the wide margins always.
1708         (rightMargin): no margin in inner texts
1709
1710         * rowpainter.h (nestMargin): new func
1711         (changebarMargin): new func
1712         (rightMargin): new func
1713
1714         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1715         now functions.
1716         (paintLast): ditto
1717
1718         * factory.C (createInset): modify setDrawFrame
1719
1720         * cursor.C: use Debug::DEBUG a bit more
1721
1722 2004-08-14  André Pönitz  <poenitz@gmx.net>
1723
1724         * coordcache.[Ch]:
1725         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1726         cache for all insets in (at least partially) visible (top-level)
1727         paragraphs.
1728
1729         * BufferView_pimpl.C: reset external coord cache before every update.
1730         This means the coord cache only contains valid entries.
1731
1732 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1733
1734         bug 1096
1735         * BufferView_pimpl.C (getInsetByCode): move function out of class
1736         and change in to a template in anon namespace. Also fix to do what
1737         suits us better.
1738
1739 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1740
1741         bug 1305
1742         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1743         of char
1744         (breakParagraph): rename par to par_offset and use a local
1745         reference. Add code to keep the language over a rebreak.
1746         (breakParagraphConservative): rename par to par_offset, use a
1747         local reference
1748         (mergeParagraph): ditto
1749         (outerHook): ditto
1750         (isFirstInSequence): ditto
1751         (outerFont): rename pit to par_offset
1752
1753         * paragraph.C: ws change
1754         * paragraph.h: ditto
1755         * text3.C: ditto
1756         * text.C: ditto
1757
1758 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1759
1760         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1761         treatment for ']'
1762
1763         * paragraph.C (simpleTeXOnePar): when we have a \item with
1764         optional argument, enclose the argument with curly brackets (in
1765         case it contains a closing square bracket)
1766
1767         * text2.C (editXY):
1768         * text2.C (editXY):
1769         * text3.C (checkInsetHit): constify
1770
1771 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1772
1773         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1774         documents (bug 1629)
1775
1776 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1777
1778         Fix toggling of collapsable insets with the mouse (bug 1558)
1779
1780         * lyxfunc.C (dispatch): adapt to LCursor changes
1781
1782         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1783         make sure that dispatch is not invoked twice
1784
1785         * cursor.C (needsUpdate): new method
1786         (dispatch): return void
1787         (result): new method, to access the DispatchResult of the cursor.
1788
1789 2004-08-13  José Matos  <jamatos@lyx.org>
1790
1791         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1792
1793 2004-08-13  André Pönitz  <poenitz@gmx.net>
1794
1795         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1796
1797         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1798           multiple cells
1799
1800 2004-08-12  André Pönitz  <poenitz@gmx.net>
1801
1802         * text3.C: take out the 'cursor right' form insertInset and only
1803         do it in those places when it is really needed. Fixes crash on
1804         C-m...
1805
1806 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1807
1808         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
1809
1810         * BufferView_pimpl.C (setBuffer): initialize the current font of
1811         the underlying LyXText
1812
1813 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1814
1815         * kbsequence.C (print): use UI native formatting for menu
1816         shortcuts
1817
1818         * text.C (insertChar): call Paragraph::insertChar with a font
1819         argument (cosmetic)
1820
1821         * paragraph.C (insertInset, insertChar): the version that takes a
1822         LyXFont argument is now a wrapper around the other one (the
1823         opposite used to be true).
1824
1825         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
1826         argument. Font setting is done in Paragraph now.
1827
1828 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1829
1830         * outputparams.h: add new members intitle and lang.
1831
1832         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
1833         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
1834
1835 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1836
1837         * text3.C (dispatch): remove special handling of button 4 and 5,
1838         it is now taken care of in the frontend code.
1839
1840 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1841
1842         * Spacing.h: add <string> (STLPort compile fix)
1843
1844 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1845
1846         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
1847
1848 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1849
1850         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
1851         to bool.
1852
1853         * converter.C (showMessage): inherit from unary_function, make
1854         operator() const.
1855
1856         * buffer.C (writeFile): initialize retval
1857
1858         * InsetList.h: rename private variable list to list_
1859         * InsetList.[Ch]: adjust accordingly.
1860
1861 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
1862
1863         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
1864         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
1865         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
1866         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
1867         * ParagraphParameters.C, LaTeXFeatures.C: replace
1868         "support/std_sstream.h" with <sstream>
1869
1870 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1871
1872         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
1873         * lyxsocket.C (LyXServerSocket): ditto
1874         (serverCallback): ditto
1875
1876 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1877
1878         * LaTeXFeatures.C: check release date when loading jurabib.
1879
1880 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1881
1882         * lyxserver.C (startPipe): call register_socket_callback
1883         (endPipe): call unregister_socket_callback
1884
1885 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
1886
1887         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
1888         (LyXServerSocket): register the callback
1889         (LyXServerSocket): unregister the callback
1890         (fd): delete function
1891         (serverCallback): improve error checking and setup the callbacks.
1892         (dataCallback): change arg to fd.
1893         (writeln): new func (copied fro the client socket) used for server
1894         write to client.
1895         (LyXDataSocket): simplify
1896         (~LyXDataSocket): close ann unregiser callback
1897         (server): delete function
1898         (fd): delete function
1899         (readln): small changes, improve some std::string usage
1900         (writeln): constify a bit
1901
1902 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1903
1904         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
1905         Qt frontend
1906
1907 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1908
1909         * BufferView_pimpl.C (setBuffer): set the layout combox value only
1910         after it has been populated
1911
1912 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1913
1914         * text2.C (insertInset): move cursor when inserting inset.
1915
1916 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1917
1918         * kbmap.C (findbindings): a couple of new methods. returns a
1919         container of kb_sequence objects. The real work is done by the
1920         private recursive version
1921         (printbindings): uses findbindings to print out a bracketed list
1922         of bindings (renamed from findbinding).
1923
1924         * MenuBackend.C (binding): use kb_keymap::findbindings
1925
1926         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
1927
1928 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1929
1930         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
1931
1932 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1933
1934         * paragraph.C (isWord): return true on insets that report
1935         isLetter().
1936
1937         * text.C (getWord): use Paragraph::isWord to decide what is in a
1938         word and what is not; fix bug 1609.
1939
1940 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1941
1942         * tex-strings.C: add "none" to string_paperpackages[], fixes
1943         off-by-one-error in the paperpackage selection.
1944
1945         * lyxlex.[Ch]:
1946         * tex-strings.[Ch]: char const * string[n]
1947         -> char const * const string[]
1948
1949 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1950
1951         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
1952         command, return early.
1953
1954 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
1955
1956         * debug.h: add DEBUG to enum and fix size of ANY.
1957
1958         * debug.C: add support for Debug::DEBUG
1959         (showTags): cast errorTags.level to unsigned int
1960
1961         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
1962         (redoCurrentBuffer): ditto
1963         (updateScrollbar): ditto
1964         * cursor.C (dispatch): ditto
1965         * text2.C (setLayout): ditto
1966         (setFont): ditto
1967         (updateCounters): ditto
1968         (editXY): ditto
1969         (deleteEmptyParagraphMechanism): ditto
1970
1971 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
1972
1973         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
1974         annotations to cleanup the Makefile slightly.
1975
1976 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1977
1978         * lyxrc.C: do not set user_email to a default value but use empty
1979         instead. The entry used to be translated, which does not work
1980         since at the point where lyxrc is constructed there is no
1981         translation service available
1982
1983         * messages.C (getLocaleDir): remove and use directly
1984         lyx_localedir() instead
1985
1986 2004-06-02  Angus Leeming  <leeming@lyx.org>
1987
1988         Fix crash caused by dereferencing null pointer 'exportdata' in
1989         OutputParams by creating a new ExportData variable on the heap,
1990         storing it in a boost::shared_ptr.
1991         The crash was triggered when generating an Instant Preview
1992         of an external inset.
1993
1994         * Makefile.am: add outputparams.C
1995
1996         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
1997         (c-tor): allocate memory to it.
1998
1999         * exporter.C (c-tor): associated changes.
2000
2001 2004-06-01  Angus Leeming  <leeming@lyx.org>
2002
2003         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
2004         contains data before calling isInset(0). (Bug 1513.)
2005
2006 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2007
2008         * exporter.C (checkOverwrite): new method
2009         * exporter.C (copyFile): new method
2010         * exporter.C (Export): copy referenced files to the document dir
2011         * exporter.[Ch]: new class ExportedFile
2012         * exporter.[Ch]: new class ExportData. Contains currently the
2013         names of referenced external files
2014         * outputparams.h: add exportdata member.
2015
2016 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2017
2018         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
2019         version.C-tmp
2020
2021 2004-05-19  Angus Leeming  <leeming@lyx.org>
2022
2023         * LaTeXFeatures.C:
2024         * ToolbarBackend.C:
2025         * bufferparams.C:
2026         * lyxfunc.C: small changes due to the introduction of namespace
2027         lyx::frontend and the moving of namespace biblio to lyx::biblio.
2028
2029 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
2030
2031         * text3.C (dispatch): supress update when only moving the cursor
2032         * cursor.C (selHandle): remove commented code
2033
2034 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2035
2036         * paragraph.C (startTeXParParams): correct column count
2037         * CutAndPaste.C (pasteSelection): remove const_cast
2038         * output_docbook.C (docbookParagraphs): remove const_cast
2039         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
2040         const_cast and return ParagraphList::const_iterator
2041         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
2042         * output_plaintext.C (writeFileAscii): remove const_cast
2043         * paragraph.[Ch] (simpleTeXOnePar): make const
2044         * paragraph_funcs.C (outerPar): use const iterators
2045         * paragraph_pimpl.C (validate): use const iterators
2046         * text.C (setHeightOfRow): use const iterators
2047
2048 2004-05-17  Angus Leeming  <leeming@lyx.org>
2049
2050         * lfuns.h:
2051         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2052
2053         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2054         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2055         if the citation engine has changed.
2056
2057 2004-05-14  José Matos  <jamatos@lyx.org>
2058
2059         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2060         if the textclass does not provide it. Have it different for sgml and
2061         xml.
2062         support the language of document.
2063         * output_docbook.C (docbookParagraphs):
2064         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2065         first anchor as the id of the paragraph, remove special case code.
2066         * sgml.C (escapeChar): escape only < & >.
2067
2068 2004-05-14  Angus Leeming  <leeming@lyx.org>
2069
2070         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2071         dependencies on src/frontends/controllers/biblio.h. Define a
2072         CiteEngine_enum wrapper class to enable the enum to be forward
2073         declared.
2074
2075 2004-05-12  Angus Leeming  <leeming@lyx.org>
2076
2077         * buffer.C: up LYX_FORMAT to 234.
2078         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2079         use_numerical_citations with a single biblio::CiteEngine cite_engine
2080         variable.
2081         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2082
2083 2004-05-13  José Matos  <jamatos@lyx.org>
2084
2085         * converter.h:
2086         * converter.C (Converter, readFlags): add xml member.
2087         * outputparams.h: add XML flavor.
2088         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2089
2090 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2091
2092         * lyxfunc.C (dispatch):
2093         (getStatus): fix handling of LFUN_SEQUENCE
2094
2095 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2096
2097         * debug.C (showLevel): do not forget the end-of-line marker
2098
2099 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2100
2101         * kbmap.C (read): do not stop parsing a bind file when an error
2102         occurs (bug 1575)
2103
2104 2004-04-29  Angus Leeming  <leeming@lyx.org>
2105
2106         * cursor.C:
2107         * factory.C:
2108         * pariterator.C:
2109         * text2.C: wrap a bunch of #warning statements
2110         inside #ifdef WITH_WARNINGS blocks.
2111
2112 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2113
2114         * buffer.C: increment format to 233.
2115
2116 2004-04-28  Angus Leeming  <leeming@lyx.org>
2117
2118         * BufferView_pimpl.C:
2119         * lyxfunc.C:
2120         * text3.C:
2121         s/updateToolbar()/updateToolbars()/
2122         s/Toolbar.h/Toolbars.h/
2123
2124 2004-04-28  Angus Leeming  <leeming@lyx.org>
2125
2126         * BufferView.[Ch] (c-tor):
2127         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2128         No longer passes these data to the WorkArea generator.
2129
2130 2004-04-28  Angus Leeming  <leeming@lyx.org>
2131
2132         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2133
2134 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2135
2136         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2137
2138 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2139
2140         * output_latex.C (TeXEnvironment): make sure that there is a line
2141         break before \end{foo} for the last paragraph of a document
2142         (TeXOnePar): if the paragraph is at the end of the document (or
2143         inset) and the language has to be reset, then make sure that the
2144         line break is _before_ the language command, not after (fixes bug
2145         1225); also make sure that the language reset command is the first
2146         thing after the paragraph (to ensure proper nesting of
2147         environments and thus fix bug 1404)
2148
2149 2004-04-21  John Levon  <levon@movementarian.org>
2150
2151         * ToolbarBackend.h:
2152         * ToolbarBackend.C: make "name" be a programmatic name
2153         and a gui_name field.
2154
2155         * lyxfunc.C: display the minibuffer on M-x
2156
2157 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2158
2159         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2160         (bug 1526)
2161
2162 2004-04-19  Angus Leeming  <leeming@lyx.org>
2163
2164         * BufferView_pimpl.C (setBuffer): changed preview interface.
2165
2166         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2167         possible values.
2168
2169 2004-04-19  John Levon  <levon@movementarian.org>
2170
2171         * BufferView_pimpl.C:
2172         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2173
2174 2004-04-05  Angus Leeming  <leeming@lyx.org>
2175
2176         * text.C (redoParagraphs): add call to updateCounters(), thereby
2177         fixing the missing "Figure #:" label from the caption of a
2178         figure float.
2179
2180 2004-04-13  Angus Leeming  <leeming@lyx.org>
2181
2182         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2183         cursor is clicked out of an inset.
2184
2185 2004-04-13  Angus Leeming  <leeming@lyx.org>
2186
2187         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2188         than an InsetOld one.
2189
2190 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2191
2192         * format.[Ch]: add editor to Format
2193         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2194         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2195
2196 2004-04-08  André Pönitz  <poenitz@gmx.net>
2197
2198         * metricsinfo.h: remove PainterInfo::width member
2199
2200 2004-04-08  Angus Leeming  <leeming@lyx.org>
2201
2202         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2203         "\providecommand" rather than "\newcommand", thereby preventing
2204         clashes with packages that define "\boldsymbol" themselves.
2205         Eg, beamer.
2206
2207 2004-04-08  Angus Leeming  <leeming@lyx.org>
2208
2209         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2210         thereby squashing an unnecessary warning.
2211
2212 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2213
2214         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2215         setBuffer()
2216
2217 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2218
2219         * BufferView.C (setCursor): call redoParagraph (some insets could
2220         have been opened)
2221         (putSelectionAt): remove the 'double update' trick
2222
2223         * BufferView_pimpl.C (fitCursor): call refreshPar
2224         (workAreaDispatch): remove an uneeded update call
2225         (dispatch): remove some manual update calls
2226
2227         * cursor.[Ch]: remove cached_y_, updatePos
2228         (selHandle): set noUpdate when appropriate
2229
2230         * lyxfunc.C (dispatch): track if we need an update
2231
2232         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2233
2234         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2235         (paintSelection): cheap optimization, do not call cursorX when not
2236         needed
2237         (paintPars): change signature
2238         (refreshPar): add
2239         (paintText): adjust
2240         (paintTextInset): adjust
2241
2242         * text.C: adjust
2243
2244 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2245
2246         * lengthcommon.C: compilation fix: remove explicit array size from
2247         unit_name[] and friends
2248
2249 2004-04-05  Angus Leeming  <leeming@lyx.org>
2250
2251         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2252
2253         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2254         present only for the preferences dialog.
2255         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2256
2257 2004-04-05  Angus Leeming  <leeming@lyx.org>
2258
2259         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2260         to enable the frontends to export changes to lyxrc correctly.
2261
2262         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2263
2264 2004-04-07  André Pönitz  <poenitz@gmx.net>
2265
2266         * cursor.[Ch] (selClear, adjust): remove math
2267
2268         * cursor_slice.C: more agressive assert
2269
2270         * lyxfunc.C:
2271         * BufferView_pimpl.C: rework mouse event dispatch
2272
2273         * dociterator.C:
2274         * paragraph.C:
2275         * text2.C:
2276         * text3.C: adjust
2277
2278 2004-04-05  André Pönitz  <poenitz@gmx.net>
2279
2280         * cursor.[Ch] (valign, halign...): remove unneeded functions
2281
2282 2004-04-05  Angus Leeming  <leeming@lyx.org>
2283
2284         * lyxlength.[Ch] (unit_name et al.): const-correct.
2285
2286 2004-04-05  Angus Leeming  <leeming@lyx.org>
2287
2288         * BufferView_pimpl.C:
2289         * buffer.C:
2290         * counters.C:
2291         * cursor.C:
2292         * lyxfunc.C
2293         * paragraph.C:
2294         * pariterator.C:
2295         * text.C:
2296         * text2.C:
2297         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2298
2299 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2300
2301         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2302
2303 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2304
2305         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2306         * BufferView_pimpl.[Ch] (getStatus)
2307         * BufferView.[Ch] (getStatus): add
2308         * lyxfunc.C (getStatus): move lfuns handled in
2309         BufferView::dispatch to te function above
2310         * Cursor.C (setSelection): set selection() = true
2311
2312 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2313
2314         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2315
2316 2004-03-31  Angus Leeming  <leeming@lyx.org>
2317
2318         * lyxfunc.C (dispatch): Fall through to the generic
2319         Dialogs::show("preamble").
2320
2321 2004-03-31  Angus Leeming  <leeming@lyx.org>
2322
2323         * lyxfunc.C (dispatch): Fall through to the generic
2324         Dialogs::show("spellchecker").
2325
2326 2004-03-31  Angus Leeming  <leeming@lyx.org>
2327
2328         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2329         preferences dialog.
2330
2331 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2332
2333         * BufferView.C
2334         * cursor.[Ch]
2335         * dociterator.[Ch]:
2336         * insetiterator.[Ch]:
2337         * lyxfind.C:
2338         * lyxfunc.C:
2339         * pariterator.[Ch]:
2340         * text2.C:
2341         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2342
2343 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2344
2345         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2346         insets where we are putting the cursor.
2347
2348 2004-03-31  Angus Leeming  <leeming@lyx.org>
2349
2350         * lfuns.h:
2351         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2352
2353         * lyxrc.[Ch] (read, write): overloaded member functions taking
2354         a std::[io]stream arguments.
2355
2356         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2357
2358 2004-03-31  Angus Leeming  <leeming@lyx.org>
2359
2360         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2361         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2362
2363         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2364         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2365
2366 2004-03-31  Angus Leeming  <leeming@lyx.org>
2367
2368         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2369         the LFUN_ALL_INSETS_TOGGLE code.
2370
2371 2004-03-30  Angus Leeming  <leeming@lyx.org>
2372
2373         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2374         has died. Fall through to the generic Dialogs::show("document").
2375
2376 2004-03-30  Angus Leeming  <leeming@lyx.org>
2377
2378         * lfuns.h:
2379         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2380         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2381
2382         * lyxfunc.C (getStatus, dispatch): define the actions for these
2383         lfuns. Little more than a cut and pste job from ControlDocument.C
2384
2385         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2386
2387 2004-03-30  Angus Leeming  <leeming@lyx.org>
2388
2389         * lfuns.h:
2390         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2391         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2392
2393         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2394         open/closed state of ollapsable insets. Usage:
2395
2396         all-inset-toggle <state> <name>, where
2397         <state> == "open" || "closed" || "toggle" and
2398         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2399
2400         * lyxtext.h, text2.C (toggleInset): removed.
2401
2402         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2403         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2404         now passes LFUN_INSET_TOGGLE to the found inset.
2405
2406         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2407         is now invoked as "all-insets-toggle toggle branch".
2408
2409 2004-03-30  Angus Leeming  <leeming@lyx.org>
2410
2411         * dociterator.C:
2412         * insetiterator.C:
2413         * pariterator.[Ch]: added/corrected header blurb.
2414
2415 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2416
2417         * dociterator.[Ch]: add an inset_ member
2418         (backwardPos): implemented
2419         (backwardPos, forwardPos): use inset_ when the stack is empty.
2420         (doc_iterator_begin, doc_iterator_end): implemented
2421         * pariterator.[Ch]: adjust, add begin, end
2422         * insetiterator.[Ch]: adjust, add begin, end
2423         * cursor.C:
2424         * document.C:
2425         * BufferView.C:
2426         * BufferView_pimpl.C:
2427         * CutAndPaste.C: adjust
2428
2429 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2430
2431         * buffer.C: increment file format to 232.
2432         * LaTeXFeatures.C: add bibtopic package.
2433         * bufferparams.[Ch]: param \use_bibtopic.
2434
2435         * lyxrc.[Ch]: add lyxrc bibtex_command
2436         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2437
2438         * buffer.C: increment file format to 231.
2439
2440 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2441
2442         * dociterator.C: implement forwardPar
2443         * iterators.[Ch]: remove, replaced by
2444         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2445         * BufferView.C:
2446         * BufferView_pimpl.C:
2447         * CutAndPaste.C:
2448         * buffer.C:
2449         * bufferview_funcs.C:
2450         * cursor.C:
2451         * lyxfind.C
2452         * lyxfunc.C
2453         * paragraph_funcs.C
2454         * toc.C:
2455         * Makefile.am: adjust
2456
2457 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2458
2459         * CutAndPaste.C (pasteSelection): fix 2 crashes
2460         (eraseSelection): fix a crash
2461         * paragraph_funcs.C: remove a warning
2462
2463 2004-03-28  Angus Leeming  <leeming@lyx.org>
2464
2465         * lfuns.h:
2466         * LyXAction.C (init): new LFUN_PRINT.
2467
2468         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2469
2470 2004-03-27  Angus Leeming  <leeming@lyx.org>
2471
2472         * lfuns.h:
2473         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2474
2475         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2476
2477 2004-03-27  Angus Leeming  <leeming@lyx.org>
2478
2479         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2480         insetlist always contains non-null pointers to insets.
2481
2482 2004-03-26  Angus Leeming  <leeming@lyx.org>
2483
2484         * src/BufferView_pimpl.C:
2485         * src/CutAndPaste.C:
2486         * src/buffer.C:
2487         * src/iterators.C:
2488         * src/output_plaintext.C:
2489         * src/outputparams.h:
2490         * src/paragraph_funcs.C:
2491         * src/rowpainter.C:
2492         * src/text.C:
2493         * src/text2.C:
2494         * src/frontends/controllers/ControlErrorList.C:
2495         * src/frontends/gtk/FileDialogPrivate.C:
2496         * src/frontends/gtk/GPainter.C:
2497         * src/frontends/gtk/GToolbar.C:
2498         * src/frontends/qt2/QRef.C:
2499         * src/mathed/math_scriptinset.C: squash compiler warnings.
2500
2501 2004-03-26  Angus Leeming  <leeming@lyx.org>
2502
2503         * ispell.C (LaunchIspell::start):
2504         * lyx_cb.C (AutoSaveBuffer::start):
2505         invoke run(DontWait) rather than runNonBlocking().
2506
2507 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2508
2509         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2510
2511 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2512
2513         * kbsequence.C (print): adjust
2514
2515         * kbmap.C (printKeySym): rename and change signature
2516         (printKey): use LyXKeySym::print()
2517
2518 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2519
2520         * undo.C: add using std::advance to compile for stlport
2521
2522 2004-03-24  Angus Leeming  <leeming@lyx.org>
2523
2524         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2525         it leads to a crash when no buffer is present.
2526
2527 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2528             Martin Vermeer  <martin.vermeer@hut.fi>
2529
2530         * lyxfunc.C (dispatch):
2531         * bufferparams.C (readToken): use the new LColor::setColor
2532
2533         * LColor.[Ch] (setColor): new version that takes two strings as
2534         argument and creates a new color entry if necessary
2535
2536 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2537
2538         * buffer.C (makeLaTeXFile): if the main latex file that is
2539         processed is usually a subdocument of some master, then pretend
2540         for a while that it is actually the master
2541
2542 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2543
2544         * buffer.C (getLabelList):
2545         (getBibkeyList): use getMasterBuffer()
2546         (getMasterBuffer): new method. Returns the main document in the
2547         case where one is using included documents.
2548
2549 2004-03-25  André Pönitz  <poenitz@gmx.net>
2550
2551         * Makefile.am:
2552         * iterators.[Ch]:
2553         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2554
2555         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2556
2557         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2558         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2559
2560         * ParameterStruct.h: merge with ParagraphParameters
2561
2562         * lyxtext.h: remove LyXText::parOffset() and getPar()
2563
2564         * text3.C: Remove all 'manual' update calls. We do now one per user
2565         interaction which is completely sufficient.
2566
2567         * Bidi.C:
2568         * BufferView.[Ch]:
2569         * BufferView_pimpl.C:
2570         * FontIterator.[Ch]:
2571         * MenuBackend.C:
2572         * ParagraphParameters.[Ch]:
2573         * buffer.C:
2574         * buffer.h:
2575         * bufferlist.C:
2576         * cursor.[Ch]:
2577         * cursor_slice.[Ch]:
2578         * dociterator.[Ch]:
2579         * errorlist.[Ch]:
2580         * factory.C:
2581         * lfuns.h:
2582         * lyxfind.C:
2583         * lyxfunc.C:
2584         * output_docbook.[Ch]:
2585         * output_latex.[Ch]:
2586         * output_linuxdoc.[Ch]:
2587         * output_plaintext.[Ch]:
2588         * paragraph.[Ch]:
2589         * paragraph_funcs.[Ch]:
2590         * paragraph_pimpl.[Ch]:
2591         * rowpainter.C:
2592         * tabular.[Ch]:
2593         * text.C:
2594         * text2.C:
2595         * toc.C:
2596         * undo.[Ch]: adjust
2597
2598         * frontends/controllers/ControlDocument.C:
2599         * frontends/controllers/ControlErrorList.C:
2600         * frontends/controllers/ControlSpellchecker.C:
2601         * insets/inset.C:
2602         * insets/inset.h:
2603         * insets/insetbase.h:
2604         * insets/insetbibitem.C:
2605         * insets/insetbox.C:
2606         * insets/insetbranch.C:
2607         * insets/insetcaption.C:
2608         * insets/insetcharstyle.C:
2609         * insets/insetcharstyle.h:
2610         * insets/insetcollapsable.C:
2611         * insets/insetcollapsable.h:
2612         * insets/insetert.C:
2613         * insets/insetfloat.C:
2614         * insets/insetfoot.C:
2615         * insets/insetmarginal.C:
2616         * insets/insetnote.C:
2617         * insets/insetoptarg.C:
2618         * insets/insettabular.C:
2619         * insets/insettext.C:
2620         * insets/insettext.h:
2621         * insets/insetwrap.C:
2622         * mathed/math_mboxinset.C:
2623         * mathed/math_nestinset.C:
2624         * mathed/math_scriptinset.C:
2625         * mathed/math_scriptinset.h:
2626         * support/types.h:
2627
2628 2004-03-24  Angus Leeming  <leeming@lyx.org>
2629
2630         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2631         deal with any child processes that have finished but are waiting to
2632         communicate this fact to the rest of LyX.
2633
2634 2004-03-24  Angus Leeming  <leeming@lyx.org>
2635
2636         64-bit compile fixes.
2637
2638         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2639         (c-tor): pass lyx::pos_types rather than ints.
2640
2641         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2642         lyx::pos_type.
2643
2644         * text.C (Delete): compile fix.
2645         (getPar): ensure that function declaration is the same as that in
2646         the header file.
2647
2648 2004-03-23  Angus Leeming  <leeming@lyx.org>
2649
2650         * ispell.C (LaunchIspell):
2651         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2652         a boost::shred_ptr rather than a std::auto_ptr.
2653
2654 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2655
2656         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2657         handle LFUN_FILE_INSERT_*
2658
2659         * lyxrc.C (setDefaults, getDescription, output, read):
2660         * lyxrc.h: remove ps_command
2661
2662 2004-03-22  Angus Leeming  <leeming@lyx.org>
2663
2664         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2665         Ensure that error_handler is processed once only and that all data
2666         is saved before attempting to output any warning messages.
2667
2668         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2669
2670 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2671
2672         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2673
2674 2004-03-19  André Pönitz  <poenitz@gmx.net>
2675
2676         * cursor.[Ch] (reset): take main text inset as argument
2677
2678         * BufferView: adjust
2679         * BufferView_pimpl.C: adjust
2680
2681         * paragraph.[Ch]: fix completely broken operator=()
2682
2683 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2684
2685         * LColor.C (getFromLyXName): make sure that the color name is used
2686         as lowercase.
2687
2688 2004-03-17  Angus Leeming  <leeming@lyx.org>
2689
2690         * lfuns.h:
2691         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2692
2693         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2694         dialog and to kill a forked process.
2695
2696 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2697
2698         * text2.C (setCursorFromCoordinates): fix font problem
2699
2700 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2701
2702         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2703         bogus "rebuild cursor" code
2704
2705 2004-03-11  André Pönitz  <poenitz@gmx.net>
2706
2707         * buffer.[Ch]: use InsetText instead of LyXText as container for
2708         the main lyx text.
2709
2710         * dociterator.[Ch]: drop the BufferView * member which is not needed
2711         anymore after the change to buffer.C
2712
2713         * paragraph_funcs.C:
2714         * text.C:
2715         * text2.C:
2716         * BufferView.[Ch]:
2717         * BufferView_pimpl.[Ch]:
2718         * cursor.[Ch]:
2719         * cursor_slice.[Ch]: adjust
2720
2721         * text3.C: fix bug in mathDispatch
2722
2723 2004-03-08  André Pönitz  <poenitz@gmx.net>
2724
2725         * undo.[Ch]: use 'StableDocumentIterator' as base for
2726         the Undo struct.
2727
2728 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2729
2730         * LaTeXFeatures.C:
2731         * bufferparams.[Ch]: add jurabib support and param.
2732
2733         * LaTeX.C: add FIXME/comment.
2734
2735 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2736
2737         * buffer.C: increment file format to 230.
2738
2739 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2740
2741         * cursor.C (dispatch): avoid infinite loops
2742
2743 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2744
2745         * rowpainter.C (paintSelection): fix x coordinates
2746
2747 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2748
2749         * text.C (rowBreakPoint): fix breaking before displayed insets
2750
2751 2004-03-01  André Pönitz  <poenitz@gmx.net>
2752
2753         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2754
2755         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2756
2757         * Makefile.am:
2758         * BufferView.C:
2759         * BufferView_pimpl.C:
2760         * buffer.C:
2761         * lyxfind.C:
2762         * lyxfunc.C:
2763         * text.C:
2764         * text2.C:
2765         * text3.C: adjust
2766
2767 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2768
2769         * lyxtext.h:
2770         * text.C:
2771         * text2.C:
2772         * rowpainter.C:
2773         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2774         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2775
2776 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2777
2778         * Bidi.[Ch] (computeTables): const correctness
2779         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2780         fill_hfill, fill_label_hfill and x from Row
2781         * lyxtext.h: prepareToPrint returns a RowMetrics
2782         * rowPainter.C: adjust
2783         * text.C (prepareToPrint): use width, not textWidth. adjust
2784         (redoParagraphInternal, cursorX): adjust
2785         * text2.C (getColumnNearX): adjust
2786         (init): put a default value to the top LyXText::width
2787
2788 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2789
2790         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2791
2792 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2793
2794         * lyxtext.h: add FontIterator class
2795
2796         * text.C (FontIterator, operator*, operator->, operator++): add
2797         (rowBreakPoint, setRowWidth): adjust (fixing a
2798         rebreaking bug)
2799
2800 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2801
2802         * BufferView_pimpl.C (workAreaDispatch): allow also
2803         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
2804
2805 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2806
2807         * text.C (rowBreakPoint): fix a bug showing with very large insets
2808
2809 2004-02-25  André Pönitz  <poenitz@gmx.net>
2810
2811         * text3.C:
2812         * cursor.[Ch]: move some mathed specific code to mathed
2813
2814 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2815
2816         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
2817         use_tempdir in preferences
2818         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
2819         tempfile creation
2820         * lyx_main.C: ensure that tempdir is valid
2821         * lyxlex.h: correct typo
2822         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
2823         * paragraph.[Ch] (isMultiLingual): make const
2824         * cursor.[Ch] (openable): make const
2825
2826 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2827
2828         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
2829
2830 2004-02-20  André Pönitz  <poenitz@gmx.net>
2831
2832         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2833
2834         * cursor.[Ch]: prepare for localized getStatus()
2835
2836         * lyxtext.h:
2837         * tabular.C:
2838         * text.C:
2839         * text2.C:
2840         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
2841
2842 2004-02-20  André Pönitz  <poenitz@gmx.net>
2843
2844         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
2845
2846 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2847
2848         * text2.C (setCursorFromCoordinates): switch to absolute coords
2849         (cursorUp): adjust
2850         (cursorDown): adjust
2851         * text3.C (dispatch): adjust
2852
2853 2004-02-16  André Pönitz  <poenitz@gmx.net>
2854
2855         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
2856           insets/ChangeLog)
2857
2858         * cursor_slice.[Ch]: remove unneeded acessor function
2859
2860         * lyxtext.h: rename rtl() to isRTL()
2861
2862         * rowpainter.C:
2863         * tabular.C:
2864         * text.C:
2865         * text2.C:
2866         * text3.C: adjust
2867
2868 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2869
2870         * rowpainter.C (paintSelection): coord fix
2871
2872 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
2873
2874         * Spacing.C: compile fix
2875
2876 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2877
2878         * cursor.C (dispatch): restore current_ before returning
2879
2880 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2881
2882         * text2.C (cursorUp, cursorDown): fix coords
2883         (moveUp): fix crash
2884
2885 2004-02-12  André Pönitz  <poenitz@gmx.net>
2886
2887         * lyxtext.h:
2888         * text.C:
2889         * text2.C:
2890         * text3.C: add LCursor & parameter to most cursor movement functions
2891           remove usage of LyXText::cursorRow() and cursorPar()
2892
2893         * cursor.[Ch]: add textRow() needed members
2894
2895         * BufferView.C:
2896         * BufferView_pimpl.C:
2897         * paragraph.[Ch]:
2898         * BufferView.C:
2899         * BufferView_pimpl.C: adjust
2900
2901 2004-02-11  André Pönitz  <poenitz@gmx.net>
2902
2903         * lyxfunc.C:
2904         * BufferView.[Ch]:
2905         * BufferView_pimpl.C: shift undo/redo handling
2906
2907         * cursor.[Ch]: fix mathed crash
2908
2909         * lyxfind.C:
2910         * lyxtext.h: move selectionAsText to LCursor
2911
2912         * output_latex.C:
2913         * paragraph.C:
2914         * text.C:
2915         * text2.C:
2916         * text3.C: adjust
2917
2918         * rowpainter.C: fix excessive drawing
2919
2920 2004-02-06  André Pönitz  <poenitz@gmx.net>
2921
2922         * BufferView.[Ch]:
2923         * BufferView_pimpl.[Ch]:
2924         * text3.C: move some text specific LFUN handling
2925
2926 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
2927
2928         * text3.C (checkInsetHit): adjust coords
2929         * text2.C (getColumnNearX): adjust coords
2930         (edit): adjust coords
2931         * text.C (getRowNearY): add two asserts
2932
2933 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
2934
2935         * converter.C:
2936         * format.C: add using std::distance to compile on gcc 2.95/stlport
2937
2938 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
2939
2940         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
2941
2942 2004-02-04  André Pönitz  <poenitz@gmx.net>
2943
2944         * BufferView.[Ch] (insertInset):
2945         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
2946
2947         * text2.C:
2948         * text3.C: adjust
2949
2950 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2951
2952         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
2953         on the default clause of the switch
2954         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
2955         wasn't catched by LCursor::dispatch
2956
2957 2004-02-03  André Pönitz  <poenitz@gmx.net>
2958
2959         * BufferView.C:
2960         * cursor.[Ch]: some additional asserts
2961
2962         * undo.[Ch]: remove LyXText dependency in interface
2963
2964         * lyxfunc.C: adjust
2965
2966         * lyxtext.h (firstPar, lastPar): remove dead functions
2967
2968         * text.C:
2969         * text2.C:
2970         * text3.C:
2971         * paragraph.[Ch]: adjust
2972
2973 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2974
2975         * lyxfind.C (find): fix argument order in call to ::find
2976
2977 2004-02-02  André Pönitz  <poenitz@gmx.net>
2978
2979         * cursor.[Ch]: remove direct access to anchor
2980
2981         * text.C: remove findText() hack
2982
2983 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2984
2985         * iterators.[Ch] (lockPath): remove in favour of...
2986         * BufferView.[Ch] (setCursor): this addition
2987         * BufferView.C (putSelectionAt): adjust
2988         * undo.C (performUndoOrRedo): adjust
2989         * lyxfunc.C (dispatch): adjust
2990
2991 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2992
2993         * iterators.C (lockPath): add a missing slice
2994         * undo.C (performUndoOrRedo): remove redundant positioning code
2995
2996 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2997
2998         * vc-backend.C (scanMaster): ";" -> ';'
2999
3000 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
3001
3002         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
3003         std::binary_function
3004
3005         * lyxtextclass.C (compare_name): rename to...
3006         (LayoutNamesEqual): ...this
3007
3008         * lyxlex_pimpl.C (compare_tags): inherit from
3009         std::binary_function, put back into anon namespace
3010
3011         * lyxfind.C (MatchString): inherig from std::binary_function
3012         (findChange): use empty() istead of !size()
3013
3014         * format.C (FormatNamesEqual): new functor
3015         (getFormat): use it
3016         (getNumber): use it
3017         (add): use it
3018         (erase): use it
3019         (setViewer): use it
3020
3021         * converter.C (compare_Converter): rename to...
3022         (ConverterEqual): ...this, and fixup a bit.
3023         (getConverter): use it, and make function const
3024         (getNumber): use it, and make function const
3025         (add): use it
3026         (erase): use it:
3027
3028         * bufferlist.C: add using boost::bind
3029
3030         * MenuBackend.C (MenuNamesEqual): new functor
3031         (hasMenu): use it, and make function const
3032         (hasSubmenu): use nested bind to get rid of compare_memfun.
3033
3034 2004-01-30  André Pönitz  <poenitz@gmx.net>
3035
3036         * BufferView_pimpl.C:
3037         * cursor.C:
3038         * cursor.h:
3039         * cursor_slice.[Ch]:
3040         * lyxfunc.C:
3041         * lyxtext.h:
3042         * paragraph_funcs.C:
3043         * paragraph_funcs.h:
3044         * rowpainter.C:
3045         * text.C:
3046         * text2.C:
3047         * text3.C: move some of the edit(x,y) handling to the insets
3048         some coordinate changes.
3049
3050 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3051
3052         * text.C: add using statements for std::advance and std::distance
3053
3054         * paragraph.C: add using statement for std::distance
3055
3056         * lyxfind.C: add using statement for std::advance
3057
3058         * cursor.C (region): remove std:: from swap
3059         (openable): use nucleus in stead of operator->
3060
3061         * BufferView.C: add using statements for std::distance and std::swap
3062
3063 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3064
3065         * iterators.C: Remove the pimple, move the needed structures to
3066         the header file. Create accessor for the positions stack.
3067         (asPosIterator): remove function
3068
3069         * PosIterator.C (PosIterator): move constructors to top of file
3070         (PosIterator): reimplement the constructor taking a ParIterator in
3071         terms of setFrom.
3072         (setFrom): new function
3073         (operator!=): inline it
3074
3075 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3076
3077         * lyxfind.C (replaceAll): use std::advance
3078
3079         * iterators.h: inherit from std::iterator.
3080
3081         * PosIterator.C (advance, distance): remove
3082         * PosIterator.h: interit from std::iterator.
3083
3084 2004-01-26  André Pönitz  <poenitz@gmx.net>
3085
3086         * BufferView.[Ch]:
3087         * BufferView_pimpl.[Ch]:
3088         * InsetList.[Ch]:
3089         * PosIterator.[Ch]:
3090         * buffer.h:
3091         * bufferview_funcs.C:
3092         * cursor.[Ch]:
3093         * cursor_slice.h:
3094         * factory.[Ch]:
3095         * iterators.[Ch]:
3096         * lyxfind.C:
3097         * lyxfunc.C:
3098         * lyxtext.h:
3099         * output_docbook.C:
3100         * output_latex.C:
3101         * output_linuxdoc.C:
3102         * output_plaintext.C:
3103         * paragraph.[Ch]:
3104         * paragraph_funcs.[Ch]:
3105         * paragraph_pimpl.[Ch]:
3106         * rowpainter.C:
3107         * tabular.C:
3108         * tabular.h:
3109         * text.C:
3110         * text2.C:
3111         * text3.C: more IU:  dumps most of the rest of the mathcursor
3112     implementation into cursor.[Ch]; "globalize" a bit of it.
3113
3114 2004-01-25  Angus Leeming  <leeming@lyx.org>
3115
3116         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3117
3118 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3119
3120         * LaTeXFeatures.h: add nice_ and nice() const
3121         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3122
3123 2004-01-20  André Pönitz  <poenitz@gmx.net>
3124
3125         * BufferView.[Ch]:
3126         * BufferView_pimpl.C:
3127         * PosIterator.C:
3128         * bufferview_funcs.C:
3129         * cursor.[Ch]:
3130         * cursor_slice.[Ch]:
3131         * factory.C:
3132         * iterators.C:
3133         * lyx_cb.C:
3134         * lyxfind.C:
3135         * lyxfunc.C:
3136         * lyxtext.h:
3137         * rowpainter.C:
3138         * text.C:
3139         * text2.C:
3140         * text3.C:
3141         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3142           LCursor and mathcursor parts to LCursor and InsetBase.
3143
3144 2004-01-15  André Pönitz  <poenitz@gmx.net>
3145
3146         * cursor_slice.[Ch]: add a few covienience functions
3147
3148         * funcrequest.[Ch]: remove BufferView * member
3149
3150         * BufferView_pimpl.C:
3151         * cursor.C:
3152         * factory.[Ch]:
3153         * lyxfind.[Ch]:
3154         * lyxfunc.C:
3155         * lyxtext.h:
3156         * text3.C:
3157         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3158
3159 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3160
3161         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3162         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3163
3164 2004-01-13  André Pönitz  <poenitz@gmx.net>
3165
3166         * textcursor.[Ch]:
3167         * lyxtext.h: hide cursor and selection anchor behind accessor function
3168
3169         * BufferView.C:
3170         * BufferView_pimpl.[Ch]:
3171         * PosIterator.C:
3172         * bufferview_funcs.C:
3173         * cursor.h:
3174         * lyxfind.C:
3175         * lyxfunc.C:
3176         * text.C:
3177         * text2.C:
3178         * text3.C:
3179         * undo.C: adjust
3180
3181         * cursor.h:
3182         * cursor_slice.[Ch]: some integer type changes for inset unification
3183
3184         * lyxcursor.[hC]: remove, it's CursorSlice now.
3185
3186         * Makefile.am:
3187         * BufferView_pimpl.[Ch]:
3188         * bufferview_funcs.C:
3189         * cursor_slice.C:
3190         * lyxtext.h:
3191         * text.C:
3192         * text2.C:
3193         * text3.C:
3194         * textcursor.[Ch]: adjust
3195
3196 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3197
3198         * text2.C (undoSpan): add and use
3199         * text.C (breakParagraph): use undoSpan (fix bug 578)
3200         * lyxtext.h: adjust
3201
3202 2004-01-08  Angus Leeming  <leeming@lyx.org>
3203
3204         * BufferView_pimpl.C (MenuInsertLyXFile):
3205         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3206         * lyxfunc.C (menuNew, open, doImport):
3207         FileFilterList change to the FileDialog open and save functions.
3208
3209 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3210
3211         * ShareContainer.h: make isEqual and isUnique adaptable
3212
3213         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3214
3215 2004-01-07  Angus Leeming  <leeming@lyx.org>
3216
3217         * LyXAction.C:
3218         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3219
3220         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3221
3222         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3223         functions replacing find, replace and replaceAll.
3224
3225         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3226         LFUN_WORDFIND(FORWARD|BACKWARD).
3227
3228 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3229
3230         * text.C (breakParagraph): remove an outdated #warning
3231
3232 2004-01-07  André Pönitz  <poenitz@gmx.net>
3233
3234         * lyxfind.C: somewhat clearer logic
3235
3236         * text.C: prevent crash in cursorX on unitialized row cache
3237
3238 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3239
3240         * lyxcursor.[Ch] (operator>): add
3241         * textcursor.C (selStart, selEnd): use std::min and std::max
3242
3243 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3244
3245         * Chktex.C: include boost/format.hpp
3246
3247 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3248
3249         * InsetList.C: replace functor MathcIt with adaptable functor
3250         InsetTablePosLess
3251         (insetIterator): modify accordingly
3252
3253         * BranchList.h: move the BranchNamesEqual functor here from...
3254         * BranchList.C: ... to here
3255
3256         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3257         SameName and match.
3258         (add): replace a finding loop with std::find_if.
3259
3260 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3261
3262         * output_docbook.C: moving LatexParam functionality into
3263         .layout files
3264
3265 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3266
3267         * buffer.C: increment format to 229.
3268
3269 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3270
3271         * LaTeXFeatures.C:
3272         * lyx_sty.[Ch]: remove minipageindent_def
3273
3274         * LyXAction.C:
3275         * factory.C:
3276         * lfuns.h:
3277         * lyxfunc.C:
3278         * text3.C: remove LFUN_INSET_MINIPAGE
3279
3280 2003-12-28  Angus Leeming  <leeming@lyx.org>
3281
3282         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3283
3284 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3285
3286         * text2.C (setParagraph): fix off-by-one crash
3287
3288 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3289
3290         * output_docbook.C: header stuff for AGU
3291
3292 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3293
3294         * text2.C (redoCursor): remove
3295         * text.C:
3296         * text3.C:
3297         * BufferView_pimpl.C: remove calls to redoCursor and
3298         setCursor(cursor.par(), cursor.pos()) all around
3299
3300 2003-12-15  Angus Leeming  <leeming@lyx.org>
3301
3302         * buffer.C: up the format to 228.
3303
3304 2003-12-15  André Pönitz  <poenitz@gmx.net>
3305
3306         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3307         slices
3308
3309         * Makefile.am:
3310
3311         * BufferView_pimpl.C:
3312         * cursor.[Ch]:
3313         * lyxcursor.[Ch]:
3314         * rowpainter.[Ch]:
3315         * lyxtext.h:
3316         * text.C:
3317         * text2.C:
3318         * text3.C: adjust
3319
3320 2003-12-15  Angus Leeming  <leeming@lyx.org>
3321
3322         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3323         than getFromGUIName to manipulate the color.
3324
3325 2003-12-14  Angus Leeming  <leeming@lyx.org>
3326
3327         * BranchList.[Ch]: minimize the API.
3328         (Branch::getBranch, getColor): now return a 'const &'.
3329         (Branch::setSelected) now returns a bool set to true if the
3330         selection status changes.
3331         (BranchList::clear, size, getColor, setColor, setSelected,
3332         allBranches, allSelected, separator): removed.
3333         (BranchList::find): new functions, returning the Branch with
3334         the given name.
3335         (BranchList::add, remove): return a bool indicating that
3336         the operation was successful.
3337
3338         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3339         new InsetBranch::isBranchSlected member function.
3340
3341         * LColor.[Ch]: mimimize the API.
3342         (fill): renamed as addColor and made private.
3343         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3344         versions of these functions taking a string arg have been removed.
3345
3346         * bufferparams.C (readToken):
3347         * lyxfunc.C (dispatch):
3348         * lyxrc.C (read): changes due to the altered BranchList and
3349         LColor APIs.
3350
3351         * factory.C (createInset, readInset): changes due to altered
3352         InsetBranch c-tor.
3353
3354 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3355
3356         * factory.C:
3357         * lyxfunc.C: remove insetminipage. "minipage-insert"
3358         now produces a frameless minipage box inset.
3359
3360 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3361
3362         * textcursor.[Ch] (selStart,selEnd): add new methods
3363         remove selection::start, end, use LyXCursor::operator<
3364         * lyxcursor.[Ch] (operator<): add
3365         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3366         * BufferView.[Ch] (unsetXSel): add
3367         * text2.C (clearSelection): use unsetXSel,adjust
3368         * text.C: adjust
3369         * text3.C: adjust
3370         * rowpainter.C: adjust
3371         * bufferview_funcs.C (put_selection_at): adjust
3372
3373 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3374
3375         * BufferView_pimpl.C: small coord. correction
3376
3377 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3378
3379         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3380         dragging over the splash screen.
3381
3382 2003-12-11  Angus Leeming  <leeming@lyx.org>
3383
3384         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3385         as it is now handled in LyXText::dispatch.
3386
3387         * text3.C (doInsertInset): remove a level of nesting.
3388
3389 2003-12-11  Angus Leeming  <leeming@lyx.org>
3390
3391         * factory.C (createInset): changes due to the changed interface to
3392         InsetCommandMailer::string2params.
3393
3394 2003-12-10  Angus Leeming  <leeming@lyx.org>
3395
3396         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3397         'dialog-show-new-inset <inset name>'
3398
3399 2003-12-10  Angus Leeming  <leeming@lyx.org>
3400
3401         * buffer.C: up the format to 227.
3402
3403         * factory.C: the box inset is now identified simply by 'Box'.
3404
3405 2003-12-10  Angus Leeming  <leeming@lyx.org>
3406
3407         * buffer.C: up the format to 226.
3408
3409         * factory.C: the note inset is now identified simply by 'Note'.
3410
3411 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3412
3413         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3414         when a pit is enough. Standarize a couple of loops.
3415
3416 2003-12-05  Angus Leeming  <leeming@lyx.org>
3417
3418         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3419         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3420         data to the re-worked "log" dialog.
3421
3422 2003-12-03  André Pönitz  <poenitz@gmx.net>
3423
3424         * PosIterator.C:
3425         * iterators.C:
3426         * lyxtext.h:
3427         * output_latex.C:
3428         * paragraph_funcs.C:
3429         * text.C:
3430         * text2.C: use Inset::getText instead of Inset::getParagraph
3431
3432 2003-12-03  André Pönitz  <poenitz@gmx.net>
3433
3434         * buffer.[Ch]:
3435         * lyxtext.h:
3436         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3437         InsetText::read() as LyXText::read()
3438
3439 2003-12-02  Angus Leeming  <leeming@lyx.org>
3440
3441         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3442         type. Add a comment in the implementation that the function uses
3443         the stream's bad() function rather than fail() as the std::streams
3444         would do.
3445
3446 2003-12-02  André Pönitz  <poenitz@gmx.net>
3447
3448         * lyxlex.[Ch]: make interface more similar to std::stream
3449
3450         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3451
3452 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3453
3454         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3455
3456 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3457
3458         * vspace.[Ch]: remove VSpace::NONE
3459
3460 2003-12-01  André Pönitz  <poenitz@gmx.net>
3461
3462         * buffer.[Ch]:
3463         * lyxtext.h: move ParagraphList member to LyXText
3464         rename LyXText::ownerParagraphs to LyXText::paragraph
3465
3466         * CutAndPaste.C:
3467         * bufferview_funcs.C:
3468         * iterators.[Ch]:
3469         * lyx_cb.C:
3470         * paragraph.C:
3471         * rowpainter.C:
3472         * tabular.C:
3473         * text.C:
3474         * text2.C:
3475         * text3.C: adjust
3476
3477         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3478
3479         * undo.C: fix cursor positioning
3480
3481 2003-12-01  John Levon  <levon@movementarian.org>
3482
3483         * BufferView_pimpl.C: fix a crash on exit with
3484         a buffer open
3485
3486 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3487
3488         * BranchList.C: fix setSelected() method.
3489
3490 2003-11-28  André Pönitz  <poenitz@gmx.net>
3491
3492         * ParagraphParameters.[Ch]:
3493         * ParameterStruct.h: remove space above/below from Paragraph to
3494          InsetVSpace
3495
3496         * BufferView_pimpl.C:
3497         * factory.C:
3498         * lyxfunc.C:
3499         * lyxtext.h:
3500         * output_latex.C:
3501         * paragraph.C:
3502         * paragraph_funcs.C:
3503         * rowpainter.[Ch]:
3504         * text.C:
3505         * text2.C:
3506         * text3.C: adjust
3507
3508 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3509
3510         * factory.C: Syntax change for CharStyles
3511
3512 2003-11-28  André Pönitz  <poenitz@gmx.net>
3513
3514         * BufferView.[Ch]:
3515         * BufferView.[Ch]:
3516         * buffer.[Ch]:
3517         * buffer.[Ch]: move LyXText member
3518
3519 2003-11-28  André Pönitz  <poenitz@gmx.net>
3520
3521         * BufferView.[Ch]: make LyXText * text a private member
3522
3523         * BufferView_pimpl.C:
3524         * cursor.C:
3525         * iterators.C:
3526         * lyx_cb.C:
3527         * lyxfind.C:
3528         * lyxtext.h:
3529         * rowpainter.[Ch]:
3530         * text.C:
3531         * text2.C:
3532         * undo.C: adjust
3533
3534         * output_plaintext.C: cleanup
3535
3536 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3537
3538         * buffer.C:
3539         * lyxtextclass.[Ch]: parametrize SGML document header
3540
3541 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3542
3543         * converter.[Ch]:
3544         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3545         getFlavor().
3546
3547 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3548
3549         * text2.C (setFont): rework using PosIterator (no more recursive)
3550         (setCharFont): no more needed
3551         (setLayout): no more selection cursors fiddling (done by redoCursor)
3552         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3553         destroy remaining ones)
3554
3555 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3556
3557         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3558         * lyxtext.h: ditto
3559         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3560         selection cursors
3561         * lyxfunc.C: adjust
3562         * text3.C: adjust + re-allow multi par depth changes
3563         * textcursor.C: simplify a bit
3564
3565 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3566
3567         * src/buffer.C:
3568         * src/lyxlayout.C:
3569         * src/lyxlayout.h:
3570         * src/lyxtext.h:
3571         * src/output_docbook.C:
3572         * src/output_latex.C:
3573         * src/paragraph.C:
3574         * src/paragraph.h:
3575         * src/sgml.C:
3576         * src/sgml.h:
3577         * src/text2.C: Introducing a number of tags parametrizing various
3578         XML formats that we may want to support
3579
3580 2003-11-25  André Pönitz  <poenitz@gmx.net>
3581
3582         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3583
3584         * lyxtext.h (leftMargin/rightMargin): simplify interface
3585
3586         * rowpainter.C:
3587         * text.C:
3588         * text2.C:
3589         * text3.C: adjust
3590
3591 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3592
3593         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3594         master file to any child files. Fixes bug 546.
3595
3596 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3597
3598         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3599
3600 2003-11-24  André Pönitz  <poenitz@gmx.net>
3601
3602         * rowpainter.C: simplification
3603
3604         * text2.C (updateCounters): remove call to redoParagraph on
3605         changed labels as this is far too expensive.
3606
3607 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3608
3609         * converter.C (convert): fix a crash: this function gets
3610         called with buffer == 0 from importer code.
3611
3612 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3613
3614         * text3.C (cursorPrevious): make sure that we do not compare
3615         iterators form different containers.
3616         (cursorNext): ditto
3617
3618         * rowpainter.C (paintSelection): make sure that we do not compare
3619         iterators from different containers.
3620
3621         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3622         iterators from different ParagraphList containers.
3623         [NEXT] ditto
3624
3625         * text2.C (LyXText): change order of initialization slightly
3626         (operator=): new function. copy all variables except cache_par_
3627         (moveUp): make sure that we do not compare iterators from
3628         different ParagraphList constainers.
3629         (moveDown): ditto
3630
3631         * text.C (firstPar): new function
3632         (lastPar): new function
3633         (endPar): new function
3634
3635         * lyxtext.h: move things around and group public functions, public
3636         variables, private functions, private variables
3637
3638 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3639
3640         * factory.C: change call to InsetERT constructor to avoid
3641         additional invocation of method status
3642         * text2.C (toggleInset): remove redundant update() call
3643         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3644         instead of a Bufferview pointer
3645
3646 2003-11-21  André Pönitz  <poenitz@gmx.net>
3647
3648         * rowpainter.C: simplification
3649
3650 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3651
3652         * text3.C (dispatch): make possible to extend a word/row selection
3653         with the mouse
3654
3655 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3656
3657         * lyxtext.h: x0_,y0_ -> xo_,yo_
3658         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3659         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3660         * rowpainter.C (paintRows): paint full paragraphs
3661
3662 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3663
3664         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3665         screen coordinates)
3666
3667 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3668
3669         * lyxtext.h: add x0_, y0_
3670         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3671         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3672
3673 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3674
3675         * text2.C (setCursorIntern): move the x_target update here *
3676         * text3.C: change some bv() to true/false in calls to
3677         cursorUp/Down/Right/Left
3678         * cursor.C: use helper function.
3679
3680 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3681
3682         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3683         * paragraph_funcs.[Ch]: correct comment
3684         * rowpainter.C: do not paint selections away from bv->cursor()
3685         Fix a long standing selection painting bug.
3686         * text3.C: generalize mouse-selection code to LyXTexts other that
3687         top one
3688         * textcursor.C: do not use y coords if we can use par offsets
3689
3690 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3691
3692         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3693         cursor position after e.g. inset insert)
3694
3695 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3696
3697         * lyxfind.C (replace): adjust to locking removal + some
3698         code simplification
3699
3700 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3701
3702         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3703         of the path
3704
3705 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3706
3707         * lyxlayout.[Ch]:
3708         * output_docbook.C: XML sanitation: new layout
3709         parameters InnerTag and CommandDepth
3710
3711 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3712
3713         * BufferView_pimpl.C:
3714         * factory.C:
3715         * text3.C: Fix the insertion and modification of button-style
3716         insets
3717
3718 2003-11-13  André Pönitz  <poenitz@gmx.net>
3719
3720         * InsetList.[Ch]: remove deleteLyXText
3721
3722         * paragraph.[Ch]: cache beginOfBody position
3723
3724         * Bidi.C:
3725         * text.C:
3726         * text2.C:
3727         * text3.C: remove superfluous update() calls
3728
3729         * vspace.C: cleanup
3730
3731 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3732
3733         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3734         * BufferView.C (fitLockedInsetCursor): remove
3735         * cursor.[Ch] (getDim): add
3736         * text.C (getRowNearY): add faster version
3737         * text3.C: remove some update calls
3738
3739 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3740
3741         * LaTeXFeatures.C:
3742         * LyXAction.C:
3743         * MenuBackend.C:
3744         * MenuBackend.h:
3745         * dispatchresult.h:
3746         * factory.C:
3747         * lfuns.h:
3748         * lyxfunc.C:
3749         * lyxtextclass.C:
3750         * lyxtextclass.h:
3751         * text3.C: The Character Style /XML short element patch.
3752
3753 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3754
3755         * text3.C:
3756         * factory.C: Small step to solving 'unable to insert some insets'
3757         problem
3758
3759 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3760
3761         * cursor.[Ch] (updatePos): new function for updating the y
3762         position of the tip inset
3763         * bufferview_funcs.C (put_selection_at):
3764         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3765
3766 2003-11-11  André Pönitz  <poenitz@gmx.net>
3767
3768         * text.C: remove big comment on invalid Paragraph pointers as it is
3769         not valid anymore
3770
3771 2003-11-11  André Pönitz  <poenitz@gmx.net>
3772
3773         * text_funcs.[Ch]: merge with ...
3774
3775         * text.C: ... this
3776
3777         * lyxtext.h:
3778         * text2.C:
3779         * text3.C: adjust
3780
3781         * Makefile.am: remove text_funcs.[Ch]
3782
3783 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3784
3785         * cursor.C (getPos): return absolute cached y coord
3786
3787         * BufferView_pimpl.C (fitCursor): new simplistic code
3788         (workAreaDispatch): add a fitCursor call
3789
3790 2003-11-10  André Pönitz  <poenitz@gmx.net>
3791
3792         * BufferView.[Ch]:
3793         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3794
3795 2003-11-10  André Pönitz  <poenitz@gmx.net>
3796
3797         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3798         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3799         indicate that the cursor needs to leave an inset
3800
3801         * lyxtext.h: remove inset locking
3802
3803         * cursor.[Ch]: re-implement functionality provided by inset locking
3804
3805         * BufferView.[Ch]:
3806         * BufferView_pimpl.[Ch]:
3807         * LyXAction.C:
3808         * bufferview_funcs.[Ch]:
3809         * factory.C:
3810         * funcrequest.[Ch]:
3811         * iterators.C:
3812         * lyx_cb.C:
3813         * lyxfind.C:
3814         * lyxfunc.C:
3815         * text.C:
3816         * text2.C:
3817         * text3.C:
3818         * undo.C: adjust
3819
3820 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
3821
3822         * PosIterator.[Ch]: replace the stack with a vector, add inset
3823         accesor
3824         * iterators.[C]: adjust
3825
3826 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3827
3828         * lyxfind.C (replaceAll): mark the buffer dirty if something was
3829         replaced
3830         * paragraph_funcs.C (readParToken): put the correct id in the
3831         error item, not the id of the top paragraph
3832
3833 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3834
3835         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
3836         * bufferview_funcs.C (put_selection_at): use the above
3837
3838 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3839
3840         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
3841
3842 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3843
3844         * output_linuxdoc.h:
3845         * output_plaintext.h:
3846         * output.h:
3847         * output_docbook.h: add #include statements
3848
3849 2003-11-05  José Matos  <jamatos@lyx.org>
3850
3851         * output_docbook.[Ch]:
3852         * output_latex.[Ch]:
3853         * output_linuxdoc.[Ch]:
3854         * output_plaintext.[Ch]: New files for output formats.
3855         * output.[Ch]: New file for helper functions.
3856
3857         * buffer.[Ch]:
3858         * paragraph_funcs.[Ch]: output functions moved to new files.
3859
3860         * outputparams.h: rename of latexrunparams.h
3861
3862         * LaTeX.[Ch]:
3863         * buffer.[Ch]:
3864         * bufferlist.[Ch]:
3865         * converter.[Ch]:
3866         * exporter.C:
3867         * paragraph.[Ch]:
3868         * paragraph_funcs.[Ch]:
3869         * paragraph_pimpl.[Ch]:
3870         * tabular.[Ch]: rename ascii to plaintext
3871         and LatexRunParams to OutputParams.
3872
3873 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3874
3875         * iterators.[Ch] (text): require bv argument
3876         * undo.C (recordUndo):
3877         * lyxfunc.C (dispatch):
3878         * bufferview_funcs.C (put_selection_at): adjust
3879
3880 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
3881
3882         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
3883
3884 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3885
3886         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
3887         nestings
3888
3889 2003-11-04  André Pönitz  <poenitz@gmx.net>
3890
3891         * cursor.[Ch]: restructure
3892
3893         * BufferView.[Ch]:
3894         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
3895
3896         * iterators.[Ch] (asCursor): remove
3897
3898         * lfuns.h: remove LFUN_INSET_EDIT
3899
3900         * lyxfunc.C:
3901         * tabular.C:
3902         * text.C:
3903         * text2.C:
3904         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
3905
3906 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3907
3908         * lyxfind.[Ch]: complete overhaul
3909         * BufferView_pimpl.C:
3910         * lyxfunc.C: adjust
3911         * paragraph.[Ch] (insert): add
3912
3913 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3914
3915         * BufferView.[Ch]:
3916         * lyxtext.h:
3917         * text.C: remove dead spellcheck code
3918
3919 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3920
3921         * dispatchresult.h: add a val setter
3922
3923         * cursor.C (dispatch): use a tempvar for data_[i]
3924
3925 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3926
3927         * PosIterator.[Ch]: compile fix
3928
3929 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3930
3931         * text.C (cursorPar): deactivate the cursor cache
3932
3933 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3934
3935         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
3936
3937 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3938
3939         * text3.C (dispatch): adjust for new DisptchResult semantics.
3940
3941         * lyxfunc.C (dispatch): handle update when return from
3942         Cursor::dispatch, adjust for new DispatchResult semantics.
3943
3944         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
3945         DispatchResult(true) mean to not update. Add class functions for
3946         setting dispatched and update, as well as reading.
3947
3948         * cursor.C (dispatch): don't handle update here
3949
3950 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3951
3952         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
3953         * trans_mgr.C: adjust
3954
3955         * paragraph_funcs.C (readParToken): exception safety
3956
3957         * lyxvc.h: store the vcs pointer in a scoped_ptr
3958         * lyxvc.C: adjust
3959
3960         * lyxsocket.C (serverCallback): exception safety
3961
3962         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
3963
3964         * ispell.C (clone): make it return a auto_ptr
3965
3966         * factory.C (createInset): exception safety
3967         (readInset): exception safety
3968
3969         * bufferlist.C (newBuffer): exception safety
3970
3971         * Thesaurus.C (Thesaurus): use initialization for aik_
3972
3973         * MenuBackend.C (expandToc): exception safety.
3974
3975 2003-11-03  André Pönitz  <poenitz@gmx.net>
3976
3977         * buffer.C:
3978         * buffer.h:
3979         * bufferview_funcs.C: remove getInsetFromId()
3980
3981         * lyxcursor.[Ch]:
3982         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
3983
3984         * lyxfunc.C:
3985         * text2.C:
3986         * text3.C: adjust
3987
3988 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3989
3990         * PosIterator.C (distance, advance): new
3991         * bufferview_funcs.[Ch] (put_selection_at): new
3992         * iterators.[Ch] (lockPath): new
3993
3994 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
3995
3996         * iterators.[Ch] (asPosIterator): added
3997         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
3998         * PosIterator.[Ch]: added
3999
4000 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4001
4002         * text3.C:
4003         * lyxfunc.C:
4004         * cursor.C (dispatch):
4005         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
4006
4007         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
4008         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
4009         contructor, add a class function dispatched. Remove operator>=
4010
4011 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4012
4013         * debug.C: only use the default constructor for debugstream
4014         (lyxerr) here.
4015
4016         * main.C (main): include debug.h and setup the lyxerr streambuf
4017         here.
4018
4019 2003-10-31  José Matos  <jamatos@lyx.org>
4020
4021         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
4022
4023         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
4024         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
4025         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4026         * paragraph_pimpl.C (simpleTeXSpecialC):
4027         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
4028         add LatexRunParams argument.
4029
4030         * exporter.C (Export): change call accordingly.
4031
4032         * latexrunparams.h: add new member to take care of the other backends.
4033 2003-10-30  José Matos  <jamatos@lyx.org>
4034
4035         * buffer.C (makeLinuxDocFile, makeDocBookFile):
4036         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
4037         factorise code for paragraph output.
4038         * buffer.[Ch]:
4039         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
4040         move functions.
4041
4042 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4043
4044         * text3.C (dispatch):
4045         * lyxfunc.C (dispatch):
4046         * cursor.C (dispatch):
4047         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4048
4049         * dispatchresult.h: make the dispatch_result_t ctor explicit
4050
4051 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4052
4053         * sgml.[Ch]:
4054         * buffer.C: small refactoring of docbook stuff
4055
4056 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4057
4058         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4059         meaning.
4060
4061 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4062
4063         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4064         operator dispatch_result_t, and operators for == != and >=
4065
4066         * cursor.C (dispatch): adjust for operator dispatch_result_t
4067         removal. comment out call to update
4068
4069         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4070
4071 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4072
4073         * text3.C:
4074         * text2.C:
4075         * text.C:
4076         * lyxtext.h:
4077         * lyxfunc.C:
4078         * cursor.C:
4079         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4080         (dispatch):
4081
4082         * dispatchresult.h: new file, DispatchResult broken out of
4083         insets/insetbase.h
4084
4085         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4086
4087 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4088
4089         * text.C (rowBreakPoint): put a hack inside #if 0
4090
4091 2003-10-28  André Pönitz  <poenitz@gmx.net>
4092
4093         * lyxtext.h:
4094         * metricsinfo.C:
4095         * paragraph_funcs.C:
4096         * rowpainter.C:
4097         * text.C:
4098         * text2.C: general cleanup (lots of small stuff)
4099
4100 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4101
4102         * text2.C (cursorEnd): simple fix to the "end key goes to one
4103         before the end on last row" bug
4104
4105 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4106
4107         * text.C (backspace): fix the "zombie characters"
4108
4109 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4110
4111         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4112
4113 2003-10-27  André Pönitz  <poenitz@gmx.net>
4114
4115         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4116
4117         * factory.C: handle new InsetPagebreak, InsetLine
4118
4119         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4120         and move handling into new InsetPagebreak, InsetLine
4121
4122         * BufferView_pimpl.C:
4123         * LyXAction.C:
4124         * ParagraphParameters.C:
4125         * ParameterStruct.h:
4126         * lyxfunc.C:
4127         * lyxtext.h:
4128         * paragraph.C:
4129         * paragraph.h:
4130         * paragraph_funcs.C:
4131         * paragraph_pimpl.C:
4132         * rowpainter.C:
4133         * text.C:
4134         * text2.C:
4135         * text3.C: adjust
4136
4137 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4138
4139         * text.C:
4140         * lyxrow_funcs.[Ch]:
4141         * Bidi.C:
4142         * paragraph.C:
4143         * lyxtext.h:
4144         * rowpainter.C:
4145         * text2.C:
4146         * text3.C: remove lastPos uses in favour of Row::endpos
4147
4148 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4149
4150         * undo.C (performUndoOrRedo): fix two crashes by setting a
4151         cursor by hand and reordering some calls. Use bv->lockInset instead
4152         of inset->edit because the latter loses cursor information
4153
4154 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4155
4156         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4157         by Martin
4158         (rowBreakPoint): fix width. change point to point + 1.
4159         Add a missing check.
4160
4161 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4162
4163         * MenuBackend.C:
4164         * lyxfunc.C: fix (at least partly) the problems
4165         with the Nav menu and headers inside branch insets
4166         reported by Kayvan
4167
4168 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4169
4170         * paragraph.C (getChar): add strong asserts
4171
4172         * lyxrow_funcs.C (lastPos): remove hideous hack
4173
4174         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4175         (fill): adjust to that (avoid an infinite loop)
4176
4177 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4178
4179         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4180
4181 2003-10-23  André Pönitz  <poenitz@gmx.net>
4182
4183         * RowList_fwd.h: change list<> to vector<> to gain speed
4184         after suggestion from Alfredo
4185
4186 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4187
4188         * lyxtext.h: move the bidi stuff from here...
4189         * text.C: and here
4190         * text2.C: and here
4191         * Bidi.[Ch]: ... to here
4192
4193 2003-10-23  André Pönitz  <poenitz@gmx.net>
4194
4195         * lyxtext.h:
4196         * text.C (isLastRow, isFirstRow): new functions
4197
4198         * paragraph.h: new width cache member
4199
4200         * rowpainter.C: replace RowList::iterator with Row & where possible
4201
4202         * lyxfunc.C: replace several view()->text with a single call
4203
4204         * toc.C: fix 'unused' warning
4205
4206 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4207
4208         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4209         when woring with stream::pos_type
4210         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4211
4212 2003-10-22  André Pönitz  <poenitz@gmx.net>
4213
4214         * lyxtext.h:
4215         * text.C: use Row & instead of RowList::iterator
4216
4217         * lyxrow.h: rename end() to endpos()
4218
4219         * rowpainter.C:
4220         * text.C:
4221         * text2.C: adjust
4222
4223 2003-10-22  Angus Leeming  <leeming@lyx.org>
4224
4225         * buffer.[Ch] (fully_loaded): new member function, returning true
4226         only when the file has been loaded fully.
4227         Used to prevent the premature generation of previews and by the
4228         citation inset to prevent computation of the natbib-style label.
4229
4230         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4231         templates are all set up.
4232
4233         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4234
4235 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4236
4237         * text.C: fixed an "oops" in the "is a bit silly"
4238         bug fix
4239
4240 2003-10-21  André Pönitz  <poenitz@gmx.net>
4241
4242         * FuncStatus.[Ch]: small stuff, whitespace
4243
4244         * lyxfont.[Ch]: operator<<() for debug reasons
4245
4246         * lyxfunc.C:
4247         * lyxrow_funcs.C:
4248         * lyxtext.h: whitespace, spelling
4249
4250         * paragraph.C: naming of variables
4251
4252         * text.C:
4253         * text2.C: small stuff
4254
4255
4256 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4257
4258         * text.C: (1) finish off the inset display() work;
4259         (2) fix the "is a bit silly" bug (accessing char
4260         past end of par).
4261
4262 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4263
4264         * text.C: re-introduce display() for insets, fixing the
4265         various bugs (stretch of line above, math inset
4266         positioning, ...)
4267
4268 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4269
4270         * text.C (rightMargin): remove spurious semicolon
4271
4272         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4273         1415)
4274
4275 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4276
4277         * text3.C: fix one crash due to wrong cursor def
4278
4279 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4280
4281         * vc-backend.C (scanMaster): make the regex static
4282
4283         * LaTeX.C (scanAuxFile): make the regexs static
4284
4285         * text3.C (doInsertInset, dispatch, dispatch):
4286         * text2.C (cursorUp, cursorDown):
4287         * text.C (selectNextWordToSpellcheck):
4288         * BufferView_pimpl.C (dispatch):
4289         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4290
4291 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4292
4293         * lyxsocket.C: include <cerrno>
4294
4295 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4296
4297         * lyxfunc.C (dispatch): remove textcache stuff
4298
4299         * bufferlist.C (release): remove textcache stuff
4300         (closeAll): ditto
4301
4302         * TextCache.C: delete file
4303         * TextCache.h: delete file
4304
4305         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4306
4307         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4308         delete of the bv_->text.
4309         (resizeCurrentBuffer): remove texcache stuff
4310         (workAreaResize): ditto
4311
4312 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4313
4314         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4315         action.
4316
4317 2003-10-16  André Pönitz  <poenitz@gmx.net>
4318
4319         * lyxrow.[Ch]:
4320         * paragraph.h:
4321         * rowpainter.C:
4322         * text.C:
4323         * text2.C:
4324         * text3.C: speed up by storing y positions per paragraph plus per-row
4325         offset instead of having a 'full' y position in the row.
4326
4327 2003-10-15  André Pönitz  <poenitz@gmx.net>
4328
4329         * iterators.[Ch]:
4330         * iterators.[Ch]:
4331         * undo.[Ch]: make undo aware of inner insets
4332
4333 2003-10-14  Angus Leeming  <leeming@lyx.org>
4334
4335         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4336         static member functions LyX::ref() and LyX::cref.
4337         (lastfiles): new accessor functions for the new lastfiles_ member var.
4338         (addLyXView, views_): add a new LyXView to the list of views_.
4339         (updateInset): loop over all LyXViews to call their own updateInset
4340         member function, returning a pointer to the Buffer owning the inset.
4341
4342         * BufferView_pimpl.C (loadLyXFile):
4343         * MenuBackend.C (expandLastfiles):
4344         * bufferlist.C (MenuWrite, QuitLyX):
4345         lastfiles is no longer a global variable.
4346         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4347
4348         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4349         static function. Access through LyX::cref().emergencyCleanup().
4350
4351 2003-10-14  André Pönitz  <poenitz@gmx.net>
4352
4353         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4354
4355         * undo.[Ch]: restoring part of 'undo in insets'
4356
4357         * Makefile.am:
4358         * undo_funcs.[Ch]: merge with undo.[Ch]
4359
4360         * tabular.C: small cleansing stuff
4361
4362 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4363
4364         * paragraph_funcs.C (readParToken): report unknown insets as error
4365         boxes. Use the outer paragraph as location (also for unknown
4366         tokens).
4367
4368         * factory.C (readInset): do not abort on reading an unknown inset.
4369         Eat it and return 0.
4370
4371 2003-10-13  Angus Leeming  <leeming@lyx.org>
4372
4373         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4374
4375         * lyxrc.C: displayTranslator is now a function,
4376         declared in GraphicsTypes.h.
4377
4378 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4379
4380         * format.C: new placeholder $$a to pass the socket address.
4381
4382         * bufferlist.[Ch]: new function getBufferFromTmp.
4383
4384         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4385           files in the temporary dir.
4386
4387 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4388
4389         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4390
4391         * Makefile.am: add lyxsocket.[Ch].
4392
4393         * lyx_main.C (error_handler): handle SIGPIPE.
4394
4395 2003-10-13  André Pönitz  <poenitz@gmx.net>
4396
4397         * BufferView_pimpl.C:
4398         * lyxtext.h:
4399         * text.C:
4400         * text2.C:
4401         * text3.C:
4402         * undo_funcs.[Ch]: use paroffset_type instead of
4403           ParagraphList::iterators to prevent multiple conversion
4404           (and get a more robust interface)
4405
4406 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4407
4408         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4409         * lyxtext.h: ditto
4410         * text3.C (dispatch): ditto
4411
4412 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4413
4414         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4415         move the onlyfile, use onlyfile instead of foundfile in a couple
4416         of places.
4417
4418         * DepTable.C (update): flush the error stream a bit more
4419
4420 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4421
4422         * lyxserver.C (callback): adjust
4423
4424         * lyxfunc.C (getStatus): add a missing brace in commented code
4425         (ensureBufferClean): reindent
4426         (dispatch): delete version taking a string
4427
4428 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4429
4430         * LaTeX.C (deplog): move found file handlig from here...
4431         (handleFoundFile): .. to new function here.
4432         (deplog): make sure to discover several files mentioned on the
4433         same log line.
4434
4435 2003-10-10  André Pönitz  <poenitz@gmx.net>
4436
4437         * lyxfunc.C:
4438         * lyxtext.h:
4439         * tabular.C:
4440         * text.C:
4441         * text2.C:
4442         * text3.C: fix some of the tabular crashes
4443
4444 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4445
4446         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4447
4448         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4449
4450 2003-10-09  André Pönitz  <poenitz@gmx.net>
4451
4452         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4453
4454         * BufferView.C:
4455         * BufferView_pimpl.C:
4456         * bufferview_funcs.C:
4457         * lyx_cb.C:
4458         * lyxcursor.C:
4459         * lyxfind.C:
4460         * lyxfunc.C:
4461         * lyxtext.h:
4462         * text.C:
4463         * text2.C:
4464         * text3.C:
4465         * text_funcs.[Ch]:
4466         * textcursor.[Ch]:
4467         * undo_funcs.C: adjust
4468
4469 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4470
4471         * text2.C (incrementItemDepth): new function, use a backtracking
4472         algorithm to discover the correct item depth.
4473         (resetEnumCounterIfNeeded): new function, use a backtracking
4474         algorithm to discover if counter reset is needed.
4475         (setCounter): use them. Simplify a bit. Add different labels for
4476         different item depths for itemize.
4477
4478         * paragraph.C (Paragraph): remove initialization of enumdepth
4479         (operator=): ditto
4480
4481         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4482         enumerate and itemize. Change the type of itemdepth to signed char.
4483
4484 2003-10-08  André Pönitz  <poenitz@gmx.net>
4485
4486         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4487           thing assignable.
4488         * text.C:
4489         * text2.C: adjust
4490
4491         * tabular.[Ch]: fix crash after 'row-insert'
4492
4493 2003-10-08  Angus Leeming  <leeming@lyx.org>
4494
4495         Fix doxygen warnings.
4496
4497         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4498         Remove CutAndPaste:: prefix from header file declaration.
4499
4500         * LColor.h (fill): remove LColor:: prefix from declaration.
4501
4502         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4503         use lyx::depth_type rather than Paragraph::depth_type so that
4504         header file and .C file match.
4505
4506         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4507
4508         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4509         * aspell.C: \file aspell_local.C -> \file aspell.C
4510         * gettext.C: \file gettext.C -> \file src/gettext.C
4511         * gettext.h: \file gettext.h -> \file src/gettext.h
4512         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4513         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4514         * text.C: \file text.C -> \file src/text.C
4515
4516         * toc.C: move comment so that doxygen is not confused.
4517
4518 2003-10-07  Angus Leeming  <leeming@lyx.org>
4519
4520         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4521
4522 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4523
4524         * aspell.C:
4525         * aspell_local.h: add forgotten std::string's.
4526
4527 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4528
4529         * LaTeXFeatures.C:
4530         * LyXAction.C:
4531         * factory.C:
4532         * lfuns.h:
4533         * lyxfunc.C:
4534         * text3.C: The Box patch. Fancybox support, minipage, parbox
4535
4536 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4537
4538         * CutAndPaste.h:
4539         * DepTable.h:
4540         * FloatList.h:
4541         * LaTeXFeatures.h:
4542         * ParagraphParameters.h:
4543         * TextCache.h:
4544         * Thesaurus.h:
4545         * bufferlist.h:
4546         * exporter.h:
4547         * importer.h:
4548         * lastfiles.h:
4549         * lyxfind.h:
4550         * lyxfont.h:
4551         * lyxlex.h:
4552         * lyxtextclasslist.h:
4553         * messages.h:
4554         * paragraph.h:
4555         * paragraph_pimpl.C:
4556         * textcursor.h: add <string> and other small fixes to make Lars'
4557         std::string patch compile with STLport.
4558
4559 2003-10-06  Angus Leeming  <leeming@lyx.org>
4560
4561         * LColor.h: Add missing #include <string>.
4562
4563 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4564
4565         * All most all file in all subdirs: Make <string> be the prefered
4566         way of getting to std::string, add using declarations.
4567
4568 2003-10-06  André Pönitz  <poenitz@gmx.net>
4569
4570         * metricsinfo.C: initialize LyXFont before changing attribute.
4571         (fixes the 'math in \emph is upright' bug)
4572
4573 2003-10-06  André Pönitz  <poenitz@gmx.net>
4574
4575         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4576
4577 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4578
4579         * graph.C:
4580         * paragraph_pimpl.C: Small fixes to build using STLport
4581
4582 2003-10-02  André Pönitz  <poenitz@gmx.net>
4583
4584         * lyxfunc.C:
4585         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4586
4587 2003-10-01  André Pönitz  <poenitz@gmx.net>
4588
4589         * factory.C: assert early
4590
4591 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4592
4593         * lyx_main.C: remove the global debug object
4594
4595         * debug.h: adjust for new debugstream
4596
4597         * debug.C: adjust for new debugstream and keep the global debug
4598         object here.
4599
4600 2003-09-22  Angus Leeming  <leeming@lyx.org>
4601
4602         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4603         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4604         an incomplete class LyXFont.
4605
4606 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4607
4608         * factory.C: bug fix in branches
4609
4610 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4611
4612         * lyxfunc.C (processKeySym): adjust
4613         (dispatch): adjust
4614         (dispatch): change arg name from ev to func, adjust
4615         (sendDispatchMessage): ditto
4616
4617         * lyx_main.C (defaultKeyBindings): adjust keybindings
4618         (deadKeyBindings): ditto
4619
4620         * kbsequence.C (addkey): return a FuncRequest
4621
4622         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4623
4624         * kbmap.C (bind): take a FuncRequest as arg, adjust
4625         (read): adjust
4626         (lookup): adjust
4627         (defkey): change to take a FuncRequest as arg, adjust
4628         (findbinding): take a FuncRequest as arg, adjust.
4629
4630         * funcrequest.h (operator=): added
4631
4632         * funcrequest.C (FuncRequest): default kb_action changed from
4633         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4634
4635         * buffer.C (dispatch): simplify
4636         (dispatch): adjust to take a FuncRequest as arg, adjust
4637
4638         * boost.C (assertion_failed): change assertion message slightly
4639
4640         * ToolbarBackend.C (read): simplify
4641
4642         * MenuBackend.C (binding): adjust call to findbinding, add a
4643         message if no binding is found.
4644         (read): simplify
4645         (expandToc): correct by adding a empty FuncRequest
4646
4647         * LyXAction.C: include <boost/assert.hpp>
4648         (isPseudoAction): delete function
4649         (LookupFunc): change name to...
4650         (lookupFunc): this. change return type to FuncRequest.
4651         (getActionName): take kb_action as arg, simplify
4652         (funcHasFlag): add an assert, simplify.
4653
4654 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4655
4656         * toc.C (action): return a FuncRequest, simplify
4657
4658         * lyxfunc.C (processKeySym): adjust
4659         (getStatus): delete version that takes an int.
4660         (getStatus): adjust
4661         (dispatch): delete version that takes action as int
4662         (dispatch): adjust
4663         (sendDispatchMessage): simplify and adjust
4664
4665         * funcrequest.C (getArg): take unsigned int as arg
4666
4667         * ToolbarBackend.C (read): adjust
4668         (add): delete version that takes func as a string.
4669         (getIton): take a FuncRequest as arg
4670
4671         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4672         action.
4673
4674         * MenuBackend.C (MenuItem): add a new construct that only takes a
4675         Kind, simplify the constructor use for submenus.
4676         (add): adjust
4677         (expandLastfiles): adjust
4678         (expandDocuments): adjust
4679         (expandFormats): adjust
4680         (expandFloatListInsert): adjust
4681         (expandFloatInsert): adjust
4682         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4683
4684         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4685         Remove class variables lyx_pseudo_map and lyx_arg_map
4686
4687         * LyXAction.C (searchActionArg): delete function
4688         (getPseudoAction): delete function
4689         (retrieveActionArg): delete function
4690         (LookupFunc): make it return kb_action, simplify.
4691         (getActionName): simplify
4692
4693         * factory.C (createInset): fix new bug
4694
4695 2003-09-19  Angus Leeming  <leeming@lyx.org>
4696
4697         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4698         masterFilename_ parameter in the include inset.
4699
4700         * factory.C (createInset): changes due to the changes to InsetInclude.
4701
4702 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4703
4704         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4705
4706 2003-09-18  Angus Leeming  <leeming@lyx.org>
4707
4708         * buffer.C:
4709         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4710         Inset::fillWithBibKeys.
4711         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4712
4713 2003-09-18  Angus Leeming  <leeming@lyx.org>
4714
4715         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4716         variables.
4717         (ctor): pass and store a 'Buffer const &'
4718         (buffer): new member function.
4719
4720         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4721         '*this' to the LaTeXFeatures ctor.
4722
4723 2003-09-18  Angus Leeming  <leeming@lyx.org>
4724
4725         * LColor.h:
4726         * lyxfont.C:
4727         * lyxfont.h:
4728         * lyxtext.h:
4729         * text.C: rename EnumLColor as LColor_color.
4730
4731 2003-09-18  Angus Leeming  <leeming@lyx.org>
4732
4733         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4734         remove #include "insets/insetbase.h" from cursor.h.
4735
4736 2003-09-18  Angus Leeming  <leeming@lyx.org>
4737
4738         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4739         InsetOld_code to remove #include "inset.h".
4740
4741         * iterators.C: add #include "insets/inset.h"
4742
4743 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4744
4745         * BufferView.C: remove more locking stuff that apparently doesn't
4746         do anything sensible.
4747
4748 2003-09-16  André Pönitz  <poenitz@gmx.net>
4749
4750         * paragraph.[Ch]:
4751         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4752           performance boost.
4753
4754 2003-09-16  Angus Leeming  <leeming@lyx.org>
4755
4756         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4757
4758         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4759         arg/return type.
4760
4761         * paragraph.h: remove #include "lyxfont.h". Forward declare
4762         LyXFont_size.
4763
4764 2003-09-16  Angus Leeming  <leeming@lyx.org>
4765
4766         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4767         of support/textutils.h.
4768         (isWord): move the contents of support/textutils.h's IsWordChar here.
4769
4770         * buffer.C:
4771         * lyxfind.C:
4772         * rowpainter.C:
4773         * text.C:
4774         * text2.C: add #include "paragraph.h".
4775
4776         * rowpainter.C:
4777         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4778
4779 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4780
4781         * main.C:
4782         * lyx_main.C:
4783         * lyx_cb.C:
4784         * buffer.C:
4785         * LaTeX.C: use namespace alias for lyx::support::os
4786
4787 2003-09-16  Angus Leeming  <leeming@lyx.org>
4788
4789         * bufferparams.C:
4790         * bufferview_funcs.C:
4791         * factory.C:
4792         * lyxfunc.C:
4793         * paragraph_pimpl.C:
4794         * rowpainter.C:
4795         * text.C: add #include "LColor.h".
4796
4797 2003-09-16  Angus Leeming  <leeming@lyx.org>
4798
4799         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
4800         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
4801         return LyXFont &.
4802         Store the FontBits::color variable as an int rather than as an
4803         LColor::colorso that we can move LColor.h out of the lyxfont.h header
4804         file.
4805
4806         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
4807         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
4808         string calls together.
4809
4810         * lyxrc.C: add #include "LColor.h".
4811
4812 2003-09-15  Angus Leeming  <leeming@lyx.org>
4813
4814         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
4815         a cow_ptr.
4816
4817 2003-09-15  Angus Leeming  <leeming@lyx.org>
4818
4819         * LColor.h: add an EnumLColor wrapper for LColor::color.
4820
4821         * lyxfont.[Ch] (color, setColor, realColor):
4822         * lyxtext.h, text.C (backgroundColor):
4823         pass EnumLColor args to/from the functions, rather than LColor::color
4824         ones.
4825
4826         * lyxfont.h:
4827         * lyxtext.h: forward declare EnumLColor.
4828
4829         * lyx_main.C: add #include "LColor.h".
4830
4831 2003-09-15  Angus Leeming  <leeming@lyx.org>
4832
4833         * .cvsignore: add lyx-gtk.
4834
4835 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4836
4837         * Chktex.C
4838         * LaTeX.C
4839         * LaTeXFeatures.C
4840         * ParagraphParameters.C
4841         * Spacing.C
4842         * buffer.C
4843         * bufferparams.C
4844         * bufferview_funcs.C
4845         * chset.C
4846         * counters.C
4847         * funcrequest.C
4848         * lyxfont.C
4849         * lyxgluelength.C
4850         * lyxlength.C
4851         * paragraph.C
4852         * paragraph_funcs.C
4853         * text3.C
4854         * vc-backend.C: remove usage of STRCONV
4855
4856 2003-09-15  Angus Leeming  <leeming@lyx.org>
4857
4858         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
4859         explicitly define the color passed to the painter.
4860
4861 2003-09-15  Angus Leeming  <leeming@lyx.org>
4862
4863         * bufferparams.C (BufferParams): reorder member initializers to avoid
4864         compiler warning.
4865
4866 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
4867
4868         * CutAndPaste.C (pasteSelection): remove an outdated #warning
4869         * text.C (updateRowPositions): remove an unusual nop
4870
4871 2003-09-12  André Pönitz  <poenitz@gmx.net>
4872
4873         * BufferView_pimpl.C:
4874         * Bullet.C:
4875         * layout.h:
4876         * lyxfunc.C:
4877         * lyxlayout.[Ch]:
4878         * lyxtextclass.C:
4879         * rowpainter.C:
4880         * text.C:
4881         * text2.C:
4882         * Counters.[Ch]: finish the 'automatic counters' job
4883
4884 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4885
4886         * aspell.C: include <boost/assert.cpp> (compile fix)
4887
4888 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
4889
4890         * boost.C (assertion_failed): use lyx::support::abort instead of
4891         assert.
4892
4893 2003-09-10  Angus Leeming  <leeming@lyx.org>
4894
4895         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
4896         with their _fwd progeny.
4897
4898 2003-09-09  Angus Leeming  <leeming@lyx.org>
4899
4900         134 files throughtout the source tree: replace 'using namespace abc;'
4901         directives with the appropriate 'using abc::xyz;' declarations.
4902
4903 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4904
4905         * boost.C (emergencyCleanup): moved here from LAssert.c
4906         (assertion_failed): new function, called by BOOST_ASSERT
4907
4908         * several files: change Assert to BOOST_ASSERT
4909
4910 2003-09-09  Angus Leeming  <leeming@lyx.org>
4911
4912         * buffer.[Ch]: Add an Impl class and move Buffer's member
4913         variables into it. As a result move several header files out of
4914         buffer.h.
4915
4916         Add header files to lots of .C files all over the tree as a result.
4917
4918 2003-09-09  Angus Leeming  <leeming@lyx.org>
4919
4920         * buffer.[Ch]: make Buffer's member variables private. Add
4921         accessor functions.
4922
4923         Lots of changes all over the tree as a result.
4924
4925 2003-09-08  Angus Leeming  <leeming@lyx.org>
4926
4927         * graph.C: #include <config.h>.
4928
4929 2003-09-08  Angus Leeming  <leeming@lyx.org>
4930
4931         * BranchList.C:
4932         * BufferView.C:
4933         * BufferView_pimpl.C:
4934         * CutAndPaste.C:
4935         * DepTable.C:
4936         * LaTeX.C:
4937         * LaTeXFeatures.C:
4938         * LyXAction.C:
4939         * MenuBackend.C:
4940         * TextCache.C:
4941         * aspell.C:
4942         * buffer.C:
4943         * bufferlist.C:
4944         * changes.C:
4945         * chset.C:
4946         * converter.C:
4947         * counters.C:
4948         * debug.C:
4949         * graph.C:
4950         * ispell.C:
4951         * lyx_cb.C:
4952         * lyxfind.C:
4953         * lyxfunc.C:
4954         * lyxlex_pimpl.C:
4955         * lyxrc.C:
4956         * lyxrow.C:
4957         * paragraph.C:
4958         * rowpainter.C:
4959         * texrow.C:
4960         * text.C:
4961         * text2.C:
4962         * toc.C: remove redundant using directives.
4963
4964 2003-09-07  Angus Leeming  <leeming@lyx.org>
4965
4966         * LaTeXFeatures.h: remove #include "support/types.h".
4967         * ToolbarBackend.h: remove #include <algorithm>.
4968         * changes.h: remove #include <ctime>.
4969         * debug.h: remove #include <iosfwd>.
4970         * graph.h: remove #include "support/std_string.h".
4971         * lyx_main.h: remove #include <csignal>.
4972         * lyxlex_pimpl.h: remove #include <fstream>.
4973         * sgml.h: remove #include <algorithm>, <utility>.
4974         * toc.h: remove #include "support/std_ostream.h".
4975         Add #include <iosfwd>.
4976
4977 2003-09-07  Angus Leeming  <leeming@lyx.org>
4978
4979         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
4980
4981         * converter.h: forward declare LatexRunParams.
4982         * encoding.h: remove #include "lyxrc.h".
4983         * lyxtext.h: remove #include "LColor.h".
4984         * lyxtextclass.h: remove #include "support/types.h".
4985         * trans.h: remove #include "tex-accent.h".
4986         * trans_mgr.h: remove #include "tex-accent.h".
4987         * insets/inset.h: remove #include "support/types.h", <vector>.
4988         * insets/insetcollapsable.h: remove #include "LColor.h".
4989         * insets/insetinclude.h: remove #include "dimension.h".
4990         * insets/insetlatexaccent.h: remove #include "dimension.h".
4991         * insets/insetoptarg.h:: remove #include "insettext.h".
4992         * insets/insettext.h: remove #include "dimension.h",
4993         <boost/shared_ptr.hpp>
4994
4995         * insets/renderers.h: add #include "dimension.h".
4996         * insets/updatableinset.h: add #include "support/types.h".
4997
4998         * many .C files: Associated changes.
4999
5000 2003-09-06  Angus Leeming  <leeming@lyx.org>
5001
5002         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
5003         one, inside testInvariant.
5004
5005         * PrinterParams.C: new file.
5006         * PrinterParams.[Ch]: move the function bodies out of line.
5007
5008 2003-09-06  Angus Leeming  <leeming@lyx.org>
5009
5010         * ParagraphParameters.h: forward declare ParameterStruct rather than
5011         including its header file.
5012         (depth): moved out-of-line.
5013
5014 2003-09-06  Angus Leeming  <leeming@lyx.org>
5015
5016         * BufferView_pimpl.h:
5017         * kbmap.h:
5018         * kbsequence.h:
5019         * lyxfunc.h: forward declare LyXKeySym rather than
5020         #include "frontends/LyXKeySym.h".
5021
5022         * BufferView_pimpl.C:
5023         * kbmap.C:
5024         * kbsequence.C:
5025         * lyxfunc.C: associated changes.
5026
5027 2003-09-06  Angus Leeming  <leeming@lyx.org>
5028
5029         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5030         As a result, can remove the #include "insets/inset.h" from BufferView.h
5031
5032 2003-09-06  Angus Leeming  <leeming@lyx.org>
5033
5034         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
5035         As a result, can remove the #include "insets/inset.h" from BufferView.h
5036
5037 2003-09-06  Angus Leeming  <leeming@lyx.org>
5038
5039         * buffer_funcs.C:
5040         * buffer.h:
5041         * bufferlist.C:
5042         * BufferView.C:
5043         * bufferview_funcs.C:
5044         * BufferView_pimpl.C:
5045         * CutAndPaste.C:
5046         * lyx_cb.C:
5047         * lyxfunc.C:
5048         * paragraph.h:
5049         * ParagraphParameters.C:
5050         * tabular.C:
5051         * text3.C:
5052         * toc.C:
5053         * undo_funcs.C:
5054         * frontends/controllers/ControlDocument.C:
5055         * insets/insetcaption.C: rearrange the #includes into some sort of
5056         coherent order.
5057
5058         * buffer.h: remove #includes ErrorList.h, undo.h
5059
5060 2003-09-06  Angus Leeming  <leeming@lyx.org>
5061
5062         * support/types.h: add a 'depth_type' typedef, used to store the
5063         nesting depth of a paragraph.
5064
5065         * paragraph.h:
5066         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5067         defining explicitly.
5068
5069         * buffer.h:
5070         * paragraph_funcs.h:
5071         * ParagraphParameters.h:
5072         * sgml.h: use lyx::depth_type rather than Paragraph or
5073         ParameterStruct's depth_type.
5074
5075         * buffer.h
5076         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5077
5078         * BufferView.C:
5079         * BufferView_pimpl.C:
5080         * CutAndPaste.C:
5081         * ParagraphParameters.C:
5082         * buffer_funcs.C:
5083         * bufferlist.C:
5084         * bufferview_funcs.C:
5085         * lyx_cb.C:
5086         * lyxfunc.C:
5087         * tabular.C:
5088         * text3.C:
5089         * toc.C:
5090         * undo_funcs.C:
5091         * frontends/LyXView.C:
5092         * frontends/controllers/ControlDocument.C:
5093         * frontends/controllers/ControlErrorList.C:
5094         * insets/insetbibitem.C:
5095         * insets/insetbranch.C:
5096         * insets/insetcaption.C:
5097         * insets/insetcollapsable.C:
5098         * insets/insetenv.C:
5099         * insets/insetert.C:
5100         * insets/insetfloat.C:
5101         * insets/insetfoot.C:
5102         * insets/insetfootlike.C:
5103         * insets/insetnewline.C:
5104         * insets/insetquotes.C:
5105         * insets/insettabular.C:
5106         * insets/insettext.C:
5107         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5108
5109         * frontends/controllers/ControlChanges.C: #include "changes.h".
5110
5111 2003-09-06  Angus Leeming  <leeming@lyx.org>
5112
5113         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5114         than #including paragraph.h.
5115
5116         * ParagraphList.h:
5117         * RowList.h: deleted. Superfluous.
5118
5119         * CutAndPaste.h:
5120         * iterators.h:
5121         * lyxcursor.h:
5122         * lyxtext.h:
5123         * text_funcs.h:
5124         * undo.h:
5125         * undo_funcs.h:
5126         * insets/inset.h:
5127         * insets/insettext.h: use ParagraphList_fwd.h rather than
5128         ParagraphList.h.
5129
5130         * paragraph.h: don't forward declare ParagraphList.
5131
5132         * buffer.h:
5133         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5134         rather than ParagraphList.h. paragraph.h is still needed for the
5135         Paragraph::depth_type parameters.
5136
5137         * textcursor.h: enable it to compile stand-alone in light of the
5138         above changes.
5139
5140         * bufferview_funcs.C:
5141         * iterators.C:
5142         * lyxfunc.C:
5143         * lyxrow_funcs.C:
5144         * paragraph.C:
5145         * rowpainter.C:
5146         * text.C:
5147         * text2.C:
5148         * text3.C:
5149         * text_funcs.C:
5150         * textcursor.C:
5151         * undo.C:
5152         * frontends/controllers/ControlParagraph.C:
5153         * frontends/controllers/ControlTabular.C:
5154         * insets/insetmarginal.C:
5155         * insets/insetminipage.C:
5156         * insets/insetnote.C:
5157         * insets/insetoptarg.C: add header files needed to compile again.
5158
5159 2003-09-06  Angus Leeming  <leeming@lyx.org>
5160
5161         * RowList_fwd.h: new file, forward-declaring Row rather than
5162         #including lyxrow.h.
5163
5164         * lyxrow_funcs.h:
5165         * lyxtext.h:
5166         * paragraph.h:
5167         * insets/insettext.h: use it instead of RowList.h
5168
5169         * bufferview_funcs.C:
5170         * lyxfunc.C:
5171         * lyxrow_funcs.C:
5172         * paragraph.C:
5173         * rowpainter.C:
5174         * text.C:
5175         * text2.C:
5176         * text3.C: #include "RowList.h".
5177
5178 2003-09-05  Angus Leeming  <leeming@lyx.org>
5179
5180         * factory.C (createInset):
5181         * vspace.C (c-tor): replace sscanf call with an istringstream.
5182         * ispell.C: re-add missing HP/UX headers.
5183         * lyxserver.C: re-add missing  os2 headers.
5184
5185 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5186
5187         * BranchList.C:
5188         * graph.C:
5189         * ispell.C:
5190         * lastfiles.C:
5191         * lyx_cb.C:
5192         * lyxserver.C:
5193         * texrow.C:
5194         * text3.C: re-add missing system headers, needed for 2.95.2.
5195
5196 2003-09-05  Angus Leeming  <leeming@lyx.org>
5197
5198         Changes most place everywhere due to the removal of using directives
5199         from support/std_sstream.h.
5200
5201 2003-09-05  Angus Leeming  <leeming@lyx.org>
5202
5203         Replace LString.h with support/std_string.h,
5204         Lsstream.h with support/std_sstream.h,
5205         support/LIstream.h with support/std_istream.h,
5206         support/LOstream.h with support/std_ostream.h.
5207
5208         Changes resulting throughout the tree.
5209
5210 2003-09-05  Angus Leeming  <leeming@lyx.org>
5211
5212         * sgml.h: ensure that the header file can be compiled stand-alone.
5213         * *.C: strip out redundant #includes. (320 in total.)
5214
5215 2003-09-04  Angus Leeming  <leeming@lyx.org>
5216
5217         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5218         here (from getPackages).
5219
5220         * debug.[Ch]: add a new EXTERNAL tag.
5221
5222 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5223
5224         * text2.C (cursorEnd): simplify
5225         (setCursor): adjust
5226         (getColumnNearX): adjust
5227
5228         * text.C (computeBidiTables): adjust
5229         (fill): adjust
5230
5231         * rowpainter.C (paintChars): adjust
5232         (paintSelection): adjust
5233         (paintChangeBar): adjust
5234         (paintText): adjust
5235
5236         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5237         lastPos instead.
5238         (numberOfSeparators): adjust
5239
5240 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5241
5242         * LyXAction.C:
5243         * box.[Ch]:
5244         * lfuns.h:
5245         * lyxfunc.C:
5246         * text3.C: Restricts the mouse click functionality
5247         of insets like bibtex, include, toc and floatlist to the visible
5248         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5249         up the dialogs. Cursor has to be in front of the inset (i.e.
5250         start of row) for this to function.
5251
5252 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5253
5254         * bufferview_funcs.C (currentState): output row information
5255
5256 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5257
5258         * bufferview_funcs.C (currentState): output paragraph position
5259
5260 2003-09-04  Angus Leeming  <leeming@lyx.org>
5261
5262         * FloatList.h: move out #include "Floating.h".
5263         * LaTeX.h: move out #include "DepTable.h".
5264         * LyXAction.h: move out #include "funcrequest.h".
5265         * buffer.h: move out #include "author.h", "iterators.h".
5266         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5267         * lyx_main.h: move out #include "errorlist.h".
5268         * lyxfunc.h: move out #include "FuncStatus.h".
5269         * lyxtext: move out #include "lyxcursor.h".
5270         * paragraph_pimpl.h: move out #include "counters.h".
5271
5272 2003-09-03  Angus Leeming  <leeming@lyx.org>
5273
5274         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5275         preamble_snippets list, enabling us to add snippets to the preamble
5276         only if the snippet was not there already.
5277
5278 2003-09-04  Angus Leeming  <leeming@lyx.org>
5279
5280         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5281
5282 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5283
5284         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5285         update
5286
5287 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5288
5289         * BranchList.C: point fix, earlier forgotten
5290
5291 2003-09-02  Angus Leeming  <leeming@lyx.org>
5292
5293         * box.C (contains): renamed from 'contained' after a fantastic
5294         amount of hot air.
5295
5296 2003-09-02  John Levon  <levon@movementarian.org>
5297
5298         * BufferView.C:
5299         * lyxcursor.h:
5300         * lyxcursor.C:
5301         * lyxfunc.C:
5302         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5303
5304 2003-09-02  John Levon  <levon@movementarian.org>
5305
5306         * text2.C: simplification of cursorEnd(), including partial
5307         fix for bug 1376
5308
5309 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5310
5311         * buffer.C (readFile): add a space
5312
5313 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5314
5315         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5316
5317 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5318
5319         * buffer.C (readFile): new function, take a filename and a
5320         ParagraphList::iterator
5321         (readFile): adjust
5322         (readFile): adjust, make it private. don't use setStream, make
5323         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5324         always contain the filename.
5325
5326         * BufferView.C (insertLyXFile): simplify and make it work for
5327         gzipped files.
5328
5329 2003-08-30  John Levon  <levon@movementarian.org>
5330
5331         * Makefile.am: fix dist (from Kayvan)
5332
5333 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5334
5335         * most files: change to use const Buffer refs
5336
5337 2003-08-27  André Pönitz  <poenitz@gmx.net>
5338
5339         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5340         on top of ownerPar().
5341
5342 2003-08-27  John Levon  <levon@movementarian.org>
5343
5344         * funcrequest.C: properly initialise POD members
5345
5346 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5347
5348         * lyxtext.h (top_y): move top_y from here
5349         * text.C:
5350         * text2.C:
5351         * text3.C:
5352         * BufferView.[Ch]:
5353         * BufferView_pimpl.[Ch]: to here
5354         * frontends/screen.C:
5355         * insets/insettabular.C:
5356         * insets/insettext.C: adjust
5357         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5358
5359 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5360
5361         * BufferView.[Ch]:
5362         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5363
5364 2003-08-26  André Pönitz  <poenitz@gmx.net>
5365
5366         * paragraph_func.[Ch] (outerPar): new function
5367
5368         * paragraph.C:
5369         * paragraph_funcs.C:
5370         * paragraph_funcs.h:
5371         * paragraph_pimpl.C:
5372         * text2.C: remove Inset::par_owner
5373
5374 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5375
5376         * lyxrow_funcs.C:
5377         * lyxtext.h:
5378         * text.C:
5379         * text2.C: eliminates the needFullRow/display() stuff
5380         altogether, putting the logic in metrics/draw in the insets.
5381
5382 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5383
5384         * text2.C (redoParagraphInternal, redoParagraphs):
5385         * text.C (redoParagraph): add a call to updateRowPositions at the
5386         end of each 'metrics-like' call. Remove all others.
5387         (getRow): remove the 'y-computing' version.
5388         (getRowNearY): do not compute nor return the real y. Solve the
5389         'y < 0' problem and simplify.
5390
5391 2003-08-22  Angus Leeming  <leeming@lyx.org>
5392
5393         * *.[Ch]: clean-up of licence and author blurbs.
5394         Also move config.h out of a few .h files and into a few .C files.
5395
5396 2003-08-22  André Pönitz  <poenitz@gmx.net>
5397
5398         * lyxrow.[Ch]: add x_ and *fill_ members
5399
5400         * lyxtext.h:
5401         * text.C:
5402         * rowpainter.C:
5403         * text2.C: adjust/remove prepareToPrint() calls
5404
5405 2003-08-22  André Pönitz  <poenitz@gmx.net>
5406
5407         * lyxrow.[Ch]: add  end_ member
5408
5409         * lyxrow_funcs.C: use LyXRow::end_
5410
5411         * lyxtext.h (singleWidth): add LyXFont parameter
5412
5413         * rowpainter.C:
5414         * text2.C: adjust LyXText::singleWidth() calls
5415
5416         * text.C (redoParagraph): simplify row breaking logic
5417
5418
5419 2003-08-19  André Pönitz  <poenitz@gmx.net>
5420
5421         * funcrequest.C: initialize button_ member
5422
5423         * text3.C:
5424         * rowpainter.[Ch]: interface consolidation
5425
5426 2003-08-18  André Pönitz  <poenitz@gmx.net>
5427
5428         * BufferView.C:
5429         * BufferView_pimpl.C:
5430         * lyxfind.C:
5431         * paragraph_funcs.C:
5432         * rowpainter.C:
5433         * text3.C: remove LyXScreen::draw() and fitCursor calls
5434
5435         * BranchList.h: remove spurious semicolons
5436
5437         * MenuBackend.C: fix branchlist related crash
5438
5439 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5440
5441         * BranchList.[Ch]:
5442         * InsetList.[Ch]:
5443         * LColor.[Ch]:
5444         * LyXAction.C:
5445         * Makefile.am:
5446         * MenuBackend.[Ch]:
5447         * bufferparams.[Ch]:
5448         * factory.C:
5449         * lfuns.h:
5450         * lyxfunc.C:
5451         * text3.C: implements the 'branch inset'
5452         idea. This allows the output of various versions of a document
5453         from a single source version, selectively outputing or suppressing
5454         output of parts of the text.
5455         This implementation contains a 'branch list editor' in a separate
5456         tab of the document settings dialog. Branches are user definable
5457         and have a "display colour" to distinguish them on-screen.
5458
5459         ColorHandler was somewhat cleaned up.
5460         (1) make possible a dynamically growing LColor list by allowing
5461         the graphic context cache to grow along (vector);
5462         (2) eliminate an IMHO unnecessary step in colour allocation.
5463
5464 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5465
5466         * BufferView_pimpl.C: compile fix
5467
5468 2003-08-15  André Pönitz  <poenitz@gmx.net>
5469
5470         * rowpainter.C: remove extra metrics calls
5471
5472         * lyxtext.h: merge the two constructors into a single one,
5473           pass reference to owner's par list
5474
5475         * BufferView_pimpl.C:
5476         * text.C:
5477         * text2.C: adjust
5478
5479 2003-08-15  André Pönitz  <poenitz@gmx.net>
5480
5481         * lyxrow_funcs.[Ch]:
5482         * lyxtext.h:
5483         * paragraph.h:
5484         * paragraph_funcs.C:
5485         * rowpainter.C:
5486         * text.C:
5487         * text2.C:
5488         * text3.C:
5489         * text_funcs.C: split LyXText::rowlist_ into individual
5490         Paragraph::rows_ chunks
5491
5492         * BufferView.[Ch]:
5493         * BufferView_pimpl.[Ch]:
5494         * lyxfind.C:
5495         * lyxtext.h:
5496         * text3.C: remove toggleSelection()
5497
5498 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5499
5500         * bufferlist.C: beautify two alerts (shorter text of buttons)
5501         * buffer.C: Remove redundant ' ' from message
5502         * tabular.h:
5503         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5504         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5505         rename VALIGN_CENTER to VALIGN_MIDDLE
5506
5507 2003-08-11  André Pönitz  <poenitz@gmx.net>
5508
5509         * lyxtext.h (getPar):
5510         * text.C: new function
5511
5512 2003-08-11  André Pönitz  <poenitz@gmx.net>
5513
5514         * Makefile.am:
5515         * tracer.[Ch]: remove unneeded files
5516
5517         * InsetList.[Ch]: remove resizeInsetsLyXText()
5518
5519         * lyxtext.h:
5520         * text.C:
5521         * text2.C:
5522         * text3.C: merge insertParagraphs() and appendParagraph()
5523         remove breakAgain(), update()
5524
5525         * BufferView_pimpl.[Ch]:
5526         * bufferview_funcs.[Ch]:
5527         * lyxfunc.C:
5528         * paragraph.[Ch]:
5529         * rowpainter.C:
5530         * tabular.C: adjust after text & InsetList changes.
5531
5532 2003-08-08  André Pönitz  <poenitz@gmx.net>
5533
5534         * text.C (insertChar, backspace): replace rowlist fiddling
5535         with rebreak of full par
5536
5537         * lyxtext.h:
5538         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5539         checkParagraph, updateInset): removed
5540
5541 2003-08-07  André Pönitz  <poenitz@gmx.net>
5542
5543         * paragraph.C:
5544         * text3.C: merge some LFUN handlers, remove dead code
5545
5546 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5547
5548         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5549
5550 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5551
5552         * text2.C (DEPM): fix part of bug 1255 and 1256
5553
5554 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5555
5556         * BufferView_pimpl.C (workAreaDispatch): change to use
5557         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5558         that are no mouse related.
5559
5560 2003-08-05  André Pönitz  <poenitz@gmx.net>
5561
5562         * BufferView.[Ch]:
5563         * BufferView_pimpl.[Ch]:
5564         * bufferview_funcs.C:
5565         * text2.C:
5566         * text3.C: rip out "deep update"
5567
5568         * textcursor.[Ch] (last_sel_cursor): remove unused member
5569
5570 2003-08-04  André Pönitz  <poenitz@gmx.net>
5571
5572         * BufferView.[Ch]:
5573         * BufferView_pimpl.[Ch]:
5574         * ParagraphParameters.C:
5575         * bufferview_funcs.C:
5576         * lyx_cb.C:
5577         * lyxfind.C:
5578         * lyxfunc.C:
5579         * text.C:
5580         * text2.C:
5581         * text3.C: replace "complicated" BufferView::update(...) calls with
5582         simpler ones.
5583
5584         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5585
5586 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5587
5588         * Makefile.am (lyx_SOURCES): add paper.h
5589
5590 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5591
5592         * Makefile.am: move things around so that both lyx-qt and
5593         lyx-xforms can be built (according to --with-frontend). Then lyx
5594         is a symbolic link to lyx-[firstfrontend]
5595
5596 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5597
5598         * Always use std::endl with lyxerr
5599
5600 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5601
5602         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5603
5604 2003-08-01  André Pönitz  <poenitz@gmx.net>
5605
5606         * BufferView.[Ch]:
5607         * BufferView_pimpl.[Ch]:
5608         * lyxfunc.C:
5609         * text3.C: merge BufferView::repaint() and BufferView::update()
5610
5611 2003-08-01  José Matos  <jamatos@lyx.org>
5612
5613         * buffer.[Ch]: file_format is no longer a buffer data element.
5614
5615 2003-08-01  André Pönitz  <poenitz@gmx.net>
5616
5617         * BufferView.C:
5618         * lyxtext.h:
5619         * text.C:
5620         * text2.C: make redoParagraph more independent of current cursor
5621
5622         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5623         * text.C:
5624         * text2.C: remove unneeded members
5625
5626 2003-07-30  André Pönitz  <poenitz@gmx.net>
5627
5628         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5629
5630         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5631           create a single function...
5632
5633         * paragraph_funcs.C (moveItem): ... here.
5634
5635         * text.C:
5636           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5637
5638 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5639
5640         * LColor.[Ch]: Add comment and greyedout logical colors.
5641
5642 2003-07-30  André Pönitz  <poenitz@gmx.net>
5643
5644         * tabular.C: don't use Assert too heavily. This crashes where it
5645           shouldn't
5646
5647 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5648
5649         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5650         is disabled (bug 1232)
5651
5652 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5653
5654         * factory.C: limited 'arg' scope
5655
5656 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5657
5658         * factory.C: fixed Note submenu issues
5659
5660 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5661
5662         * factory.C: submenu for Note/Comment/Greyedout
5663
5664 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5665
5666         * lyx_main.C (LyX):
5667         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5668
5669 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5670
5671         * LaTeXFeatures.C:
5672         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5673         greyedout. Patch provided by Jürgen Spitzmüller.
5674
5675 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5676
5677         * kbmap.C (read): fix error message when reading bind files
5678
5679 2003-07-29  Angus Leeming  <leeming@lyx.org>
5680
5681         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5682         certainly does not do what it purports to do. I am doing it, and
5683         us, a favour by killing it.
5684
5685 2003-07-28  José Matos  <jamatos@lyx.org>
5686
5687         * buffer.C (readBody, do_writeFile):
5688         * paragraph.C(readParagraph): \end_document replaces \the_end.
5689
5690 2003-07-29  André Pönitz  <poenitz@gmx.net>
5691
5692         * BufferView.[Ch]:
5693         * BufferView_pimpl.[Ch]:
5694         * lyxfunc.C:
5695         * text2.C:
5696         * text3.C:
5697         * textcursor.[Ch]: remove toggleToggle & Co
5698
5699 2003-07-28  José Matos  <jamatos@fep.up.pt>
5700
5701         * buffer.C (readParagraph):
5702         * params_func (readParToken, readParagraph):
5703         * paragraph.C (write): \layout -> \begin_layout.
5704
5705 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5706
5707         * lyxlex_pimpl.C (setFile): clean up slightly.
5708
5709         * bufferparams.h: add compressed var
5710
5711         * buffer_funcs.C (readFile): adjust for LyXLex change
5712         (newFile): ditto + simplify
5713
5714         * buffer.C (writeFile): handle writing of compressed files
5715
5716         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5717         Check if the file is compressed and set a bufferparm if so.
5718
5719         * Makefile.am (lyx_LDADD): remove explicit -lz
5720
5721 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5722
5723         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5724         makeDocBookFile): put the real LyX version in the first line of
5725         the file
5726
5727         * version.h:
5728         * version.C.in: remove lyx_docversion
5729
5730         * tabular.C (write_attribute): add a template-based version to
5731         write enums properly
5732
5733 2003-07-28  André Pönitz  <poenitz@gmx.net>
5734
5735         * lyxtext.h:
5736         * text.C:
5737         * text2.C:
5738         * text3.C: use doubles again for x-coordinates. They are needed.
5739
5740 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5741
5742         * messages.C (getLocaleDir): use lyx_localedir()
5743
5744         * lyxlex_pimpl.C (setFile): compress stuff
5745
5746         * buffer.C (writeFile): add some compression stuff
5747         (do_writeFile): new func, dont call expliti close... will this
5748         breake anything?
5749
5750         * Makefile.am (lyx_LDADD): add -lz
5751
5752 2003-07-28  José Matos  <jamatos@fep.up.pt>
5753
5754         * buffer.C: increment file format.
5755         * paragraph_funcs (readParagraph, readParToken):
5756         * paragraph.C (readParagraph): add \end_layout.
5757
5758 2003-07-27  Angus Leeming  <leeming@lyx.org>
5759
5760         * Makefile.am: remove special casing for configure-time setting of
5761         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5762
5763         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5764         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5765
5766 2003-07-26  André Pönitz  <poenitz@gmx.net>
5767
5768         * paragraph_func.[Ch]:
5769         * paragraph.C (realizeFont): inline it whereever it is used
5770
5771         * rowpainter.C:
5772         * text.C:
5773         * text2.C:
5774         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5775
5776
5777 2003-07-26  André Pönitz  <poenitz@gmx.net>
5778
5779         *       lyxtext.h:
5780         * text.C:
5781         * text2.C: get rid of LyXText::need_break_row
5782
5783 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5784
5785         * toc.[Ch]: put namespace toc inside namespace lyx
5786
5787         * MenuBackend.C (expandToc2): adjust for lyx::toc
5788         (expandToc): ditto
5789
5790         * lyxfunc.C (dispatch): adjust for lyx::find
5791
5792         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5793         lyx::find instead. Reorganize a bit.
5794         (LyXReplace): rename to replace
5795         (LyXFind): rename to find
5796
5797         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5798         (dispatch): ditto
5799
5800 2003-07-26  André Pönitz  <poenitz@gmx.net>
5801
5802         * text.C (setHeightOfRow): restrict scope of temporary variable
5803
5804         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
5805           code (never has been used?)
5806
5807 2003-07-27  Asger Alstrup  <alstrup@local>
5808
5809         * text.C (fill): Optimise algorithm to exploit that we can reuse
5810         the LyXFont for many characters.
5811         (setHeightOfRow): Same thing.
5812         (rowBreakPoint): Same thing.
5813
5814 2003-07-26  Asger Alstrup  <alstrup@local>
5815
5816         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
5817
5818         * text.C (singleWidth): Spurious font copying in hot-spot
5819         singleWidth avoided. Reorder tests for arabic for efficiency.
5820
5821         * text.C (fill): handle empty paragraphs better.
5822
5823 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5824
5825         * ispell.C:
5826         * encoding.h: add includes
5827
5828         * lyxrc.C: remove reading of bind files
5829
5830         * lyx_main.C (init): setup bindings and menus only if we have a
5831         gui.
5832
5833         * kbmap.C (read): new method. Do the actual reading of bind
5834         files.
5835
5836         * converter.C (dvipdfm_options):
5837         * bufferparams.C:
5838         * lyxrc.C (read):
5839         (output): adapt PAPER_* enums.
5840
5841         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
5842
5843         * bufferparams.h: remove paper-related enums from there
5844
5845         * paper.h: New file. A trivial header file to hold paper-related
5846         enums. It should later expand to contain many paper-related
5847         horrors access.
5848
5849         * lyxrc.C: declare extern displayTranslator
5850
5851 2003-07-27  José Matos  <jamatos@fep.up.pt>
5852
5853         * tabular.[Ch] (linuxdoc): add support for tables and figures
5854         (linuxdoc).
5855
5856 2003-07-27  José Matos  <jamatos@fep.up.pt>
5857
5858         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
5859         consistency in both functions.
5860         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
5861
5862 2003-07-26  Asger Alstrup  <alstrup@local>
5863
5864         * rowpainter.C (paintRows): Change algorithm to work directly on
5865         the insets rather than asking every character in the document
5866         whether its an inset.
5867
5868 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
5869
5870         * buffer.C (openFileWrite): factorize some code
5871
5872 2003-07-26  Angus Leeming  <leeming@lyx.org>
5873
5874         * lyx_cb.C:
5875         * lyx_main.[Ch]: replace occurances of system_tempdir with
5876         os::getTmpDir().
5877
5878 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * rename Inset to InsetOld
5881
5882 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
5883
5884         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
5885         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
5886         which I think is a bit clearer. EDIT is gone, since it was
5887         premature optimisation, and broken for mathed anyway.
5888         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
5889         with cursor positioning in insets as well (math insets still do not
5890         work, but that's a different story anyway.) It mysteriously
5891         crashes sometimes with undo in the first paragraph, but I'm fairly
5892         confident that this is a compiler bug.
5893
5894 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5895
5896         * paragraph.C (Paragraph): adjust for new clone return type
5897         (operator==): ditto
5898         (copyIntoMinibuffer): ditto
5899
5900 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
5901
5902         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
5903         by not having a special case, and always doing a full rebreak of
5904         the document after undo.
5905
5906 2003-07-23  Angus Leeming  <leeming@lyx.org>
5907
5908         * factory.C (createInset): InsetExternal::setParams now takes a
5909         Buffer const * arg.
5910
5911 2003-07-23  Angus Leeming  <leeming@lyx.org>
5912
5913         * factory.C (createInset): changed interface to the external and
5914         graphics mailers' string2params functions.
5915
5916 2003-07-23  Angus Leeming  <leeming@lyx.org>
5917
5918         * factory.C (createInset): pass a
5919         Buffer const * parameter to InsetExternalMailer's string2params.
5920
5921 2003-07-22  John Levon  <levon@movementarian.org>
5922
5923         * Thesaurus.h: include the right aiksaurus header
5924
5925 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5926
5927         * MenuBackend.C (expand): check menu shortcuts unconditionally
5928
5929 2003-07-21  Angus Leeming  <leeming@lyx.org>
5930
5931         * factory.C (createInset): pass a
5932         buffer_path parameter to InsetGraphicsMailer's string2params.
5933
5934 2003-07-21  Angus Leeming  <leeming@lyx.org>
5935
5936         * BufferView_pimpl.C (buffer):
5937         * buffer.C (d-tor):
5938         * lyx_main.C (LyX):
5939         * lyxfunc.C (dispatch):
5940         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
5941         rather than the grfx shortcut.
5942
5943 2003-07-21  André Pönitz  <poenitz@gmx.net>
5944
5945         * rowpainter.C: remove unused variables
5946
5947         * tabular_funcs.C:
5948         * tabular_funcs.h: move to tabular.C
5949         * Makefile.am: adjust
5950
5951         * tabular.[Ch]: basic optical cleaning
5952
5953         * author.h: pass references, not values
5954
5955 2003-07-18  André Pönitz  <poenitz@gmx.net>
5956
5957         * lyxtext.h:
5958         * metricsinfo.C:
5959         * metricsinfo.h:
5960         * rowpainter.C:
5961         * text.C:
5962         * text2.C:
5963         * text3.C: two-phase drawing for InsetText and InsetTabular
5964         some float -> int changes.
5965
5966 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5967
5968         * lyx_main.C: fix the fix
5969
5970 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5971
5972         * lyx_main.C: fix a crash in batch mode if no files specified
5973         * converter.C: ws
5974
5975 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
5976
5977         * format.[Ch] (papersize): moved to BufferParams
5978         * converter.[Ch] (dvips_options): moved to BufferParams
5979         (dvipdfm_options): moved to anon namespace
5980         * bufferparams.[Ch]: added above functions.
5981
5982 2003-07-17  André Pönitz  <poenitz@gmx.net>
5983
5984         * lyxtext.h:
5985         * rowpainter.C:
5986         * text2.C: don't call inset->update() anymore
5987
5988         * metricsinfo.[Ch]: add convenience constructor
5989
5990 2003-07-16  André Pönitz  <poenitz@gmx.net>
5991
5992         * lyxcursor.[Ch]:
5993         * lyxfunc.[Ch]:
5994         * text.C:
5995         * text2.C: replace the LyXCursor::irow_ member with
5996          on-demand computation of the value
5997
5998 2003-07-16  John Levon  <levon@movementarian.org>
5999
6000         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
6001
6002 2003-07-15  André Pönitz  <poenitz@gmx.net>
6003
6004         * text.C:
6005         * text2.C: remove no more needed refresh_row
6006
6007 2003-07-15  André Pönitz  <poenitz@gmx.net>
6008
6009         * lyxtext.h:
6010         * rowpainter.C:
6011         * text2.C:
6012         * text3.C: refresh_status tristate -> need_update bool
6013
6014 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
6015
6016         * lyxtext.h (init): remove reinit argument (act as if always true)
6017         * text2.C: adjust to that
6018
6019 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6020
6021         * bufferview_funcs.[Ch]: introduce function replaceSelection()
6022         * text3.C: use it to delete selections in some cases
6023         (bugs 441, 673, 702, 954).
6024
6025 2003-07-14  André Pönitz  <poenitz@gmx.net>
6026
6027         * rowpainter.[Ch]: reduce interface
6028
6029 2003-07-14  André Pönitz  <poenitz@gmx.net>
6030
6031         * BufferView_pimpl.C:
6032         * text2.C: adjust after removing unused BufferView * argument
6033
6034 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
6035
6036         * text2.C (init): fix a crash fired on resize
6037
6038 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
6039
6040         * buffer.[Ch]: added new closing signal
6041         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
6042         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
6043         BufferView::Pimpl via the closing the signal
6044
6045 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
6046
6047         * buffer.[Ch]: take out all bv-related from buffer
6048         * BufferView.C:
6049         * BufferView_pimpl.[Ch]: connect to new signals
6050         * CutAndPaste.C: removed useless asserts
6051         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6052         * lyxvc.[Ch]:
6053         * vc-backend.[Ch]:
6054         * lyxfunc.C: moved view-related funciontality from vc here
6055         * paragraph.C: removed outdated comments
6056         * text.C: ws
6057
6058 2003-07-10  André Pönitz  <poenitz@gmx.net>
6059
6060         * BufferView_pimpl.C:
6061         * tabular.h:
6062         * tabular_funcs.C:
6063         * text.C:
6064         * text2.C: remove InsetText::InnerCache, clean up consequences
6065
6066 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6067
6068         * ispell.C: fix two typos in error messages
6069
6070 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6071
6072         * Extend Note inset to other forms of annotation like Comment
6073         and Greyedout. Right button click gives dialog.
6074
6075         Files modified or added (+):
6076
6077         * insetnote.[Ch]
6078         * FormNote.[Ch]      +
6079         * ControlNote.[Ch]   +
6080         * form_note.fd       +
6081         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6082         frontends/controllers
6083         * xforms/Dialogs.C
6084         * factory.C
6085
6086 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6087
6088         * aspell.C: add missing namespace lyx::support
6089
6090 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6091
6092         * BufferView.[Ch] (newFile): Add
6093         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6094         * LaTeX.[Ch] (message): added this signal and use it
6095         * buffer.[Ch] (busy, message): added these signals and use them
6096         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6097         * converter.C:
6098         * exporter.C:
6099         * format.C:
6100         * importer.C: use buffer signals instead of direct bv calling
6101         * lyx_cb.[Ch] (ShowMessage): removed
6102         * lyx_main.C:
6103         * lyxfunc.C:
6104         * paragraph_funcs.C:
6105         * text2.C: use buffer signals
6106
6107 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6108
6109         * introduce namespace lyx::graphics
6110
6111 2003-07-02  André Pönitz  <poenitz@gmx.net>
6112
6113         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6114
6115 2003-07-01  André Pönitz  <poenitz@gmx.net>
6116
6117         * text.C:
6118         * text2.C:
6119         * text3.C:
6120         * text_funcs.[Ch]:
6121         * textcursor.h:
6122         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6123           text*.C to text_func.C
6124
6125 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6126
6127         * introduce namespace lyx::support
6128
6129 2003-06-30  André Pönitz  <poenitz@gmx.net>
6130
6131         * Chktex.C:
6132         * funcrequest.C:
6133         * lyxtext.h:
6134         * text.C: re-enable --with-included-string
6135
6136 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6137
6138         * textcursor.C: add <config.h>
6139
6140         * text.C (getWord): remove const from word_location arg
6141
6142         * lyxvc.C (getLogFile): fix const type order
6143
6144         * lyxtext.h: remove const from word_location arg, add arg name
6145
6146         * lyxlayout.h: currect type on labeltype.
6147
6148         * importer.C: correct \file
6149
6150         * converter.C (intToFormat): use std:: on ret val, ws changes
6151
6152         * bufferlist.h: correct \file
6153
6154         * buffer.C (makeLinuxDocFile): fix const type order
6155         (makeDocBookFile): ditto
6156         (fillWithBibKeys): use std:: on stdlib args.
6157
6158         * CutAndPaste.C: fix authors.
6159         (availableSelections): use std:: on return vector
6160
6161 2003-06-27  André Pönitz  <poenitz@gmx.net>
6162
6163         * BufferView_pimpl.C:
6164         * bufferview_funcs.C:
6165         * lyxcursor.C:
6166         * lyxcursor.h:
6167         * lyxfunc.C:
6168         * lyxtext.h:
6169         * rowpainter.C:
6170         * text.C:
6171         * text2.C:
6172         * text3.C: remove LyXCursor::row_ member
6173
6174         * lyxtext.h:
6175         * text.C: rename fullRebreak() to partialRebreak() and implement
6176           a fullRebreak() that really bereks fully
6177
6178         * textcursor.h: new struct for cursor-related data
6179
6180 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6181
6182         * lyx_main.C (LyX): get full path of document loaded on the
6183         command line
6184
6185 2003-06-26  André Pönitz  <poenitz@gmx.net>
6186
6187         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6188           remove unused/broken operator>,<,>=.
6189
6190         *       text.C: remove only use of broken operator<= in an Assert().
6191
6192 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6193
6194         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6195         moved errorlist_.clear to showErrorList
6196
6197 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6198
6199         * converter.C (scanLog, runLaTeX):
6200         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6201         move the bv->showErrorList call to the callers
6202         * lyxfunc.C: i.e. here...
6203         * text2.C: and here
6204         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6205         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6206         namespace, the second to...
6207         * buffer_funcs (BufferFormat, parseErrors): added
6208         * errorlist.C (ErrorList(TeXErrors const &)): removed
6209
6210 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6211
6212         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6213
6214 2003-06-24  "Garst R. Reese" <reese@isn.net>
6215
6216         * debug.C: fix typo
6217
6218 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6219
6220         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6221
6222         * version.C.in: change docversion to 1.4
6223
6224 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6225
6226         * buffer.C: fix a bug just introduced
6227
6228 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6229
6230         * buffer.[Ch]: added the parseError signal and use it, removed
6231         sgmlError
6232         * BufferView.[Ch] (addError): moved to ...
6233         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6234         to the Buffer::parseError signal to catch (guess what) parse errors
6235         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6236
6237 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6238
6239         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6240         ability to create a buffer and to return an existing one from
6241         the list. Moved these functions to...
6242         * buffer_funcs.[Ch]: added
6243         * BufferView.[Ch] (loadLyXFile): added
6244         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6245         job removed from bufferlist::loadLyXFile.
6246         * buffer.C (setReadOnly): make it work without view
6247         (i.e added an if (users))
6248
6249 2003-06-19  Angus Leeming  <leeming@lyx.org>
6250
6251         * lfuns.h:
6252         * LyXAction.C (init):
6253         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6254         with LFUN_DIALOG_SHOW <name> <data>.
6255
6256 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6257
6258         * CutAndPaste.C (availableSelections): small compilation fix for
6259         ancient (gcc 2.9x) compilers
6260
6261 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6262
6263         * text3.C (cursorNext): add tmp var
6264
6265         * text2.C (updateCounters): for function calling out of for clause
6266         (replaceSelectionWithString): ditto
6267         (insertStringAsParagraphs): ditto
6268         (getColumnNearX): add tmp var
6269         (setCursorFromCoordinates): add tmp var
6270         (cursorDownParagraph): add tmp var
6271         (deleteEmptyParagraphMechanism): add tmp var
6272
6273         * text.C (insertChar): add tmp var
6274
6275         * rowpainter.C (paintDepthBar): add tmp var
6276
6277         * CutAndPaste.C (availableSelections): potentially check all
6278         paragraphs in a cut to fill the shown strings.
6279
6280 2003-06-18  André Pönitz  <poenitz@gmx.net>
6281
6282         * kbmap.[Ch]: use vector<> instead of list<>
6283
6284 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6285
6286         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6287         pasteSelection with index
6288
6289         * text2.C (pasteSelection): modify, call pasteSelection with index
6290
6291         * paragraph.C (asString): reimplement version with no interval to
6292         call the one with interval.
6293
6294         * lyxtext.h: add index arg to pasteSelection
6295
6296         * MenuBackend.C (MenuItem): handle PasteRecent
6297         (Menu::read::Menutags): add md_pasterecent
6298         (read): handle it
6299         (expandPasteRecent): new function
6300         (expand): use it
6301
6302         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6303
6304         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6305         the limited stack
6306         (availableSelections): new function
6307
6308 2003-06-17  Angus Leeming  <leeming@lyx.org>
6309
6310         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6311
6312 2003-06-17  Angus Leeming  <leeming@lyx.org>
6313
6314         * lfuns.h:
6315         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6316
6317         * lyxfunc.C (dispatch): invoke it.
6318
6319 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6320
6321         * iterators.C (operator++, ParPosition): reintroduce some
6322         const_cast for the benefit of older compilers.
6323
6324 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6325
6326         * text3.C (dispatch): do not modify clipboard when doing
6327         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6328         LFUN_DELETE_SKIP on a selection selection
6329
6330 2003-06-16  André Pönitz  <poenitz@gmx.net>
6331
6332         * BufferView.C:
6333         * buffer.C:
6334         * buffer.h:
6335         * paragraph.C:
6336         * tabular.[Ch]: IU of clone() and getLabelList();
6337
6338 2003-06-13  André Pönitz  <poenitz@gmx.net>
6339
6340         * tabular.h: compactification
6341
6342 2003-06-12  André Pönitz  <poenitz@gmx.net>
6343
6344         * tabular.C:
6345         * tabular.h:
6346         * tabular_funcs.h: some renaming plus whitespace
6347
6348 2003-06-12  André Pönitz  <poenitz@gmx.net>
6349
6350         * BufferView.C:
6351         * BufferView_pimpl.C:
6352         * CutAndPaste.C:
6353         * buffer.C:
6354         * iterators.[Ch]:
6355         * lyxfunc.C:
6356         * text.C:
6357         * toc.C: Return a Paragraph & for ParIterator::operator*()
6358
6359 2003-06-11  John Levon  <levon@movementarian.org>
6360
6361         * lyx_main.C:
6362         * ToolbarBackend.h:
6363         * ToolbarBackend.C: add "Toolbars" section and
6364         put the flags there
6365
6366 2003-06-10  Angus Leeming  <leeming@lyx.org>
6367
6368         * lfuns.h:
6369         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6370
6371         * lyxfunc.C (dispatch): invoke it.
6372
6373 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6374
6375         * main.C: protect <ios> with HAVE_IOS
6376         (main): protect sync_with_stdio with HAVE_IOS
6377
6378 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6379
6380         * text2.C (cutSelection): adjust
6381         (pasteSelection): adjust
6382
6383         * messages.C: handle get of empty string
6384
6385         * main.C (main): use sync_with_stdio(false)
6386
6387         * lyxfunc.C (dispatch): adjust
6388
6389         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6390         (WriteAs): remove unneeded BufferView arg.
6391
6392         * bufferparams.h: use correct types on papersize, papersize2 and
6393         paperpackage.
6394
6395         * bufferparams.C (readToken): adjust for type
6396         (writeLaTeX): add missing cases to switch.
6397
6398         * bufferlist.C (quitWriteBuffer): adjust
6399         (close): adjust
6400
6401         * buffer.C (asciiParagraph): remove some commented code.
6402
6403         * CutAndPaste.C: remove current_view extern variable.
6404         (cutSelection): add BufferParams arg.
6405         (eraseSelection): add BufferParams arg.
6406         (pasteSelection): add Buffer const & arg
6407
6408 2003-06-07  John Levon  <levon@movementarian.org>
6409
6410         * buffer.C:
6411         * paragraph_funcs.C:
6412         * paragraph_pimpl.C:
6413         * text.C:
6414         * text2.C:
6415         * paragraph.h:
6416         * paragraph.C: allow InsetERT to freely space lines,
6417         and some consolidation of code
6418
6419 2003-06-06  José Matos  <jamatos@fep.up.pt>
6420
6421         * buffer.C (makeDocBookFile): fix bug #821
6422
6423 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6424
6425         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6426
6427 2003-06-04  Angus Leeming  <leeming@lyx.org>
6428
6429         * buffer.C: bump format to 224.
6430
6431 2003-06-05  André Pönitz  <poenitz@gmx.net>
6432
6433         * text2.C (redoParagraphs): remove two const_cast<>
6434
6435 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6436
6437         * ParagraphList.h: remove last remnants of NO_STD_LIST
6438
6439 2003-06-03  Angus Leeming  <leeming@lyx.org>
6440
6441         * factory.C (createInset): small change to the way InsetExternal's params
6442         are set.
6443
6444 2003-06-04  André Pönitz  <poenitz@gmx.net>
6445
6446         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6447
6448         * paragraph_pimpl.h:
6449         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6450
6451         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6452
6453         * undo_funcs.C: make some simple cases of undo work again
6454
6455 2003-06-03  John Levon  <levon@movementarian.org>
6456
6457         * ispell.C: HPUX doesn't have sys/select.h
6458         (from Albert Chin)
6459
6460 2003-06-03  John Levon  <levon@movementarian.org>
6461
6462         * CutAndPaste.C: update tabular and include inset
6463         buffer references
6464
6465         * buffer.h:
6466         * paragraph.h:
6467         * paragraph.C: remove owningBuffer(), don't pass Buffer
6468         to clone()
6469
6470         * factory.C: insetGraphicsParams changed
6471
6472 2003-06-02  John Levon  <levon@movementarian.org>
6473
6474         * LyXAction.C:
6475         * factory.C:
6476         * lfuns.h:
6477         * lyxfunc.C:
6478         * text3.C: remove insetparent
6479
6480 2003-06-02  John Levon  <levon@movementarian.org>
6481
6482         * buffer.h:
6483         * buffer.C: fix inset_iterator.end(), move out of line
6484         (bug 1149)
6485
6486 2003-06-01  John Levon  <levon@movementarian.org>
6487
6488         * text3.C: use a proper cut/paste when doing inset
6489         insert (from Jürgen Spitzmüller)
6490
6491 2003-06-01  John Levon  <levon@movementarian.org>
6492
6493         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6494
6495 2003-05-30  André Pönitz  <poenitz@gmx.net>
6496
6497         * rowpainter.C: unify second drawing phase
6498
6499 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6500
6501         * trans_mgr.C: remove one case of current_view
6502
6503         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6504
6505         * paragraph_funcs.h: remove paragraph.h include
6506
6507         * paragraph.h: delete NO_STD_LIST stuff
6508
6509         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6510
6511         * buffer.h: remove paragraph.h include
6512
6513         * ParagraphList.C: delete file
6514
6515         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6516
6517         * toc.C (getTocList): adjust
6518
6519         * paragraph_pimpl.C (validate): adjust
6520
6521         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6522
6523         * paragraph.C (Paragraph): adjust
6524         (getPositionOfInset): use const_iterator, adjust
6525         (bibitem): use const_iterator, adjust
6526         (setInsetOwner): adjust
6527
6528         * iterators.C (operator++): adjust
6529
6530         * InsetList.[Ch]: Replace selfmade iterator with standard
6531         vector::iterator also introduce const_iterator. Remove getPos,
6532         getInset and setInset from InsetTable. Adjust accordingly.
6533
6534         * BufferView.C (lockInset): adjust
6535         (ChangeInsets): adjust
6536
6537         * tabular.[Ch]: delete commented same_id functions
6538
6539 2003-05-28  John Levon  <levon@movementarian.org>
6540
6541         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6542
6543 2003-05-28  André Pönitz  <poenitz@gmx.net>
6544
6545         * metricsinfo.[Ch]: remove 'fullredraw' member
6546
6547 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6548
6549         * lyxtextclass.C (operator): remove caching.
6550
6551 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6552
6553         * text3.C: adjust
6554
6555         * text2.C (cursorBottom): adjust
6556         (setCounter): use ParagraphList::find, adjust
6557
6558         * text.C (workWidth): use ParagraphList::find, adjust
6559
6560         * lyxcursor.C (LyXCursor): adjust
6561
6562         * buffer.C (inset_iterator): adjust
6563
6564         * ParagraphList.h: make iterator(value_type) private, make
6565         ParagraphList a friend of iterator.
6566
6567         * ParagraphList.C (find): new function
6568
6569         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6570
6571 2003-05-27  André Pönitz  <poenitz@gmx.net>
6572
6573         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6574
6575 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6576
6577         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6578
6579 2003-05-26  John Levon  <levon@movementarian.org>
6580
6581         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6582
6583 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6584
6585         * remove same_id from function signatures, adjust.
6586
6587 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6588
6589         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6590
6591         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6592
6593         * paragraph.C (Paragraph): get rid of same_ids parameter
6594
6595         * ParagraphList.C (insert): adjust
6596         (push_back): adjust
6597
6598 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6599
6600         * paragraph_funcs.C (breakParagraph): adjust
6601         (breakParagraphConservative): adjust
6602
6603         * buffer.C (readParagraph): adjust
6604
6605         * ParagraphList.C (insert): take a reference instead of a pointer
6606         (insert): adjust
6607
6608         * paragraph.[Ch] (id): new function
6609
6610         * bufferlist.C (newFile): adjust
6611
6612         * ParagraphList.C (ParagraphList): adjust
6613         (assign): adjust
6614         (push_back): take a reference instead of a pointer.
6615
6616         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6617
6618         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6619         instead.
6620
6621         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6622         set else use old code.
6623
6624         * ParagraphList.C: remove all NO_NEXT code and only compile this
6625         code of NO_STD_LIST is set.
6626
6627 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6628
6629         * BufferView_pimpl.C:
6630         * TextCache.C:
6631         * TextCache.h:
6632         * bufferlist.C:
6633         * errorlist.h:
6634         * format.C:
6635         * format.h:
6636         * graph.C:
6637         * lyxfunc.C:
6638         * lyxrc.C:
6639         * graphics/GraphicsConverter.C:
6640         * graphics/PreviewLoader.C: header adjustment
6641
6642 2003-05-23  Angus Leeming  <leeming@lyx.org>
6643
6644         * LaTeXFeatures.[Ch] (useBabel): new method.
6645         * bufferparams.C (writeLaTeX): use it.
6646
6647 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6648
6649         * ParagraphList.h (set): remove unused function.
6650
6651 2003-05-23  André Pönitz  <poenitz@gmx.net>
6652
6653         * BufferView.C:
6654         * BufferView_pimpl.C:
6655         * buffer.C:
6656         * buffer.h:
6657         * lyxfunc.C:
6658         * undo_funcs.C: setUndo reworked
6659
6660         * iterators.[Ch]: add access to topmost ParagraphList
6661
6662         * lyxtext.[Ch] (workWidth): add a const
6663
6664 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6665
6666         * texrow.[Ch] (increasePos): remove function
6667         * exporter.C (export): removed unused var and outdated comment
6668
6669 2003-05-23  Angus Leeming  <leeming@lyx.org>
6670
6671         * latexrunparams.h: rename fragile as moving_arg.
6672         * paragraph.C (simpleTeXOnePar): ditto.
6673         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6674
6675 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6676
6677         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6678         (createUndo): ditto
6679         (textUndoOrRedo): comment out a currently unused var.
6680
6681         * paragraph.h (NO_NEXT): enable NO_NEXT
6682
6683         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6684
6685         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6686
6687         * exporter.C (Export): adjust for removeAutoInsets removal.
6688
6689         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6690
6691         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6692
6693         * BufferView.[Ch] (removeAutoInsets): delete function
6694
6695 2003-05-22  Angus Leeming  <leeming@lyx.org>
6696
6697         * latexrunparams.h: add a free_spacing variable.
6698
6699         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6700         to pass moving_arg, as the data is stored in runparams.fragile.
6701
6702         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6703         to Inset::latexOptional or to simpleTeXOnePar.
6704
6705         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6706         free_spacing arg to Inset::latexOptional.
6707
6708         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6709         free_spacing arg.
6710
6711 2003-05-22  Angus Leeming  <leeming@lyx.org>
6712
6713         * latexrunparams.h: add fragile and use_babel variables.
6714
6715         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6716         * buffer.C (makeLaTeXFile): store this returned value in
6717         runparams.use_babel, thus passing it to the inset::latex methods.
6718
6719         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6720         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6721
6722         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6723         longer has a fragile arg, as it is stored in runparams.fragile.
6724
6725         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6726         moving_arg parameter as the data is stored in runparams.fragile.
6727
6728         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6729         a fragile parameter as the data is stored in runparams.fragile.
6730
6731 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6732
6733         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6734
6735 2003-05-22  Angus Leeming  <leeming@lyx.org>
6736
6737         * latexrunparams.h: add a 'bool nice' which defaults to false.
6738
6739         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6740         now encapsulated within runparams.
6741
6742         * bufferlist.C (updateIncludedTeXfiles):
6743         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6744
6745 2003-05-22  Angus Leeming  <leeming@lyx.org>
6746
6747         * latexrunparams.h: new file containing struct LatexRunParams.
6748         * Makefile.am: add new file.
6749
6750         * LaTeX.[Ch] (c-tor, run):
6751         * buffer.[Ch] (makeLaTeXFile):
6752         * bufferlist.[Ch] (updateIncludedTeXfiles):
6753         * converter.C (convert, scanLog):
6754         * converter.[Ch] (runLaTeX):
6755         * exporter.C (Export):
6756         * paragraph.[Ch] (simpleTeXOnePar):
6757         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6758         * paragraph_funcs.[Ch] (latexParagraphs):
6759         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6760         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6761         pass around a LatexRunParams parameter.
6762
6763 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6764
6765         * paragraph.[Ch]: remove unused constructor
6766
6767         * ParagraphList.C (erase): new function, taking two iterators
6768
6769 2003-05-22  André Pönitz  <poenitz@gmx.net>
6770
6771         * undo_funcs.C: remove duplicated code
6772
6773         * iterator.[Ch]: operator=
6774
6775 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6776
6777         * tabular.C (SetMultiColumn): ws changes
6778
6779         * rowpainter.C (paintFirst): get rid of a ->previous
6780
6781         * lyx_cb.C (getPossibleLabel): parlist simplification
6782
6783         * BufferView.C (ChangeInsets): simplify slightly.
6784
6785 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6786
6787         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6788         * lfuns.h: new LFUN_SPACE
6789         * lyxfunc.C: protected space has a new lfun
6790         * paragraph_funcs.C: read new space insets
6791         * text3.C:
6792         * factory.C: handle new space insets
6793
6794 2003-05-22  André Pönitz  <poenitz@gmx.net>
6795
6796         * BufferView.C:
6797         * BufferView_pimpl.C:
6798         * buffer.[Ch]:
6799         * lyxfunc.C:
6800         * undo_funcs.C: return a ParIterator from getParFromID.
6801
6802         * iterators.[Ch]: add two const's
6803
6804 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6805
6806         * toc.C (getTocList): adjust
6807
6808         * iterators.[Ch]: rework for parlist
6809
6810         * buffer.C (par_iterator_begin): adjust
6811         (par_iterator_end): adjust
6812
6813         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
6814
6815         * BufferView.C (removeAutoInsets): adjust
6816         (ChangeInsets): adjust
6817
6818 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
6819
6820         * text.C (top_y): fix bug 1110
6821
6822 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
6823
6824         * errorlist.[Ch]: added
6825         * buffer.C:
6826         * BufferView.[Ch]:
6827         * BufferView_pimpl.C:
6828         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
6829         instead
6830
6831 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6832
6833         * Makefile.am: ensure that lyx is relinked upon changes to the
6834         various "convenience" libs.
6835
6836 2003-05-20  Angus Leeming  <leeming@lyx.org>
6837
6838         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
6839         files are compiled in alphabetical order again.
6840
6841         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
6842
6843 2003-05-19  Angus Leeming  <leeming@lyx.org>
6844
6845         * gettext.[Ch]: remove "char const * _(char const *)".
6846
6847 2003-05-19  André Pönitz  <poenitz@gmx.net>
6848
6849         * dimension.[Ch]: promote from mathed/dimension.[Ch]
6850
6851         * Makefile.am:
6852         * BufferView.C:
6853         * DepTable.h:
6854         * LaTeXFeatures.C:
6855         * buffer.C:
6856         * lyxfont.C:
6857         * lyxlex.h:
6858         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
6859
6860 2003-05-19  André Pönitz  <poenitz@gmx.net>
6861
6862         * buffer.C:
6863         * lyxlayout.[Ch]:
6864         * lyxtextclass.[Ch]:
6865         * paragraph.C:
6866         * paragraph_funcs.[Ch]:
6867         * text2.C:
6868         * text3.C: more insetenv work
6869
6870 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
6871
6872         * ParagraphParameters.C (params2string): small bug fixed
6873
6874 2003-05-16  André Pönitz  <poenitz@gmx.net>
6875
6876         * debug.C:
6877         * bufferview_funcs.C: patch from Kornel Benko to prevent
6878           crash when _(...) is called twice in a statement
6879
6880 2003-05-16  André Pönitz  <poenitz@gmx.net>
6881
6882         * BufferView.C:
6883         * lyxfunc.C:
6884         * text.C:
6885         * text2.C:
6886         * text3.C:
6887         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
6888
6889 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
6890
6891         * lyx_main.C (init): remove spurious static_cast
6892
6893 2003-05-14  André Pönitz  <poenitz@gmx.net>
6894
6895         * BufferView.C: fix format string
6896
6897 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
6898
6899         * BufferView.[Ch] (insertErrors): removed
6900         * BufferView.[Ch] (showErrorList): added
6901         * buffer.C (runChkTeX):
6902         * converter.C (scanLog): call showErrorList instead of inserterrors
6903
6904 2003-05-13  André Pönitz  <poenitz@gmx.net>
6905
6906         * BufferView_pimpl.C:
6907         * buffer.C:
6908         * bufferview_func.C:
6909         * MenuBackend.C:
6910         * lyxfunc.C:
6911         * lyxrc.C:
6912         * tex-accent.C:
6913         * text3.C:
6914         * toc.C:
6915         * tabular_funcs.h: tostr() from its own header
6916
6917         * ParagraphParameters.C:
6918         * ToolbarBackend.C:
6919         * bufferparams.C:
6920         * format.C:
6921         * lyxlex_pimpl.C:
6922         * text3.C: STRCONV()
6923
6924 2003-05-12  André Pönitz  <poenitz@gmx.net>
6925
6926         * BufferView.C:
6927         * BufferView_pimpl.C:
6928         * CutAndPaste.C:
6929         * LaTeX.C:
6930         * LaTeXFeatures.C:
6931         * ParagraphParameters.C:
6932         * buffer.C:
6933         * bufferlist.C:
6934         * bufferparams.C:
6935         * bufferview_funcs.C:
6936         * converter.C:
6937         * counters.C:
6938         * debug.C:
6939         * exporter.C:
6940         * format.C:
6941         * importer.C:
6942         * lyx_cb.C:
6943         * lyx_main.C:
6944         * lyxfont.C:
6945         * lyxfunc.C:
6946         * lyxvc.C:
6947         * paragraph.C:
6948         * paragraph_funcs.C:
6949         * tabular.C:
6950         * tabular_funcs.C:
6951         * text2.C:
6952         * text3.C:  boost::format -> bformat  all over the place
6953
6954
6955 2003-05-09  André Pönitz  <poenitz@gmx.net>
6956
6957         * LColor.[Ch]: Pimpl the #include <map> away
6958
6959 2003-05-09  John Levon  <levon@movementarian.org>
6960
6961         * bufferlist.C: never remove emergency saves
6962
6963 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6964
6965         * Makefile.am: better lib building
6966
6967 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
6968
6969         * texrow.[Ch]: remove dependency on Paragraph and just store a id
6970         instead.
6971         * paragraph_pimpl.C (simpleTeXBlanks): adjust
6972         (simpleTeXSpecialChars): adjust
6973         (simpleTeXSpecialChars): adjust
6974         * paragraph.C (simpleTeXOnePar): adjust
6975         * buffer.C (makeLaTeXFile): adjust
6976
6977         * Makefile.am (BOOST_LIBS): allow boost as system lib.
6978
6979         * text2.C (changeDepth): parlist cleanup
6980         (getColumnNearX): ditto
6981
6982         * rowpainter.C (getLabelFont): parlist cleanup
6983
6984         * bufferlist.C (newFile): parlist cleanup
6985
6986         * CutAndPaste.C (eraseSelection): parlist cleanup
6987
6988         * BufferView_pimpl.C (trackChanges): parlist cleanup
6989         (dispatch): ditto
6990
6991         * BufferView.C (lockInset): parlist cleanup.
6992         (ChangeInsets): ditto
6993
6994 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6995
6996         * CutAndPaste.h: Update file header.
6997
6998         * CutAndPaste.C: Update file header.
6999         Store the parts cut out of the Document in a limited_stack.
7000         (copySelection): adjust
7001         (pasteSelection): new function, takes the index in the limited stack.
7002         (nrOfParagraphs): adjust
7003         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
7004         simplify error inset insertion.
7005         (checkPastePossible): adjust
7006
7007 2003-05-06  John Levon  <levon@movementarian.org>
7008
7009         * text2.C: don't cast wrap inset to float
7010
7011 2003-05-05  André Pönitz  <poenitz@gmx.net>
7012
7013         * iterator.C:
7014         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
7015
7016         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
7017           few naked Paragraph *.
7018
7019 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
7020
7021         * bufferparams.C: Output warning if a document with missing
7022         TeX document class is loaded
7023         * exporter.C: Disable TeX exports if the document class is missing
7024         * lyxtextclass.C:
7025         * lyxtextclass.h:
7026         * lyxtextclasslist.C: Handle new textclass.lst format; new method
7027         isTeXClassAvailable()
7028
7029 2003-05-03  John Levon  <levon@movementarian.org>
7030
7031         * BufferView.h:
7032         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
7033         explicit cursor show/hide
7034
7035         * BufferView_pimpl.h:
7036         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
7037         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
7038
7039         * lyxfunc.C: hide cursor before dispatching.
7040
7041         * lyx_cb.C:
7042         * lyxfind.C:
7043         * text.C:
7044         * text3.C: remove explicit cursor hides
7045
7046 2003-05-02  André Pönitz  <poenitz@gmx.net>
7047
7048         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7049
7050         * undo_funcs.C:
7051         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7052           linked lists
7053
7054         * text2.C: tiny whitespace
7055
7056 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7057
7058         * undo_funcs.C: almost only ws changes.
7059
7060         * ParagraphList.C (splice): just return if pl is empty.
7061
7062 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7063
7064         * ParagraphList.C (splice): new function.
7065
7066         * CutAndPaste.C (pasteSelection): use it
7067
7068 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7069
7070         * CutAndPaste.C (pasteSelection): remove the last next and
7071         previous from this file.
7072
7073 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7074
7075         * CutAndPaste.C (pasteSelection): more clean up, user proper
7076         ParagraphList functions for pasteing.
7077
7078         * ParagraphList.C (insert): new function, three arg insert
7079
7080 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7081
7082         * ParagraphList.C (insert): new function, three arg insert
7083
7084         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7085         not on paragraphs.
7086
7087 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7088
7089         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7090
7091 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7092
7093         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7094
7095 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7096
7097         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7098         (copySelection): clean up a bit.
7099         (pasteSelection): use make_pair
7100
7101         * ParagraphList.C (ParagraphList): implement copy constructor
7102         (operator=): implement, base on copy constructor.
7103         (assign): new func
7104
7105         * paragraph.C (erase): return a bool
7106
7107         * paragraph_pimpl.C (erasePos): remove function, move contents...
7108         (erase): ... here. Return a bool.
7109         (erase): call erase instead of erasePos.
7110
7111 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7112
7113         * ParagraphList.h: define PitPosPair
7114         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7115         ParagraphList, fix a bug on pasting multiple pars
7116         * text2.C: change interface to C&P
7117
7118 2003-04-30  André Pönitz  <poenitz@gmx.net>
7119
7120         * undo_func.C: revert part of yesterday's patch 2
7121
7122 2003-04-30  John Levon  <levon@movementarian.org>
7123
7124         * LColor.C: s/tabular/table/
7125
7126 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7127
7128         * text3.C (dispatch): do not convert iterator -> pointer
7129         * undo_funcs.C (setCursorParUndo): ditto
7130         * text_funcs.C (transposeChars): ditto
7131
7132         * text2.C (setLayout): ws changes only
7133
7134         * text.C (breakParagraph): do not convert iterator -> pointer
7135         (insertChar): ditto
7136         (acceptChange): ditto
7137         (rejectChange): ditto
7138         (changeCase): ditto
7139         (Delete): ditto
7140         (backspace): ditto
7141
7142         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7143         pointer
7144
7145 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7146
7147         * text3.C (gotoInset): YABG (yet another bad getChar)
7148
7149 2003-04-29  André Pönitz  <poenitz@gmx.net>
7150
7151         * paragraph.h: make operator= private unimplemented as long as
7152           it is unusable
7153
7154         * ParagraphList.C: whitespace
7155
7156         * paragraph.[Ch]:
7157         * paragraph_pimpl.[Ch]:
7158         * paragraph_funcs.C:
7159         * CutAndPaste.C:
7160         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7161
7162         * text2.C:
7163           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7164
7165 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7166
7167         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7168         * paragraph.[Ch] (erase):
7169         * paragraph_pimpl.[Ch] (erase): change return type and value
7170         * text2.C (cutSelection): some rework
7171
7172 2003-04-28  John Levon  <levon@movementarian.org>
7173
7174         * bufferlist.C: changes for unsaved changes dialog
7175
7176 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7177
7178         * bufferlist.C (newFile): set language (messages_) for new
7179         documents also.
7180
7181         * buffer.C (readFile): ws changes only.
7182
7183 2003-04-28  André Pönitz  <poenitz@gmx.net>
7184
7185         * undo_funcs.C:
7186         * lyxfunc.C:
7187         * buffer.[Ch]:
7188         * BufferView_pimpl.C:
7189         * BufferView.C: getParFromID related ParagraphList::iterator changes
7190
7191 2003-04-28  André Pönitz  <poenitz@gmx.net>
7192
7193         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7194           Changes
7195
7196 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7197
7198         * messages.C: remove one more localedir class variable.
7199
7200 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7201
7202         * messages.C (getLocaleDir): singleton generation function
7203         (Pimpl): use it.
7204         (Messages): add a default constructor.
7205
7206         * main.C (main): do not setup localedir here, do not call
7207         gettext_init.
7208
7209         * gettext.C (_): use it.
7210         (gettext_init): delete funciton
7211
7212 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7213
7214         * gettext.C (getLyXMessages): new singleton generating function.
7215
7216         * buffer.C (updateDocLang): adjust
7217
7218         * Makefile.am (messages.o): add target
7219         (main.o): remove target
7220
7221 2003-04-27  John Levon  <levon@movementarian.org>
7222
7223         * bufferlist.C:
7224         * lyx_cb.C:
7225         * lyxfunc.C:
7226         * lyxvc.C: specify cancel button in Alert::prompt
7227
7228 2003-04-26  John Levon  <levon@movementarian.org>
7229
7230         * text3.C:
7231         * lyxfunc.C:
7232         * lfuns.h:
7233         * LyXAction.C: add LFUN_INSET_SETTINGS
7234
7235         * lyxfunc.C: don't enable tabular-feature when there's
7236         just any locking inset
7237
7238 2003-04-26  John Levon  <levon@movementarian.org>
7239
7240         * bufferlist.C: re-add Cancel to buffer close question
7241
7242         * lyxfunc.C: fix import UI a bit
7243
7244 2003-04-25  John Levon  <levon@movementarian.org>
7245
7246         * gettext.C: remove the broken asserts for now
7247
7248 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7249
7250         * messages.C: make case where setlocale cannot comply work better.
7251
7252         * buffer.C (updateDocLang): new function
7253         (changeLanguage): use it
7254         (readFile): use it
7255
7256         * text2.C (setCounter): use B_ a bit.
7257
7258         * lyxlayout.C (Read): be sure to trim the label strings.
7259
7260         * messages.C (Messages): fix typo in comment
7261
7262         * buffer.C (readFile): set message_ after file is loaded.
7263         (makeDocBookFile): remove double return
7264         (changeLanguage): reset message_ upon language change.
7265         (B_): new func, use this to get translated buffer strings.
7266
7267         * main.C: add myself and Jean Marc as authors.
7268
7269 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7270
7271         * messages.[hC]: pimplify Messages, and three different pimpls to be
7272         used in different circumstances.
7273
7274         * gettext.[Ch]: change for use with new message code.
7275
7276 2003-04-24 André Pönitz <poenitz@gmx.net>
7277
7278         * factory.C: support for eqref
7279
7280 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7281
7282         * messages.[Ch]: add missing char
7283
7284         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7285
7286         * messages.[Ch]: New files
7287
7288 2003-04-18  John Levon  <levon@movementarian.org>
7289
7290         * BufferView.h:
7291         * BufferView.C:
7292         * BufferView_pimpl.C:
7293         * lfuns.h:
7294         * LyXAction.C:
7295         * lyxtext.h:
7296         * text2.C: remove layout-copy/paste (bug 778)
7297
7298 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7299
7300         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7301
7302 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7303
7304         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7305         if they succeed. Act accordingly.
7306
7307 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7308
7309         * text2.C (setCharFont): adjust
7310         (setCounter): adjust
7311         (insertStringAsLines): adjust
7312
7313         * text.C (leftMargin): adjust
7314         (setHeightOfRow): adjust
7315
7316         * rowpainter.C (paintFirst): adjust
7317         (paintLast): adjust
7318
7319         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7320         (outerHook): ditto
7321         (isFirstInSequence): ditto
7322         (getEndLabel): ditto
7323         (outerFont): adjust
7324
7325         * paragraph.C (getParLanguage): comment out some hard stuff.
7326
7327         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7328         (sgmlError): ditto
7329         (simpleDocBookOnePar): ditto
7330         (makeDocBookFile): use ParagraphList::iterator
7331
7332         * CutAndPaste.C (pasteSelection): adjust
7333
7334 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7335
7336         * text2.C (getFont): adjust
7337         (getLayoutFont): adjust
7338         (getLabelFont): adjust
7339
7340         * paragraph_funcs.C (TeXOnePar): adjust
7341
7342         * buffer.C (simpleLinuxDocOnePar): adjust
7343         (simpleDocBookOnePar): adjust
7344
7345         * CutAndPaste.C (pasteSelection): adjust
7346
7347         * BufferView.C (getEncoding): adjust
7348
7349         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7350
7351 2003-04-16  John Levon  <levon@movementarian.org>
7352
7353         * lyxfind.C: use parlist stuff for search/changes
7354
7355 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7356
7357         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7358
7359         * text2.C (deleteEmptyParagraphMechanism): adjust
7360
7361         * text2.[Ch] (ownerParagraph): delete func (both of them
7362
7363 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7364
7365         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7366
7367 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7368
7369         * ParagraphList.C: prepare for NO_NEXT
7370
7371 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7372
7373         * text2.C (getFont): adjust
7374         (getLayoutFont): adjust
7375         (getLabelFont): adjust
7376
7377         * paragraph.C (getFont): adjust
7378         (getLabelFont): adjust
7379         (getLayoutFont): adjust
7380
7381         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7382
7383 2003-04-15  John Levon  <levon@movementarian.org>
7384
7385         From Angus Leeming
7386
7387         * lyx_main.C: handle Include in .ui files
7388
7389 2003-04-15  John Levon  <levon@movementarian.org>
7390
7391         * MenuBackend.C: make the doc files length shorter
7392
7393         * ToolbarBackend.h:
7394         * ToolbarBackend.C: handle toolbar placement flags,
7395         Minibuffer
7396
7397 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7398
7399         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7400         adjust
7401
7402         * paragraph_funcs.C (TeXOnePar): adjust
7403
7404         * paragraph.C (getLabelFont): add outerfont arg, adjust
7405         (getLayoutFont): ditto
7406         (simpleTeXOnePar): adjust
7407
7408         * paragraph_pimpl.C (realizeFont): delete func
7409
7410 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7411
7412         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7413         row argument, constify cur argument.
7414
7415 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7416
7417         * text2.C (getFont): adjust
7418         (getLayoutFont): adjust
7419         (getLabelFont): adjust
7420
7421         * paragraph_funcs.C (TeXOnePar): adjust
7422         (outerFont): new func...
7423         (realizeFont): ...moved out from here, changed this to facilitate
7424         transition
7425
7426         * paragraph.C (getFont): take outerfont as arg, adjust
7427         (simpleTeXOnePar): add outerfont arg, adjust
7428
7429         * buffer.C (simpleLinuxDocOnePar): adjust
7430         (simpleDocBookOnePar): adjust
7431
7432         * CutAndPaste.C (pasteSelection): adjust
7433
7434         * BufferView.C (getEncoding): adjust
7435
7436 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7437
7438         * text2.C (setCharFont): adjust
7439         (setCounter): adjust
7440
7441         * text.C (leftMargin): adjust
7442         (setHeightOfRow): adjust
7443
7444         * rowpainter.C (paintFirst): adjust
7445         (paintLast): adjust
7446
7447         * paragraph_pimpl.C (realizeFont): adjust
7448
7449         * paragraph.C (isFirstInSequence): move from here...
7450         * paragraph_funcs.C (isFirstInSequence): ...to here
7451
7452         * paragraph.C (outerHook): move from here...
7453         * paragraph_funcs.C (outerHook): ...to here
7454
7455         * paragraph.C (depthHook): move from here...
7456         * paragraph_funcs.C (depthHook): ...to here
7457
7458         * paragraph.C (getEndLabel): move from here...
7459         * paragraph_funcs.C (getEndLabel): ...to here
7460
7461         * text2.C (realizeFont): move from here...
7462         * paragraph_funcs.C (realizeFont): ...to here
7463
7464 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7465
7466         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7467
7468 2003-04-14  Angus Leeming  <leeming@lyx.org>
7469
7470         * LColor.[Ch]: scrap LColor mathcursor.
7471
7472 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7473
7474         * lyxlex.[Ch] (text): delete function
7475         * trans.C (Load): adjust
7476         * paragraph_funcs.C (readParToken): adjust
7477
7478 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7479
7480         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7481         vector<char> instead of a char[].
7482
7483         * lyxlex_pimpl.C (getString): adjust
7484         (next): adjust
7485         (lex): use getString
7486         (eatLine): adjust
7487         (nextToken): adjust
7488
7489         * lyxlex.C (text): use pimpl_->getString()
7490         (getBool): ditto
7491         (findToken): ditto
7492
7493 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7494
7495         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7496         (makeFontEntriesLayoutSpecific): temp var for par.size()
7497         (setLayout): temp var for ownerParagraphs().end()
7498         (fullRebreak): temp var for rows().end()
7499         (selectionAsString): temp var for boost::next(startpit), realize
7500         that the while really is a regular for loop.
7501         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7502         setCursor in one place.
7503         (setParagraph): temp vr for ownerParagraphs().end()
7504         (updateCounters): make the while loop a for loop
7505         (cutSelection): temp var for ownerParagraphs().end()
7506         (updateInset): make the do {} while() a regular for loop
7507         (getCursorX): use temp vars
7508         (setCurrentFont): use temp vars
7509         (getColumnNearX): use temp vars
7510
7511 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7512
7513         * text.C (transformChar): use temp var for getChar
7514         (computeBidiTables): use temp var for row->par()
7515         (fill): move temp vars for row->par() and pit->layout() earlier in
7516         the function.
7517         (labelFill): use temp var for row->par()
7518         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7519         asc and desc, realize that pit never changes and that firstpit is
7520         just a duplicate and not needed. Exchange rit->par() with pit in a
7521         lot of places.
7522         (breakAgain): use a temp var for boost::next(rit)
7523         (breakAgainOneRow): ditto
7524         (breakParagraph): use a temp var for rows().begin()
7525         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7526         (cursorRightOneWord): use temp var for cursor.par() and
7527         cursor.pos(), remove usage of tmpcursor.
7528         (cursorLeftOneWord): use temp var for cursor.par() and
7529         cursor.pos() only set cur at end of function.
7530
7531 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7532
7533         * text.C, text2.C: exchange all usage of Paragraph::next with
7534         boost::next(ParagraphList::iterator)
7535
7536         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7537
7538         * text2.C (cursorTop): simplify implementation
7539         (cursorBottom): ditto
7540         (setParagraph): use ParagraphList::iterator
7541         (setCurrentFont): adjust
7542         (getColumnNearX): adjust
7543         (cursorRight): adjust
7544         (cursorLeft): remove usage of Paragraph::previous
7545         (cursorUpParagraph): ditto
7546         (deleteEmptyParagraphMechanism): slight cleanup
7547
7548         * text.C (isBoundary): take a Paragraph const & instead of a
7549         pointer as arg.
7550         (addressBreakPoint): ditto
7551         (leftMargin): remove usage of Paragraph::previous.
7552         (setHeightOfRow): ditto
7553         (cursorLeftOneWord): ditto
7554         (selectNextWordToSpellcheck): ditto
7555         (Delete): ditto
7556         (backspace): ditto
7557         (breakParagraph): remove one usage of Paragraph::next
7558         (redoParagraph): ditto
7559         (acceptChange): ditto
7560         (insertChar): adjust
7561         (rowBreakPoint): adjust
7562
7563         * bufferview_funcs.C (toggleAndShow): adjust
7564
7565 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7566
7567         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7568         methods to access it.
7569         * lyxtext.h:
7570         * text.C: Added updateRowPositions to compute all row positions.
7571         Make top_y and getRowNearY() to use the cached y position
7572
7573 2003-04-11  John Levon  <levon@movementarian.org>
7574
7575         * text.C (rowBreakPoint): reintroduce the labelEnd
7576         checks, code copied from the row fill stuff. Deep voodoo.
7577
7578         * text.C (fill): add a comment and debugging for the
7579         next poor soul.
7580
7581 2003-04-11  John Levon  <levon@movementarian.org>
7582
7583         * text.C: make sure fullrow insets get wrapped to the next line,
7584         even when they're in a manual label
7585
7586 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7587
7588         * text2.C (insertParagraph): make it take ParagraphList::iterator
7589         as arg.
7590         (setLayout): make it return ParagraphList::iterator
7591         (redoParagraphs): ditto
7592         (setCounter): ditto
7593         (checkParagraph): ditto
7594
7595         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7596
7597         * text2.C: adjust several funcs.
7598         (realizeFont): take a ParagraphList::iterator as arg.
7599         (getLayoutFont): ditto
7600         (getLabelFont): ditto
7601         (setCharFont): ditto
7602
7603         * text.C: adjust several funcs.
7604
7605 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7606
7607         * text.C (selectNextWordToSpellcheck): don't accidentally
7608         skip insets
7609
7610 2003-04-10  John Levon  <levon@movementarian.org>
7611
7612         * ToolbarBackend.C (getIcon): special handling for
7613         LFUN_MATH_DELIM
7614
7615 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7616
7617         * text2.C (cursorRight): a getChar assert fixed
7618
7619 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7620
7621         * text2.C (getFont): change to take a ParagraphList::iterator
7622         instead of Paragraph*
7623         Adjust several functions.
7624
7625         * text.C (transformChar): change to take a ParagraphList::iterator
7626         instead of Paragraph*
7627         (singleWidth): ditto
7628         Adjust several functions.
7629
7630         * rowpainter.C: adjust several functions
7631         * rowpainter.h:store a ParagraphList::iterator and not a
7632         Paragraph&.
7633
7634
7635 2003-04-09  John Levon  <levon@movementarian.org>
7636
7637         * lyxfunc.C:
7638         * lfuns.h:
7639         * LyXAction.h:
7640         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7641         and the "help" bits as well
7642
7643 2003-04-09  John Levon  <levon@movementarian.org>
7644
7645         * ToolbarBackend.h:
7646         * ToolbarBackend.C: allow multiple toolbars
7647
7648 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7649
7650         * undo_funcs.C (setCursorParUndo): adjust
7651
7652         * text_funcs.C (transposeChars): adjust
7653
7654         * text3.C (gotoNextInset): adjust
7655         (dispatch): adjust
7656
7657         * text2.C (setLayout): adjust
7658         (changeDepth): adjust
7659         (setFont): adjust
7660         (redoParagraphs): adjust
7661         (selectionAsString): adjust
7662         (setParagraph): adjust
7663         (insertInset): adjust
7664         (cutSelection): adjust
7665         (copySelection): adjust
7666         (pasteSelection): adjust
7667         (insertStringAsLines): adjust
7668         (updateInset): adjust
7669         (setCursor): change to take a ParagraphList::iterator parameter
7670         (setCursorIntern): change to take a ParagraphList::iterator parameter
7671         (setCurrentFont): adjust
7672         (cursorLeft): adjust
7673         (cursorRight): adjust
7674         (deleteEmptyParagraphMechanism): adjust
7675
7676         * text.C (breakParagraph): adjust
7677         (insertChar): adjust
7678         (acceptChange): adjust
7679         (rejectChange): adjust
7680         (selectNextWordToSpellcheck): adjust
7681         (changeCase): adjust
7682         (Delete): adjust
7683         (backspace): adjust
7684
7685         * lyxfind.C (SearchForward): adjust
7686         (SearchBackward): adjust
7687         (nextChange): adjust
7688
7689         * lyxcursor.C (par): adjust
7690
7691         * lyxcursor.h: store a ParagraphList::iterator instead of a
7692         Paragraph*
7693
7694         * lyx_cb.C (getPossibleLabel): adjust
7695
7696         * bufferview_funcs.C (toggleAndShow): adjust
7697
7698         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7699         (dispatch): adjust
7700
7701         * BufferView.C (removeAutoInsets): adjust
7702         (lockedInsetStoreUndo): adjust
7703
7704 2003-04-09  John Levon  <levon@movementarian.org>
7705
7706         * ToolbarBackend.C: try icon without argument
7707         if with argument fails
7708
7709 2003-04-08  John Levon  <levon@movementarian.org>
7710
7711         * ToolbarBackend.h:
7712         * ToolbarBackend.C: add getIcon(), handle tooltip,
7713         and change from "Icon" to "Item".
7714
7715 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7716
7717         * BufferView.C (lockInset): another bad getchar crunched
7718
7719 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7720
7721         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7722         again)
7723
7724 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7725
7726         * lyxfind.C (searchForward, searchBackwards): bug 782
7727
7728 2003-04-07  John Levon  <levon@movementarian.org>
7729
7730         * paragraph.C: remove dead comment
7731
7732         * text.C: remove troublesome depth-fiddling code
7733         in leftMargin() and rightMargin() (bug 1017)
7734
7735         * text.C: fix breaking of rows in nested lists
7736         (bug 1004)
7737
7738         * text2.C (updateCounters): fix up depth values
7739         (bug 1013)
7740
7741 2003-04-07  John Levon  <levon@movementarian.org>
7742
7743         * BufferView_pimpl.C: clear message when doc finishes resizing,
7744         and after a mouse event
7745
7746         * lyxfunc.C: clear message after exiting inset
7747
7748 2003-04-07  John Levon  <levon@movementarian.org>
7749
7750         * bufferview_funcs.C: show math status not outside
7751         status in the statusbar
7752
7753 2003-04-07  John Levon  <levon@movementarian.org>
7754
7755         * lyxfunc.C: note status changed after a depth change
7756
7757 2003-04-04  Angus Leeming  <leeming@lyx.org>
7758
7759         * LaTeX.h: move AuxInfo operator==, != out of line.
7760         Remove LaTeX virtual destructor; nothing derives from it.
7761         Move operator()() out of public area and rename it startscript().
7762         Change protected for private.
7763
7764 2003-04-04  Angus Leeming  <leeming@lyx.org>
7765
7766         * lyxfunc.C:
7767         * text2.C: remove unneeded #includes.
7768
7769 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7770
7771         * text2.C (dEPM): fix the heigth of the next row
7772
7773 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7774
7775         * text.C: squashed an invalid getChar requester + some ws changes
7776
7777 2003-04-03  John Levon  <levon@movementarian.org>
7778
7779         * bufferview_funcs.h:
7780         * bufferview_funcs.C:
7781         * lyxfunc.C:
7782         * lyxtext.h:
7783         * text2.C: make getStatus work for the env depth lfuns
7784
7785 2003-04-03  John Levon  <levon@movementarian.org>
7786
7787         * bufferview_funcs.h:
7788         * bufferview_funcs.C:
7789         * lyxfunc.C:
7790         * lyxtext.h:
7791         * text2.C: parlistize decDepth(), by merging it with incDepth()
7792
7793 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7794
7795         * lyxrow.h: store a ParagraphList::iterator instead of a
7796         Paragraph* and adjust other class functions to suit.
7797
7798         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7799         above.
7800
7801 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7802
7803         * text2.C (setCursor): do not anchor to cursor row for the time being
7804
7805 2003-04-02  John Levon  <levon@movementarian.org>
7806
7807         * LyXAction.C:
7808         * lfuns.h:
7809         * lyx_main.C:
7810         * lyxtext.h:
7811         * text.C:
7812         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
7813
7814 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7815
7816         * paragraph.h: make ParagraphList and ParagraphList::iterator
7817         friends of Paragraph.
7818
7819         * buffer.C (makeLinuxDocFile): move towards ParagraphList
7820
7821         * ParagraphList.C: Use the private next_ and previous_ from
7822         Paragraph.
7823
7824 2003-04-01  John Levon  <levon@movementarian.org>
7825
7826         * ToolbarBackend.h:
7827         * ToolbarBackend.C:
7828         * Makefile.am: rename, remove defaults gunk
7829
7830         * MenuBackend.h:
7831         * MenuBackend.C: remove defaults gunk
7832
7833         * Languages.h:
7834         * Languages.C: remove defaults gunk
7835
7836         * lyx_main.h:
7837         * lyx_main.C: error out if files couldn't be found.
7838
7839 2003-04-02  John Levon  <levon@movementarian.org>
7840
7841         * text2.C: make incDepth() use parlist
7842
7843 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7844
7845         * undo_funcs.C (firstUndoParagraph): adjust
7846
7847         * text3.C (gotoInset): adjust
7848         (dispatch): adjust, and rewrite loop.
7849
7850         * text2.C (init): adjust, and rewrite loop.
7851         (redoParagraphs): adjust
7852         (updateInset): adjust, and rewrite loop.
7853         (deleteEmptyParagraphMechanism): adjust
7854
7855         * tabular.C (LyXTabular): adjust
7856         (SetMultiColumn): adjust
7857         (TeXRow): adjust
7858
7859         * lyxtext.[Ch] (ownerParagraph): delete function
7860         (ownerParagraphs): new function returns a ParagraphList.
7861
7862         * BufferView.C (removeAutoInsets): adjust
7863         (insertErrors): adjust
7864         (setCursorFromRow): adjust
7865
7866 2003-04-01  Angus Leeming  <leeming@lyx.org>
7867
7868         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
7869         in the frontends.
7870
7871 2003-04-02  John Levon  <levon@movementarian.org>
7872
7873         * lyxtext.h:
7874         * text.C:
7875         * Makefile.am:
7876         * text_funcs.h:
7877         * text_funcs.C: make transposeChars a free function
7878
7879         * lyxrow_funcs.C: remove wrong comment
7880
7881 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7882
7883         * lyxtext.h: adjust
7884         * rowpainter.C: adjust
7885         * text.C: adjust
7886         * text2.C: adjust
7887         * text3.C: adjust
7888
7889         * lyxrow_funcs. [Ch]: new files
7890
7891         * lyxrow.[Ch]: remove next and previous pointers
7892         (next,previous): remove accessor functions
7893         (isParEnd): move to lyxrow_funcs
7894         (lastPos): move to lyxrow_funcs
7895         (nextRowIsAllInset): move to lyxrow_funcs
7896         (lastPrintablePos): move to lyxrow_funcs
7897         (numberOfSeparators): move to lyxrow_funcs
7898         (numberOfHfills): move to lyxrow_funcs
7899         (numberOfLabelHfills): move to lyxrow_funcs
7900         (hfillExpansion): move to lyxrow_funcs
7901
7902         * lyxfunc.C: adjust
7903
7904         * bufferview_funcs.C (toggleAndShow): adjust
7905
7906         * RowList.h: Remove class RowList from file leave just a
7907         std::list<Row>.
7908
7909         * RowList.C: delete file
7910
7911         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
7912         and lyxrow_funcs.h
7913
7914 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7915
7916         * text3.C (cursorPrevious): adjust
7917         (cursorNext): adjust
7918         (dispatch): adjust
7919
7920         * text2.C (redoHeightOfParagraph): adjust
7921         (redoDrawingOfParagraph): adjust
7922         (setCursor): adjust
7923
7924         * text.C (breakParagraph): adjust
7925         (insertChar): adjust
7926         (backspace): adjust
7927
7928         * rowpainter.C (RowPainter): adjust
7929         (leftMargin): simplify and adjust
7930         (most rowpainter functions): adjust.
7931
7932         * rowpainter.h: store the row as RowList::iterator not as Row*
7933
7934         * lyxcursor.C (row): taka RowList::iterator as arg
7935         (irow): ditto
7936
7937         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
7938         of Row*.
7939
7940 2003-04-01  Angus Leeming  <leeming@lyx.org>
7941
7942         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
7943         stuff like bool Bool.
7944
7945 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7946
7947         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
7948         rewrite a loop
7949
7950 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7951
7952         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
7953         RowList::iterator.
7954
7955         * lyxtext.h (rows): drop one version and leve a const variant that
7956         returns a RowList::iterator.
7957
7958 2003-03-31  Angus Leeming  <leeming@lyx.org>
7959
7960         * text.C (fill): ensure that the signature is the same as that in the
7961         header file.
7962
7963 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
7964
7965         * text2.C (redoParagraphs): adjust
7966         (updateCounters): adjust
7967         (checkParagraph): adjust
7968         (getColumnNearX): adjust and reformat a bit.
7969
7970         * text.C (top_y): adjust
7971         (workWidth): adjust
7972         (leftMargin): adjust
7973         (prepareToPrint): adjust
7974         (getRow): adjust
7975         (getRowNearY): adjust
7976
7977         * lyxtext.h: make rowlist_ mutable.
7978
7979         * RowList.h: add const_iterator
7980         * RowList.C: adjust for RowList::const_iterator.
7981
7982         * text2.C (getCursorX): make it take a RowList::iterator as arg,
7983         adjust.
7984
7985 2003-03-31  John Levon  <levon@movementarian.org>
7986
7987         * lyxrc.h:
7988         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
7989
7990         * lyx_main.C: set default fonts from using lyx_gui funcs
7991
7992         * exporter.C: pdf_mode moved from lyxrc
7993
7994         * lyx_cb.C:
7995         * lyxfunc.C: changes from above
7996
7997 2003-03-31  John Levon  <levon@movementarian.org>
7998
7999         * lyx_main.C: fix to the last fix
8000
8001 2003-03-31  John Levon  <levon@movementarian.org>
8002
8003         * bufferlist.C: "Load original" -> "Load Original"
8004
8005         * converter.C:
8006         * exporter.C:
8007         * importer.C:
8008         * lyx_main.C:
8009         * format.C: more Alert cleanups
8010
8011 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8012
8013         * text2.C (removeParagraph): make it take a RowList::iterator as
8014         arg, adjust.
8015         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
8016         (postRowPaint): make it take a RowList::iterator as arg, adjust.
8017
8018         * text.C (anchor_row): make it take a RowList::iterator as arg,
8019         adjust.
8020         (computeBidiTables): make it take a const reference to Row instead
8021         of Row pointer, adjust.
8022         (leftMargin): make it take a RowList::iterator as arg, adjust.
8023         (rowBreakPoint): adjust
8024         (breakAgainOneRow): make it take a RowList::iterator as arg,
8025         adjust.
8026         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
8027
8028         * bufferview_funcs.C (toggleAndShow): adjust
8029
8030 2003-03-30  John Levon  <levon@movementarian.org>
8031
8032         * Makefile.am:
8033         * BoostFormat.h:
8034         * boost-inst.C: moved to support
8035
8036         * several files: changes as a result
8037
8038 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
8039
8040         * text2.C (LyXText): adjust.
8041         (init): adjust
8042         (removeRow): make it take a RowList::iterator as arg, adjust.
8043         (fullRebreak): adjust
8044         (deleteEmptyParagraphMechanism): adjust
8045         (clearPaint): adjust
8046         (postPaint): adjust
8047
8048         * text.C (top_y): adjust
8049         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8050         (breakAgain): make it take a RowList::iterator as arg, adjust.
8051         (breakParagraph): adjust
8052         (insertChar): adjust
8053         (backspace): adjust
8054
8055         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8056         need_break_row, and refresh_row.
8057
8058         * text3.C (dispatch): adjust
8059
8060         * text2.C (checkParagraph): adjust
8061         (setCursor): adjust
8062         (setCursorFromCoordinates): adjust
8063
8064         * text.C (top_y): adjust
8065         (workWidth): adjust
8066         (getRow): make it return a RowList::iterator, adjust
8067         (getRowNearY): make it return a RowList::iterator, adjust
8068
8069         * text2.C (init): adjust
8070         (insertRow): remove function
8071         (insertParagraph): adjust
8072         (redoParagraphs): adjust
8073         (fullRebreak): adjust
8074         (updateCounters): adjust
8075
8076         * text.C (top_y): rewrite to use RowList iterators.
8077         (top_y): adjust
8078         (setHeightOfRow): rewrite to sue RowList iterators.
8079         (appendParagraph): adjust
8080         (breakAgain): adjust
8081         (breakAgainOneRow): adjust
8082         (breakParagraph): adjust
8083         (getRow): adjust
8084         (getRowNearY): adjust, and remove commented code.
8085
8086         * lyxtext.h (firstRow): delete function
8087         (lastRow): delete function
8088         (rows): new function (const and non-const versions.)
8089         (insertRow): delete function
8090
8091         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8092
8093 2003-03-29  John Levon  <levon@movementarian.org>
8094
8095         * BufferView_pimpl.C: always update scrollbar top
8096         because pasting text when we're anchored could mean we
8097         miss an update altogether
8098
8099 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8100
8101         * text2.C (init): use rowlist_.end() and not 0.
8102         (insertRow): change to take a RowList::iterator as arg, adjust
8103         for this.
8104         (insertParagraph): change to take a RowList::iterator as arg,
8105         adjust for this.
8106         (redoParagraphs): remove some debug msgs.
8107
8108         * text.C (appendParagraph): change to take a RowList::iterator
8109         arg, adjust for this.
8110         (breakAgain): add an assert
8111         (breakAgainOneRow): ditto
8112
8113 2003-03-29  John Levon  <levon@movementarian.org>
8114
8115         * text2.C: do not clear selection after inc/decDepth
8116         (bug 550)
8117
8118 2003-03-29  John Levon  <levon@movementarian.org>
8119
8120         * BufferView.C:
8121         * buffer.C: fix broken strerrors according to Lars
8122
8123 2003-03-29  John Levon  <levon@movementarian.org>
8124
8125         * converters.C: more Alert cleanups
8126
8127 2003-03-29  John Levon  <levon@movementarian.org>
8128
8129         * bufferview_funcs.C: remove pointless Alert
8130
8131         * buffer.C: fix confusing error message when
8132         a template is chmoded 000
8133
8134 2003-03-29  John Levon  <levon@movementarian.org>
8135
8136         * BufferView.C:
8137         * BufferView.h:
8138         * BufferView_pimpl.C: Alert fixes
8139
8140         * Makefile.am:
8141         * tabular.C:
8142         * tabular-old.C: remove unused table compat reading
8143
8144 2003-03-29  John Levon  <levon@movementarian.org>
8145
8146         * BufferView.C:
8147         * buffer.C:
8148         * lyx_cb.h:
8149         * lyx_cb.C: more Alert cleanups
8150
8151         * lyxfunc.C: don't allow chktex if not latex document
8152
8153 2003-03-29  John Levon  <levon@movementarian.org>
8154
8155         * lyx_cb.C:
8156         * BufferView.C:
8157         * buffer.C: warnings pushed down from support/,
8158         kill err_alert
8159
8160 2003-03-29  John Levon  <levon@movementarian.org>
8161
8162         * lyxfunc.C: safety check for C-r (revert)
8163
8164 2003-03-29  John Levon  <levon@movementarian.org>
8165
8166         * bufferlist.h:
8167         * bufferlist.C: several UI fixes using Alert::prompt.
8168         Fix the pointless looping quit code. Fix stupid revert
8169         behaviour (bug 938)
8170
8171         * lyxvc.h:
8172         * lyxvc.C:
8173         * lyx_cb.C: use Alert::prompt
8174
8175         * lyx_main.C: remove a silly question
8176
8177         * lyxfunc.C: remove a couple of silly questions,
8178         use Alert::prompt
8179
8180 2003-03-28  John Levon  <levon@movementarian.org>
8181
8182         * text2.C: fix bug 974 (End on empty par)
8183
8184 2003-03-28  John Levon  <levon@movementarian.org>
8185
8186         * BufferView_pimpl.C:
8187         * LyXAction.C:
8188         * lfuns.h: remove do-nothing math greek lfuns
8189
8190 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8191
8192         * lyxgluelength.h (isValidGlueLength): add default arg on
8193         parameter 2. Remove default arg from friend in class.
8194
8195         * lyxlength.h (isValidLength): add default arg on parameter 2.
8196         Remove default arg from friend in class.
8197
8198         * text2.C (LyXText): adjust, initialize refresh_row.
8199         (init): adjust
8200         (removeRow): adjust
8201         (insertRow): adjust
8202         (insertParagraph): adjst
8203         (redoParagraphs): adjust
8204         (fullRebreak): adjust
8205         (updateCounters): adjust
8206         (deleteEmptyParagraphMechanism): first attempt at fixing a
8207         crashing bug.
8208
8209         * text.C (top_y): adjust
8210         (setHeightOfRow): adjust
8211         (getRow): adjust
8212         (getRowNearY): adjust
8213
8214         * lyxtext.h: include RowList.h
8215         (~LyXText): not needed anymore, deleted.
8216         (firstRow): modify for RowList
8217         (lastRow): new function
8218         Delete firstrow and lastrow class variables, add a Rowlist
8219         rowlist_ class variable.
8220
8221         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8222         paragraph is empty.
8223
8224         * RowList.C (insert): fix case where it == begin().
8225
8226 2003-03-26  Angus Leeming  <leeming@lyx.org>
8227
8228         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8229         the thesaurus dialog.
8230
8231 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8232
8233         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8234
8235         * RowList.[Ch]: new files
8236
8237         * ParagraphList.C (erase): handle the case where it == begin
8238         correctly.
8239
8240 2003-03-25  John Levon  <levon@movementarian.org>
8241
8242         * Makefile.am:
8243         * aspell_local.h:
8244         * aspell.C: add new aspell support
8245
8246         * lyxrc.h:
8247         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8248         have it accessible.
8249
8250 2003-03-25  Angus Leeming  <leeming@lyx.org>
8251
8252         * lfuns.h:
8253         * LyXAction.C (init): new LFUN_INSET_INSERT.
8254
8255         * BufferView_pimpl.C (dispatch): split out part of the
8256         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8257
8258         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8259         LFUN_INSET_APPLY.
8260
8261 2003-03-25  Angus Leeming  <leeming@lyx.org>
8262
8263         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8264
8265 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8266
8267         * text2.C:
8268         * text3.C: remove useless row->height(0)
8269
8270 2003-03-25  John Levon  <levon@movementarian.org>
8271
8272         * lyxtext.h:
8273         * text2.C:
8274         * text3.C: rename the refreshing stuff to better names
8275
8276 2003-03-24  John Levon  <levon@movementarian.org>
8277
8278         * BufferView_pimpl.h:
8279         * BufferView_pimpl.C: update layout choice on a mouse
8280         press/release
8281
8282 2003-03-23  John Levon  <levon@movementarian.org>
8283
8284         * Makefile.am: fix commandtags.h reference
8285
8286 2003-03-22  John Levon  <levon@movementarian.org>
8287
8288         * BufferView_pimpl.C:
8289         * lyxtext.h:
8290         * rowpainter.C:
8291         * rowpainter.h:
8292         * text.C:
8293         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8294
8295 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8296
8297         * lyxtext.h:
8298         * text.C: take the rtl methods out of line
8299
8300 2003-03-21 André Pönitz <poenitz@gmx.net>
8301
8302         * metricsinfo.[Ch]: new files containing structures to be passed around
8303         during the two-phase-drawing...
8304
8305 2003-03-21 André Pönitz <poenitz@gmx.net>
8306
8307         * lyxtextclass.C: read 'environment' tag.
8308
8309 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8310
8311         * text2.C (removeRow): fix bug 964
8312
8313 2003-03-20  John Levon  <levon@movementarian.org>
8314
8315         * rowpainter.C:
8316         * text.C:
8317         * text2.C: paint cleanups. Inset::update() dropped font
8318         parameter
8319
8320 2003-03-19  John Levon  <levon@movementarian.org>
8321
8322         * lyxfunc.C: only fitcursor/markDirty if available()
8323
8324 2003-03-19  John Levon  <levon@movementarian.org>
8325
8326         * commandtags.h: rename to ...
8327
8328         * lfuns.h: ... this, and renumber / cleanup
8329
8330 2003-03-19  John Levon  <levon@movementarian.org>
8331
8332         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8333         fit the cursor after an lfun
8334
8335         * BufferView.h:
8336         * BufferView.C:
8337         * BufferView_pimpl.h:
8338         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8339
8340         * LyXAction.C: layout-character should have ReadOnly
8341
8342         * ParagraphParameters.C:
8343         * buffer.C:
8344         * bufferview_funcs.C:
8345         * lyx_cb.C:
8346         * lyxfind.C:
8347         * lyxtext.h:
8348         * text.C:
8349         * text2.C:
8350         * text3.C:
8351         * undo_funcs.C: changes from above
8352
8353 2003-03-18  John Levon  <levon@movementarian.org>
8354
8355         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8356         remove it from update()
8357
8358         * lyxfunc.C: update layout choice after an lfun
8359
8360         * text3.C: remove extra updateLayoutChoice()s
8361
8362 2003-03-18  John Levon  <levon@movementarian.org>
8363
8364         * text.C: top_y change means full repaint, fix
8365         a drawing bug with cursor movement
8366
8367 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8368
8369         * lyxtext.h:
8370         * text.C:
8371         * text2.C: anchor row on setCursor
8372
8373 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8374
8375         * lyxtext.h: remove almost all mutable keywords
8376         * text.C:
8377         * text2.C:
8378         * text3.C: remove const keywords accordingly
8379
8380 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8381
8382         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8383         anon namespace
8384         (TeXEnvironment): ditto
8385         (TeXOnePar): ditto
8386
8387 2003-03-17  John Levon  <levon@movementarian.org>
8388
8389         * text.C (rowBreakPoint): remove attempt to fix displayed
8390         math insets inside a manual label
8391
8392 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8393
8394         * lyxtext.h: remove BufferView* as first arg from almost all class
8395         functions.
8396         * other files: adjust.
8397
8398 2003-03-17  John Levon  <levon@movementarian.org>
8399
8400         * lyxtext.h:
8401         * undo_funcs.C:
8402         * text2.C: more paint cleanups
8403
8404         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8405
8406         * rowpainter.h:
8407         * rowpainter.C: remove "smart" background painting code
8408
8409 2003-03-16  John Levon  <levon@movementarian.org>
8410
8411         * lyxtext.h:
8412         * text.C:
8413         * text2.C:
8414         * text3.C: add helper functions for setting refresh_row/y
8415
8416 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8417
8418         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8419         newline inset which *can* get inserted in the pass_thru layouts.
8420         This is primarily for literate documents.
8421
8422 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8423
8424         * buffer.C: increment LYX_FORMAT to 223
8425
8426 2003-03-14 André Pönitz <poenitz@gmx.net>
8427
8428         * textclass.h: prepare for environment handling, ws changes
8429         * lyxlayout.C: read latexheader and latexfooter tags
8430
8431 2003-03-14  John Levon  <levon@movementarian.org>
8432
8433         * text2.C: rewrite ::status() a bit
8434
8435 2003-03-13  John Levon  <levon@movementarian.org>
8436
8437         * lyxtext.h: add some docs
8438
8439 2003-03-13  John Levon  <levon@movementarian.org>
8440
8441         * lyxtext.h:
8442         * text.C:
8443         * text2.C:
8444         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8445
8446 2003-03-13  John Levon  <levon@movementarian.org>
8447
8448         * text3.C: fix appendix redrawing
8449
8450 2003-03-13  John Levon  <levon@movementarian.org>
8451
8452         * text.C (setHeightOfRow):
8453         * rowpainter.h:
8454         * rowpainter.C: make appendix mark have the text
8455           "Appendix" so the user knows what it is
8456
8457         * LColor.h:
8458         * LColor.C: s/appendixline/appendix/ from above
8459
8460 2003-03-13  John Levon  <levon@movementarian.org>
8461
8462         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8463
8464         * text.C: fix a getChar(pos) bug properly
8465
8466 2003-03-13  Angus Leeming  <leeming@lyx.org>
8467
8468         * commandtags.h:
8469         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8470         Probably only temporary. Let's see how things pan out.
8471
8472         * BufferView.C (unlockInset):
8473         * BufferView_pimpl.C (fitCursor):
8474         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8475
8476         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8477         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8478
8479         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8480         new functions that convert ParagraphParameters to and from a string.
8481
8482         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8483         BufferView::Pimpl's dispatch.
8484         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8485
8486 2003-03-13 André Pönitz <poenitz@gmx.net>
8487
8488         * lyxfunc.C:
8489         * text3.C:
8490         * factory.C: make it aware of InsetEnv
8491
8492 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8493
8494         * text2.C (setCursor): never ask for one past last
8495         (setCursor): add some debugging messages.
8496
8497         * text.C (singleWidth): never ask for one past last
8498         (singleWidth): ditto
8499         (leftMargin): ditto
8500         (rightMargin): ditto
8501         (rowBreakPoint): ditto
8502         (setHeightOfRow): ditto
8503         (prepareToPrint): ditto
8504
8505         * rowpainter.C (paintBackground): never ask for one past last
8506         (paintText): never ask for one past last
8507
8508         * paragraph_pimpl.C (getChar): make the assert stricter, never
8509         allow the one past last pos to be taken
8510
8511         * paragraph.C (getChar): ws changes only
8512
8513         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8514         (numberOfSeparators): ditto
8515         (numberOfHfills): ditto
8516
8517 2003-03-12  John Levon  <levon@movementarian.org>
8518
8519         * author.h:
8520         * author.C:
8521         * bufferparams.h:
8522         * bufferparams.C:
8523         * paragraph_funcs.C: fix per-buffer authorlists
8524
8525 2003-03-12  John Levon  <levon@movementarian.org>
8526
8527         * text.C: fix newline in right address
8528
8529 2003-03-12  Angus Leeming  <leeming@lyx.org>
8530
8531         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8532         duplicate those in LyXFunc::dispatch.
8533
8534         * commandtags.h:
8535         * LyXAction.C:
8536         * ToolbarDefaults.C:
8537         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8538         Add LFUN_FONTFREE_UPDATE.
8539
8540         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8541         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8542
8543         * bufferview_func.[Ch]: several new functions to facilliate
8544         transfer of data to and from the character dialog.
8545
8546 2003-03-12  John Levon  <levon@movementarian.org>
8547
8548         * buffer.C:
8549         * paragraph.h:
8550         * paragraph.C:
8551         * paragraph_funcs.C:
8552         * paragraph_pimpl.C:
8553         * sgml.C:
8554         * tabular.C:
8555         * text.C:
8556         * text3.C: remove META_NEWLINE in favour of an inset
8557
8558         * rowpainter.h:
8559         * rowpainter.C: remove paintNewline (done by inset)
8560
8561 2003-03-12  John Levon  <levon@movementarian.org>
8562
8563         * paragraph_pimpl.C: complain about bad getChar()s
8564         for a while at least
8565
8566 2003-03-12  John Levon  <levon@movementarian.org>
8567
8568         * buffer.h:
8569         * buffer.C: move paragraph read into a separate function,
8570         a little renaming to reflect that.
8571
8572         * bufferparams.h:
8573         * bufferparams.C: remove the author_ids map, not necessary now
8574
8575         * factory.h:
8576         * factory.C: moved Buffer::readInset to here
8577
8578         * paragraph_funcs.h:
8579         * paragraph_funcs.C: readParagraph free function moved from
8580         buffer.C
8581
8582         * tabular.C: name change
8583
8584 2003-03-12  John Levon  <levon@movementarian.org>
8585
8586         * buffer.C:
8587         * ParagraphParameters.C: move par params input to
8588         a read() method
8589
8590         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8591         behave like a normal read from the stream wrt reading
8592         a line vs. a \\token
8593
8594 2003-03-12  John Levon  <levon@movementarian.org>
8595
8596         * paragraph.C:
8597         * ParagraphParameters.h:
8598         * ParagraphParameters.C: move output code to a
8599         ::write() method
8600
8601 2003-03-12  John Levon  <levon@movementarian.org>
8602
8603         * BufferView.C (insertLyXFile):
8604         * buffer.h:
8605         * buffer.C:
8606         * tabular.C: use a parlist iterator for creating the
8607           document.
8608
8609 2003-03-12  John Levon  <levon@movementarian.org>
8610
8611         * buffer.C: make current_change static local not
8612           static file-scope
8613
8614 2003-03-12  John Levon  <levon@movementarian.org>
8615
8616         * buffer.C: fix insertStringAsLines for change tracking
8617
8618 2003-03-12  John Levon  <levon@movementarian.org>
8619
8620         * BufferView.C:
8621         * tabular.C:
8622         * buffer.h:
8623         * buffer.C:
8624         * bufferparams.h:
8625         * bufferparams.C: move author list into params. Rename some
8626           functions. Move the header reading into a separate token
8627           loop. Move the header token reading into BufferParams.
8628
8629 2003-03-12  John Levon  <levon@movementarian.org>
8630
8631         * changes.C: put debug inside lyxerr.debugging() checks
8632
8633 2003-03-11 André Pönitz <poenitz@gmx.net>
8634
8635         * factory.C: make it aware of InsetHFill
8636
8637 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8638
8639         * buffer.C (latexParagraphs): move function from here...
8640         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8641         args.
8642
8643 2003-03-10  Angus Leeming  <leeming@lyx.org>
8644
8645         * LyXAction.C (init): fix bug in poplating array with multiple entries
8646         with the same LFUN (spotted by JMarc).
8647
8648 2003-03-10  John Levon  <levon@movementarian.org>
8649
8650         * text.C:
8651         * text2.C: move getColumnNearX() near its
8652         only call site
8653
8654 2003-03-10  John Levon  <levon@movementarian.org>
8655
8656         * text.C: fix break before a minipage
8657
8658 2003-03-10  John Levon  <levon@movementarian.org>
8659
8660         * text.C: fix the last commit
8661
8662 2003-03-09  John Levon  <levon@movementarian.org>
8663
8664         * lyxtext.h:
8665         * text.C:
8666         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8667         bug 365 (don't break before insets unless needed). Don't
8668         return a value > last under any circumstances.
8669
8670 2003-03-09  Angus Leeming  <leeming@lyx.org>
8671
8672         * BufferView_pimpl.C (trackChanges, dispatch): call
8673         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8674
8675 2003-03-09  Angus Leeming  <leeming@lyx.org>
8676
8677         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8678         than Dialogs::showAboutlyx().
8679
8680 2003-03-09  Angus Leeming  <leeming@lyx.org>
8681
8682         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8683         than Dialogs::showTabularCreate().
8684
8685 2003-03-09  John Levon  <levon@movementarian.org>
8686
8687         * lyxtext.h:
8688         * text.C:
8689         * text2.C: 3rd arg to nextBreakPoint was always the same.
8690           Use references.
8691
8692 2003-03-08  John Levon  <levon@movementarian.org>
8693
8694         * lyxrow.C:
8695         * paragraph.C:
8696         * paragraph.h:
8697         * rowpainter.C:
8698         * text.C:
8699         * text2.C: Remove the "main" bit from the "main body"
8700           notion.
8701
8702 2003-03-08  John Levon  <levon@movementarian.org>
8703
8704         * text.C (leftMargin): The left margin of an empty
8705         manual label paragraph should not include the label width
8706         string length.
8707
8708         * text.C (prepareToPrint): don't attempt to measure hfills
8709         for empty manual label paragraphs - the answer should be 0
8710
8711 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8712
8713         * CutAndPaste.C: remove commented code and reindent.
8714
8715 2003-03-08  John Levon  <levon@movementarian.org>
8716
8717         * lyxfunc.h:
8718         * lyxfunc.C: move reloadBuffer()
8719
8720         * BufferView.h:
8721         * BufferView.C: to here
8722
8723         * lyxvc.C: add comment
8724
8725         * vc-backend.h:
8726         * vc-backend.C: call bv->reload() to avoid
8727           getStatus() check on MENURELOAD
8728
8729 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8730
8731         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8732         to an old format .dep file.
8733
8734 2003-03-07  Angus Leeming  <leeming@lyx.org>
8735
8736         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8737         when the LFUN_MOUSE_RELEASE should have been handled by
8738         inset->localDispatch.
8739
8740 2003-03-07  Angus Leeming  <leeming@lyx.org>
8741
8742         * BufferView_pimpl.C (dispatch):
8743         * LyXAction.C (init):
8744         * ToolbarDefaults.C (init):
8745         * commandtags.h:
8746         * lyxfunc.C (getStatus):
8747         remove LFUN_INSET_GRAPHICS.
8748
8749         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8750
8751 2003-03-07  Angus Leeming  <leeming@lyx.org>
8752
8753         * commandtags.h:
8754         * LyXAction.C (init):
8755         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8756
8757         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8758
8759         * commandtags.h:
8760         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8761
8762         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8763         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8764
8765 2003-03-07  Angus Leeming  <leeming@lyx.org>
8766
8767         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8768         remove "ert".
8769
8770 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8771
8772         * ParagraphList.C (front): new function
8773         (back): implement
8774
8775 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8776
8777         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8778         and top_row_offset_. removed var first_y.
8779         * text.C (top_y):
8780         * text2.C (LyXText, removeRow):
8781         * text3.C:
8782         * BufferView_pimpl.C:
8783         use these methods instead of using first_y
8784
8785 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8786
8787         * text2.C (pasteSelection): adjust for checkPastePossible
8788
8789         * CutAndPaste.C: remove Paragraph * buf and replace with
8790         ParagraphList paragraphs.
8791         (DeleteBuffer): delete
8792         (cutSelection): change the tc type to textclass_type
8793         (copySelection): change the tc type to textclass_type
8794         (copySelection): adjust for ParagraphList
8795         (pasteSelection): change the tc type to textclass_type
8796         (pasteSelection): adjust for Paragraphlist
8797         (nrOfParagraphs): simplify for ParagraphList
8798         (checkPastePossible): simplify for ParagraphList
8799         (checkPastePossible): remove unused arg
8800
8801         * ParagraphList.C (insert): handle the case where there are no
8802         paragraphs yet.
8803
8804         * CutAndPaste.h: make CutAndPaste a namespace.
8805
8806         * text3.C (dispatch): adjust
8807
8808         * text.C (breakParagraph): add a ParagraphList as arg
8809
8810         * paragraph_funcs.C (breakParagraph): change to take a
8811         BufferParams and a ParagraphList as args.
8812         (breakParagraphConservative): ditto
8813         (mergeParagraph): ditto
8814         (TeXDeeper): add a ParagraphList arg
8815         (TeXEnvironment): ditto
8816         (TeXOnePar): ditto
8817
8818         * buffer.C (readLyXformat2): adjust
8819         (insertStringAsLines): adjust
8820         (latexParagraphs): adjust
8821
8822         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
8823         (cutSelection): adjust
8824         (pasteSelection): adjust
8825
8826         * BufferView_pimpl.C (insertInset): adjust
8827
8828 2003-03-05  Angus Leeming  <leeming@lyx.org>
8829
8830         * commandtags.h:
8831         * LyXAction.C (init):
8832         * BufferView_pimpl.C (dispatch):
8833         * lyxfunc.C (getStatus):
8834         remove LFUN_CHILD_INSERT.
8835
8836         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
8837
8838 2003-03-05  Angus Leeming  <leeming@lyx.org>
8839
8840         * commandtags.h:
8841         * LyXAction.C (init):
8842         * src/factory.C (createInset):
8843         * lyxfunc.C (getStatus):
8844         * text3.C (dispatch):
8845         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
8846
8847         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
8848
8849 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8850
8851         * ParagraphList.C (insert): handle insert right before end()
8852         (erase): fix cases where it can be first or last paragraph.
8853
8854 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8855
8856         * paragraph_funcs.C (TeXEnvironment): remove all usage of
8857         Paragraph::next and Paragraph::previous
8858         (TeXOnePar): ditto
8859
8860         * text.C (breakParagraph): adjust
8861
8862         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
8863         BufferParams& as arg.
8864         (breakParagraph): use ParagraphList::insert
8865         (breakParagraphConservative): take a Buffer* instead of a
8866         BufferParams& as arg.
8867         (breakParagraphConservative): use ParagraphList::insert.
8868
8869         * buffer.C (insertStringAsLines): un-const it
8870         (insertStringAsLines): adjust
8871
8872         * ParagraphList.C (insert): new function
8873
8874         * CutAndPaste.C (pasteSelection): adjust
8875
8876         * text.C (backspace): adjust
8877
8878         * tabular.C (SetMultiColumn): adjust
8879
8880         * CutAndPaste.C (cutSelection): adjust
8881         (pasteSelection): adjust
8882
8883         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
8884         Buffer const * as arg
8885
8886         * ParagraphList.C (erase): new function
8887         * paragraph_funcs.C (mergeParagraph): use it
8888         (mergeParagraph): make it take a Buffer* instead of a
8889         BufferParams* as arg
8890
8891         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
8892         as arg
8893         (breakParagraphConservative): ditto
8894
8895         * paragraph.h: remove the breakParagraph friend
8896
8897         * paragraph.C (eraseIntern): new function
8898         (setChange): new function
8899
8900         * paragraph_funcs.C (mergeParagraph): make it take a
8901         ParagraphList::iterator instead of a Paragraph *, adjust
8902         accordingly.
8903
8904         * paragraph.h: move an #endif so that the change tracking stuff
8905         also works in the NO_NEXT case.
8906
8907 2003-03-04  Angus Leeming  <leeming@lyx.org>
8908
8909         * commandtags.h:
8910         * LyXAction.C: new LFUN_INSET_MODIFY.
8911
8912         * BufferView_pimpl.C (dispatch): if an inset is found to be open
8913         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
8914
8915 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8916
8917         * several files: ws changes only
8918
8919         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
8920         (TeXEnvironment): ditto
8921         (TeXDeeper): ditto
8922
8923         * buffer.C (makeLaTeXFile): adjust
8924         (latexParagraphs): make it take ParagraphList::iterator as args
8925
8926 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8927
8928         * buffer.C (latexParagraphs): adjust
8929
8930         * paragraph.C (TeXOnePar): move function...
8931         (optArgInset): move function...
8932         (TeXEnvironment): move function...
8933         * paragraph_pimpl.C (TeXDeeper): move function...
8934         * paragraph_funcs.C: ...here
8935
8936         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
8937
8938 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8939
8940         * buffer.C (readInset): remove compability code for old Figure and
8941         InsetInfo insets
8942
8943 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8944
8945         * buffer.C: ws changes
8946         (readInset):
8947
8948         * BufferView_pimpl.C: ditto
8949         * author.C: ditto
8950         * buffer.h: ditto
8951         * bufferlist.h: ditto
8952         * changes.h: ditto
8953         * lyxfunc.C: ditto
8954
8955 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
8956
8957         * converter.[Ch]: split into itself +
8958         * graph.[Ch]
8959         * format.[Ch]
8960         * Makefile.am: += graph.[Ch] + format.[Ch]
8961         * MenuBackend.C
8962         * buffer.C
8963         * exporter.C
8964         * importer.C
8965         * lyx_main.C
8966         * lyxfunc.C
8967         * lyxrc.C: added #include "format.h"
8968
8969 2003-02-27  Angus Leeming  <leeming@lyx.org>
8970
8971         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
8972           a label.
8973
8974         * factory.C (createInset): add "label" to the factory.
8975
8976         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
8977           string and do no more.
8978
8979 2003-02-27  Angus Leeming  <leeming@lyx.org>
8980
8981         * commandtags.h:
8982         * LyXAction.C (init):
8983         * factory.C (createInset):
8984         * BufferView_pimpl.C (dispatch):
8985           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
8986
8987         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
8988
8989         * lyxfunc.C (dispatch):
8990         * text3.C (dispatch): pass name to params2string.
8991
8992 2003-02-26  Angus Leeming  <leeming@lyx.org>
8993
8994         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
8995           blocks together.
8996           Rearrange the ~includes. Strip out the unnecessary ones.
8997
8998         * factory.C (createInset): reformat.
8999           create new insets for the various LFUN_XYZ_APPLY lfuns.
9000
9001 2003-02-26  John Levon  <levon@movementarian.org>
9002
9003         * lyxrow.h:
9004         * lyxrow.C: add isParStart,isParEnd helpers
9005
9006         * paragraph.h: make isInserted/DeletedText take refs
9007
9008         * paragraph_funcs.h:
9009         * paragraph_funcs.C: remove #if 0'd code
9010
9011         * lyxtext.h:
9012         * text3.C:
9013         * text2.C:
9014         * text.C: use lyxrow helpers above.
9015           Move draw and paint routines to RowPainter.
9016           Make several methods use refs not pointers.
9017           Make backgroundColor() const.
9018           Add markChangeInDraw(), isInInset().
9019           Merge changeRegionCase into changeCase.
9020           Make workWidth() shouldn't-happen code into an Assert.
9021
9022         * rowpainter.h:
9023         * rowpainter.C: new class for painting a row.
9024
9025         * vspace.h:
9026         * vspace.C: make inPixels take a ref
9027
9028 2003-02-26  Angus Leeming  <leeming@lyx.org>
9029
9030         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
9031         LFUN_REF_APPLY.
9032
9033 2003-02-25  John Levon  <levon@movementarian.org>
9034
9035         * ispell.C: give the forked command a more accurate name
9036
9037 2003-02-22  John Levon  <levon@movementarian.org>
9038
9039         * toc.h:
9040         * toc.C: make TocItem store an id not a Paragraph *
9041           (bug #913)
9042
9043 2003-02-21  Angus Leeming  <leeming@lyx.org>
9044
9045         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
9046           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
9047           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9048           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9049           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9050           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9051
9052         * BufferView_pimpl.C (dispatch):
9053         * LyXAction.C (init):
9054         * factory.C (createInset):
9055         * lyxfunc.C (getStatus, dispatch):
9056         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9057
9058 2003-02-21  Angus Leeming  <leeming@lyx.org>
9059
9060         * BufferView_pimpl.C (MenuInsertLyXFile):
9061         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9062         * lyxfunc.C (menuNew, open, doImport):
9063           no longer pass a LyXView & to fileDlg.
9064
9065 2003-02-21  Angus Leeming  <leeming@lyx.org>
9066
9067         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9068         * LyXAction.C: change, BIBKEY to BIBITEM.
9069         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9070         Change InsetBibKey to InsetBibitem.
9071         Change BIBKEY_CODE to BIBITEM_CODE.
9072         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9073         * factory.C: replace insetbib.h with insetbibitem.h.
9074         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9075         * paragraph.C: replace insetbib.h with insetbibitem.h.
9076         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9077         Change bibkey() to bibitem().
9078         * text.C: remove insetbib.h.
9079         * text2.C: replace insetbib.h with insetbibitem.h.
9080         change bibkey() to bibitem().
9081         * text3.C: remove insetbib.h.
9082         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9083
9084 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9085
9086         * lyxrc.C (output): enclose user email in quotes (in case there are
9087         several words)
9088
9089 2003-02-18  John Levon  <levon@movementarian.org>
9090
9091         * buffer.h: add std::
9092
9093 2003-02-17  John Levon  <levon@movementarian.org>
9094
9095         * SpellBase.h:
9096         * ispell.h:
9097         * ispell.C:
9098         * pspell.h:
9099         * pspell.C: reworking. Especially in ispell, a large
9100           number of clean ups and bug fixes.
9101
9102         * lyxfunc.C: fix revert to behave sensibly
9103
9104 2003-02-17 André Pönitz <poenitz@gmx.net>
9105
9106         * LyXAction.C:
9107         * commandtags.h: new LFUN_INSERT_BIBKEY
9108
9109         * layout.h:
9110         * lyxlayout.C:
9111         * buffer.C:
9112         * factory.C:
9113         * text.C:
9114         * text2.C:
9115         * text3.C:
9116         * paragraph.[Ch]:
9117         * paragraph_func.C: remove special bibkey handling
9118
9119 2003-02-17  John Levon  <levon@movementarian.org>
9120
9121         * text.C (Delete): fix case where delete at the end of
9122           the very first paragraph would not merge the pars
9123
9124 2003-02-17  John Levon  <levon@movementarian.org>
9125
9126         * lyxrow.C: fix lastPrintablePos()
9127
9128 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9129
9130         * bufferparams.C (writeLaTeX): add a std:here
9131
9132         * buffer.C: and remove a using directive there
9133
9134 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9135
9136         * buffer.C (makeLaTeXFile): move the code that generates the
9137           preamble...
9138
9139         * bufferparams.C (writeLaTeX): ... in this new method
9140
9141         * LaTeXFeatures.C (getEncodingSet): make const
9142           (getLanguages): make const
9143
9144         * MenuBackend.C (binding): returns the binding associated to this
9145           action
9146           (add): sets the status of each item by calling getStatus. Adds
9147           some intelligence.
9148           (read): add support for OptSubMenu
9149           (expand): remove extra separator at the end of expanded menu
9150
9151 2003-02-15  John Levon  <levon@movementarian.org>
9152
9153         * BufferView.C:
9154         * BufferView_pimpl.C:
9155         * bufferlist.h:
9156         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9157           inset code that had no actual effect. Remove unneeded status
9158           code.
9159
9160 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9161
9162         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9163           in preamble
9164
9165 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9166
9167         * text.C (drawLengthMarker): also draw an arrow marker for
9168           symbolic lengths (medskip...)
9169
9170 2003-02-14  John Levon  <levon@movementarian.org>
9171
9172         * tabular.h:
9173         * tabular.C: better method names
9174
9175 2003-02-14  John Levon  <levon@movementarian.org>
9176
9177         * BufferView_pimpl.C:
9178         * bufferlist.C:
9179         * buffer.C:
9180         * converter.C:
9181         * lyx_cb.C:
9182         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9183           it's a more accurate name. Remove some pointless uses.
9184
9185 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9186
9187         * text2.C (LyXText): change order of initilizers to shut off
9188           warnings
9189
9190 2003-02-14  John Levon  <levon@movementarian.org>
9191
9192         * buffer.C: use ParIterator for getParFromID()
9193
9194         * paragraph.h:
9195         * paragraph.C:
9196         * paragraph_pimpl.h:
9197         * paragraph_pimpl.C: remove unused getParFromID()
9198
9199 2003-02-14  John Levon  <levon@movementarian.org>
9200
9201         * buffer.C: remove some very old #if 0'd parse code
9202
9203 2003-02-13  John Levon  <levon@movementarian.org>
9204
9205         * text.h:
9206         * text.C:
9207         * text2.C: move hfillExpansion(), numberOfSeparators(),
9208           rowLast(), rowLastPrintable(), numberofHfills(),
9209           numberOfLabelHfills() ...
9210
9211         * lyxrow.h:
9212         * lyxrow.C: ... to member functions here.
9213
9214         * paragraph.h:
9215         * paragraph.C:
9216         * lyxtext.h:
9217         * text.C: remove LyXText::beginningOfMainBody(), and call
9218           p->beginningOfMainBody() directly. Move the check for
9219           LABEL_MANUAL into the latter.
9220
9221         * text.h:
9222         * text.C:
9223         * text2.C:
9224         * vspace.C:
9225         * BufferView.h:
9226         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9227
9228         * text.h:
9229         * text.C:
9230         * text2.C:
9231         * text3.C:
9232         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9233           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9234
9235 2003-02-13  John Levon  <levon@movementarian.org>
9236
9237         * CutAndPaste.C: remove debug
9238
9239 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9240
9241         * paragraph.C (asString): remove two unused variables
9242
9243         * lyxtextclass.C (readTitleType):
9244           (Read):
9245           (LyXTextClass): handle new members titletype_ and titlename_
9246
9247         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9248
9249 2003-02-09  John Levon  <levon@movementarian.org>
9250
9251         * buffer.h:
9252         * buffer.C: replace hand-coded list with a map for the dep clean
9253
9254 2003-02-08  John Levon  <levon@movementarian.org>
9255
9256         * LaTeX.C: consolidate code into showRunMessage() helper
9257
9258 2003-02-08  John Levon  <levon@movementarian.org>
9259
9260         * lyxfind.C:
9261         * lyxtext.h:
9262         * text2.C:
9263         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9264           and pass the size in explicitly
9265
9266         * BufferView_pimpl.h:
9267         * BufferView_pimpl.C:
9268         * BufferView.h:
9269         * BufferView.C: add getCurrentChange()
9270
9271         * BufferView_pimpl.h:
9272         * BufferView_pimpl.C: handle change lfuns
9273
9274         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9275           for changes. Mark pasted paragraphs as new.
9276
9277         * support/lyxtime.h:
9278         * support/lyxtime.C:
9279         * DepTable.C: abstract time_t as lyx::time_type
9280
9281         * LColor.h:
9282         * LColor.C: add colours for new text, deleted text, changebars
9283
9284         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9285           package use "usenames" option.
9286
9287         * commandtags.h:
9288         * lyxfunc.C:
9289         * LyXAction.C: add change lfuns
9290
9291         * Makefile.am:
9292         * author.h:
9293         * author.C: author handling
9294
9295         * buffer.h:
9296         * buffer.C: add a per-buffer author list, with first entry as
9297           current author. Handle new .lyx tokens for change tracking. Output
9298           author list to .lyx file. Output dvipost stuff to .tex preamble.
9299           Bump lyx format to 222.
9300
9301         * bufferlist.h:
9302         * bufferlist.C: add setCurrentAuthor() to reset current author details
9303           in all buffers.
9304
9305         * bufferparams.h:
9306         * bufferparams.C: add param for tracking
9307
9308         * bufferview_funcs.C: output change info in minibuffer
9309
9310         * Makefile.am:
9311         * changes.h:
9312         * changes.C: add change-tracking structure
9313
9314         * debug.h:
9315         * debug.C: add CHANGES debug flag
9316
9317         * lyxfind.h:
9318         * lyxfind.C: add code for finding the next change piece
9319
9320         * lyxrc.h:
9321         * lyxrc.C: add user_name and user_email
9322
9323         * lyxrow.h:
9324         * lyxrow.C: add a metric for the top of the text line
9325
9326         * lyxtext.h:
9327         * text.C: implement accept/rejectChange()
9328
9329         * lyxtext.h:
9330         * text.C: paint changebars. Paint new/deleted text in the chosen
9331         colours. Strike through deleted text.
9332
9333         * paragraph.h:
9334         * paragraph.C:
9335         * paragraph_pimpl.h:
9336         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9337           in the current change to the insert functions. Rework erase to
9338           mark text as deleted, adding an eraseIntern() and a range-based
9339           erase(). Implement per-paragraph change lookup and
9340           accept/reject.
9341
9342         * paragraph_funcs.C: Fixup paste for change tracking.
9343
9344         * tabular.C: mark added row/columns as new.
9345
9346         * text.C: fix rowLast() to never return -1. Don't allow
9347           spellchecking of deleted text. Track transpose changes. Don't
9348           allow paragraph break or merge where appropriate.
9349
9350         * text2.C: leave cursor at end of selection after a cut.
9351
9352 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9353
9354         * text.C (getLengthMarkerHeight):
9355         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9356         visible on screen too.
9357
9358 2003-02-07  John Levon  <levon@movementarian.org>
9359
9360         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9361
9362 2003-02-05  Angus Leeming  <leeming@lyx.org>
9363
9364         * lyxserver.C (read_ready): revert my patch of 11 September last year
9365         as it sends PC cpu through the roof. Presumably this means that
9366         the lyxserver will no longer run on an Alpha...
9367
9368 2003-01-30  Angus Leeming  <leeming@lyx.org>
9369
9370         * factory.C (createInset): create an InsetCommandParam of type "index"
9371         and use it to 'do the right thing'.
9372
9373         * text2.C (getStringToIndex): ensure that cursor position is always
9374         reset to the reset_cursor position.
9375
9376 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9377
9378         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9379         disabled.
9380
9381 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9382
9383         * bufferview.C:
9384         * lyxcb.C:
9385         * lyxfunc.C: Output messages with identical spelling, punctuation,
9386         and spaces
9387
9388 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9389
9390         * MenuBackend.C (expandFormats): List only viewable export formats
9391         in "View" menu
9392
9393         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9394         message
9395
9396         * lyxfunc.C (getStatus): Make sure that formats other than
9397         "fax" can also be disabled
9398
9399 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9400
9401         * text3.C (dispatch): put the lfuns that insert insets in 3
9402         groups, and call doInsertInset with appropriate arguments.
9403         (doInsertInset): new function, that creates an inset and inserts
9404         it according to some boolean parameters.
9405
9406 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9407
9408         * buffer.C (readFile): remember to pass on 'par' when calling
9409         readFile recursively.
9410
9411 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9412
9413         * MenuBackend.C (expandFormats): add "..." to import formats.
9414
9415 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9416
9417         * paragraph.C (asString): Remove XForms RTL hacks.
9418
9419 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9420         * buffer.C: fix typo
9421
9422 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9423
9424         * Makefile.am (LIBS): delete var
9425         (lyx_LDADD): add @LIBS@ here instead.
9426
9427 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9428
9429         * Clarify the meaning of "wheel mouse jump"
9430
9431 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9432
9433         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9434         tabular in a float
9435
9436 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9437
9438         * importer.C (Loaders): do not preallocate 3 elements in the
9439         vector, since one ends up with 6 elements otherwise
9440
9441 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9442
9443         * DepTable.C (write): write the file name as last element of the
9444         .dep file (because it may contain spaces)
9445         (read): read info in the right order
9446
9447 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9448
9449         * paragraph_pimpl.C (simpleTeXBlanks):
9450         (simpleTeXSpecialChars):
9451         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9452
9453         * tabular.C (latex): add some missing case statements. Reindent.
9454
9455         * MenuBackend.C (expandToc): remove unused variable.
9456
9457 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9458
9459         * LColor.C:
9460         * LaTeX.C:
9461         * LyXAction.C:
9462         * MenuBackend.C:
9463         * buffer.C:
9464         * exporter.C:
9465         * lyxfunc.C:
9466         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9467         and the like.
9468
9469 2003-01-05  John Levon  <levon@movementarian.org>
9470
9471         * BufferView.h:
9472         * BufferView.C: add getEncoding()
9473
9474         * kbsequence.h:
9475         * kbsequence.C: do not store last keypress
9476
9477         * lyxfunc.h:
9478         * lyxfunc.C: store last keypress here instead. Pass encoding
9479           to getISOEncoded()
9480
9481 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9482
9483         * lyx_main.C (init): remove annoying error message when following
9484         symbolic links (bug #780)
9485
9486 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9487
9488         * text.C (insertChar):
9489         * lyxrc.C (getDescription): remove extra spaces
9490
9491 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9492
9493         * lyxrc.C (getDescription): remove extra spaces
9494
9495 2002-12-20  John Levon  <levon@movementarian.org>
9496
9497         * text3.C: hack fix for page up/down across tall rows
9498
9499 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9500
9501         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9502         not been invoked
9503
9504 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9505
9506         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9507         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9508         thesaurus is not compiled in
9509
9510 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9511
9512         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9513
9514 2002-12-16  Angus Leeming  <leeming@lyx.org>
9515
9516         * lyxrc.[Ch]:
9517         * lyx_main.C (init): remove override_x_deadkeys stuff.
9518
9519 2002-12-12  John Levon  <levon@movementarian.org>
9520
9521         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9522           insert. Only remove shift modifier under strict
9523           circumstances.
9524
9525 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9526
9527         * MenuBackend.C (expandToc): fix crash.
9528
9529 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9530
9531         * MenuBackend.C (expandToc): gettext on float names.
9532
9533 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9534
9535         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9536         implement bool empty() [bug 490]
9537
9538 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9539
9540         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9541
9542 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9543
9544         * several files: ws changes
9545
9546 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9547
9548         * text2.C (setCounter): clean up a bit, use boost.format.
9549         (updateCounters): initialize par upon declaration.
9550
9551         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9552         if the layout exists. We do not just store the layout any more.
9553         (SwitchLayoutsBetweenClasses): use boost.format
9554
9555 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9556
9557         * converter.C (convert): if from and to files are the same, use a
9558         temporary files as intermediary
9559
9560 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9561
9562         * commandtags.h:
9563         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9564
9565 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9566
9567         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9568
9569 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9570
9571         * tabular.C (asciiPrintCell): use string(size, char) instead of
9572         explicit loop.
9573
9574         * sgml.C (openTag): fix order of arguments to string constructor
9575         (closeTag): ditto
9576
9577         * lyxfunc.C (dispatch): use boost.format
9578
9579         * lots of files: change "c" -> 'c'
9580
9581 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9582
9583         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9584
9585 2002-11-25  Angus Leeming  <leeming@lyx.org>
9586
9587         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9588
9589         * lyx_main.C (init): compile fix.
9590
9591 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9592
9593         * lyx_cb.C (start): boost.formatify
9594         do not include <iostream>
9595
9596         * lengthcommon.C: ws only
9597
9598         * boost-inst.C,BoostFormat.h: add more explict instantations
9599
9600 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9601
9602         * lots of files: handle USE_BOOST_FORMAT
9603
9604 2002-11-21  John Levon  <levon@movementarian.org>
9605
9606         * pspell.C: fix compile
9607
9608 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9609
9610         * lyxfunc.C (dispatch): use boost::format
9611         (open): ditto
9612         (doImport): ditto
9613
9614         * lyxfont.C (stateText): use boost::format
9615
9616         * lyx_main.C (LyX): use boost::format
9617         (init): ditto
9618         (queryUserLyXDir): ditto
9619         (readRcFile): ditto
9620         (parse_dbg): ditto
9621         (typedef boost::function): use the recommened syntax.
9622
9623         * importer.C (Import): use boost::format
9624
9625         * debug.C (showLevel): use boost::format
9626
9627         * converter.C (view): use boost::format
9628         (convert): ditto
9629         (move): ditto
9630         (scanLog): ditto
9631
9632         * bufferview_funcs.C (currentState): use boost::format
9633
9634         * bufferlist.C (emergencyWrite): use boost::format
9635
9636         * buffer.C (readLyXformat2): use boost::format
9637         (parseSingleLyXformat2Token): ditto
9638
9639         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9640
9641         * LaTeX.C (run): use boost::format
9642
9643         * Chktex.C (scanLogFile): use boost::format
9644
9645         * BufferView_pimpl.C (savePosition): use boost::format
9646         (restorePosition): ditto
9647         (MenuInsertLyXFile): ditto
9648
9649         * BoostFormat.h: help file for explicit instation.
9650
9651 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9652
9653         * tabular.C (latex): Support for block alignment in fixed width
9654         columns.
9655
9656 2002-11-17  John Levon  <levon@movementarian.org>
9657
9658         * BufferView_pimpl.C:
9659         * lyx_cb.C:
9660         * lyxfunc.C: split filedialog into open/save
9661
9662 2002-11-08  Juergen Vigna  <jug@sad.it>
9663
9664         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9665         by my last patch (hopefully).
9666
9667 2002-11-08  John Levon  <levon@movementarian.org>
9668
9669         * iterators.h:
9670         * iterators.C:
9671         * buffer.h:
9672         * buffer.C:
9673         * paragraph.h:
9674         * paragraph.C:
9675         * toc.h:
9676         * toc.C: ParConstIterator, and use it (from Lars)
9677
9678 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9679
9680         * lyxtextclass.[Ch]: revise and add doxygen comments
9681
9682 2002-11-07  John Levon  <levon@movementarian.org>
9683
9684         * text.C: fix progress value for spellchecker
9685
9686         * toc.C: fix navigate menu for insetwrap inside minipage
9687
9688         * paragraph_funcs.C: added FIXME for suspect code
9689
9690 2002-11-07  John Levon  <levon@movementarian.org>
9691
9692         * BufferView_pimpl.C: fix redrawing of insets
9693           on buffer switch
9694
9695 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9696
9697         * text2.C (updateCounters): fix bug 668
9698
9699 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9700
9701         * text3.C (dispatch): Do not make the buffer dirty when moving the
9702         cursor.
9703
9704 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9705
9706         * vc-backend.C: STRCONV
9707         (scanMaster): ditto
9708
9709         * text2.C (setCounter): STRCONV
9710
9711         * paragraph.C (asString): STRCONV
9712
9713         * lyxlength.C (asString): STRCONV
9714         (asLatexString): ditto
9715
9716         * lyxgluelength.C (asString): STRCONV
9717         (asLatexString): ditto
9718
9719         * lyxfunc.C (dispatch): STRCONV
9720         (open): ditto
9721
9722         * lyxfont.C (stateText): STRCONV
9723
9724         * importer.C (Import): STRCONV
9725
9726         * counters.C (labelItem): STRCONV
9727         (numberLabel): ditto
9728         (numberLabel): remove unused ostringstream o
9729
9730         * chset.C: STRCONV
9731         (loadFile): ditto
9732
9733         * bufferview_funcs.C (currentState): STRCONV
9734
9735         * buffer.C (readFile): STRCONV
9736         (asciiParagraph): ditto
9737         (makeLaTeXFile): ditto
9738
9739         * Spacing.C (writeEnvirBegin): STRCONV
9740
9741         * LaTeXFeatures.C (getLanguages): STRCONV
9742         (getPackages): ditto
9743         (getMacros): ditto
9744         (getBabelOptions): ditto
9745         (getTClassPreamble): ditto
9746         (getLyXSGMLEntities): ditto
9747         (getIncludedFiles): ditto
9748
9749         * LaTeX.C: STRCONV
9750         (run): ditto
9751         (scanAuxFile): ditto
9752         (deplog): ditto
9753
9754         * LString.h: add the STRCONV macros
9755
9756         * BufferView_pimpl.C (savePosition): STRCONV
9757         (restorePosition): ditto
9758         (MenuInsertLyXFile): ditto
9759
9760         * vc-backend.C (scanMaster): change from submatch[...] to
9761         submatch.str(...)
9762
9763         * funcrequest.C: include config.h
9764
9765         * factory.C: include config.h
9766
9767         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9768
9769         * box.C: include config.h
9770
9771         * LaTeX.C (scanAuxFile): change from submatch[...] to
9772         submatch.str(...)
9773         (deplog): ditto
9774
9775 2002-10-25  Angus Leeming  <leeming@lyx.org>
9776
9777         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9778
9779         * ispell.[Ch] (setError): new method.
9780         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9781         Use setError() insetead of goto END.
9782
9783         * lyx_cb.C (AutoSave): move out child process into new class
9784         AutoSaveBuffer.
9785
9786 2002-10-30  John Levon  <levon@movementarian.org>
9787
9788         * text3.C: make start appendix undoable
9789
9790 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9791
9792         * lyxlength.C (inPixels): Fix returned value.
9793
9794         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9795         environment.
9796
9797 2002-10-24  Angus Leeming  <leeming@lyx.org>
9798
9799         * lyxgluelength.h: no need to forward declare BufferParams
9800         or BufferView, so don't.
9801
9802 2002-10-21  John Levon  <levon@movementarian.org>
9803
9804         * BufferView.C: menuUndo ->undo, redo
9805
9806         * BufferView.h: document, remove dead, make some methods private
9807
9808         * paragraph_funcs.h:
9809         * paragraph_funcs.C:
9810         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
9811
9812         * buffer.h:
9813         * buffer.C:
9814         * sgml.h:
9815         * sgml.C: move sgml open/close tag into sgml.C
9816
9817         * bufferview_funcs.h: unused prototype
9818
9819         * lyxfunc.h:
9820         * lyxfunc.C: remove unused
9821
9822         * lyxtext.h:
9823         * text.C: remove unused
9824
9825 2002-10-21  John Levon  <levon@movementarian.org>
9826
9827         * BufferView.h:
9828         * BufferView.C:
9829         * BufferView_pimpl.h:
9830         * BufferView_pimpl.C: fix mouse wheel handling based on
9831           patch from Darren Freeman
9832
9833 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
9834
9835         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
9836
9837 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
9838
9839         * lyxlength.C (inPixels): Fix hanfling of negative length.
9840         Fix LyXLength::MU case.
9841
9842 2002-10-16  John Levon  <levon@movementarian.org>
9843
9844         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
9845
9846 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9847
9848         * converter.C (view): add support for $$i (file name) and $$p
9849         (file path) for the viewer command. If $$i is not specified, then
9850         it is appended to the command (for compatibility with old syntax)
9851
9852 2002-10-14  Juergen Vigna  <jug@sad.it>
9853
9854         * undo_funcs.C (textHandleUndo): alter the order in which the
9855         new undopar is added to the LyXText, as we have to set first
9856         the right prev/next and then add it as otherwise the rebuild of
9857         LyXText is not correct. Also reset the cursor to the right paragraph,
9858         with this IMO we could remove the hack in "redoParagraphs()".
9859
9860 2002-10-09  Angus Leeming  <leeming@lyx.org>
9861
9862         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
9863         to turn off an optimisation if a new inset is to be inserted.
9864
9865 2002-10-11 André Pönitz <poenitz@gmx.net>
9866
9867         * lyxtext.h: make some functions public to allow access
9868         from inset/lyxtext for handling LFUN_PRIOR/NEXT
9869
9870 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9871
9872         * text3.C (dispatch): when changing layout, avoid an infinite loop
9873         [bug #652]
9874
9875 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9876
9877         * lyxrc.C (read): treat a viewer or converter command of "none" as
9878         if it were empty.
9879
9880         * MenuBackend.C (expandFormats): for an update, also allow the
9881         formats that are not viewable
9882
9883         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
9884         script if it is newer than the lyxrc.defaults in user directory
9885
9886 2002-10-07 André Pönitz <poenitz@gmx.net>
9887
9888         * text.C: Vitaly Lipatov's small i18n fix
9889
9890 2002-09-25  Angus Leeming  <leeming@lyx.org>
9891
9892         * ispell.h: doxygen fix.
9893
9894 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
9895
9896         * buffer.h (readFile): Add a new argument to the method, to allow
9897         reading of old-format templates.
9898
9899 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
9900
9901         * toc.C (getTocList): Get TOC from InsetWrap.
9902
9903 2002-09-16  John Levon  <levon@movementarian.org>
9904
9905         * lyxfunc.C: check tabular for cut/copy too
9906
9907 2002-09-12  John Levon  <levon@movementarian.org>
9908
9909         * LyXAction.C: tidy
9910
9911         * factory.h:
9912         * factory.C: add header
9913
9914         * paragraph_funcs.h:
9915         * paragraph_funcs.C: cleanup
9916
9917 2002-09-11  John Levon  <levon@movementarian.org>
9918
9919         * PrinterParams.h: odd/even default to true
9920
9921 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
9922
9923         * PrinterParams.h: update printer parameters for new xforms dialog
9924
9925 2002-09-11  Angus Leeming  <leeming@lyx.org>
9926
9927         * lyxserver.C (read_ready): re-write to make it more transparent
9928         and to make it work in coherent fashion under Tru64 Unix.
9929
9930 2002-09-11  André Pönitz <poenitz@gmx.net>
9931
9932         * commandtags.h:
9933         * LyXAction.C:
9934         * text3.C: implement LFUN_WORDSEL
9935
9936 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9937
9938         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
9939         make floatlist_ a boost::shared_ptr<FloatList>
9940
9941         * lyxtextclass.C: include FloatList.h
9942         (LyXTextClass): initialize floatlist_
9943         (TextClassTags): add TC_NOFLOAT
9944         (Read): match "nofloat" to TC_NOFLOAT and use it.
9945         (readFloat): modify call to floatlist_
9946         (floats): ditto
9947         (floats): ditto
9948
9949         * FloatList.[Ch] (FloatList): remove commented out float
9950         initialization.
9951         (erase): new function
9952
9953 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9954
9955         * MenuBackend.C (expandToc): fix crash when there is no document
9956         open
9957
9958 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
9959
9960         * many files: Add insetwrap.
9961
9962 2002-09-09  John Levon  <levon@movementarian.org>
9963
9964         * text2.C: remove confusing and awkward depth wraparound
9965
9966 2002-09-09  John Levon  <levon@movementarian.org>
9967
9968         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
9969
9970         * buffer.h:
9971         * buffer.C: remove getIncludeonlyList()
9972
9973         * paragraph.C:
9974         * lyxfunc.C: remove headers
9975
9976 2002-09-09  Juergen Vigna  <jug@sad.it>
9977
9978         * text.C (getColumnNearX): fix form Michael this is most
9979         probably a cut&paste bug.
9980
9981 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9982
9983         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
9984
9985         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
9986         references, ws changes.
9987
9988         * text2.C (init): update counters after init
9989         (insertParagraph): no need to set counter on idividual paragraphs.
9990         (setCounter): access the counters object in the textclass object
9991         on in the buffer object.
9992         (updateCounters): ditto
9993
9994         * lyxtextclass.C: include counters.h, add variable ctrs_ as
9995         shared_ptr<Counters> to avoid loading counters.h in all
9996         compilation units.
9997         (LyXTextClass): initialize ctrs_
9998         (TextClassTags): add TC_COUNTER, and ...
9999         (Read): use it here.
10000         (CounterTags): new tags
10001         (readCounter): new function
10002         (counters): new funtion
10003         (defaultLayoutName): return a const reference
10004
10005         * counters.C (Counters): remove contructor
10006         (newCounter): remove a couple of unneeded statements.
10007         (newCounter): simplify a bit.
10008         (numberLabel): some small formatting changes.
10009
10010         * buffer.[Ch]: remove all traces of counters, move the Counters
10011         object to the LyXTextClass.
10012
10013 2002-09-06  Alain Castera  <castera@in2p3.fr>
10014
10015         * tabular.C: uses \tabularnewline; uses >{...} construct from array
10016         package to set the horizontal alignment on fixed width columns.
10017
10018         * lyx_sty.C:
10019         * lyx_sty.h: added tabularnewline macro def.
10020
10021         * LaTeXFeatures.C: added NeedTabularnewline macro feature
10022
10023 2002-09-06  John Levon  <levon@movementarian.org>
10024
10025         * LyXAction.C: tooltips for sub/superscript
10026
10027         * MenuBackend.C: a bit more verbose
10028
10029         * lyxfunc.C: tiny clean
10030
10031         * undo_funcs.C: document undo_frozen
10032
10033 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
10034
10035         * counters.C (Counters): add missing algorithm counter.
10036
10037         * text2.C (setCounter): lookup the counter with layouts latexname
10038         instead of by section number.
10039         (setCounter): use a hackish way to lookup the correct enum
10040         counter.
10041         a float name->type change
10042         reset enum couners with counter name directly instead of depth value.
10043
10044         * counters.C (Counters): remove the push_backs, change to use the
10045         float type not the float name.
10046         (labelItem): remove unused string, float name->type change
10047
10048         * counters.h: don't include vector, loose the enums and sects vectors
10049
10050 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10051
10052         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10053         (Read): add float->TC_FLOAT to textclassTags
10054         (Read): and handle it in the switch
10055         (readFloat): new function
10056
10057         * FloatList.C (FloatList): comment out the hardcoded float
10058         definitions.
10059
10060         * lyxlayout.h: ws change.
10061
10062 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10063
10064         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10065
10066 2002-09-03  Angus Leeming  <leeming@lyx.org>
10067
10068         * BufferView_pimpl.h: qualified name is not allowed in member
10069         declaration: WorkArea & Pimpl::workarea() const;
10070
10071         * factory.C: added using std::endl directive.
10072
10073         * text3.C: added using std::find and std::vector directives.
10074
10075 2002-08-29  André Pönitz <poenitz@gmx.net>
10076
10077         * lyxtext.h:
10078         * text2.C: remove unused member number_of_rows
10079
10080         * Makefile.am:
10081         * BufferView2.C: remove file, move contents to...
10082         * BufferView.C: ... here
10083
10084         * BufferView_pimpl.C:
10085         * factory.C: move more inset creation to factory
10086
10087         * vspace.C: avoid direct usage of LyXText, ws changes
10088
10089         * BufferView.[Ch]:
10090                 don't provide direct access to WorkArea, use two simple
10091                 acessors haveSelction() and workHeight() instead
10092
10093
10094 2002-08-29  John Levon  <levon@movementarian.org>
10095
10096         * BufferView_pimpl.C (dispatch): do not continue when
10097           no buffer
10098
10099 2002-08-28  André Pönitz <poenitz@gmx.net>
10100
10101         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10102
10103         * BufferView.h:
10104         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10105
10106 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10107
10108         * buffer.C: increment LYX_FORMAT to 221
10109
10110         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10111         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10112
10113         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10114
10115         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10116
10117 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10118
10119         * factory.C (createInset): use LyXTextClass::floats
10120
10121         * MenuBackend.C (expandFloatListInsert):
10122         (expandFloatInsert):
10123         (expandToc):
10124
10125         * text2.C (setCounter):
10126
10127         * LaTeXFeatures.C (useFloat):
10128         (getFloatDefinitions):
10129
10130         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10131
10132         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10133         floatlist_, with accessor floats().
10134
10135         * FloatList.h: remove global FloatList
10136
10137 2002-08-26  André Pönitz <poenitz@gmx.net>
10138
10139         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10140
10141         * BufferView.h:
10142         * BufferView2.C:
10143         * BufferView_pimpl.C:
10144         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10145
10146 2002-08-25  John Levon  <levon@movementarian.org>
10147
10148         * LyXAction.C: fix margin note description
10149
10150 2002-08-24  John Levon  <levon@movementarian.org>
10151
10152         * buffer.C:
10153         * bufferlist.C:
10154         * bufferview_funcs.C:
10155         * lyxfont.C:
10156         * undo_funcs.C: cleanups
10157
10158         * lyxfunc.C: disable CUT/COPY when no selection
10159
10160 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10161
10162         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10163         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10164
10165         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10166         Add backward compatibility to "mono", "gray" and "no".
10167
10168 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10169
10170         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10171         (and file_format >= 200).
10172
10173 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10174
10175         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10176
10177 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10178
10179         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10180
10181 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10182
10183         * BufferView_pimpl.C:
10184         * LyXAction.C:
10185         * buffer.C:
10186         * commandtags.h:
10187         * lyxfunc.C:
10188         * paragraph.[Ch]:
10189         * text2.C:
10190         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10191         inset and code to make it  work with the paragraph code. The inset
10192         can be anywhere in the paragraph, but will only do the expected
10193         thing in LaTeX if the layout file contains the parameter line
10194                         OptionalArgs    1
10195         (or more generally, a nonzero value) for that layout.
10196
10197 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10198
10199         * paragraph.h: remove the declaration of undefined counters class
10200         function.
10201
10202 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10203
10204         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10205         Dr. Richard Hawkins.
10206
10207 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10208
10209         * paragraph_funcs.h: remove some unneeded includes
10210
10211         * text.C (backspace): pasteParagraph now in global scipe
10212
10213         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10214         (pasteSelection): ditto
10215
10216         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10217         * paragraph_funcs.C (pasteParagraph): ... here
10218
10219 2002-08-20  André Pönitz <poenitz@gmx.net>
10220
10221         * commandtags.h: new LFUNs for swapping/copying table row/colums
10222
10223         * LyXAction.C:
10224         * lyxfunc.C: support for new lfuns
10225
10226 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10227
10228         * tabular.C:
10229         * buffer.[Ch]: remove NO_COMPABILITY stuff
10230
10231 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10232
10233         * boost.C (throw_exception): new file, with helper function for
10234         boost compiled without exceptions.
10235
10236         * paragraph.h:
10237         * lyxlength.C:
10238         * buffer.C:
10239         * ParameterStruct.h:
10240         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10241
10242         * bufferlist.C (emergencyWriteAll): use boost bind
10243
10244         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10245
10246         * text.C: include paragraph_funcs.h
10247         (breakParagraph): breakParagraph is now in global scope
10248
10249         * paragraph_funcs.[Ch]: new files
10250
10251         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10252         global scope
10253
10254         * buffer.C: include paragraph_funcs.h
10255         (insertStringAsLines): breakParagraph is now in global scope
10256
10257         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10258         paragraph_funcs.C
10259
10260         * CutAndPaste.C: include paragraph_funcs.h
10261         (cutSelection): breakParagraphConservative is now in global scope
10262         (pasteSelection): ditto
10263
10264         * buffer.h: declare oprator== and operator!= for
10265         Buffer::inset_iterator
10266
10267         * bufferlist.C (emergencyWrite): don't use fmt(...)
10268
10269         * text3.C: add using std::endl
10270
10271         * BufferView.C (moveCursorUpdate): remove default arg
10272
10273 2002-08-20  André Pönitz <poenitz@gmx.net>
10274
10275         * buffer.[Ch]: move inline functions to .C
10276
10277         * BufferView2.C:
10278         * BufferView_pimpl.C:
10279         * text.C:
10280         * buffer.[Ch]: use improved inset_iterator
10281
10282         * buffer.C:
10283         * paragraph.[Ch]: write one paragraph at a time
10284
10285 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10286
10287         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10288         style if style is not specified.
10289
10290 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10291
10292         * text2.C (setCounter): when searching for right label for a
10293         caption, make sure to recurse to parent insets (so that a caption
10294         in a minipage in a figure float works) (bug #568)
10295
10296 2002-08-20  André Pönitz <poenitz@gmx.net>
10297
10298         * text3.C: new file for LyXText::dispatch() and helpers
10299
10300         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10301
10302         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10303
10304 2002-08-19  André Pönitz <poenitz@gmx.net>
10305
10306         * lyxtext.h:
10307         * text.C: new LyXText::dispatch()
10308
10309         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10310
10311 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10312
10313         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10314
10315         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10316         Hebrew text.
10317
10318 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10319
10320         * Makefile.am: use $(variables) instead of @substitutions@
10321
10322 2002-08-15  André Pönitz <poenitz@gmx.net>
10323
10324         * lyxfunc.C:
10325         * BufferView_pimpl.C: streamlining mathed <-> outer world
10326         interaction
10327
10328         * commandtags.h:
10329         * LyXAction.C: remove unused LFUN_MATH
10330
10331 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10332
10333         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10334
10335 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10336
10337         * paragraph.C (Paragraph): reformat a bit
10338         (cutIntoMinibuffer): use builtin InsetList function instad of
10339         doing it manually.
10340         (getInset): ditto
10341
10342         * buffer.C: include boost/bind.hpp, add using std::for_each
10343         (writeFileAscii): use ParagraphList iterators
10344         (validate): use for_each for validate traversal of paragraphs
10345         (getBibkeyList): use ParagraphList iterators
10346         (resizeInsets): use for_each to resizeInsetsLyXText for all
10347         paragraphs.
10348         (getParFromID): use ParagraphList iterators
10349
10350         * BufferView2.C (lockInset): use paragraph list and iterators
10351
10352 2002-08-14  John Levon  <levon@movementarian.org>
10353
10354         * lyxserver.C: remove spurious xforms include
10355
10356 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10357
10358         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10359
10360 2002-08-13  André Pönitz <poenitz@gmx.net>
10361
10362         * LyXAction.[Ch]:
10363         * lyxfunc.C: further cleaning
10364
10365 2002-08-13  André Pönitz <poenitz@gmx.net>
10366
10367         * funcrequest.h: new constructor
10368
10369         * funcrequest.C: move stuff here from .h
10370
10371         * Makefile.am:
10372         * BufferView_pimpl.C:
10373         * LyXAction.C:
10374         * toc.C:
10375         * lyxfunc.C: subsequent changes
10376
10377         * lyxfunc.h: new view() member function
10378
10379         * lyxfunc.C: subsequent changes
10380
10381 2002-08-13  Angus Leeming  <leeming@lyx.org>
10382
10383         * BufferView2.C:
10384         * BufferView_pimpl.C:
10385         * buffer.C:
10386         * converter.C:
10387         * importer.C:
10388         * lyxfunc.C:
10389         * lyxvc.C:
10390         * toc.C:
10391         * vc-backend.C:
10392         changes due to the changed LyXView interface that now returns references
10393         to member variables not pointers.
10394
10395 2002-08-13  Angus Leeming  <leeming@lyx.org>
10396
10397         * WordLangTuple (word, lang_code): return references to strings,
10398         not strings.
10399
10400         * BufferView.h:
10401         * SpellBase.h:
10402         * lyxtext.h: forward-declare WordLangTuple.
10403
10404         * BufferView2.C:
10405         * ispell.C:
10406         * pspell.C:
10407         * text.C: #include "WordLangTuple.h".
10408
10409         * lyxtext.h:
10410         * text.C: (selectNextWordToSpellcheck): constify return type.
10411
10412 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10413
10414         * buffer.C:
10415         * buffer.h:
10416         * lyxtext.h:
10417         * paragraph.C:
10418         * paragraph_pimpl.h:
10419         * text.C:
10420         * text2.C:
10421         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10422         suggested by Angus.
10423         Made updateCounter always count from start of buffer, and removed
10424         second argument (par).
10425         Reverted floats number display to '#'. Perhaps I'll try again when the
10426         code base is sanitized a bit.
10427
10428 2002-08-12  Angus Leeming  <leeming@lyx.org>
10429
10430         * buffer.[Ch] (getLabelList): constify.
10431
10432 2002-08-07  André Pönitz <poenitz@gmx.net>
10433
10434         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10435
10436         * funcrequest.h: extension to keep mouse (x,y) position
10437
10438 2002-08-12  Juergen Vigna  <jug@sad.it>
10439
10440         * BufferView2.C (insertErrors): forbid undo when inserting error
10441         insets.
10442
10443         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10444
10445 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10446
10447         * ParagraphList.[Ch]: new files
10448
10449         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10450
10451         * BufferView2.C (lockInset): ParagraphList changes
10452         * toc.C: ditto
10453         * text2.C: ditto
10454         * bufferlist.C: ditto
10455         * buffer.h: ditto
10456         * buffer.C: ditto
10457
10458 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10459
10460         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10461         unused class variable counter_,
10462
10463         * paragraph.[Ch] (getFirstCounter): delete unused function
10464
10465         * counters.C: include LAssert.h
10466         (reset): add a new function with no arg, change other version to
10467         not have def. arg and to not allow empty arg.
10468
10469         * text2.C (setCounter): remove empty arg from call to Counters::reset
10470
10471 2002-08-11  John Levon  <levon@movementarian.org>
10472
10473         * Makefile.am: add WordLangTuple.h
10474
10475 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10476
10477         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10478         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10479
10480         * insets/insettext.C: InsetList changes
10481
10482         * graphics/GraphicsSupport.C (operator()): InsetList changes
10483
10484         * toc.C (getTocList): InsetList changes
10485
10486         * paragraph_pimpl.[Ch]: InsetList changes
10487
10488         * paragraph.[Ch]: InsetList changes
10489
10490         * buffer.C (inset_iterator): InsetList changes
10491         (setParagraph): ditto
10492         * buffer.h (inset_iterator): ditto
10493         * iterators.C (operator++): ditto
10494         * iterators.h: ditto
10495
10496         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10497
10498         * InsetList.[Ch]: new files, most InsetList handling moved out of
10499         paragraph.C.
10500
10501         * BufferView2.C (removeAutoInsets): InsetList changes
10502         (lockInset): ditto
10503         (ChangeInsets): ditto
10504
10505 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10506
10507         * paragraph_pimpl.h (empty): new function
10508
10509         * paragraph.[Ch] (empty): new function
10510
10511         * other files: use the new Paragraph::empty function
10512
10513 2002-08-09  John Levon  <levon@movementarian.org>
10514
10515         * lyxtext.h: remove unused refresh_height
10516
10517 2002-08-09  John Levon  <levon@movementarian.org>
10518
10519         * Makefile.am:
10520         * sgml.h:
10521         * sgml.C:
10522         * buffer.C:
10523         * paragraph.h:
10524         * paragraph.C: move sgml char escaping out of paragraph
10525
10526         * paragraph.h:
10527         * paragraph.C: remove id setter
10528
10529         * buffer.C:
10530         * paragraph.C:
10531         * paragraph_pimpl.C: remove dead tex_code_break_column
10532
10533         * bufferview_funcs.C: small cleanup
10534
10535         * lyxfunc.C: remove dead proto
10536
10537         * lyxtext.h: make some stuff private. Remove some dead stuff.
10538
10539         * lyxgluelength.C: make as[LyX]String() readable
10540
10541 2002-08-08  John Levon  <levon@movementarian.org>
10542
10543         * LyXAction.h:
10544         * LyXAction.C:
10545         * MenuBackend.C:
10546         * ToolbarDefaults.C:
10547         * lyxfunc.C:
10548         * lyxrc.C:
10549         * toc.C: lyxaction cleanup
10550
10551 2002-08-08  John Levon  <levon@movementarian.org>
10552
10553         * BufferView2.C: small cleanup
10554
10555         * lyxfind.h:
10556         * lyxfind.C: move unnecessary header into the .C
10557
10558 2002-08-08  John Levon  <levon@movementarian.org>
10559
10560         * funcrequest.h: just tedious nonsense
10561
10562         * lyx_main.h:
10563         * lyx_main.C: cleanups
10564
10565         * buffer.C:
10566         * vspace.C: remove dead header lyx_main.h
10567
10568 2002-08-07  Angus Leeming  <leeming@lyx.org>
10569
10570         * Paragraph.[Ch]:
10571         * paragraph_pimpl.h:
10572         Forward declare class Counters in paragraph.h by moving the ctrs member
10573         variable into Paragraph::Pimpl.
10574         (counters): new method, returning a reference to pimpl_->ctrs.
10575
10576         * text2.C: ensuing changes.
10577
10578 2002-08-07  John Levon  <levon@movementarian.org>
10579
10580         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10581
10582         * BufferView_pimpl.C: announce X selection on double/triple
10583           click
10584
10585         * lyx_main.C: use correct bool in batch dispatch
10586
10587         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10588
10589 2002-08-07  André Pönitz <poenitz@gmx.net>
10590
10591         * funcrequest.h: new class to wrap a kb_action and its argument
10592
10593         * BufferView.[Ch]:
10594         * BufferView_pimpl[Ch]:
10595         * LaTeX.C:
10596         * LyXAction.[Ch]:
10597         * lyxfunc.[Ch]:
10598         * lyxrc.C: subsequent changes
10599
10600
10601 2002-08-07  John Levon  <levon@movementarian.org>
10602
10603         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10604           document options change.
10605
10606 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10607
10608         * counters.[Ch]
10609         * text2.C
10610         * paragraph.[Ch]
10611         * makefile.am: move counters functionality over from
10612         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10613
10614 2002-08-06  John Levon  <levon@movementarian.org>
10615
10616         * WordLangTuple.h: new file for word + language code tuple
10617
10618         * SpellBase.h:
10619         * pspell.h:
10620         * pspell.C:
10621         * ispell.h:
10622         * ispell.C:
10623         * lyxtext.h:
10624         * text.C:
10625         * text2.C:
10626         * BufferView.h:
10627         * BufferView2.C: use WordLangTuple
10628
10629         * layout.h:
10630         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10631
10632 2002-08-06  John Levon  <levon@movementarian.org>
10633
10634         * lyx_main.C: fix cmdline batch handling
10635
10636 2002-08-06  André Pönitz <poenitz@gmx.net>
10637
10638         * lyxrc.C: set default for show_banner to true
10639
10640 2002-08-06  John Levon  <levon@movementarian.org>
10641
10642         * pspell.C: fix a crash, and allow new aspell to work
10643
10644 2002-08-06  John Levon  <levon@movementarian.org>
10645
10646         * lyxfunc.C:
10647         * kbmap.C: small cleanup
10648
10649         * vspace.h:
10650         * vspace.C: add const
10651
10652 2002-08-05  John Levon  <levon@movementarian.org>
10653
10654         * LyXAction.C: back to tabular-insert
10655
10656 2002-08-04  John Levon  <levon@movementarian.org>
10657
10658         * BufferView.h:
10659         * BufferView.C: cosmetic change
10660
10661         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10662
10663         * bufferlist.C:
10664         * buffer.h:
10665         * buffer.C:
10666         * lyxcb.h:
10667         * lyxcb.C:
10668         * lyxserver.C:
10669         * lyxvc.C:
10670         * vc-backend.C:
10671         * BufferView2.C: purge all "Lyx" not "LyX" strings
10672
10673         * lyxcursor.h:
10674         * lyxcursor.C: attempt to add some documentation
10675
10676         * lyxfunc.C:
10677         * commandtags.h:
10678         * LyXAction.C:
10679         * ToolbarDefaults.C:
10680         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10681           merge with LFUN_TABULAR_INSERT
10682
10683         * Makefile.am:
10684         * SpellBase.h:
10685         * ispell.h:
10686         * ispell.C:
10687         * pspell.h:
10688         * pspell.C: split up i/pspell implementations into separate
10689           files, many cleanups
10690
10691         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10692
10693         * text2.C: some cleanup
10694
10695         * lyxfunc.C: don't check for isp_command == "none" any more, it
10696           didn't make any sense
10697
10698 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10699
10700         * counters.[Ch]
10701         * text2.C
10702         * paragraph.[Ch]
10703         * makefile.am: move counters functionality over
10704         from text2.C/paragraph.[Ch] to counters.[Ch], and
10705         make proper C++.
10706 2002-08-02  John Levon  <levon@movementarian.org>
10707
10708         * buffer.C: s/lyxconvert/lyx2lyx/
10709
10710 2002-08-02  Angus Leeming  <leeming@lyx.org>
10711
10712         * lyxlex.C: revert John's change as it breaks reading of the user
10713         preamble.
10714
10715 2002-08-02  Angus Leeming  <leeming@lyx.org>
10716
10717         * importer.C (Import):
10718         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10719         changes due to LyXView::view() now returning a boost::shared_ptr.
10720
10721 2002-08-02  John Levon  <levon@movementarian.org>
10722
10723         * lyxlex.C: small cleanup
10724
10725 2002-08-02  John Levon  <levon@movementarian.org>
10726
10727         * text2.C (status): small cleanup, no logic change
10728
10729 2002-08-01  John Levon  <levon@movementarian.org>
10730
10731         * buffer.h:
10732         * buffer.C (writeFile): don't output alerts, caller
10733           handles this
10734
10735         * bufferlist.C:
10736         * lyx_cb.C: from above
10737
10738         * lyxfunc.C: allow to open non-existent files
10739
10740 2002-07-31  John Levon  <levon@movementarian.org>
10741
10742         * lyxserver.C: don't let incidental errors get
10743           in the way (errno)
10744
10745 2002-07-30  John Levon  <levon@movementarian.org>
10746
10747         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10748
10749 2002-07-30  John Levon  <levon@movementarian.org>
10750
10751         * lyxserver.h:
10752         * lyxserver.C: remove I/O callback too
10753
10754 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10755
10756         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10757         log.
10758
10759 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10760
10761         * many files: strip,frontStrip -> trim,ltrim,rtrim
10762
10763 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10764
10765         * PrinterParams.h: remove extern containsOnly, and include
10766         support/lstrings.h instead.
10767
10768         * LaTeX.C (scanAuxFile): modify because of strip changes
10769         (deplog): ditto
10770         * buffer.C (makeLaTeXFile): ditto
10771         * bufferparams.C (writeFile): ditt
10772         * lyxfont.C (stateText): ditto
10773         * lyxserver.C (read_ready): ditto
10774         * vc-backend.C (scanMaster): ditto
10775
10776         * BufferView_pimpl.h: ws changes
10777
10778         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10779
10780 2002-07-26  André Pönitz <poenitz@gmx.net>
10781
10782         * kb_sequence.C: remove unnedred usings
10783
10784 2002-07-26  Juergen Vigna  <jug@sad.it>
10785
10786         * lyxfind.C (LyXReplace): we have to check better if the returned
10787         text is not of theLockingInset()->getLockingInset().
10788
10789 2002-07-25  Juergen Vigna  <jug@sad.it>
10790
10791         * lyxfind.C (LyXReplace): don't replace if we don't get the
10792         right LyXText.
10793
10794         * undo_funcs.C (createUndo): remove debugging code.
10795
10796 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10797
10798         * buffer.C (parseSingleLyXformat2Token): Use default placement
10799         when reading old floats.
10800
10801         * FloatList.C (FloatList): Change the default placement of figure
10802         and tables to "tbp".
10803
10804 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
10805
10806         * MenuBackend.C: using std::max
10807
10808 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10809
10810         * MenuBackend.C (expandToc):
10811         (expandToc2): code moved from xforms menu frontend. It is now
10812         generic and TOCs are transparent to menu frontends.
10813
10814 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10815
10816         * toc.C (getTocList): protect against buf=0
10817
10818         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
10819         Menu as first parameter. Now, this calls itself recursively to
10820         expand a whole tree (this will be useful for TOC handling)
10821         (expandFloatInsert): remove 'wide' version of floats
10822
10823         * MenuBackend.h (submenuname): returns the name of the submenu.
10824         (submenu): returns the submenu itself, provided it has been
10825         created by MenuBackend::expand
10826
10827 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10828
10829         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
10830         insets which have noFontChange == true. (bug #172)
10831
10832 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10833
10834         * BufferView_pimpl.C: add connection objects and use them...
10835         (Pimpl): here.
10836
10837 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10838
10839         * MenuBackend.C (expandLastfiles):
10840         (expandDocuments):
10841         (expandFormats):
10842         (expandFloatListInsert):
10843         (expandFloatInsert):
10844         (expand): split expand in parts
10845
10846 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10847
10848         * lyx_gui.C: use lyx_gui::exit()
10849
10850 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10851
10852         * LyXAction.C: show the failing pseudo action
10853
10854 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
10855
10856         * buffer.C (readFile): Run the lyxconvert script in order to read
10857         old files.
10858
10859 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10860
10861         * LyXAction.C:
10862         * commandtags.h:
10863         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
10864
10865 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10866
10867         * LyXAction.C:
10868         * commandtags.h:
10869         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
10870
10871 2002-07-22  Herbert Voss  <voss@lyx.org>
10872
10873         * lengthcommon.C:
10874         * lyxlength.[Ch]: add support for the vertical lengths
10875
10876 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
10877
10878         * toc.[Ch]: std:: fixes
10879
10880 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10881
10882         * lyxrc.C: do not include lyx_main.h
10883
10884         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
10885         for layouts
10886
10887         * lyxrc.C:
10888         * encoding.C:
10889         * bufferlist.C:
10890         * BufferView2.C: include "lyxlex.h"
10891
10892         * tabular.h:
10893         * bufferparams.h: do not #include "lyxlex.h"
10894
10895         * lyxtextclasslist.C (Add): remove method
10896         (classlist): renamed to classlist_
10897
10898         * paragraph_pimpl.C:
10899         * paragraph.C:
10900         * text2.C:
10901         * CutAndPaste.C:
10902         * bufferview_funcs.C:
10903         * bufferlist.C:
10904         * text.C:
10905         * LaTeXFeatures.C:
10906         * buffer.C:
10907         * toc.C (getTocList): use BufferParams::getLyXTextClass
10908
10909         * toc.C (getTocList): use InsetFloat::addToToc
10910
10911         * toc.[Ch]: new files, containing helper functions to handle table
10912         of contents
10913
10914         * lyxfunc.C (dispatch): no need to remove spaces around command
10915         given as a string
10916         (getStatus): handle LFUN_SEQUENCE by returning the status of the
10917         first command of the sequence; it is not very clever, but I do not
10918         have a better idea, actually
10919
10920         * LyXAction.C (LookupFunc): make sure to remove space at the
10921         beginning and end of the command
10922
10923 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10924
10925         * MenuBackend.C (getMenubar): new method: return the menubar of
10926         this menu set
10927         (read): treat differently reading of menu and menubar (in
10928         particular, the menubar has no name now)
10929         (Menu::menubar): remove
10930
10931         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
10932         saving is finished
10933
10934 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10935
10936         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
10937         a bibitem inset in a RTL paragraph.
10938
10939 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
10940
10941         * paragraph_pimpl.C: constify
10942
10943         * BufferView_pimpl.C:
10944         * LaTeX.C:
10945         * lyxfunc.C: fix dispatch in a nicer way
10946
10947 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10948
10949         * lyxfunc.C (dispatch):
10950         * BufferView_pimpl.C:
10951         * BufferView_pimpl.h:
10952         * BufferView.C:
10953         * BufferView.h: rename Dispatch() to dispatch()
10954
10955         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
10956
10957         * lyxlayout.C (Read): honor DependsOn tag
10958
10959         * lyxlayout.[Ch] (depends_on): new method
10960
10961         * version.C.in: update lyx_docversion
10962
10963         * LaTeXFeatures.C (getMacros): only define \LyX when needed
10964
10965         * paragraph.C (validate): remove from here...
10966         * paragraph_pimpl.C (validate): ... and move here
10967         (isTextAt): make it const
10968
10969         * buffer.C (getLists): ws cleanup
10970
10971 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10972
10973         * language.C (read): Use iso8859-1 encoding in latex_lang
10974         (this prevents LyX from crashing when using iso10646-1 encoding).
10975
10976 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10977
10978         * text2.C (toggleInset): if cursor is inside an inset, close the
10979         inset and leave cursor _after_ it
10980
10981 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10982
10983         * lyxfunc.C: move minibuffer completion handling out of here
10984
10985 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10986
10987         * BufferView_pimpl.C:
10988         * LaTeX.C: fix dispatch calls
10989
10990 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
10991
10992         * text.C (drawChars): Fix Arabic text rendering.
10993
10994 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
10995
10996         * LyXAction.C:
10997         * commandtags.h:
10998         * lyxfunc.C: remove message-push/pop
10999
11000         * lyxserver.C:
11001         * lyxfunc.h:
11002         * lyxfunc.C: rationalise some code by removing verboseDispatch
11003           in favour of a bool argument to dispatch()
11004
11005 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11006
11007         * lyx_main.C (init): make sure to read symlinks as absolute paths
11008
11009 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11010
11011         * lyxfunc.h:
11012         * lyxfunc.C: no need for commandshortcut to be a member
11013
11014 2002-07-15  André Pönitz <poenitz@gmx.net>
11015
11016         * converter.C: add support for $$s (scripts from lib/scripts dir)
11017         * lyx_main.C: white space
11018
11019 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11020
11021         * bufferlist.C:
11022         * lyxrc.h:
11023         * lyxrc.C: remove second exit confirmation
11024
11025 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
11026
11027         * BufferView.h:
11028         * BufferView.C:
11029         * BufferView2.C:
11030         * BufferView_pimpl.h:
11031         * BufferView_pimpl.C:
11032         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
11033
11034 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11035
11036         * MenuBackend.C (expand): add numeric shortcuts to document menu
11037
11038         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
11039
11040 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11041
11042         * lyxfont.C (setLyXFamily):
11043         (setLyXSeries):
11044         (setLyXShape):
11045         (setLyXSize):
11046         (setLyXMisc):
11047         (lyxRead):
11048         * debug.C (value):
11049         * buffer.C (asciiParagraph): use ascii_lowercase
11050
11051 2002-07-15  Mike Fabian  <mfabian@suse.de>
11052
11053         * lyxlex_pimpl.C (search_kw):
11054         * lyxlex.C (getLongString):
11055         * converter.h (operator<):
11056         * converter.C (operator<):
11057         * buffer.C (parseSingleLyXformat2Token):
11058         (asciiParagraph):
11059         * ToolbarDefaults.C (read):
11060         * MenuBackend.C (checkShortcuts):
11061         (read):
11062         * LColor.C (getFromGUIName):
11063         (getFromLyXName): use the compare_ascii_no_case instead of
11064         compare_no_case, because in turkish, 'i' is not the lowercase
11065         version of 'I', and thus turkish locale breaks parsing of tags.
11066
11067 2002-07-16  Angus Leeming  <leeming@lyx.org>
11068
11069         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11070         now takes a Buffer const & argument.
11071
11072 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11073
11074         * BufferView.C (resize): check there's a buffer to resize
11075
11076 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11077
11078         * lyxfunc.C: remove dead code
11079
11080         * lyxserver.h:
11081         * lyxserver.C: use lyx_guii::set_read_callback
11082
11083 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11084
11085         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11086         an inset in a RTL paragraph.
11087
11088 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11089
11090         * lyxfunc.C: repaint after a font size update
11091
11092 2002-07-15  André Pönitz <poenitz@gmx.net>
11093
11094         * lyxlength.C: inBP should be able to return negative values
11095
11096 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11097
11098         * lyxfunc.C: use lyx_gui::update_fonts()
11099
11100 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11101
11102         * lyxfunc.C: use lyx_gui::update_color()
11103
11104 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11105
11106         * bufferlist.C:
11107         * lyxfunc.h:
11108         * lyxfunc.C:
11109         * lyxrc.h:
11110         * lyxrc.C: remove file->new asks for name option, and let
11111           buffer-new take an argument
11112
11113 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11114
11115         * BufferView_pimpl.C: remove unneeded extra repaint()
11116
11117 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11118
11119         * LyXAction.C: allow command-sequence with NoBuffer
11120
11121         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11122
11123 2002-07-10  Angus Leeming  <leeming@lyx.org>
11124
11125         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11126
11127 2002-07-09  Angus Leeming  <leeming@lyx.org>
11128
11129         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11130
11131 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11132
11133         * lengthcommon.h: whitespace
11134
11135         * lyxfunc.C: update scrollbar after goto paragraph
11136
11137         * lyxtext.h: factor out page break drawing, and fix it so
11138           page break/added space paints as selected nicely
11139
11140 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11141
11142         * BufferView_pimpl.C: add FIXMEs, clean up a little
11143
11144 2002-07-09  André Pönitz <poenitz@gmx.net>
11145
11146         * lyxfont.[Ch]: support for wasy symbols
11147
11148 2002-07-08  André Pönitz <poenitz@gmx.net>
11149
11150         * BufferView_pimpl.C: apply John's patch for #93.
11151
11152 2002-07-05  Angus Leeming  <leeming@lyx.org>
11153
11154         * BufferView_pimpl.C (buffer): generate previews if desired.
11155
11156         * LColor.h: add "preview" to the color enum.
11157
11158         * LColor.C (LColor): add a corresponding entry to the items array.
11159
11160         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11161         with this buffer.
11162
11163 2002-07-05  Angus Leeming  <leeming@lyx.org>
11164
11165         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11166         The body of the code is now in the method that is passed an ostream &
11167         rather than a file name.
11168         Pass an additional only_preamble parameter, useful for the forthcoming
11169         preview stuff.
11170
11171 2002-07-03  André Pönitz <poenitz@gmx.net>
11172
11173         * lyxfunc.C: simplify getStatus() a bit for math stuff
11174
11175 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11176
11177         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11178
11179 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11180
11181         * text.C (changeRegionCase): do not change case of all the
11182         document when region ends at paragraph end (bug #461)
11183
11184 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11185
11186         * paragraph.C (startTeXParParams):
11187         (endTeXParParams): add \protect when necessary
11188
11189 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11190
11191         * BufferView_pimpl.C (workAreaExpose): remove warning
11192
11193 2002-06-27  Angus Leeming  <leeming@lyx.org>
11194
11195         * Makefile.am: add lyxlayout_ptr_fwd.h.
11196
11197 2002-06-26  André Pönitz <poenitz@gmx.net>
11198
11199         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11200
11201 2002-06-25  Angus Leeming  <leeming@lyx.org>
11202
11203         * lyxfunc.C (dispatch): Comment out the call to
11204         grfx::GCache::changeDisplay. The method no longer exists now that the
11205         pixmap generation part of the graphics loader has been moved into
11206         InsetGraphics.
11207
11208 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11209
11210         * text2.C: layout as layout
11211
11212         * text.C: layout as layout
11213
11214         * tabular.C (OldFormatRead): layout as layout
11215
11216         * paragraph_pimpl.C (TeXDeeper): layout as layout
11217         (realizeFont): layout as layout
11218
11219         * paragraph.C (writeFile): layout as layout
11220         (validate): layout as layout
11221         (getFont): layout as layout
11222         (getLabelFont): layout as layout
11223         (getLayoutFont): layout as layout
11224         (breakParagraph): layout as layout
11225         (stripLeadingSpaces): layout as layout
11226         (getEndLabel): layout as layout
11227         (getMaxDepthAfter): layout as layout
11228         (applyLayout): layout as layout
11229         (TeXOnePar): layout as layout
11230         (simpleTeXOnePar): layout as layout
11231         (TeXEnvironment): layout as layout
11232         (layout): layout as layout
11233         (layout): layout as layout
11234
11235         * lyxtextclass.C (compare_name): new functor to work with
11236         shared_ptr, layout as layout
11237         (Read): layout as layout
11238         (hasLayout): layout as layout
11239         (operator): layout as layout
11240         (delete_layout): layout as layout
11241         (defaultLayout): layout as layout
11242
11243         * lyxlayout_ptr_fwd.h: new file
11244
11245         * lyxlayout.C (Read): layout as layout
11246
11247         * lyx_cb.C (MenuInsertLabel): layout as layout
11248
11249         * bufferlist.C (newFile): layout as layout
11250
11251         * buffer.C (readLyXformat2): layout as layout
11252         (parseSingleLyXformat2Token): layout as layout
11253         (insertStringAsLines): layout as layout
11254         (asciiParagraph): layout as layout
11255         (latexParagraphs): layout as layout
11256         (makeLinuxDocFile): layout as layout
11257         (simpleLinuxDocOnePar): layout as layout
11258         (makeDocBookFile): layout as layout
11259         (simpleDocBookOnePar): layout as layout
11260         (getLists): layout as layout
11261
11262         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11263
11264         * CutAndPaste.C (cutSelection): layout as layout
11265         (pasteSelection): layout as layout
11266         (SwitchLayoutsBetweenClasses): layout as layout
11267
11268         * BufferView_pimpl.C (Dispatch): layout as layout
11269         (smartQuote): layout as layout
11270
11271         * BufferView2.C (unlockInset): layout as layout
11272
11273 2002-06-24  André Pönitz <poenitz@gmx.net>
11274
11275         * lyxfunc.C: fix #487
11276
11277 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11278
11279         * lyxrc.h:
11280         * lyxrc.C:
11281         * lyxfunc.C: remove display_shortcuts, show_banner
11282
11283 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11284
11285         * Buffer_pimpl.C: oops, update on resize
11286
11287 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11288
11289         * buffer.C:
11290         * converter.C:
11291         * exporter.C:
11292         * lyxfunc.C:
11293         * BufferView.h:
11294         * BufferView.C: use repaint()
11295
11296         * BufferView_pimpl.h:
11297         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11298           as it's a clearer description. Remove superfluous
11299           redraws.
11300
11301 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11302
11303         * text.C: fix bug 488. Not ideal, but getting
11304           getWord() to work properly for the insets that
11305           matter is more difficult ...
11306
11307 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11308
11309         * BufferView_pimpl.C:
11310         * LyXAction.C:
11311         * commandtags.h:
11312         * lyxfunc.C: remove the six million index lyxfuncs to just
11313           one, and DTRT (bug 458)
11314
11315 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11316
11317         * BufferView.h:
11318         * BufferView.C:
11319         * BufferView_pimpl.h:
11320         * BufferView_pimpl.C: clean up resize() stuff,
11321           and unnecessary updateScreen()s
11322
11323 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11324
11325         * BufferView.h:
11326         * BufferView.C:
11327         * BufferView_pimpl.h:
11328         * BufferView_pimpl.C:
11329         * lyxfind.h:
11330         * lyxfind.C:
11331         * minibuffer.C: remove focus management of workarea,
11332           not needed. Use screen's greyOut()
11333
11334 2002-06-17  Herbert Voss  <voss@lyx.org>
11335
11336         * converter.C: (convert) do not post a message, when converting
11337         fails, let the calling function decide what to do in this case
11338
11339 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11340
11341         * lyxfunc.C: tidy up a little
11342
11343 2002-06-16    <alstrup@diku.dk>
11344
11345         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11346         Got rid of FORMS_H_LOCATION include. Now we are
11347         GUII.
11348
11349 2002-06-15  LyX Development team  <lyx@rilke>
11350
11351         * buffer.[Ch] (sgmlOpenTag):
11352         (sgmlCloseTag): Added support for avoiding pernicious mixed
11353         content. Return number of lines written.
11354
11355         (makeLinuxDocFile):
11356         (makeDocBookFile): Fixed calls to sgml*Tag.
11357         Simple white space clean.
11358
11359         (simpleDocBookOnePar): Simple white space clean.
11360
11361         * tabular.[Ch] (docBook): Renamed to docbook and got another
11362         argument to related with the pernicious mixed content.
11363
11364         (docbookRow): Fixed calls for docbook inset method.
11365
11366 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11367
11368         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11369         so it's X11 independent.
11370
11371         * kb*.[Ch]: ditto.
11372
11373         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11374
11375 2002-06-15  Lyx Development team  <lyx@electronia>
11376
11377         * intl.h: Renamed getTrans to getTransManager.
11378
11379 2002-06-14  Angus Leeming  <leeming@lyx.org>
11380
11381         * Makefile.am: nuke forgotten stl_string_fwd.h.
11382
11383 2002-06-12  Angus Leeming  <leeming@lyx.org>
11384
11385         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11386
11387 2002-06-13  Angus Leeming  <leeming@lyx.org>
11388
11389         * LaTeX.C:
11390         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11391
11392 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11393
11394         * kbmap.C (getiso): add support for cyrillic and greek
11395
11396 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11397
11398         * BufferView.h:
11399         * BufferView.C:
11400         * BufferView_pimpl.h:
11401         * BufferView_pimpl.C: move bogus scrolling logic
11402           to xforms
11403
11404 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11405
11406         * lyxfunc.C:
11407         * BufferView_pimpl.C: view->resize() change
11408
11409 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11410
11411         * BufferView_pimpl.C: topCursorVisible
11412           prototype change
11413
11414 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11415
11416         * Makefile.am:
11417         * lyx_gui.h:
11418         * lyx_gui.C: move to frontends/
11419
11420         * main.C:
11421         * lyx_main.h:
11422         * lyx_main.C: changes from above
11423
11424 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11425
11426         * intl.C:
11427         * intl.h:
11428         * kbmap.C:
11429         * kbsequence.C:
11430         * lyx_cb.C:
11431         * lyx_main.C: minor tidy
11432
11433 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11434
11435         * BufferView_pimpl.h:
11436         * BufferView_pimpl.C:
11437         * BufferView.h:
11438         * BufferView.C: make painter() const,
11439           remove dead code
11440
11441         * BufferView2.C: use screen() accessor
11442
11443         * lyx_main.h:
11444         * lyx_main.C: some minor cleanup
11445
11446 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11447
11448         * BufferView_pimpl.h:
11449         * BufferView_pimpl.C: remove enter/leaveView,
11450           use workHeight()
11451
11452 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11453
11454         * BufferView.h:
11455         * BufferView.C:
11456         * BufferView2.C:
11457         * BufferView_pimpl.h:
11458         * BufferView_pimpl.C: only construct screen once,
11459           rename
11460
11461         * lyxrc.C: remove pointless comment
11462
11463 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11464
11465         * BufferView.h:
11466         * BufferView.C: remove active() and belowMouse()
11467
11468         * BufferView_pimpl.h:
11469         * BufferView_pimpl.C: use workarea() not workarea_,
11470           and make it use a scoped_ptr instead
11471
11472 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11473
11474         * lyx_gui.C: add debug message on BadWindow
11475
11476 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11477
11478         * sp_spell.C: fdopen is not part of the C++ standard.
11479
11480         * paragraph.C (InsetIterator): use >= instead of ==
11481
11482 2002-06-07  Angus Leeming  <leeming@lyx.org>
11483
11484         Fixes needed to compile with Compaq cxx 6.5.
11485         * BufferView_pimpl.C:
11486         * DepTable.C:
11487         * buffer.C:
11488         * converter.C:
11489         * encoding.C:
11490         * lyx_gui.C:
11491         * lyx_main.C:
11492         * lyxtextclasslist.C:
11493         * minibuffer.C:
11494         * sp_spell.C:
11495         * tabular_funcs.C:
11496         * vc-backend.C:
11497         all c-library variables have been moved into namespace std. Wrap
11498         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11499
11500         * lyxlength.C:
11501         * tabular-old.C:
11502         * tabular.C:
11503         Add a using std::abs declaration.
11504
11505         * kbmap.h (modifier_pair):
11506         * paragraph.h (InsetTable, InsetList):
11507         * lyxfont.h (FontBits):
11508         type definition made public.
11509
11510         * bufferlist.C (emergencyWriteAll): the compiler complains that
11511         there is more than one possible lyx::class_fun template to choose from.
11512         I re-named the void specialisation as lyx::void_class_fun.
11513
11514         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11515
11516         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11517         the compiler is is unable to find tostr in write_attribute.
11518
11519 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11520
11521         * buffer.C (sgmlError): hide #warning
11522
11523 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11524
11525         * xtl/*: get rid of xtl, which is not in use anyway
11526
11527         * LyXAction.C (init):
11528         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11529         were unimplemented xtl experimentation
11530
11531 2002-06-04  André Pönitz <poenitz@gmx.net>
11532
11533         * lyxfunc.C: disable array operation on simple formulae
11534
11535 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11536
11537         * converter.C: constify a bit
11538
11539 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11540
11541         * lyx_gui.C: check xforms version correctly
11542
11543 2002-04-30  Herbert Voss  <voss@lyx.org>
11544
11545         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11546         "keep" option
11547
11548 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11549
11550         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11551           attempt to register it with a VCS)
11552
11553 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11554
11555         * lyx_main.C (init): honor variables LYX_DIR_13x and
11556         LYX_USERDIR_13x
11557
11558 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11559
11560         * buffer.h:
11561         * buffer.C:
11562         * lyx_main.C: fix a crash on bad command line,
11563           and give a useful exit status on error
11564
11565         * lyxfunc.C (doImport): allow -i lyx to work
11566
11567 2002-03-30  André Pönitz <poenitz@gmx.net>
11568
11569         * lyxfunc.C: mathed font changes
11570
11571 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11572
11573         * LaTeX.C:
11574         * importer.h:
11575         * importer.C:
11576         * lyx_sty.h:
11577         * lyx_sty.C:
11578         * lyxlex.C:
11579         * lyxrow.h:
11580         * lyxtext.h:
11581         * paragraph.h:
11582         * paragraph.C:
11583         * texrow.h:
11584         * texrow.C:
11585         * text.C:
11586         * trans_mgr.h: srcdocs, and some minor cleanups
11587
11588 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11589
11590         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11591         call getFont all the time)
11592
11593 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11594
11595         * switch from SigC signals to boost::signals
11596
11597 2002-05-29  André Pönitz <poenitz@gmx.net>
11598
11599         * paragraph_pimpl.C (getChar): don't call size() too often...
11600
11601 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11602
11603         * paragraph_pimpl.C (insertChar): do not try to update tables when
11604         appending (pos == size())
11605
11606         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11607         in order to reduce drastically the number of comparisons needed to
11608         parse a large document
11609
11610 2002-05-29  André Pönitz <poenitz@gmx.net>
11611
11612         * text.C:
11613         * text2.C:
11614         * lyxtextclass.C:
11615         * sp_pspell.h:
11616         * textclasslist.[Ch]:
11617         * sp_ispell.h: whitespace change
11618
11619 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11620
11621         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11622         lyxaction directly now.
11623
11624 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11625
11626         * trans.C:
11627         * lyxfont.C:
11628         * lyxvc.C: remove unused headers
11629
11630 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11631
11632         * Makefile.am:
11633         * buffer.h:
11634         * undostack.h:
11635         * undostack.C:
11636         * undo_funcs.h:
11637         * undo_funcs.C: some cleanups. Use shared_ptr
11638           and a template for the undo stacks.
11639
11640 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11641
11642         * BufferView_pimpl.h:
11643         * BufferView_pimpl.C:
11644         * kbmap.h:
11645         * kbmap.C:
11646         * kbsequence.h:
11647         * kbsequence.C:
11648         * lyxfunc.h:
11649         * lyxfunc.C:
11650         * text2.C: use key_state/mouse_state
11651
11652 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11653
11654         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11655         and LSubstring
11656
11657         * chset.C: change include order
11658         (loadFile): use boost regex and get rid of LRegex and LSubstring
11659
11660         * Makefile.am (BOOST_LIBS): new variable
11661         (lyx_LDADD): use it
11662
11663         * LaTeX.C: change include order.
11664         (scanAuxFile): use boost regex and get rid of LRegex and
11665         LSubstring
11666         (deplog): ditto
11667
11668 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11669
11670         * ColorHandler.h:
11671         * ColorHandler.C:
11672         * FontInfo.h:
11673         * FontInfo.C: moved to frontends/xforms/
11674
11675         * FontLoader.h:
11676         * FontLoader.C: moved into frontends for GUIIzation
11677
11678         * Makefile.am:
11679         * lyx_gui.C:
11680         * lyxfont.C:
11681         * lyxfunc.C: changes from above
11682
11683 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11684
11685         * LColor.C: remove spurious X include
11686
11687         * BufferView_pimpl.C:
11688         * Makefile.am:
11689         * font.h:
11690         * font.C:
11691         * text.C:
11692         * text2.C: move font metrics to frontends/
11693
11694 2002-05-24  Juergen Vigna  <jug@sad.it>
11695
11696         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11697         setting the undo_cursor.
11698
11699         * ParagraphParameters.h: include local includes first.
11700
11701 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11702
11703         * BufferView_pimpl.C:
11704         * BufferView_pimpl.h:
11705         * Makefile.am:
11706         * WorkArea.h:
11707         * WorkArea.C:
11708         * screen.C: move WorkArea into frontends/
11709
11710         * lyxscreen.h:
11711         * screen.C:
11712         * text.C:
11713         * BufferView.C:
11714         * BufferView2.C: move LyXScreen into frontends/
11715
11716         * lyxlookup.h:
11717         * lyxlookup.C:
11718         * lyx_gui.C: move lyxlookup into frontends/xforms/
11719
11720 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11721
11722         * BufferView2.C:
11723         * BufferView_pimpl.C:
11724         * FontLoader.C:
11725         * LyXView.h:
11726         * LyXView.C:
11727         * Makefile.am:
11728         * WorkArea.C:
11729         * XFormsView.h:
11730         * XFormsView.C:
11731         * buffer.C:
11732         * bufferlist.C:
11733         * bufferview_funcs.C:
11734         * converter.C:
11735         * importer.C:
11736         * lyx_cb.C:
11737         * lyx_gui.C:
11738         * lyx_main.C:
11739         * lyx_find.C:
11740         * lyxfunc.C:
11741         * lyxvc.C:
11742         * minibuffer.C:
11743         * text.C:
11744         * text2.C:
11745         * trans.C:
11746         * vc-backend.C: move LyX/XFormsView into frontends/
11747
11748 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11749
11750         * Makefile.am:
11751         * PainterBase.C:
11752         * PainterBase.h:
11753         * Painter.C:
11754         * Painter.h:
11755         * WorkArea.C:
11756         * WorkArea.h:
11757         * screen.C:
11758         * tabular.C:
11759         * text.C:
11760         * text2.C: move Painter to frontends/
11761
11762 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11763
11764         * buffer.C: comment out some some code that depend upon lyx_format
11765         < 220
11766
11767         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11768         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11769
11770         * buffer.h (NO_COMPABILITY): turn off compability
11771
11772         * ColorHandler.C: include scoped_array.hpp
11773
11774         * font.C: Use more specific smart_ptr header.
11775         * Painter.C: ditto
11776         * gettext.C: ditto
11777         * ShareContainer.h: ditto
11778         * lyx_main.h: ditto
11779         * kbmap.h: ditto
11780         * FontInfo.h: ditto
11781         * BufferView_pimpl.h: ditto
11782         * ColorHandler.h: ditto
11783
11784         * kbmap.C (defkey): change call to shared_ptr::reset
11785
11786 2002-05-21  Juergen Vigna  <jug@sad.it>
11787
11788         * buffer.C (insertErtContents): fix to insert ert asis if it is
11789         non empty. Skip it completely if it contains only whitespaces.
11790
11791 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11792
11793         * BufferView_pimpl.C:
11794         * BufferView2.C: clear selection on paste (bug 393)
11795
11796 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11797
11798         * DepTable.C: include ctime
11799
11800 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
11801
11802         * buffer.C (latexParagraphs): Add new argument (moving_arg).
11803
11804 2002-05-14  Juergen Vigna  <jug@sad.it>
11805
11806         * text.C (breakParagraph): fixed function to honor the keepempty
11807         layout in the right maner and also to permit the right breaking
11808         algorithm on empty or non empyt keepempty paragraphs.
11809
11810         * paragraph.C (breakParagraph): we have to check also if the par
11811         is really empty (!size()) for isempty otherwise we do the wrong
11812         paragraph break.
11813
11814 2002-05-10  Juergen Vigna  <jug@sad.it>
11815
11816         * buffer.[Ch] : The following are only changes to the ert
11817         compatibility read reading old LaTeX layout and font stuff and
11818         convert it to ERTInsets.
11819
11820         * buffer.h: added isErtInset().
11821
11822         * buffer.C (struct ErtComp): add a fromlayout bool to check
11823         if we're inside a LaTeX layout.
11824         (isErtInset): new helper function.
11825         (insertErtContents): look for other ert insets before this one
11826         and insert the contents there, so that we don't have subsequent
11827         ERT insets with nothing between them. This way we create only one
11828         inset with multiple paragraphs. Also check if we don't insert only
11829         spaces ' ' as they are ignored anyway afterwards in the .tex file
11830         so if we have only spaces we will ignore this latex part in the
11831         new file.
11832         (parseSingleLyXformat2Token \\layout): better compatibility when
11833         reading layout-latex stuff.
11834         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
11835         language tag.
11836         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
11837         stuff after reading the inset only get the information back from
11838         the stack.
11839
11840 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
11841
11842         * buffer.C (makeLaTeXFile): Put language options after loading babel.
11843
11844         * LaTeXFeatures.C (getBabelOptions): New method.
11845
11846 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11847
11848         * BufferView_pimpl.C (Dispatch): work around missing argument for
11849         'layout'
11850
11851 2002-05-08  Juergen Vigna  <jug@sad.it>
11852
11853         * text.C (leftMargin): handle paragraph leftindent.
11854
11855         * paragraph.C (writeFile): write the new \\leftindent tag.
11856         (validate): handle leftindent code.
11857         (TeXEnvironment): handle paragraphleftindent code again.
11858
11859         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
11860
11861         * buffer.C (parseSingleLyXformat2Token): added compatibility code
11862         for paragrap_extra indent code and new token \\leftindent.
11863         (latexParagraphs): handle the leftindent as environment.
11864
11865         * ParameterStruct.h: added leftindent support.
11866
11867         * ParagraphParameters.C (leftIndent): added support functions for
11868         the paragraph left indent.
11869
11870         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
11871         more appropriate.
11872
11873 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
11874
11875         * paragraph.C (isRightToLeftPar): Return false for a paragraph
11876         inside insetERT.
11877
11878         * text.C (computeBidiTables): No bidi in insetERT.
11879
11880         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
11881         in RTL documents.
11882
11883 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11884
11885         * version.C.in: pre 5
11886
11887 2002-05-02  José Matos  <jamatos@fep.up.pt>
11888         * buffer.C (makeDocBookFile): white space changes, add newline to
11889         command styles.
11890         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
11891
11892         * tabular.C (docBook): fix typo.
11893
11894 2002-05-03  Juergen Vigna  <jug@sad.it>
11895
11896         * screen.C (drawFromTo): recalculate the rowpointer if we had a
11897         change in LyXText as we can not be sure it was not freed.
11898         (drawOneRow): remove unused code.
11899
11900         * text.C (drawInset): redo the calculation of the need_break_row as
11901         it could have a row which was already freed.
11902         (draw): look at the return value of drawInset and return false if
11903         it also returned false.
11904         (paintRowText): look at the return value of draw and return false if
11905         it also returned false.
11906
11907         * lyxtext.h: added bool return type to drawInset() and draw() so that
11908         if we have a change in the row so that the rowbreak has to be redone
11909         we abort drawing as it will be called again.
11910
11911 2002-05-02  Juergen Vigna  <jug@sad.it>
11912
11913         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
11914         a change in the maintext also if we're inside an inset.
11915         (Dispatch): set the cursor again after a break line and after the
11916         screen has been updated as it could be we're in a different row.
11917
11918         * text2.C (fixCursorAfterDelete): check to make sure we don't request
11919         to set the cursor behind the pargraph with > size().
11920         (setCursor): check also for the same paragraph when checking where
11921         to put the cursor if we have a NFR inset.
11922
11923         * buffer.C (parseSingleLyXformat2Token): move the compatibility
11924         parts of layout read further up as it still was in the wrong
11925         position.
11926
11927 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11928
11929         * screen.C (drawFromTo): change sine fullRebreak always return
11930         true.
11931
11932         * buffer.C (parseSingleLyXformat2Token): reindent some
11933
11934         * BufferView_pimpl.C (update): change since fullRebreak always
11935         return true.
11936         (Dispatch): git rid of the last hardcoded "Standard"s.
11937
11938 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11939
11940         * text2.[Ch] (fullRebreak): make it return void now that we always
11941         returned true.
11942
11943 2002-04-30  Juergen Vigna  <jug@sad.it>
11944
11945         * buffer.C (parseSingleLyXformat2Token): reset the font before the
11946         ert compatibility check for "latex" layout.
11947
11948 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
11949
11950         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
11951         minipages: use col% instead of p%, and also use the current font.
11952         (makeLaTeXFile): Fix use babel condition.
11953         (parseSingleLyXformat2Token): Correct font when reading old floats.
11954
11955 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
11956
11957         * BufferView_pimpl.C (Dispatch): Check that float type exists when
11958         inserting list of floats.
11959
11960 2002-04-25  Herbert Voss  <voss@lyx.org>
11961
11962         * MenuBackend.C (expand): don't add the graphics extensions to the
11963         export menu
11964
11965 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11966
11967         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
11968         non-existing layout, do not complain if it was the default layout
11969         of the original class (bug #342)
11970
11971 2002-04-24  Juergen Vigna  <jug@sad.it>
11972
11973         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
11974         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
11975
11976 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
11977
11978         * buffer.C (getBibkeyList): If using \bibliography, return the
11979         option field with the reference itself. Enables us to provide natbib
11980         support when using \bibliography.
11981
11982 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
11983
11984         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
11985
11986         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
11987         natbib is provided by the LaTeX class.
11988
11989 2002-04-23  Juergen Vigna  <jug@sad.it>
11990
11991         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
11992         Wakeup functions.
11993
11994         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
11995
11996 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11997
11998         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
11999
12000         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
12001         ensuremath around textordmasculine, textordfeminine and
12002         textdegree.
12003
12004 2002-04-19  Juergen Vigna  <jug@sad.it>
12005
12006         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
12007         reinitializing the buffer otherwise row-dimensions may be wrong.
12008         (update): reset also the selection cursors if they do exits otherwise
12009         their x/y positions may be wrong.
12010
12011         * text2.C (cursorDown): don't enter the inset if we came from a row
12012         above and are one row over the inset.
12013
12014         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
12015         really leaving an inset.
12016
12017 2002-04-18  Juergen Vigna  <jug@sad.it>
12018
12019         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
12020         of the selected paragraph does not have the selected layout also if
12021         the last one had!
12022
12023         * text2.C (setLayout): fixed bug which did not change last selected
12024         paragraph.
12025
12026         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
12027         changed the read and substituted \\end_float with \\end_inset!
12028
12029         * BufferView_pimpl.C (cursorPrevious):
12030         (cursorNext): fixed to make it work with rows heigher than the work
12031         area without moving the cursor only the draw of the row.
12032         (workAreaMotionNotify): fix jumping over high rows.
12033
12034 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12035
12036         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
12037         Ressler.
12038
12039 2002-04-16  Juergen Vigna  <jug@sad.it>
12040
12041         * text2.C (setCursor): set also the irow().
12042         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
12043         (cursorUp):
12044         (cursorDown): support for locking an inset if the x_fix value goes
12045         inside it. That way I can transverse insets too with cursor up/down.
12046
12047         * lyxrow.h: added irow helper function same as other (i) functions.
12048
12049         * BufferView_pimpl.C (cursorPrevious):
12050         (cursorNext): fixed for insets!
12051
12052 2002-04-15  Juergen Vigna  <jug@sad.it>
12053
12054         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12055         position otherwise it is wrong in some cases.
12056
12057         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12058         inside the inset before the call.
12059
12060 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12061
12062         * buffer.[Ch] (getBibkeyList): make it const.
12063
12064 2002-04-12  Juergen Vigna  <jug@sad.it>
12065
12066         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12067
12068         * text2.C (getCursorX): new helper function
12069         (setCursor): compute also ix_
12070         (setCursorFromCoordinates): set also ix.
12071
12072         * lyxcursor.h: added ix_ and helper functions.
12073
12074         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12075
12076         * buffer.C (insertStringAsLines): dont break paragraph if the this
12077         paragraph is inside an inset which does not permit it!
12078
12079         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12080         also with no chars on this paragraph.
12081         (paintRowText): only paint stuff if it's inside the workarea!
12082
12083         * paragraph.C (breakParagraph): honor keepempty flag and break the
12084         paragraph always below not above.
12085
12086         * BufferView2.C (unlockInset): update the paragraph layout on inset
12087         unlock as we changed paragraph in such a case.
12088
12089         * lyxfind.C (LyXFind): clear the former selection if not found!
12090
12091         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12092         again called in insertChar().
12093
12094         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12095         an inset which uses the whole row!
12096         (rightMargin): ditto.
12097         (insertChar): force a rebreak if we inserted an inset!
12098
12099 2002-03-28  Herbert Voss  <voss@lyx.org>
12100
12101         * lyxlength.[Ch]: add inBP() to get the right PS-point
12102         units (BigPoint). With inPixels we have rounding errors
12103
12104 2002-04-11  Juergen Vigna  <jug@sad.it>
12105
12106         * text2.C (setCursorFromCoordinates): set iy to the right value.
12107         (setCursor): add check if row->previous exists!
12108
12109         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12110         an old float_type as this was the case in the old code!
12111
12112         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12113
12114         * BufferView2.C (showLockedInsetCursor): use iy
12115         (fitLockedInsetCursor): ditto
12116
12117         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12118         locked insets as there we have the right value now.
12119
12120         * lyxcursor.C: added iy_ variable and iy functions to set to the
12121         baseline of cursor-y of the locked inset.
12122
12123         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12124         (setCursor): fixed for insets which need a full row.
12125
12126         * text.C (rowLastPrintable): don't ignore the last space when before
12127         an inset which needs a full row.
12128         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12129         as last character of a row when before a inset which needs a full row.
12130
12131 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12132
12133         * version.C.in: update date
12134
12135         * text2.C (fullRebreak): try to always return true and see what
12136         happens...
12137
12138 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12139
12140         * MenuBackend.C (expand): use Floating::listName
12141
12142         * FloatList.C (FloatList): add listName argument to the built-in
12143         floats
12144
12145         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12146         text associated with the float.
12147
12148 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12149
12150         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12151
12152 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12153
12154         * ShareContainer.h: add a couple of missing typenames.
12155
12156 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12157
12158         * lyxrc.C (getDescription): use _() correctly rather than N_().
12159
12160 2002-03-28  Herbert Voss  <voss@lyx.org>
12161
12162         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12163         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12164
12165 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12166
12167         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12168         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12169
12170 2002-03-29  Juergen Vigna  <jug@sad.it>
12171
12172         * lyxfunc.C (dispatch): add a missing fitCursor call.
12173
12174         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12175         it was scrolled by a cursor move, so return the bool status.
12176
12177         * BufferView.C (fitCursor): return the bool flag also to the outside
12178         world as this is needed.
12179
12180         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12181
12182         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12183         call the edit() as it is not needed (and wrong) IMO.
12184         (workAreaButtonPress): set the screen_first variable before evt.
12185         unlock the inset as this may change screen_first and then we have
12186         a wrong y position for the click!
12187
12188 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12189
12190         * MenuBackend.C (expand): another translation that I missed
12191
12192 2002-03-28  Juergen Vigna  <jug@sad.it>
12193
12194         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12195
12196         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12197
12198 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12199
12200         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12201
12202         * MenuBackend.C (expand): fix export/view/update when there is no
12203         document open.
12204
12205 2002-03-27  Herbert Voss  <voss@lyx.org>
12206
12207         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12208         and text%
12209
12210 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12211
12212         * bufferview_funcs.C (currentState): only show paragraph number
12213         for is DEVEL_VERSION is set.
12214
12215         * lyxfunc.C (dispatch): put warning in INFO channel
12216
12217         * MenuBackend.C (expand): translate the name of floats
12218
12219         * FloatList.C (FloatList): mark the float names for translation
12220
12221         * converter.C (convert): use LibScriptSearch
12222
12223 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12224
12225         * MenuBackend.C (defaults): fix default menu (we might as well get
12226         rid of it...)
12227
12228 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12229
12230         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12231         directory.
12232
12233 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12234
12235         * lyxvc.C: reorder includes.
12236
12237 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12238
12239         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12240           properly
12241
12242 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12243
12244         * CutAndPaste.C: change layouts earlier on paste
12245           to avoid crashing when calling getFont()
12246
12247 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12248
12249         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12250         irritating #error.
12251
12252 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12253
12254         * WorkArea.C: remove 'Pending' debug message.
12255
12256         * most files: ws cleanup
12257
12258         * buffer.[Ch]: ws changes
12259
12260         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12261
12262 2002-03-21  Juergen Vigna  <jug@sad.it>
12263
12264         * tabular.C (SetMultiColumn): collapse also the contents of the
12265         cells and set the last border right. Added a Buffer const * param.
12266
12267 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12268
12269         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12270         linking or not.
12271
12272 2002-03-19  Juergen Vigna  <jug@sad.it>
12273
12274         * text2.C (clearSelection): reset also xsel_cache.
12275
12276         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12277         where it needs to be called (John tells us to do so too :)
12278         (selectionLost): reset sel_cache.
12279
12280         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12281
12282 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12283
12284         * text2.C (setCursorIntern): put debuging code in INSETS channel
12285
12286 2002-03-19  André Pönitz <poenitz@gmx.net>
12287
12288         * lyxfunc.C: tiny whitespace change
12289
12290 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12291
12292         * ToolbarDefaults.C (init):
12293         * LyXAction.C (init):
12294         * commandtags.h:
12295         * BufferView_pimpl.C (Dispatch):
12296         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12297
12298 2002-03-19  Allan Rae  <rae@lyx.org>
12299
12300         * exporter.C (Export): removeAutoInsets before doing anything else.
12301         While I've just introduced a dependency on BufferView this really is
12302         the best place to clean the buffer otherwise you need to cleanup in
12303         a dozen places before calling export or cleanup in a dozen functions
12304         that export calls.
12305
12306         * converter.C (runLaTeX):
12307         (scanLog): Better handling of removeAutoInsets and screen updates.
12308
12309         * lyxfunc.C (dispatch): small whitespace changes
12310
12311 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12312
12313         * WorkArea.C (C_WorkAreaEvent): return a value.
12314         (event_cb): return 1 if we handled the event, 0 otherwise.
12315
12316         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12317
12318 2002-03-18  Juergen Vigna  <jug@sad.it>
12319
12320         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12321         (GetAdditionalWidth): ditto.
12322         (RightLine): ditto.
12323         (LeftLine): ditto.
12324
12325         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12326         inset if we're there actually (probably not used right now but this
12327         is the direction to go for unifying code).
12328         (paste): disable code to clear the selection.
12329
12330         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12331         inside an InsetText and move the check further up as it is in the
12332         wrong place.
12333
12334         * text2.C (pasteSelection): set a selection over the pasted text.
12335
12336 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12337
12338         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12339         and libgraphics to build on Cygwin.
12340
12341 2002-03-15  Juergen Vigna  <jug@sad.it>
12342
12343         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12344         inserting an Inset into the paragraph. I know this is not the best
12345         fix but we already use current_view in CutAndPaste so we will remove
12346         all of it's using at the same time.
12347
12348         * buffer.C (sgmlError): deactivated function till it is rewritten in
12349         the right mode, now it can create problems.
12350
12351         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12352         before accessing it.
12353
12354 2002-03-14  Juergen Vigna  <jug@sad.it>
12355
12356         * undo_funcs.C (textHandleUndo): do the right thing when updating
12357         the inset after the undo/redo.
12358
12359         * text2.C (setCursor): just some testcode for #44 not ready yet.
12360
12361         * undo_funcs.C (textHandleUndo): set the next() and previous()
12362         pointers of the paragraph to 0 before deleting otherwise we have
12363         problems with the Paragraph::[destructor].
12364
12365         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12366         on a paragraph insertion.
12367
12368 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12369
12370         * buffer.C (asciiParagraph): use += operator for char append to
12371         string.
12372
12373         * paragraph.C (getFontSettings): compare >= not just >
12374         (highestFontInRange): ditto
12375         (setFont): ditto
12376
12377 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12378
12379         * paragraph.C: change several algorithm to be more appripriate for
12380         the problem domain. This is lookip in FontList and in the InsetList.
12381
12382 2002-03-13  André Pönitz <poenitz@gmx.net>
12383
12384         * commandtags.h:
12385         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12386
12387 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12388
12389         * commandtags.h:
12390         * LyXAction.C:
12391         * lyxfunc.C:
12392         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12393
12394 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12395
12396         * Painter.C (display): anon helper function, adjust code for this
12397         change.
12398         (pixmap): remove function.
12399
12400         * Painter.h: remove private display variable.
12401
12402         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12403
12404 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12405
12406         * WorkArea.[Ch]: remove figinset_canvas cruft.
12407
12408 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12409
12410         * lyxtextclass.C (operator): add one item cache optimization.
12411
12412         * bufferlist.h: doxy changes
12413
12414         * bufferlist.C: ws changes
12415
12416         * DepTable.[Ch] (ext_exist): place const in the right spot.
12417
12418         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12419         call resizeInsets.
12420         (workAreaExpose): call resizeInsets when the with BufferView changes.
12421         (Dispatch): adjust for protectedBlank removal
12422         (specialChar): call updateInset if the insert went ok.
12423
12424         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12425         specialChar instead.
12426
12427         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12428
12429         * BufferView.h: doxy change
12430
12431         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12432
12433         * lyxtextclass.C (operator[]): remove non-const version
12434         (defaultLayout): remove non-const version
12435
12436 2002-03-12  Juergen Vigna  <jug@sad.it>
12437
12438         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12439         did resize the LyXText too.
12440
12441         * buffer.C (readLyXformat2): set layout information on newly allocated
12442         paragraphs.
12443
12444         * tabular.C (OldFormatRead): set layout information on the paragraph.
12445
12446 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12447
12448         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12449
12450 2002-03-11  Juergen Vigna  <jug@sad.it>
12451
12452         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12453         plainly wrong.
12454         (resizeCurrentBuffer): force also the insets to resize themselfes.
12455         (moveCursorUpdate): fixed up for InsetText.
12456
12457 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12458
12459         * commandtags.h:
12460         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12461         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12462         value of Dialogs::tooltipsEnabled().
12463         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12464
12465 2002-03-08  Juergen Vigna  <jug@sad.it>
12466
12467         * BufferView_pimpl.C (updateInset): update inset inside inset also
12468         if it isn't inside theLockingInset().
12469
12470 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12471
12472         * buffer.C (asciiParagraph): redo some of the word and line length
12473         handling.
12474         (getLists): look for Caption instead of caption.
12475
12476 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12477
12478         * buffer.C (Buffer): initialize niceFile to true
12479         (makeLaTeXFile):
12480         (makeLinuxDocFile):
12481         (makeDocBookFile): make sure niceFile is true on exit
12482
12483 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12484
12485         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12486
12487 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12488
12489         * LyXSendto.C: remove.
12490         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12491         * lyx_gui.C: remove now-redundant comment.
12492         * ColorHandler.h: remove forward declaration of class WorkArea.
12493         * lyxfunc.C: remove #include "WorkArea.h".
12494
12495 2002-03-07  Juergen Vigna  <jug@sad.it>
12496
12497         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12498         got moved away with the DEPM and also set the inset_owner always
12499         right which before could have been omitted.
12500
12501 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12502
12503         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12504         wanted layout is not found.
12505
12506 2002-03-07  Juergen Vigna  <jug@sad.it>
12507
12508         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12509
12510 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12511
12512         * paragraph.C (breakParagraph): use default layout not layout of
12513         prev paragraph.
12514         (Paragraph): clear ParagraphParameters.
12515
12516 2002-03-06  Juergen Vigna  <jug@sad.it>
12517
12518         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12519         otherwise it would not be a valid lenght. Fixed a special case in
12520         the minipage compatibility read where we end the document with a
12521         minipage.
12522
12523         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12524         was set as it could be 0 for InsetTexts first entry.
12525
12526 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12527
12528         * paragraph.C (writeFile): if layout is empty write out
12529         defaultLayoutName().
12530
12531         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12532         file without named layout we set layout to defaultLayoutName().
12533
12534 2002-03-06  Juergen Vigna  <jug@sad.it>
12535
12536         * CutAndPaste.C (copySelection): set layout for new paragraph.
12537
12538         * text.C (prepareToPrint): leave ERT inset left aligned
12539         (leftMargin): don't indent paragraphs inside ERT insets
12540
12541 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12542
12543         * paragraph.C (breakParagraph): dont call clear do the work manually
12544
12545         * paragraph.[Ch] (clear): remove function
12546
12547 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12548
12549         * paragraph.C (Paragraph): dont call clear, the work has already
12550         been done.
12551
12552         * lyxtextclass.C (operator): assert if n is empty
12553
12554         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12555         work manually instead.
12556
12557 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12558
12559         * BufferView_pimpl.C: protect selectionLost against text == 0
12560
12561 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12562
12563         * text.C (breakParagraph): fix a setting layout to '0' problem.
12564
12565 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12566
12567         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12568         final location of file, for the included files, and graphics.
12569
12570 2002-03-05  Juergen Vigna  <jug@sad.it>
12571
12572         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12573
12574 2002-03-04  Juergen Vigna  <jug@sad.it>
12575
12576         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12577
12578         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12579         last column of multicolumn cells.
12580         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12581
12582 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12583
12584         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12585         file if it doesn't go to a temporary file.
12586
12587         * buffer.C (sgmlOpenTag):
12588         (sgmlCloseTag):  remove extra newline insertion.
12589
12590 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12591
12592         * text.C (getRowNearY): comment out debug msg
12593
12594 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12595
12596         * text2.C: first -> first_y
12597
12598         * text.C (getRowNearY): add some attemts at a possible
12599         optimization, not working.
12600
12601         * tabular.[Ch]: add BufferParams to several function so that newly
12602         created paragraph can be initialized to he default layotu for the
12603         buffers textclass.
12604
12605         * tabular-old.C (ReadOld): add buf->params to call of Init
12606
12607         * screen.C: rename text->first to text->first_y
12608
12609         * paragraph.C (breakParagraph): always set layout in the broken
12610         paragraph
12611
12612         * lyxtextclass.C (Read): remove lowercase
12613         (hasLayout): ditto
12614         (operator): ditto
12615         (delete_layout): ditto
12616
12617         * lyxtext.h: rename first -> first_y
12618
12619         * lyxlayout.C (Read): remove lowercase
12620         (name): ditto
12621         (setName): ditto
12622         (obsoleted_by): ditto
12623
12624         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12625
12626         * buffer.C (insertErtContents): add params are to InsetERT
12627         (parseSingleLyXformat2Token): add code to check if a paragraphs
12628         layout really exist.
12629         (parseSingleLyXformat2Token): add params to several inset
12630         constructors
12631         (asciiParagraph): remove lowercase, do the layout comparisons with
12632         no_case
12633
12634         * BufferView_pimpl.C (cursorNext): first -> first_y
12635         (resizeCurrentBuffer): first -> first_y
12636         (updateScrollbar): first -> first_y
12637         (scrollCB): first -> first_y
12638         (workAreaMotionNotify): first -> first_y
12639         (workAreaButtonPress): first -> first_y
12640         (checkInsetHit): first -> first_y
12641         (cursorPrevious): first -> first_y
12642         (cursorNext): first -> first_y
12643         (Dispatch): add buffer_->params to severl inset contructors
12644
12645 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12646
12647         * lyxlayout.C (Read): remove some debug info that I forgot.
12648
12649         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12650         clean up the code slightly.
12651         (makeLinuxDocFile): ditto
12652         (makeDocBookFile): ditto
12653
12654         * text2.C: layout as string
12655
12656         * text.C: layout as string
12657
12658         * paragraph_pimpl.C: layout as string
12659
12660         * paragraph.[Ch]: layout as string
12661
12662         * lyxtextclasslist.[Ch]: layout as string
12663
12664         * lyxtextclass.[Ch]: layout as string
12665
12666         * lyxtext.h: layout as string
12667
12668         * lyxlayout.[Ch]: layout as string
12669
12670         * lyx_cb.C: layout as string
12671
12672         * bufferview_funcs.C: layout as string
12673
12674         * bufferparams.C: layout as string
12675
12676         * buffer.C: layout as string
12677
12678         * LyXView.[Ch]: layout as string
12679
12680         * LaTeXFeatures.[Ch]: layout as string
12681
12682         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12683
12684         * BufferView_pimpl.C: change current_layout to string, remove
12685         lyx::layout_type.
12686         (Dispatch):
12687         (smartQuote):
12688         (insertInset):
12689         (workAreaButtonRelease): layout as string
12690
12691         * BufferView2.C (unlockInset): adjust
12692
12693         * vspace.C (asLatexCommand): use an explict temp variable.
12694
12695 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12696
12697         * Makefile.am: use FRONTEND_*
12698
12699 2002-03-01  Juergen Vigna  <jug@sad.it>
12700
12701         * tabular.C (SetWidthOfMulticolCell): changed to something better
12702         I hope but still work in progress.
12703         (recalculateMulticolumnsOfColumn): renamed function from
12704         recalculateMulticolCells as it is more appropriate now.
12705         (SetWidthOfCell): calculate multicols better.
12706
12707 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12708
12709         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12710
12711         * lyxfunc.C (processKeySym): print sequence also if it is
12712         `deleted' (complete)
12713
12714         * kbsequence.C (print): print sequence even if it is deleted
12715         (complete would be a better word, actually).
12716
12717         * lyxfunc.C (dispatch): print complete options after a prefix key
12718
12719         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12720
12721 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12722
12723         * text2.C (setCharFont): eliminate setCharFont code duplication.
12724
12725 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12726
12727         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12728         LFUN_TABULAR_FEATURE (bug #177)
12729
12730 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12731
12732         * Makefile.am: remove figure.h
12733
12734 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12735
12736         * Bufferview_pimpl.C:
12737         * CutAndPasteC:
12738         * LaTeX.C:
12739         * LyXSendto.C:
12740         * buffer.C:
12741         * bufferlist.C:
12742         * converter.C:
12743         * language.C:
12744         * lyxfunc.C:
12745         * lyxvc.C:
12746         * paragraph.C:
12747         * text.C:
12748         * text2.C: remove #include "lyx_gui_misc.h".
12749
12750         * LaTeX.C: added #include <cstdio>
12751
12752 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12753
12754         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12755         that the paragraph following this one can have.
12756
12757         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12758
12759         * vspace.C (asLatexCommand): fix bogus gcc warning
12760
12761         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12762
12763 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12764
12765         * text2.C (setLayout): get rid of redundant code
12766
12767 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12768
12769         * text2.C (incDepth): make sure depth cannot be increased beyond
12770         reasonable values.
12771
12772 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12773
12774         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12775         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12776
12777         * PainterBase.h (image):
12778         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12779         a LyXImage const *.
12780
12781 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12782
12783         * BufferView.C:
12784         * BufferView.h:
12785         * BufferView_pimpl.C:
12786         * BufferView_pimpl.h:
12787         * LaTeXFeatures.C:
12788         * LyXAction.C:
12789         * LyXView.C:
12790         * Makefile.am:
12791         * UpdateList.h:
12792         * UpdateList.C:
12793         * buffer.C:
12794         * figure.h:
12795         * figureForm.C:
12796         * figureForm.h:
12797         * figure_form.C:
12798         * figure_form.h:
12799         * lyx_cb.C:
12800         * lyx_gui.C:
12801         * lyx_gui_misc.C:
12802         * lyxfunc.C:
12803         * sp_base.h:
12804         * sp_ispell.h:
12805         * sp_pspell.h:
12806         * sp_spell.C: remove fig inset, and the crap house of
12807           cards that follows it
12808
12809 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12810
12811         * Makefile.am:
12812         * lyxserver.C:
12813         * os2_defines.h:
12814         * os2_errortable.h:
12815         * nt_defines.h: move .h into support/
12816
12817         * vms_defines.h: remove
12818
12819         * WorkArea.C: add space in debug output
12820
12821         * text2.C:
12822         * paragraph.C:
12823         * buffer.C: add WITH_WARNINGS
12824
12825         * vc-backend.h:
12826         * vc-backend.C:
12827         * bufferlist.C: s/retrive/retrieve/, add docs
12828
12829         * vspace.h:
12830         * vspace.C:
12831         * kbmap.h:
12832         * lyxlength.h:
12833         * lyxgluelength.h:
12834         * length_common.h:
12835         * chset.h:
12836         * chset.C: add docs
12837
12838         * lyxgui.C: add ID to X error handler
12839
12840         * lyxtestclass.c: fix typo
12841
12842 2002-02-26  Juergen Vigna  <jug@sad.it>
12843
12844         * tabular_funcs.C (write_attribute): changed so that some default
12845         attributes are not written at all.
12846         (getTokenValue): set default values before trying to read the
12847         value so we have the return value always set as default if we don't
12848         find the token we search for.
12849
12850         * tabular.C (Write): write bools as bools not as strings!
12851
12852 2002-02-22  Juergen Vigna  <jug@sad.it>
12853
12854         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
12855         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
12856
12857         * text.C (leftMargin): don't add an indent for paragraphs inside
12858         tabular cells (fix #208).
12859
12860 2002-02-21  José Matos  <jamatos@fep.up.pt>
12861
12862         * tabular.C (docBook): fixed support for long tables.
12863
12864 2002-02-20  Juergen Vigna  <jug@sad.it>
12865
12866         * text2.C (getFont): get the drawing font of the Inset if this
12867         paragraph is inside an inset (only important for InsetERT for now).
12868
12869         * buffer.C (insertErtContents): use new lanugage params in ERT
12870         constructor.
12871
12872         * CutAndPaste.C: commenting out seemingly uneeded code.
12873
12874 2002-02-19  Allan Rae  <rae@lyx.org>
12875
12876         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
12877         Iterators might be simple to use but they also get invalidated.
12878         (removeAutoInsets): renamed saved cursor tracking variables and added
12879         some comments to clarify what everything does.
12880
12881 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
12882
12883         * Chktex.C:
12884         * LaTeX.C:
12885         * LyXSendto.C:
12886         * converter.C:
12887         * lyx_cb.C:
12888         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
12889         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
12890
12891         * lyxfunc.C:
12892         * vc-backend.h: remove #include "support/syscall.h"
12893
12894         * LaTeX.C:
12895         * LyXSendto.C:
12896         * converter.C: rearrange #includes in Lars' approved fashion.
12897
12898         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
12899         forward declare class Timeout in the header file.
12900
12901         * XFormsView.C: changes due to the above.
12902
12903         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
12904         similar to LyXView.
12905
12906         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
12907         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
12908
12909 2002-02-18  José Matos  <jamatos@fep.up.pt>
12910
12911         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
12912         insets contents.
12913
12914 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12915
12916         * a lot of small ws changes
12917         * add a lot of using std::XXX
12918         * use std construcs some places where approp.
12919         * use some exisint stuff from lyxfunctional where approp.
12920         * Make file changes to use partial linking (lets test this now...)
12921
12922 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12923
12924         * Chktex.C:
12925         * buffer.C:
12926         remove #include "support/syscontr.h" as it's redundant. Always has been.
12927
12928         * Chktex.C:
12929         * LaTeX.C:
12930         * LyXSendto.C:
12931         * converter.C:
12932         * lyx_cb.C:
12933         * vc-backend.C:
12934         change Systemcalls::System to Systemcalls::Wait and
12935         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
12936         No change of functionality, just reflects the stripped down Systemcalls
12937         class.
12938
12939 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12940
12941         * debug.[Ch]: add a GRAPHICS type to the enum.
12942
12943 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12944
12945         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
12946
12947         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
12948         there is an inset.
12949
12950 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12951
12952         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
12953         match the changes below.
12954
12955         * text2.C (toggleInset): if there is not editable inset at cursor
12956         position, try to see if cursor is _inside_ a collapsable inset
12957         and close it.
12958
12959 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12960
12961         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
12962         document menu has a nice checkbox
12963
12964 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12965
12966         * lyxlength.C (asLatexString): change PW to output as percent of
12967         \textwidth.
12968
12969         * lengthcommon.C: change '%' to 't%'
12970
12971         * lyxfunc.C (dispatch): a few comments from Martin
12972
12973 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
12974
12975         * WorkArea.h:
12976         * WorkArea.C:
12977         * BufferView_pimpl.h:
12978         * BufferView_pimpl.C: clear our selection when X tells us we've lost
12979           the X selection.
12980
12981 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12982
12983         * vspace.C (inPixels): fix compiler warning
12984
12985 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12986
12987         * lyxfunc.C (getStatus): fix status message for disabled commands.
12988
12989 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
12990
12991         * BufferView_pimpl.C: fix crash on close buffer
12992         during selection (#227)
12993
12994 2002-01-27  Herbert Voss  <voss@lyx.org>
12995
12996         * buffer.C: link old Figure to new graphic inset
12997
12998 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12999
13000         * FontLoader.C (getFontinfo): Change the latex font names in order
13001         to match the names of type1inst.
13002
13003 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13004
13005         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
13006
13007         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
13008         (extchanged): ditto
13009         (ext_exist): ditto
13010         (remove_files_with_extension): ditto
13011         (remove_file): ditto
13012         (write): ditto
13013
13014         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
13015         document is smaller than the work area height. Do not initialize
13016         static variables to 0.
13017
13018 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13019
13020         * lyx_gui.C (init): give the toolbar tooltips a normal font.
13021
13022         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
13023         LFUN_LAYOUT_PARAGRAPHS.
13024
13025         * tabular.C (GetCellFromInset): new method. Finds an inset in a
13026         tabular. It is possible to provide a possible cell, which will
13027         typically be the actcell from the corresponding insettabular
13028
13029         * lyxfunc.C (getStatus): small cleanup; disable
13030         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
13031         true
13032
13033 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13034
13035         * tabular.C (Validate): remove broken optimization (fixes bug #201)
13036
13037         * paragraph.C (startTeXParParams):
13038         (endTeXParParams): new methods. The LaTeX code to
13039         start/end paragraph formatting
13040         (simpleTeXOnePar): call startTeXParParams also when paragraph is
13041         empty (fixes bug #200)
13042
13043         * vspace.C (inPixels): adapt to the change below
13044         (inPixels): [later] more cleanups (remove unused variables)
13045
13046         * lyxlength.C (inPixels): change to use a width and a height as
13047         parameter.
13048
13049 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13050
13051         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13052         Replaced with \paperwidth
13053
13054         * DepTable.C (insert): add std:: qualifier
13055
13056 2002-01-18  Allan Rae  <rae@lyx.org>
13057
13058         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13059         updated also?
13060
13061         * text.C (drawInset): Turned out I didn't know enough about how
13062         rebreaking worked.  This fixes most of the redraw problems.  I see
13063         an occasional cursor trail when a line is broken now and the cursor
13064         placement can seem out by a few pixels also after a rebreak.
13065
13066 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13067
13068         * buffer.C (parseSingleLyXformat2Token): update because minipage
13069         width is now a LyXLength
13070
13071         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13072
13073         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13074         math insets
13075
13076 2002-01-17  Juergen Vigna  <jug@sad.it>
13077
13078         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13079
13080         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13081         is set correctly and the inset is updated correctly.
13082
13083 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13084
13085         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13086         the beginning of the loop.
13087
13088 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13089
13090         * lyxrc.C: improve help for use_scalable_fonts
13091
13092 2002-01-17  Allan Rae  <rae@lyx.org>
13093
13094         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13095
13096 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13097
13098         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13099         make sure to set their inset_owner to the right value (bug #171)
13100
13101 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13102
13103         * DepTable.h
13104         * DepTable.C: Implement mtime checking to reduce time spent doing
13105         CRCs.
13106
13107 2002-01-16  Juergen Vigna  <jug@sad.it>
13108
13109         * tabular.C (GetAdditionalHeight): one of error fixed.
13110
13111         * lyxrc.C (output): small fix in writing use_pspell.
13112
13113 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13114
13115         * sp_base.h: #include LString.h
13116
13117 2002-01-16  Allan Rae  <rae@lyx.org>
13118
13119         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13120         Can someone check this please?
13121
13122         * text.C (drawInset): It was possible that p.row would be removed by
13123         breakAgainOneRow upsetting a few other settings.  There may be another
13124         small tweak possible by setting need_break_row = 0 when p.row has been
13125         removed but I don't know enough about the logic here.
13126
13127 2002-01-15  Allan Rae  <rae@lyx.org>
13128
13129         * text.C (insertChar): removed conditional truism.
13130
13131         * BufferView2.C (removeAutoInsets): More tweaks.
13132         cur_par_prev could be a stray pointer.  Check for trailing empty line
13133         in case last line was cur_par and only had an error inset on it.
13134
13135 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13136
13137         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13138         absolute
13139
13140         * vc-backend.C (most methods):
13141         * exporter.C (Export):
13142         * converter.C (convert):
13143         (runLaTeX):
13144         * LyXSendto.C (SendtoApplyCB):
13145         * lyxfunc.C (dispatch):
13146         (menuNew):
13147         (open):
13148         (doImport):
13149         * lyx_cb.C (AutoSave):
13150         (InsertAsciiFile):
13151         * BufferView_pimpl.C (MenuInsertLyXFile):
13152         * buffer.C (runChktex): use Buffer::filePath().
13153
13154         * buffer.h: rename filename to filename_; rename filepath to
13155         filepath_ and make it private
13156         (filePath): new method
13157
13158         * buffer.C (writeFile): use fileName()
13159         (getLatexName):
13160
13161         * lyx_main.C (init): fix starting  of LyX when the binary is a
13162         link from so,ewhere else.
13163
13164         * minibuffer.C: include <cctype> for isprint
13165
13166 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13167
13168         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13169         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13170         name clash with InsetCollapsable's width function.
13171
13172 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13173
13174         * lastfiles.C: include <iterator>
13175
13176 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13177
13178         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13179         std::count.
13180
13181         * buffer.C (makeLaTeXFile): ditto.
13182         Also make loop operation more transparent.
13183
13184 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13185
13186         * ToolbarDefaults.C: remove trailing comma closing namespace.
13187
13188         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13189
13190         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13191         as in WorkArea.
13192
13193         * trans.C (Load): comment out unused variable, allowed.
13194
13195 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13196
13197         * minibuffer.[Ch] (append_char): new method to recieve input from the
13198         drop-down completion browser. If a key was pressed, then recieve this
13199         char and append it to the existing string.
13200         (peek_event): modify the positioning data passed to the completion
13201         browser so that it can be placed above the minibuffer rather than below.
13202 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13203
13204         * LyXAction.C (init): alloe error-next for readonly documents.
13205
13206         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13207         count.
13208
13209 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13210
13211         * bufferlist.C (readFile): create the buffer _after_ checking that
13212         the file exists.
13213
13214         * lyxfunc.C (verboseDispatch): fix handling of arguments
13215
13216         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13217
13218         * lyxrc.C: use string::erase() instead of initializing to "".
13219
13220
13221 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13222
13223         * BufferView_pimpl.h:
13224         * BufferView_pimpl.C:
13225         * WorkArea.h:
13226         * WorkArea.C:
13227         * text2.C: tell X when we have made a selection for copying
13228
13229 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13230
13231         * BufferView_pimpl.C (MenuInsertLyXFile):
13232         * lyxfunc.C (menuNew):
13233         (open):
13234         (doImport): add shortcuts to directory buttons
13235
13236         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13237         open a float)
13238
13239         * lyxfunc.C (setStatusMessage):
13240         (getStatusMessage): new methods
13241         (getStatus):use setStatusMessage instead of setErrorMessage
13242         (dispatch): when function is disabled, set error message here
13243         [instead of in getStatus previously]
13244
13245         * BufferView_pimpl.C (workAreaButtonRelease): update
13246         toolbar/menubar here too.
13247
13248 2002-01-13  Allan Rae  <rae@lyx.org>
13249
13250         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13251         Now seems indestructible.  Remaining task is to audit all other
13252         code affected by deleteEmptyParagraphMechanism.  One small quirk
13253         left is that an empty document with an error in the preamble can
13254         be made to report an error but no error box appears.  I don't know
13255         where it goes.
13256         (removeAutoInsets): Improved comments.
13257
13258 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13259
13260         * Thesaurus.h:
13261         * Thesaurus.C: update for Aiksaurus 0.14
13262
13263 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13264
13265         * text2.C (firstParagraph): removed member function, all uses
13266         replaces with ownerParagraph
13267         (redoParagraphs): here
13268         (updateInset): here
13269         (toggleAppendix): here
13270         * BufferView2.C (insertErrors): here
13271         (setCursorFromRow): here
13272
13273 2002-01-13  Allan Rae  <rae@lyx.org>
13274
13275         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13276         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13277         There is still a way to segfault this although you may have to do this
13278         multiple times: Have an InsetERT with an unknown command in it.
13279         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13280         <down-arrow>, <Enter> again, View->DVI, BANG!
13281
13282         * text2.C (setCursor):
13283         (deleteEmptyParagraphMechanism):
13284         * lyxtext.h (setCursor):
13285         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13286         Making use of the return value may help fix other bugs.
13287
13288 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13289
13290         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13291
13292         * LyXView.C (updateMenubar): call MenuBar::update here
13293         (updateToolbar): but not here
13294         (showState): do not update toolbar/menubar
13295
13296         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13297         should need to care about that.
13298
13299         * lyxfunc.C (verboseDispatch): simplify a bit
13300         (getStatus): have a version which takes a pseudoaction, and
13301         another which requires a (kb_action,string).
13302
13303         * LyXAction.C (retrieveActionArg): make it work also when action
13304         is not a pseudo-action.
13305         (getActionName): simplify a bit
13306         (helpText):
13307
13308 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13309
13310         * lyxfunc.C (verboseDispatch): new families of methods with
13311         several ways to specify a command and a bool to indicate whether
13312         the command name and shortcut should be displayed in minibuffer
13313         (eventually, we could extend that to a finer bitmask like
13314         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13315         (dispatch): the pristine dispatch command which just, well,
13316         dispatchs! Note it still sets its result to minibuffer; I'm not
13317         sure we want that.
13318
13319         * lyxfunc.h: remove setHintMessage
13320
13321         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13322
13323 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13324
13325         * BufferView_pimpl.C (specialChar): delete new inset if we have
13326         not been able to insert it.
13327
13328         * kbmap.C: revert to using int instead of kb_action, since all we
13329         are dealing with is pseudo-actions.
13330
13331         * LyXAction.C (searchActionArg): change to return int instead of
13332         kb_action, since the result is a pseudoaction.
13333
13334 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13335
13336         * buffer.C (insertErtContents): Fix (partially) the font bug.
13337
13338 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13339
13340         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13341         as the other one is broken on my machine!
13342
13343 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13344
13345         * commandtags.h:
13346         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13347
13348 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13349
13350         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13351         reflect their actual use. Provide compatibility code for older lyxrc
13352         files.
13353
13354         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13355         FL_NORMAL_STYLE.
13356         change names of popup font variables in line with the changes to lyxrc.C
13357
13358 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13359
13360         * buffer.C (asciiParagraph): avoid outputing a word twice after
13361         an inset.
13362
13363         * lyxrc.C (getDescription): document that document_path and
13364         template_path can be empty.
13365
13366 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13367
13368         * LaTeXFeatures.C (getMacros):
13369         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13370
13371         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13372
13373         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13374         getPackages.
13375         (getPackages): rename feature "floats" to "float". Use an array to
13376         iterate over 'simple' features (i.e. just a \usepackage). Add
13377         handling of "amsmath" (renamed from "amsstyle").
13378
13379 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13380
13381         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13382         features list.
13383
13384 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13385
13386         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13387         FuncStaus::FuncStatus & FuncStaus::some_method().
13388
13389 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13390
13391         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13392         of the func_satus stuff. Edited and massaged in various ways by
13393         JMarc.
13394
13395         * lyxfunc.C (getStatus): use FuncStatus
13396
13397 2002-01-08  Juergen Vigna  <jug@sad.it>
13398
13399         * text.C (nextBreakPoint): use function Inset::isChar().
13400
13401         * paragraph.C (TeXOnePar): use function
13402         Inset::forceDefaultParagraphs.
13403
13404         * buffer.C (latexParagraphs): use function
13405         Inset::forceDefaultParagraphs.
13406
13407 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13408
13409         * lyx_gui.C (init): set the style of the menu popups to
13410         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13411
13412 2002-01-07  Juergen Vigna  <jug@sad.it>
13413
13414         * text.C (setHeightOfRow): small fix
13415         (prepareToPrint): don't look at alignment if we don't have the place
13416         for doing it.
13417
13418 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13419
13420         * box.C: New file. Move the Box methods and functions out of box.h,
13421         following Lars' suggestion.
13422
13423 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13424
13425         * box.h: #include "support/LOstream.h", needed for inlined function.
13426
13427         * lyxtextclass.C:
13428         * lyxtextclasslist.C: added some using std declarations.
13429
13430 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13431
13432         * box.h: make signed dimensions to allow insets wider than
13433           the screen (bug #162)
13434
13435         * BufferView_pimpl.C: add some insetHit debug
13436
13437 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13438
13439         * vc-backend.C: add FIXME
13440
13441 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13442
13443         * lyxfunc.C (getStatus): enable code for showing math font status
13444         in toolbar/menu.
13445
13446 2002-01-07  Juergen Vigna  <jug@sad.it>
13447
13448         * text.C (nextBreakPoint): removed debug output not needed anymore.
13449
13450 2002-01-06  Juergen Vigna  <jug@sad.it>
13451
13452         * text.C (nextBreakPoint): fixed up this function we had this bug
13453         since ever but now hopefully we break row better.
13454         (insertChar): we have to check if an inset is the next char as it
13455         could now happen that a large inset is causing a break.
13456
13457 2002-01-05  Juergen Vigna  <jug@sad.it>
13458
13459         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13460         if it doesn't like to be drawed.
13461
13462 2002-01-04  Juergen Vigna  <jug@sad.it>
13463
13464         * BufferView2.C (lockInset): forgot to set a cursor.
13465
13466         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13467
13468 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13469
13470         * FormMathsPanel.C:
13471         * FormMathsPanel.h
13472         * MathsSymbols.C:
13473         * form_maths_panel.C:
13474         * form_maths_panel.h:
13475         * form_maths_panel.fd: implemented sub- and super- buttons in math
13476         panel.
13477
13478         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13479         (or ^ space) to be used as in TeX (req'd by André).
13480
13481         * lyxfunc.C: Allow ^ and _ again to be used both as
13482         super/subscript (mathed) and as themselves (in text).
13483
13484 2002-01-03  Allan Rae  <rae@lyx.org>
13485
13486         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13487         "LyX" or the filename of the current buffer if it has one.  This is a
13488         modified form of John Levon's patch.
13489
13490         * XFormsView.C (setWindowTitle): also set icon title.
13491
13492         * LyXView.h (setWindowTitle): signature changed.
13493         * XFormsView.h (setWindowTitle): ditto.
13494
13495 2002-01-02  Juergen Vigna  <jug@sad.it>
13496
13497         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13498
13499 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13500
13501         * screen.C (topCursorVisible): introduce a temp var for
13502         text->cursor.row(), handle the case where this row is null. (kindo
13503         hachish)
13504
13505         * text2.C (setCursor): add a couple of asserts.
13506
13507         * paragraph.h (inset_iterator): add -> operator
13508
13509         * paragraph.[Ch] (autoDeleteInsets): remove member function
13510
13511         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13512         cursor pos correctly and handle inset deletion by itself.
13513         (insertErrors): move iterator declaration out of for expression
13514
13515         * lyxtextclass.C: add <algorithm>
13516
13517         * Makefile.am: added the new files to sources, removed layout.C
13518
13519         * layout.C: removed file
13520
13521         * layout.h: remove LYX_DUMMY_LAYOUT
13522
13523         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13524         layout.
13525
13526         * lyxlayout.[Ch]:
13527         * lyxtextclass.[Ch]:
13528         * lyxtextclasslist.[Ch]: new files
13529
13530         * include order changes to a lot of files, also changes because of
13531         the six new files.
13532
13533 2001-12-27  Juergen Vigna  <jug@sad.it>
13534
13535         * buffer.C (asciiParagraph): more fixes.
13536
13537         * tabular.C (ascii): make ascii export support export of only the
13538         data separated by a column-delimiter.
13539         (ascii): better support for ascii export.
13540
13541         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13542
13543 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13544
13545         * tabular_funcs.C: use a "using std::getline" instead of the
13546         previous fix from Angus (necessary for cxx + lyxstring)
13547
13548 2001-12-24  Juergen Vigna  <jug@sad.it>
13549
13550         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13551
13552         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13553         problems. First check a minipage also if we have some ert-contents
13554         (not only on par->size(), second set the right depth of the paragraph
13555         on the relink to the root-paragraph-list!
13556
13557         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13558         which then did not anymore update the main paragraphs on undo/redo!
13559
13560 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13561
13562         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13563         code. Support all font-changing funcs (even those which are not in
13564         menu currently). Support for reporting font settings in
13565         mathed (disabled until Andre provides a function on mathed's side).
13566
13567         * func_status.h (toggle): small helper function to set toggle
13568         state on a flag.
13569
13570 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13571
13572         * tabular_funcs.C: getline -> std::getline
13573
13574 2001-12-21  Juergen Vigna  <jug@sad.it>
13575
13576         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13577         accessed and could be 0 (I couldn't generate this but it seems
13578         Michael could!).
13579
13580 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13581
13582         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13583         * tabular_funcs.h: here and include iosfwd
13584
13585 2001-12-20  Juergen Vigna  <jug@sad.it>
13586
13587         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13588         inside inset but undo_par was.
13589
13590 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13591
13592         * Thesaurus.C: always include <config.h> in sources.
13593
13594         * Painter.h:
13595         * lyxlookup.h:
13596         * box.h: do not include <config.h> in header files
13597
13598         * text.C (paintLastRow): remove unused variable
13599
13600         * text.C (transformChar):
13601         (insertChar):
13602         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13603
13604         * Painter.C (text):
13605         * font.C (width): rewrite to use uppercase() instead of
13606         islower/toupper.
13607
13608         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13609
13610 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13611
13612         * lyxfind.C: clean up of find failure position change
13613
13614 2001-12-20  Juergen Vigna  <jug@sad.it>
13615
13616         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13617
13618         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13619         (TeXRow): added to LaTeX a single tabular row.
13620         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13621         (Latex): simplified and finally good LT-h/f support.
13622         (various_functions): just small adaptions for LT-h/f support.
13623
13624         * tabular_funcs.[hC]: added and moved here all not classfunctions
13625         of LyXTabular.
13626
13627 2001-12-19  Juergen Vigna  <jug@sad.it>
13628
13629         * tabular.[Ch]: better support for longtabular options (not finished
13630         yet!)
13631
13632 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13633
13634         * text.C (paintLastRow): use the label font instead of the font of
13635         the last character to compute the size of *_BOX. This makes more
13636         sense and avoids a crash with empty paragraphs.
13637         Use Painter::rectangle to draw EMPTY_BOX.
13638
13639 2001-12-19  Juergen Vigna  <jug@sad.it>
13640
13641         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13642         the paragraphs if the replaced paragraph is not the first one!
13643         Tried to delete not used paragraphs but does not work yet so for
13644         now it's inside #ifdef's and by default off!
13645
13646 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13647
13648         * MenuBackend.C: include "lyx_main.h" instead of declaring
13649         lastfiles (actually was declared as LastFiles* instead of a
13650         scoped_ptr).
13651
13652 2001-12-17  Juergen Vigna  <jug@sad.it>
13653
13654         * tabular.C (AppendColumn): applied John's fix
13655
13656 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13657
13658         * BufferView.h:
13659         * BufferView.C:
13660         * BufferView_pimpl.h:
13661         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13662
13663         * Makefile.am:
13664         * box.h: new start of class for above
13665
13666         * lyxfunc.C: ignore space-only minibuffer dispatches.
13667           Show the command name when it doesn't exist
13668
13669         * minibuffer.C: don't add empty lines to the history
13670
13671         * minibuffer.C: add a space on dropdown completion
13672
13673 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13674
13675         * text.C: fix line above/below drawing in insets
13676
13677 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13678
13679         * lyxlength.C (LyXLength): Initialize private variables.
13680
13681 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13682
13683         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13684         when inserting error insets.
13685
13686 2001-12-13  Juergen Vigna  <jug@sad.it>
13687
13688         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13689         actually sometimes the before-paragraph.
13690         (setUndo): don't clear the redostack if we're not actually undoing!
13691
13692 2001-12-06  Juergen Vigna  <jug@sad.it>
13693
13694         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13695         and fixed redoing of main paragraph, so we can use it now ;)
13696
13697         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13698
13699 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13700
13701         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13702         Juergen's request
13703
13704 2001-12-13  André Pönitz <poenitz@gmx.net>
13705
13706         * undostack.[Ch]:
13707         * undo_func.C: minor cleanup
13708
13709 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13710
13711         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13712         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13713         font in urw-fonts package which is marked as -urw-fontspecific and
13714         does not work (incidentally, changing the encoding in the
13715         fonts.dir of this package to -adobe-fontspecific fixes the
13716         problem).
13717
13718         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13719         is a crash when undoing first paragraph (Juergen, please take a
13720         look). THis does not mean the undo fix is wrong, just that it
13721         uncovers problems.
13722
13723         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13724         the (Paragraph*) version when needed instead of duplicating the
13725         code.
13726
13727         * text.C (workWidth): use Inset::parOwner to find out where the
13728         inset has been inserted. This is a huge performance gain for large
13729         documents with lots of insets. If Inset::parOwner is not set, fall
13730         back on the brute force method
13731
13732         * paragraph_pimpl.C (insertInset):
13733         * paragraph.C (Paragraph):
13734         (cutIntoMinibuffer): set parOwner of insets when
13735         inserting/removing them
13736
13737         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13738
13739 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13740
13741         * commandtags.h:
13742         * LyXAction.C:
13743         * lyx_main.C:
13744         * lyxfunc.C:
13745         * mathed/formulabase.C:
13746         * mathed/math_cursor.[Ch]:
13747         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13748
13749
13750 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13751
13752         * lyxlength.[Ch] (operator!=): new function
13753
13754 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13755
13756         * text.C (workWidth): use Inset::parOwner to find out where the
13757         inset has been inserted. This is a huge performance gain for large
13758         documents with lots of insets. If Inset::parOwner is not set, fall
13759         back on the brute force method
13760
13761         * paragraph_pimpl.C (insertInset):
13762         * paragraph.C (Paragraph):
13763         (cutIntoMinibuffer): set parOwner of insets when
13764         inserting/removing them
13765
13766         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13767
13768 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13769
13770         * tabular-old.C (getTokenValue):
13771         * tabular.C (getTokenValue):
13772         (write_attribute): new versions for LyXLength
13773         (everywhere): adjust the use of widths
13774
13775         * tabular.h: change the type of widths from string to LyXLength
13776
13777 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13778
13779         * paragraph.C: fixed missing line number count when exporting
13780         Environments to LaTeX file
13781
13782         * buffer.C: added informational message for checking line numbers.
13783
13784 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13785
13786         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13787         paragraph, do the 'double space' part, but not the 'empty
13788         paragraph' one.
13789
13790         * text.C (workWidth): small optimization
13791         (getLengthMarkerHeight): use minimal size for negative lengths.
13792
13793 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13794
13795         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13796
13797         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13798
13799 2001-12-11  André Pönitz <poenitz@gmx.net>
13800
13801         * FontLoader.C:
13802         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
13803
13804 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13805
13806         * text2.C: keep selection on a setFont()
13807
13808 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13809
13810         * lyx_cb.C: another bv->text misuse, from insert label
13811
13812 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13813
13814         * kbsequence.h:
13815         * kbsequence.C: re-instate nmodifier mask
13816
13817 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
13818
13819         * lyx_main.h: make lyxGUI private.
13820
13821 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13822
13823         * lyxfind.C: place the cursor correctly on failed search
13824
13825 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13826
13827         * text.C (getLengthMarkerHeight): for small heights, the arrows
13828         are not always on top/bottom of the text
13829         (drawLengthMarker): smaller arrows; take the left margin in
13830         account; draw also vfills.
13831         (paintFirstRow):
13832         (paintLastRow): remove special code for vfill and standard spaces,
13833         since everything is handled in drawLengthMarker now.
13834
13835 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13836
13837         * buffer.C (insertErtContents): try to handle font and language
13838         interaction a bit better.g
13839
13840         * ColorHandler.C (updateColor): change the hash to cover the whole
13841         LColor enum, ws cleanup
13842         (getGCLinepars): ditto
13843         (getGCLinepars): only lookup in the linecache once.
13844
13845 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
13846
13847         * iterators.C (operator++): Make the iterator more robust
13848
13849         * BufferView2.C (removeAutoInsets): Use paragraph iterators
13850         (John's patch)
13851         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
13852
13853 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13854
13855         * lyxtext.h:
13856         * text.C: better added space drawing
13857
13858 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13859
13860         * LyXView.C:
13861         * BufferView2.C: fix layout combo update on inset unlock
13862
13863 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13864
13865         * Makefile.am: don't compile unused files
13866
13867 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13868
13869         * lyxfunc.C:
13870         * commandtags.h:
13871         * LyXAction.C: remove old LFUN_LAYOUTNO
13872
13873 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13874
13875         * paragraph_pimpl.h:
13876         * paragraph_pimpl.C: isTextAt() doesn't need font param
13877
13878 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13879
13880         * lyxlex.h:
13881         * lyxlex.C: little cleanup
13882
13883 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13884
13885         * BufferView_pimpl.C: fix insertAscii for insets
13886
13887 2001-12-05  Juergen Vigna  <jug@sad.it>
13888
13889         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
13890         set the right font on the "multi" paragraph paste!
13891
13892 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13893
13894         * trans_decl.h:
13895         * trans_mgr.[Ch]:
13896         * trans.[Ch]:
13897         * lyxgluelength.C:
13898         * lyxlength.C: remove out-commented code.
13899
13900         * BufferView_pimpl:
13901         * CutAndPaste.C:
13902         * DepTable.C:
13903         * buffer.C:
13904         * chset.C:
13905         * lastfiles.C:
13906         * lyxlex.C:
13907         * lyxlex_pimpl.C:
13908         * lyxserver.C:
13909         * screen.C:
13910         * tabular-old.C:
13911         * tabular.C:
13912         * text.C:
13913         * trans_mgr.C:
13914         * vc-backend.C: change "while(" to "while ("
13915
13916         * lyxlength.[Ch]: add zero function to check if length is zero or
13917         not
13918         * lyxgluelength.C: use it
13919
13920 2001-12-05  Allan Rae  <rae@lyx.org>
13921
13922         * lyxlength.C: Attempted a fix for the abs(int) header selection.
13923         Works for 2.95.3, from what I understand of Garst's reports this should
13924         work for other g++ versions.  We're screwed if the abs(int) definition
13925         changed between bugfix releases of gcc.
13926
13927 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13928
13929         * text.C: fix chapter label offset !
13930
13931 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13932
13933         * lyxtext.h:
13934         * text.C: fix hfill at end of line, clean up
13935
13936 2001-12-04  Juergen Vigna  <jug@sad.it>
13937
13938         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
13939         that we force an update of the inset and it's owners if neccessary.
13940
13941 2001-12-03  Juergen Vigna  <jug@sad.it>
13942
13943         * text.C (rowLast): simplified code
13944
13945 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13946
13947         * lyxfunc.C: fix show options on timeout
13948
13949 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13950
13951         * screen.C (topCursorVisible): scroll half a page when the cursor
13952         reached top of bottom of screen
13953
13954 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
13955
13956         * minibuffer.C: deactivate on loss of focus
13957
13958 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13959
13960         * vspace.[Ch] (operator!=): add operator.
13961
13962 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
13963
13964         * BufferView_pimpl.C: refuse to open an inset when
13965         there's a selection.
13966
13967 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
13968
13969         * BufferView_pimpl.C: allow to click on RHS of full row insets
13970
13971 2001-11-30  Juergen Vigna  <jug@sad.it>
13972
13973         * tabular.C (LyXTabular): add a same_id to set the same id's in the
13974         insets for undo reasons.
13975
13976 2001-11-28  André Pönitz <poenitz@gmx.net>
13977
13978         * vspace.[Ch]: cosmetical changes
13979
13980 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13981
13982         * LyXAction.h:
13983         * LyXAction.C:
13984         * lyxfunc.h:
13985         * lyxfunc.C:
13986         * kbmap.h:
13987         * kbmap.C:
13988         * lyxrc.C:
13989         * kbsequence.h:
13990         * kbsequence.C: part re-write of old kb code
13991
13992         * Painter.C:
13993         * WorkArea.C: remove Lgb_bug_find_hack
13994
13995 2001-11-30  José Matos <jamatos@fep.up.pt>
13996
13997         * buffer.C (makeDocBookFile): add a comment to point a hack.
13998         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
13999         Fixed a double write of labels.
14000
14001 2001-11-29 Ben Stanley <bds02@uow.edu.au>
14002
14003         * LaTeX.C:
14004         * LaTeX.h Fixed bug in LaTeX class where it would not
14005         re-run latex if no depfiles were changed, but the .dvi was removed.
14006
14007 2001-11-28  André Pönitz <poenitz@gmx.net>
14008
14009         * all the files from the change on 2001/11/26:
14010         use lyx::layout_type instead of LyXTextClass::size_type
14011         use lyx::textclass_type instead of LyXTextClassList::size_type
14012
14013 2001-11-29  Juergen Vigna  <jug@sad.it>
14014
14015         * text.C: added support for paragraph::isFreeSpacing()
14016
14017         * buffer.C: same as above
14018
14019         * paragraph.h: inserted isFreeSpacing() function to enable
14020         FreeSpacing inside InsetERT.
14021
14022         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
14023         of the paragraph's in the cut/copy buffer to 0!
14024
14025         * text2.C (removeRow): remove the assert as it can!
14026
14027         * lyxtext.h: added helper function firstRow returning firstrow and
14028         made firstrow private again.
14029
14030         * BufferView2.C (lockInset): don't relock if we're already locked!
14031
14032         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
14033         the only paragraph.
14034         (removeRow): added Assert::(firstrow)
14035
14036         * debug.C: forgot to add INSETTEXT here.
14037
14038 2001-11-28  Juergen Vigna  <jug@sad.it>
14039
14040         * sp_spell.C (initialize): changed error text to more general
14041         spellchecker command use (not only ispell!)
14042
14043         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
14044
14045         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
14046
14047 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14048
14049         * vspace.C: initialise lyxgluelength on failure
14050
14051 2001-11-28  Allan Rae  <rae@lyx.org>
14052
14053         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14054         declaration & definition that looks like a function declaration.
14055
14056 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14057
14058         * BufferView2.C (copy):
14059         (copyEnvironment): do not clear the selection when doing a copy.
14060
14061         * text.C (paintFirstRow): compilation fix
14062
14063 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14064
14065         * tabular.C (Latex): correct line count when writing latex.
14066
14067 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14068
14069         * paragraph_pimpl.h:
14070         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14071           bug a bit
14072
14073 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14074
14075         * text.C:
14076         * LColor.h:
14077         * LColor.C: change vfillline->added_space
14078
14079         * text.C: add markers and text for added space
14080
14081         * vspace.C: fix comment
14082
14083 2001-11-28  André Pönitz <poenitz@gmx.net>
14084
14085         * paragraph.C: whitespace changes
14086         * all the other files from the change on 2001/11/26:
14087         change *::pos_type into lyx::pos_type
14088
14089 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14090
14091         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14092         language of the document when inserting error insets.
14093
14094 2001-11-26  André Pönitz <poenitz@gmx.net>
14095
14096         * BufferView_pimpl.[Ch]:
14097         *       CutAndPaste.C:
14098         * buffer.[Ch]:
14099         * lyxcursor.[Ch]:
14100         * lyxfind.C:
14101         * lyxfunc.C:
14102         * lyxrow.[Ch]:
14103         * paragraph.[Ch]:
14104         * paragraph_pimpl.[Ch]:
14105         * sp_spell.C:
14106         * text.C:
14107         * text2.C: reduce header dependencies, introduce type for positions
14108
14109 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14110
14111         * <various>: change to use Alert.h
14112
14113 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14114
14115         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14116         when encountering an unknown token.
14117         (readLyXformat2): Show an error message if there were unknown tokens.
14118
14119 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14120
14121         * BufferView2.C:
14122         * BufferView_pimpl.C:
14123         * buffer.C:
14124         * paragraph.h:
14125         * text.C:
14126         * text2.C: use par->isInset()
14127
14128 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14129
14130         * paragraph_pimpl.h:
14131         * paragraph_pimpl.C: cleanup
14132
14133 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14134
14135         * text2.C (removeRow):
14136         * text.C (setHeightOfRow): remove useless (and costly) call to
14137         getRow.
14138
14139 2001-11-20  Allan Rae  <rae@lyx.org>
14140
14141         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14142         Now need Inset*::checkInsertChar() to return true for appropriate
14143         cases so that the characters in the minibuffer will actually be
14144         inserted.
14145
14146 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14147
14148         * text.C: change the order of the includes.
14149         (workWidth): initialize it at once.
14150         (workWidth): make maxw unsigned
14151         (setHeightOfRow): remove unused variable (inset)
14152         (selectSelectedWord): remove unused variable (inset)
14153         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14154
14155 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14156
14157         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14158         server is not running.
14159         (openConnection):
14160         (closeConnection): add debug info when server is disabled.
14161
14162         * ColorHandler.C (getGCForeground): send debug message to GUI
14163         channel.
14164
14165         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14166
14167         * kbmap.C (bind): modify because return conventions of
14168         kb_sequence::parse have changed.
14169
14170         * kbsequence.C (parse): only ignore spaces and not any stupid
14171         control character. This avoids tests like s[i] <= ' ', which are
14172         guaranteed to fail with 8bit characters and signed chars.
14173         Change return code to string::npos when there have been no error
14174         (0 was a bad idea when error is at first character)
14175
14176 2001-11-14  José Matos  <jamatos@fep.up.pt>
14177
14178         * buffer.h:
14179         * buffer.C (simpleDocBookOnePar): removed unused argument.
14180
14181 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14182
14183         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14184         insets which are part of a word. Paragraph::isLetter takes care of
14185         that now. Use Paragraph::isInset to identify insets.
14186         (selectSelectedWord): do not test for hyphenation break.
14187
14188         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14189         that protected spaces are considered as spaces.
14190
14191         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14192         Inset::isLetter.
14193
14194 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14195
14196         * lyxserver.h:
14197         * lyxserver.C: fix it. and small cleanup.
14198
14199 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14200
14201         * BufferView_pimpl.C: use inline helpers
14202
14203         * LaTeXFeatures.h:
14204         * LaTeXFeatures.C: fix typos
14205
14206         * Spacing.h:
14207         * Spacing.C: move spacing_string into class
14208
14209         * ToolbarDefaults.C: move stuff into namespace anon
14210
14211         * layout.h: update enum
14212
14213         * lyxfunc.C: use better debug
14214
14215         * minibuffer.h: fix typo
14216
14217         * debug.h:
14218         * debug.C:
14219         * WorkArea.C: add and use Debug::WORKAREA
14220
14221         * lyxtext.h:
14222         * text.C:
14223         * text2.C: code re-organisation, inline helpers
14224
14225 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14226
14227         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14228         std::vector.empty().
14229
14230 2001-11-09  Allan Rae  <rae@lyx.org>
14231
14232         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14233         '\n's after tables.  Tabular and ERT inset work now makes this no
14234         longer necessary.
14235
14236 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14237
14238         * minibuffer.h:
14239         * minibuffer.C: fix crash, improve drop-down completion
14240
14241 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14242
14243         * lyxserver.h:
14244         * lyxserver.C: invalidate fd's when doing endPipe()
14245
14246 2001-11-08  José Matos  <jamatos@fep.up.pt>
14247
14248         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14249         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14250
14251         * paragraph.h:
14252         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14253
14254 2001-11-07  José Matos  <jamatos@fep.up.pt>
14255
14256         * buffer.h:
14257         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14258         const qualifier.
14259
14260         * buffer.C (sgmlOpenTag):
14261         * buffer.C (sgmlCloseTag): removed debug info.
14262
14263         * buffer.h (sgmlOpenTag):
14264         * buffer.h (sgmlCloseTag): made public.
14265
14266 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14267
14268         * buffer.C (saveParamsAsDefaults):
14269         * lyx_cb.C (MenuLayoutSave): remove
14270
14271         * LyXAction.C (init):
14272         * commandtags.h:
14273         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14274
14275 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14276
14277         * buffer.C (setPaperStuff): removed from here...
14278
14279         * bufferparams.C (setPaperStuff): ... and moved there.
14280
14281 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14282
14283         * minibuffer.h:
14284         * minibuffer.C:
14285         * XFormsView.C: add support for drop-down completion
14286
14287 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14288
14289         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14290         commands.
14291
14292 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14293
14294         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14295         disabled.
14296
14297 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14298
14299         * lyx_main.C: change ref to known bugs
14300
14301 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14302
14303         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14304         to work around older babel problems.
14305
14306 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14307
14308         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14309
14310 2001-10-24  Juergen Vigna  <jug@sad.it>
14311
14312         * tabular-old.C (ReadOld): below variable changes reflected.
14313
14314         * tabular.[Ch]: added ltType struct for longtable header/footer
14315         defines and changed all instances where they are used. Added
14316         future support for double top/bottom rows.
14317
14318 2001-10-24  José Matos  <jamatos@fep.up.pt>
14319
14320         * buffer.h (docbookHandleCaption):
14321         * buffer.C (docbookHandleCaption): removed unused function.
14322         (makeDocBookFile): moved docbook supported version to v4.1.
14323
14324 2001-10-24  José Matos  <jamatos@fep.up.pt>
14325
14326         * tabular.h:
14327         * tabular.C (docbookRow): new function to export docbook code of a row.
14328         (DocBook): now honors the longtable flags.
14329
14330 2001-10-23  José Matos  <jamatos@fep.up.pt>
14331
14332         * LaTeXFeatures.h:
14333         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14334         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14335
14336         * buffer.C (makeLinuxDocFile):
14337         (makeDocBookFile): reworked the preamble, more clean, and with
14338         support for lyx defined entities. Changed the document declaration
14339         to be more XML friendly.
14340
14341         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14342         if we need to output XML that should be done with a filter.
14343
14344 2001-10-22  Juergen Vigna  <jug@sad.it>
14345
14346         * sp_pspell.h (class PSpell): add alive function needed in the
14347         controller to see if the spellchecker could be started.
14348
14349 2001-10-22  Juergen Vigna  <jug@sad.it>
14350
14351         * buffer.C (insertStringAsLines): modify the font for inserting
14352         chars in certain conditions by calling checkInsertChar(font).
14353
14354 2001-10-19  Juergen Vigna  <jug@sad.it>
14355
14356         * text.C (workWidth): use getRow instead of wrong algorithm.
14357         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14358
14359 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14360
14361         * lyxserver.h:
14362         * lyxserver.C:
14363         * lyx_main.h:
14364         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14365
14366 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14367
14368         * text.C (workWidth): do not search for the exact row when
14369         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14370         optimization for big documents.
14371
14372 2001-10-18  Juergen Vigna  <jug@sad.it>
14373
14374         * text.C (workWidth): new function with added Inset * parameter.
14375
14376 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14377
14378         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14379
14380         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14381         change return type of getColumnNearX.
14382
14383
14384         * text.C (changeRegionCase): use uppercase/lowercase instead of
14385         toupper/tolower.
14386         (leftMargin):
14387         (rightMargin): simplify code by factoring out the uses of
14388         textclasslist.
14389         (labelFill):
14390         (numberOfHfills):
14391         (setHeightOfRow):
14392         (appendParagraph): use Paragraph::size_type
14393
14394 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14395
14396         * vspace.C (asLatexString): add a missing break
14397
14398 2001-10-15  Herbert Voss  <voss@perce.de>
14399
14400         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14401
14402 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14403
14404         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14405         is not available.
14406
14407 2001-10-10  André Pönitz <poenitz@gmx.net>
14408
14409         * lyxfunc.C: removed greek_kb_flag.
14410
14411 2001-10-10  Herbert Voss  <voss@perce.de>
14412
14413         * lyx_main.C: delete global string help_lyxdir.
14414
14415 2001-10-09  Herbert Voss  <voss@perce.de>
14416
14417         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14418
14419         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14420
14421         * lyx_main.C: added global string help_lyxdir.
14422
14423         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14424
14425 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14426
14427         * lyxrc.C (set_font_norm_type): support iso8859-4
14428
14429 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14430
14431         * LaTeX.C (deplog): add another regex for MikTeX
14432
14433 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14434
14435         * lyxrc.C (set_font_norm_type): support iso8859-3
14436
14437 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14438
14439         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14440
14441         * LaTeXFeatures.C: remove special case of french and index
14442
14443         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14444         before \begin{document}). This solves several incompatibilities.
14445
14446 2001-10-03  Garst Reese  <reese@isn.net>
14447
14448         * lyx_cb.C: change CheckTex error msg.
14449
14450 2001-10-03  José Matos  <jamatos@fep.up.pt>
14451
14452         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14453
14454 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14455
14456         * .cvsignore: update
14457
14458         * lyx_main.C (commandLineVersionInfo): use new style version info.
14459
14460         * buffer.C (writeFile):
14461         (makeLaTeXFile):
14462         (makeLinuxDocFile):
14463         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14464
14465         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14466
14467         * version.h: update to use stuff in version.C
14468
14469         * version.C.in: new file. Contains version information determined
14470         at compile time. This is a merging of version.h and
14471         version_info.h.in.
14472
14473 2001-10-03  Juergen Vigna  <jug@sad.it>
14474
14475         * BufferView_pimpl.C (update): don't change "dirty" status in
14476         updateInset call.
14477
14478 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14479
14480         * WorkArea.C (c-tor): re-position version string slightly.
14481
14482 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14483
14484         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14485         revert to previous code.
14486
14487         WorkArea.[Ch]: (show, destroySplash): methods removed.
14488
14489         WorkArea.C: rework code so that it's an amalgam of the codes before and
14490         after the splash screen was moved to WorkArea.
14491
14492 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14493
14494         * lyxrc.C (read):
14495         * vspace.C (inPixels):
14496         (lyx_advance):
14497         * kbmap.C (bind):
14498         * buffer.C (insertStringAsLines):
14499         (asciiParagraph): fix types to be large enough
14500
14501         * lyxlex_pimpl.h: change member status from short to int
14502
14503         * layout.h: fix type of endlabeltype
14504
14505         * kbmap.C (bind):
14506         * kbsequence.C (parse): change return type to string::size_type
14507
14508         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14509         variable
14510
14511         * Bullet.C (bulletSize):
14512         (bulletEntry): do not use short ints as parameters
14513
14514         * BufferView2.C (insertLyXFile): change a char to an int.
14515
14516         * WorkArea.C (WorkArea): remove unneeded floats in computation
14517
14518 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14519
14520         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14521
14522         * paragraph.C (asString): Do not ignore newline/hfill chars when
14523         copying to the clipboard.
14524
14525 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14526
14527         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14528         after a multi-line inset.
14529
14530 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14531
14532         * paragraph.C (validate): Set NeedLyXFootnoteCode
14533
14534 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14535
14536         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14537         and decrease-error to decrease.
14538
14539 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14540
14541         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14542         it more readable (should be equivalent)
14543
14544 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14545
14546         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14547
14548 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14549
14550         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14551         of a cursor (row, etc.) after a character has been deleted
14552         (deleteEmptyParagraphMechanism): call the method above on _all_
14553         cursors held by the LyXText when a double space has been
14554         detected/deleted.
14555
14556 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14557
14558         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14559         pixmap.
14560         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14561
14562         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14563         background. Use greyOut() and the new show() methods to toggle between
14564         the foreground and background. Add code to remove the splash after
14565         its initial showing.
14566
14567         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14568         (create_forms): no longer call Dialogs::showSplash.
14569
14570 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14571
14572         * .cvsignore: add version_info.h
14573
14574 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14575
14576         * version_info.h.in: new file
14577
14578         * Makefile.am: add version_info.h.in
14579
14580         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14581         version_info.h instead of VERSION_INFO
14582
14583 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14584
14585         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14586         The ERT inset now returns string().
14587
14588 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14589
14590         * lyxtext.h, text.C (selectNextWord): renamed as
14591         selectNextWordToSpellcheck.
14592
14593         * text.C (selectNextWordToSpellcheck): Modified to not select
14594         words inside an ERT inset.
14595
14596 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14597
14598         * lyx_cb.C (MenuLayoutSave): change a bit the question
14599
14600         * sp_base.h: include <sys/types.h>
14601
14602 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14603
14604         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14605
14606 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14607
14608         * several files: fix typos in user-visible strings
14609
14610 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14611
14612         * text2.C (pasteSelection): do not set the selection, since it
14613         will be cleared later. Actually, the intent was to fix the way the
14614         selection was set, but I figured rmoving the code was just as good.
14615
14616 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14617
14618         * FontLoader.C (available): Check if font is available without
14619         loading the font.
14620
14621 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14622
14623         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14624
14625 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14626
14627         * lyxrc.[Ch]: added display_graphics variable and associated code.
14628
14629 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14630
14631         * bufferparams.C (hasClassDefaults): new method. Returns true if
14632         the buffer parameters correspond to known class defaults
14633
14634 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14635
14636         * XFormsView.C (show): set minimum size to the main window.
14637
14638 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14639
14640         * text2.C (copySelection):
14641         (cutSelection):
14642         * lyxfind.C (LyXReplace):
14643         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14644         LyXText::selectionAsString.
14645
14646         * paragraph.C (asString): add "label" argument to the second form
14647
14648         * text2.C (selectionAsString): add "label" argument and pass it to
14649         Paragraph::asString.
14650
14651 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14652
14653         * lyx_main.C (commandLineHelp): remove version information
14654
14655 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14656
14657         * lyx_main.C: add -version commandline option
14658
14659 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14660
14661         * paragraph.h: make the optional constructor arg required instead.
14662         some modifications to other files because of this.
14663
14664         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14665
14666         * lyxserver.C (C_LyXComm_callback): make it static
14667
14668         * lyx_main.C (error_handler): make it static
14669
14670         * lyx_gui.C (LyX_XErrHandler): make it static
14671
14672         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14673
14674         * WorkArea.C: make the extern "C" methods static.
14675
14676         * Makefile.am (lyx_LDADD): simplify
14677
14678 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14679
14680         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14681         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14682
14683         * LyXAction.C (init):
14684         * lyxfunc.C (dispatch): associated code removal.
14685
14686 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14687
14688         * lyxfont.h (isSymbolFont): shut off warning
14689
14690         * text.C (setHeightOfRow):
14691         (getVisibleRow): fix crash with empty paragraphs which have a
14692         bottom line
14693
14694 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14695
14696         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14697         code.
14698
14699 2001-09-04  José Matos  <jamatos@fep.up.pt>
14700         * buffer.C
14701         * buffer.h
14702         * tabular.C (docbook): rename docBook method to docbook.
14703
14704 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14705
14706         * Makefile.am: add dependencies to main.o.
14707
14708 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14709
14710         * FontLoader.C (available): Return false if !lyxrc.use_gui
14711
14712 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14713
14714         * FontInfo.C (query):
14715         * converter.C (view):
14716         * importer.C (Import):
14717         * exporter.C (Export): Can not -> cannot.
14718
14719 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14720
14721         * BufferView_pimpl.C: allow to create index inset even if
14722           string is empty
14723
14724 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14725
14726         * buffer.C (getLists): replace boost::tie code with an explicit pair
14727         as boost::tie can break some compilers.
14728
14729         * iterators.h: Added a std:: declaration to the return type of
14730         ParIterator::size.
14731
14732 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14733
14734         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14735           case.
14736
14737 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14738
14739         * iterators.[Ch]: New files. Provide paragraph iterators.
14740
14741         * buffer.C (changeLanguage): Use paragraph iterators.
14742         (isMultiLingual): ditto
14743
14744         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14745
14746 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14747
14748         * FontLoader.C: Support for cmr font.
14749
14750 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14751
14752         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14753         (available): New method.
14754
14755         * FontInfo.C (getFontname): Use scalable fonts even when
14756         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14757         found.
14758
14759 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14760
14761         * converter.C (Formats::view): reverted! Incorrect fix.
14762
14763 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14764
14765         * converter.C (Formats::view): only output the -paper option
14766         if the dvi viewer is xdvi, thereby fixing bug #233429.
14767
14768 2001-08-23  Herbert Voss  <voss@perce>
14769
14770         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14771
14772 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14773
14774         * Spacing.h (Spacing): Set space to Default on in the default
14775         constructor.
14776
14777 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14778
14779         * vc-backend.h (RCS::versionString): add RCS to version
14780         (CVS::versionString): add CVS to version
14781
14782         * vc-backend.C (scanMaster): do not add CVS to version.
14783         (scanMaster): do not add RCS to version
14784
14785         * lyxvc.C (versionString): new method
14786
14787         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14788
14789 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14790
14791         * Spacing.C (set): initialize fval
14792
14793 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14794
14795         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14796         " or \.
14797
14798 2001-08-16  Juergen Vigna  <jug@sad.it>
14799
14800         * lyxfunc.C (dispatch): implemented the new FINISHED states.
14801
14802 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14803
14804         * BufferView_pimpl.C:
14805         * figureForm.C:
14806         * lyxtext.h:
14807         * text2.C: setParagraph takes linespacing now
14808
14809 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
14810
14811         * LyxAction.C: add internal LFUN_CITATION_INSERT
14812
14813         * LyXView.C: actually apply fix
14814
14815         * bufferlist.C: fix open non-existent file
14816
14817         * lyxfind.C: fix indentation
14818
14819         * lyxfunc.C: remove unneeded assert, fix typo
14820
14821 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14822
14823         * MenuBackend.C: use "Floatname List"
14824
14825 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
14826
14827         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
14828         when converting LaTeX layout to insetERT.
14829         Generate a non-collapsed float when reading old float
14830
14831 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14832
14833         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
14834         ERT insets.
14835
14836 2001-08-13  Juergen Vigna  <jug@sad.it>
14837
14838         * text.C (fill): return 0 instead of 20 as this seems to be the more
14839         correct value.
14840
14841 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14842
14843         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
14844         lyxrc.font_norm.
14845
14846 2001-08-13  Juergen Vigna  <jug@sad.it>
14847
14848         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
14849         casesensitive off.
14850         (SearchBackward): comment out the unlocking of the inset_owner this
14851         should not be needed!
14852
14853 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
14854
14855         * Many files: Remove inherit_language, and add latex_language
14856
14857         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
14858         collapsible insets.
14859
14860 2001-08-10  Juergen Vigna  <jug@sad.it>
14861
14862         * text.C (prepareToPrint): fixed hfill-width in draw!
14863
14864         * BufferView2.C (selectLastWord): save the selection cursor as this
14865         now is cleared in the function LyXText::clearSelection!
14866
14867 2001-08-08  Juergen Vigna  <jug@sad.it>
14868
14869         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
14870         BACKSPACE type functions.
14871
14872         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
14873         is only cutted from the document but not put in the cut-buffer, where
14874         still the old stuff should be.
14875
14876         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
14877
14878         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
14879
14880         * tabular.C (SetWidthOfCell): fixed special case where the width
14881         was not updated!
14882         (LeftLine): handle '|' in align_special.
14883         (RightLine): ditto
14884         (LeftAlreadyDrawed): ditto
14885         (SetWidthOfCell): ditto
14886
14887 2001-08-07  Juergen Vigna  <jug@sad.it>
14888
14889         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
14890
14891 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14892
14893         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
14894         * lyxlex.[hC]: ditto
14895
14896 2001-08-06  Juergen Vigna  <jug@sad.it>
14897
14898         * text.C (getVisibleRow): fix up row clearing a bit.
14899
14900 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14901
14902         * minibuffer.C: make sure the X server sees the changes in the input.
14903
14904 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14905
14906         * paragraph.C (getFont): split into...
14907         (getLabelFont): this
14908         (getLayoutFont): and this
14909         * paragraph_pimpl.C (realizeFont): calling this
14910
14911         * text2.C (getFont): split into...
14912         (getLayoutFont): this
14913         (getLabelFont): and this
14914         (realizeFont): all three calling this
14915
14916         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
14917         files where used.
14918
14919 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14920
14921         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
14922
14923 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
14924
14925         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
14926         layouts from the Quote inset insertion.
14927
14928 2001-08-03  Juergen Vigna  <jug@sad.it>
14929
14930         * BufferView_pimpl.C (update): do the fitCursor only at the end!
14931
14932         * screen.C (drawFromTo): don't call fitcursor here and do the loop
14933         only if status not is already CHANGED_IN_DRAW (second level).
14934
14935         * text.C (draw): don't set the need_break_row when inside an
14936         InsetText LyXText.
14937
14938 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14939
14940         * buffer.C (parseSingleLyXformat2Token): handle more latex
14941         conversion cases.
14942
14943         * bufferview_funcs.[hC]: change function names to
14944         begin with small char, adjust other files.
14945
14946 2001-08-02  André Pönitz <poenitz@gmx.net>
14947
14948         * lyxfunc.C:
14949         BufferView_pimpl.C: remove broken special code for math-greek
14950
14951 2001-08-02  Juergen Vigna  <jug@sad.it>
14952
14953         * BufferView_pimpl.C (update): redone this function so that we
14954         update the text again if there was a CHANGE_IN_DRAW.
14955
14956         * screen.C (cursorToggle): removed LyXText parameter and recoded.
14957         (drawFromTo): added a new internal bool which is used by draw() and
14958         redraw() function.
14959         (general): some cursor drawing problems fixed.
14960
14961 2001-08-01  Juergen Vigna  <jug@sad.it>
14962
14963         * lyxfind.C (LyXFind): fixed
14964         (SearchForward): ditto
14965         (SearchBackward): ditto
14966
14967         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
14968         spurius drawing of the cursor in the main area.
14969
14970         * text2.C (status): small fix which could lead to a segfault!
14971         (clearSelection): remove unneeded BufferView param.
14972
14973 2001-08-01  André Pönitz <poenitz@gmx.net>
14974
14975         * lyxfunc.C: small change due to changed mathed interface
14976
14977 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14978
14979         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
14980
14981 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
14982
14983         * lyxfunc.c: fail gracefully if file doesn't exist
14984
14985         * LyXSendto.C:
14986         * buffer.C:
14987         * lyxfunc.C:
14988         * BufferView_pimpl.C: IsDirWriteable() proto changed
14989
14990         * LyXView.C: fix updateWindowTitle() to store the last title
14991
14992 2001-07-31  Juergen Vigna  <jug@sad.it>
14993
14994         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
14995         the font (wrong since using of Paragraph::highestFontInRange).
14996
14997         * paragraph.C (highestFontInRange): added a default_size parameter.
14998
14999         * text.C (getVisibleRow): minor clear row changes (still not perfect).
15000         (setHeightOfRow): reformat
15001
15002 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15003
15004         * converter.[hC] + affected files: move to (inital-char)lowercase
15005         function names.
15006
15007         * ParagraphParameters.C (ParagraphParameters): remove commented code
15008
15009         * PainterBase.[Ch]: remove commented code
15010
15011         * LaTeXFeatures.h: add "bool floats" for float.sty
15012
15013         * LaTeXFeatures.C (LaTeXFeatures): init floats
15014         (require): handle float
15015         (getPackages): do it with floats
15016
15017 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15018
15019         * BufferView_pimpl.C (Dispatch): improve handling of
15020         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
15021
15022         * commandtags.h: #include lyxfont.h here temporarily to avoid
15023         keybinding bug.
15024
15025         * bufferlist.h: include LString.h here.
15026
15027 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15028
15029         * text2.C (getStringToIndex): new method.
15030
15031 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
15032
15033         * *: Reduced header file dependencies all over.
15034
15035 2001-07-30  Baruch Even  <baruch@lyx.org>
15036
15037         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
15038
15039 2001-07-29  Baruch Even  <baruch@lyx.org>
15040
15041         * buffer.C (readInset): Changed GRAPHICS to Graphics.
15042
15043 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15044
15045         * ParameterStruct.h (endif): add a default constructor to make
15046         sure that all variables is initialized.
15047
15048         * ParagraphParameters.C (ParagraphParameters): adjust
15049
15050 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15051
15052         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15053         index; also, check that there is something to index, and that it
15054         does not span over several paragraphs.
15055         (doubleClick): use WHOLE_WORD_STRICT for double click.
15056
15057         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15058
15059         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15060         scheme.
15061
15062 2001-07-26  Baruch Even  <baruch@lyx.org>
15063
15064         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15065         an InsetFig figure, backwards compatible reading of old figure code.
15066
15067 2001-07-27  Juergen Vigna  <jug@sad.it>
15068
15069         * text2.C: font.realize function adaption.
15070
15071         * text.C (draw): add a warnings lyxerr text if needed.
15072
15073         * layout.C: font.realize function adaption.
15074
15075         * language.C: add inherit_language and implement it's handlings
15076
15077         * bufferview_funcs.C (StyleReset): remove language parameter from
15078         font creation (should be language_inherit now).
15079
15080         * bufferparams.C (writeFile): handle ignore_language.
15081
15082         * paragraph.C (getFontSettings): the language has to be resolved
15083         otherwise we have problems in LyXFont!
15084
15085         * lyxfont.C (lyxWriteChanges): added document_language parameter
15086         (update): removed unneeded language parameter
15087
15088         * paragraph.C (validate): fixed wrong output of color-package when
15089         using interface colors for certain fonts in certain environments,
15090         which should not seen as that on the final output.
15091
15092 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15093
15094         * BufferView_pimpl.C:
15095         * Thesaurus.h:
15096         * Thesaurus.C:
15097         * Makefile.am:
15098         * commandtags.h:
15099         * LyXAction.C: add thesaurus support
15100
15101         * lyxfind.h:
15102         * lyxfind.C: add "once" parameter, for thesaurus, to not
15103           move to the next match
15104
15105 2001-07-26  Juergen Vigna  <jug@sad.it>
15106
15107         * lyxfont.C (realize): honor ignore_language too!
15108         (resolved): ditto.
15109
15110         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15111
15112         * text.C (draw): one place more for ignore_language to not draw
15113         itself!
15114
15115 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15116
15117         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15118
15119 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15120
15121         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15122         the minipage conversion problem.
15123
15124 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15125
15126         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15127         insert an inset.
15128
15129 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15130
15131         * BufferView.h: don't forward declare WorkArea
15132
15133         * BufferView.C: don't include WorkArea.h
15134
15135 2001-07-25  André Pönitz <poenitz@gmx.net>
15136
15137         * commandtags.h:
15138         * LyXAction.C:
15139         * lyxfunc.C:  new LFUN 'math-space'
15140
15141         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15142
15143 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15144
15145         * text2.C (toggleInset): call open/close
15146
15147 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15148
15149         * lyxfunc.C (dispatch): add debug for the disabled case
15150
15151         * font.C (buttonText): make similar to rectText
15152
15153         * buffer.C (readInset): comment out parsing of insetlist and
15154         insttheorem
15155
15156         * PainterBase.C (rectText): small correction
15157
15158         * BufferView_pimpl.C: comment out insettheorem and insetlist
15159         * LyXAction.C: ditto
15160         * commandtags.h: ditto
15161
15162 2001-07-24  Juergen Vigna  <jug@sad.it>
15163
15164         * text.C (draw): honor the ignore_language.
15165
15166         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15167
15168 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15169
15170         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15171         char inset.
15172
15173 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15174
15175         * lyxtext.h: remove unused (and unimplemented) methods
15176
15177 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15178
15179         * text.C (getVisibleRow): honor background color
15180
15181         * PainterBase.h:
15182         * Painter.h: remove default color argument for fillRectangle
15183
15184         * text.C (backgroundColor): new method
15185
15186 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15187
15188         * text.C (getVisibleRow): adjust
15189
15190         * font.[Ch] (rectText): new method, metrics
15191         (buttonText): new method, metrics
15192
15193         * PainterBase.[hC]: make rectText and buttonText always draw and take
15194         fewer paramteres.
15195
15196 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15197
15198         * ToolbarDefaults.C (read):
15199         * MenuBackend.C (read): allow escaping in all strings
15200
15201         * BufferView_pimpl.C (insertAndEditInset): new method.
15202         (Dispatch): use insertAndEditInset whenever appropriate.
15203
15204         * BufferView_pimpl.C (insertNote): removed
15205
15206         * BufferView_pimpl.C (smartQuote): new method, moved from
15207         BufferView; if an insetquote cannot be inserted, insert a '"'
15208         character instead.
15209
15210         * BufferView2.C: remove insertCorrectQuote();
15211
15212         * lyxfunc.C (getStatus): Add support for all remaingin
15213         inset-insert lfuns.
15214
15215         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15216
15217         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15218         command (necessary to pass " as parameter of self-insert.
15219
15220         * text.C (selectWordWhenUnderCursor):
15221         (selectWord): add word_location parameter
15222         (selectWordWhenUnderCursor): same + remove special code for word
15223         boundary.
15224         (selectNextWord): use kind() to guess type of insetspecialchar,
15225         not latex().
15226
15227         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15228         (insertErtContents): create ert insets as collapsed.
15229         (readInset): better compatibility code for Info inset.
15230
15231 2001-07-20  Juergen Vigna  <jug@sad.it>
15232
15233         * lyxfunc.C (dispatch): use always LyXFind now!
15234
15235         * text2.C (init): add a reinit flag so that the LyXText can be
15236         reinited instead of deleted and reallocated (used in InsetText).
15237
15238         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15239
15240         * text.C: ditto
15241
15242         * text2.C: ditto
15243
15244 2001-07-18  Juergen Vigna  <jug@sad.it>
15245
15246         * text.C (selectNextWord): handle insets inside inset by calling
15247         always the bv->text functions so that we can go up the_locking_inset!
15248
15249         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15250         in strange locations when inside an inset!
15251
15252         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15253         handling to include insets.
15254
15255         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15256
15257 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15258
15259         * LyXAction.C (init):
15260         * commandtags.h:
15261         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15262         LIGATURE_BREAK, since the name is so stupid.
15263
15264 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15265
15266         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15267         InsetInfos.
15268
15269         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15270
15271         * sp_form.[Ch]: remove.
15272
15273         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15274
15275         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15276         InsetInfo.
15277
15278         * src/buffer.C (readInset): ditto.
15279
15280 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15281
15282         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15283         menuSeparator(), endOfSentenceDot(), ldots() and
15284         hyphenationPoint(), which are therefore removed.
15285         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15286
15287         * LyXAction.C (init):
15288         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15289
15290         * paragraph.C (getWord): removed.
15291
15292         * BufferView_pimpl.C (Dispatch): use last word or selection for
15293         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15294
15295         * lyx_main.C (queryUserLyXDir): do not ask before creating
15296         user_dir, except if it has been named explicitely.
15297
15298 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15299
15300         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15301         a document of zero size.
15302
15303 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15304
15305         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15306         approriately in the c-tor and in require().
15307         (getPackages): output the appropriate LaTeX for natbib support.
15308
15309         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15310         variables "use_natbib" and "use_numerical_citations" when reading the
15311         LyX file.
15312         (readInset): read the various natbib cite commands.
15313         (validate): white-space change.
15314
15315         * bufferparams.[Ch]: new variables "bool use_natbib" and
15316         "bool use_numerical_citations".
15317         (writeFile): output them in the LyX file.
15318
15319 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15320
15321         * lyxfunc.C (getStatus): add support for all the inset insertion
15322         commands.
15323
15324         * text2.C (insertInset):
15325         * paragraph.C (insetAllowed):
15326         * BufferView_pimpl.C (insertInset): update to take in account the
15327         renaming of insertInsetAllowed
15328
15329         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15330
15331         * text2.C (getInset): new method. returns inset at cursor position.
15332
15333         * BufferView_pimpl.C (Dispatch): changes because of this.
15334
15335         * LyXAction.C (init): rename open-stuff to inset-toggle.
15336
15337         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15338
15339         * text2.C (toggleInset): renamed from openStuff; use
15340         Inset::open().
15341
15342 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15343
15344         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15345
15346         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15347
15348 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15349
15350         * buffer.C (readLyXformat2): Add filename to the error dialog
15351
15352 2001-07-18  Juergen Vigna  <jug@sad.it>
15353
15354         * tabular.C (GetCellNumber): put an assert here instead of the check!
15355
15356 2001-07-17  Juergen Vigna  <jug@sad.it>
15357
15358         * BufferView_pimpl.C (toggleSelection): adapted too.
15359
15360         * text.C (selectNextWord): adapted for use with insets.
15361         (selectSelectedWord): ditto
15362
15363 2001-07-17  Juergen Vigna  <jug@sad.it>
15364
15365         * sp_spell.C (PSpell): fix initialitation order.
15366
15367 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15368
15369         * paragraph.C: spacing
15370
15371 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15372
15373         * sp_spell.C: repair language selection for pspell
15374
15375 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15376
15377         * lyxfunc.h: change more methods to begin with lower char.
15378
15379 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15380
15381         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15382         for unknown layouts.
15383
15384 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15385
15386         * buffer.C (readLyXformat2): Generate an error dialog if there are
15387         unknown layouts.
15388
15389 2001-07-16  Juergen Vigna  <jug@sad.it>
15390
15391         * sp_spell.C: always compile ISpell part.
15392
15393         * lyxrc.C: added use_pspell entry and it's handling.
15394
15395 2001-07-13  Juergen Vigna  <jug@sad.it>
15396
15397         * sp_spell.C: removed double includes.
15398
15399 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15400
15401         Consistent use of Lsstream.h:
15402         * Lsstream.h: added using std::stringstream for consistencies sake.
15403
15404         * buffer.C: removed using std::stringstream
15405
15406         * lyxfont.C (stateText):
15407         * paragraph.C (asString):
15408         * text.C (selectNextWord, selectSelectedWord):
15409         * text2.C (setCounter):
15410         * vspace.C (asString, asLatexString):
15411         std::ostringstream -> ostringstream.
15412
15413 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15414
15415         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15416         * commandtags.h: add LFUN_HELP_ABOUTLYX
15417         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15418
15419 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15420
15421         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15422         cursorToggle()
15423         * lyx_gui_misc.C: remove spellchecker
15424         * lyxfunc.C: showSpellchecker
15425         * sp_base.h: added
15426         * sp_ispell.h: added
15427         * sp_pspell.h: added
15428         * sp_spell.C: added
15429         * sp_form.[Ch]: removed
15430         * spellchecker.[Ch]: removed
15431
15432 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15433
15434         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15435         is set.
15436         (simpleTeXSpecialChars): Simply print the input character without
15437         any special translation if pass_thru is set.
15438
15439         * layout.h: Added bool pass_thru to layout class for being able to
15440         implement pass through of a paragraph for Literate Programming.
15441
15442         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15443         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15444         * layout.C (Read): add "passthru" to list of layout tags and add
15445         code to set the pass_thru boolean when it is read.
15446
15447 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15448
15449         * trans_decl.h: remove allowed from KmodInfo
15450
15451         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15452         remove allowed code
15453         (Load): adjust
15454
15455         * paragraph_pimpl.C (erase): use boost::prior
15456
15457         * Painter.C (text): use data() instead of c_str() when length is
15458         also provided.
15459         * WorkArea.C (putClipboard): ditto
15460         * font.h (width): ditto
15461
15462         * BufferView2.C: use it-> instead of (*it). for iterators
15463         * texrow.C: ditto
15464         * paragraph_pimpl.C: ditto
15465         * paragraph.C: ditto
15466         * minibuffer.C: ditto
15467         * language.C: ditto
15468         * kbmap.C: ditto
15469         * encoding.C: ditto
15470         * counters.C: ditto
15471         * converter.C: ditto
15472         * chset.C: ditto
15473         * Variables.C: ditto
15474         * TextCache.C: ditto
15475         * MenuBackend.C: ditto
15476         * LyXAction.C: ditto
15477         * LColor.C: ditto
15478         * FloatList.C: ditto
15479         * DepTable.C: ditto
15480         * ColorHandler.C (LyXColorHandler): ditto
15481
15482 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15483
15484         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15485
15486         * text2.C (openStuff): reintroduce this method (which had been
15487         nuked in NEW_INSETS frenzy).
15488
15489         * lyxfunc.C (Dispatch): when an action has not been handled, use
15490         its name in the error message, not its number.
15491
15492         * paragraph.C (inInset): change method name to begin with lowercase.
15493
15494         * undo_funcs.C:
15495         * text2.C: updates because of this.
15496
15497 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15498
15499         * ToolbarDefaults.C (add): add spaces in error message
15500
15501 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15502
15503         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15504         (readLyXformat2): rename return_par to first_par, use lyxlex's
15505         pushToken and remove the manual push handling.
15506         (parseSingleLyXformat2Token): add another ert comp. variable:
15507         in_tabular, rename return_par to first_par. handle newlines better
15508
15509 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15510
15511         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15512
15513 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15514
15515         * text2.C (getParFromID): removed
15516
15517         * buffer.C (getParFromID): new method moved form lyxtext.
15518         * BufferView2.C (insertErrors): adjust
15519         (setCursorFromRow): adjust
15520         * BufferView_pimpl.C (restorePosition): adjust
15521         * lyxfunc.C (Dispatch): adjust
15522         * undo_funcs.C (textUndo): adjust
15523         (textRedo): adjust
15524         (textHandleUndo): adjust
15525         (textHandleUndo): adjust
15526
15527 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15528
15529         * buffer.C: up' the LYX_FORMAT
15530
15531         * lyxfont.h: turn NO_LATEX on as default
15532
15533         * buffer.C (insertErtContents): new methods of tex style compability.
15534         (parseSingleLyXformat2Token): use it several places.
15535         * tabular.C (OldFormatRead): and here
15536
15537 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15538
15539         * text2.C: remove some commented code.
15540         reindent file.
15541
15542         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15543         * trans.C: changes because of the above.
15544
15545 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15546
15547         * text2.C (setCounter): Fix counters bug with bibliography layout.
15548
15549 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15550
15551         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15552         own member functions
15553         (simpleTeXSpecialChars): ditto
15554
15555 2001-07-06  Juergen Vigna  <jug@sad.it>
15556
15557         * a lot of files: changed the access to LyXText::status and the
15558         call of undo-functions.
15559
15560         * undo.[Ch]: added a inset_id to the undo informations.
15561
15562         * undo_funcs.[Ch]: added and moved here all undo functions.
15563
15564         * lyxtext.h: give the status enum a weight, made status_ a private
15565         variable and made accessor functions for it, removed the whole bunch
15566         of undo-functions as they are now in their own file, make some
15567         functions publically available. Added function ownerParagraph with
15568         int parameter.
15569
15570         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15571         made InInset() a const function, added getParFromID() function.
15572
15573         * buffer.[Ch]: added const version for inset_iterator functions,
15574         added getInsetFromID() function.
15575
15576         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15577         changed undo functions for new version.
15578
15579 2001-07-05  Juergen Vigna  <jug@sad.it>
15580
15581         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15582         unknow mechanism does not call the proper constructor but only this
15583         one also if I request the other!?
15584
15585 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15586
15587         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15588
15589         * text2.C (LyXText): use initialization lists.
15590
15591         * lyxtext.h (Selection): initialize set_ and mark_
15592         (init): remove method
15593
15594 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15595
15596         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15597
15598 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15599
15600         * screen.[Ch]: change method names to begin with lowercase
15601
15602         * BufferView_pimpl.C (updateScrollbar): simplify further and
15603         hopefully make it a bit faster.
15604
15605 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15606
15607         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15608         calling directly xforms functions.
15609
15610         * Painter.C (Painter):
15611         * lyx_cb.C (MenuWrite):
15612         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15613         fl_display.
15614
15615         * lyx_gui.C: remove bogus guiruntime extern declaration.
15616
15617 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15618
15619         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15620         in NEW_INSETS
15621         (redoDrawingOfParagraph): ditto
15622         (redoParagraphs): ditto
15623         (cutSelection): don't create a object for CutAndPaste use the
15624         static method directly
15625         (pasteSelection): ditto
15626
15627         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15628         LyXview (+ rename)
15629
15630 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15631
15632         * modifications to some other files because of this.
15633
15634         * Makefile.am (lyx_SOURCES): add XFormsView
15635
15636         * XFormsView.[Ch]: new files
15637
15638         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15639         the main window. Move the gui dependent stuff to XFormsView
15640
15641 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15642
15643         * tabular.C (GetCellInset): update cur_cell also in the row/col
15644         version of this function.
15645
15646         * lyxfunc.C: no need to include figure_form.h here.
15647
15648         * FontLoader.h:
15649         * lyxfunc.h:
15650         * lyxscreen.h:
15651         * text2.C:
15652         * lyxvc.C: no need to include forms.h here.
15653
15654 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15655
15656         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15657
15658         * lyxfunc.C (Dispatch):
15659         * Spacing.C (set):
15660         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15661         constructor argument.
15662
15663 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15664
15665         * paragraph.C (Paragraph): dont't clear, and just set layout.
15666         (makeSameLayout): use params's copy contructor.
15667
15668         * ParagraphParameters.[Ch] (makeSame): delete method
15669
15670 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15671
15672         * Variables.[Ch]: fix indentation, rename set to isSet
15673
15674 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15675
15676         * lyxfunc.C (Dispatch): fix typo
15677
15678 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15679
15680         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15681         upper_bound.
15682
15683         * bufferlist.C: include assert.h for emergencyWrite().
15684
15685 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15686
15687         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15688           give up at last (bug #425202) !
15689
15690 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15691
15692         * lyx_gui_misc.C:
15693         * sp_form.h:
15694         * sp_form.C:
15695         * spellchecker.h:
15696         * spellchecker.C: strip spellchecker options and bring up
15697           preferences tab instead
15698
15699 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15700
15701         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15702         the istringstream constructor
15703
15704 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15705
15706         * paragraph.C (getLayout): fix return value
15707
15708         * paragraph.h: do not declare getLayout as inline.
15709
15710         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15711
15712 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15713
15714         * lyxcursor.h (operator<): new func
15715         (operator>): new func
15716         (operator>=): new func
15717         (operator<=): new func
15718
15719         * text.C (changeCase): use selection.start and selection.end
15720         (changeRegionCase): require from to be <= to. Require par to be a
15721         valid paragraph.
15722
15723         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15724
15725 2001-06-27  Juergen Vigna  <jug@sad.it>
15726
15727         * text.C (cursorLeftOneWord): changed to return the cursor and added
15728         overlay with BufferView * parameter which calls this one.
15729         (getWord): added
15730         (selectWord): use new getWord function.
15731         (changeCase): renamed from changeWordCase as and extended to work
15732         also on selections.
15733
15734         * lyxtext.h: added enum word_location
15735
15736         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15737         changeCase as this operates now also on selections.
15738
15739 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15740
15741         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15742
15743         * many files: send debug output to Debug::INFO instead of
15744         Debug::ANY.
15745
15746         * converter.C (View):
15747         (Convert):
15748         (Move): send debug output to Debug::FILES instead of console.
15749
15750 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15751
15752         * lyxfunc.C (getStatus): use func_status
15753
15754         * func_status.h: new header, describing the results of
15755         LyXFunc::getStatus;
15756
15757         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15758         LFUN_MATH_HALIGN.
15759
15760 2001-06-25  The LyX Project  <jug@sad.it>
15761
15762         * buffer.C (sgmlOpenTag):
15763         (sgmlCloseTag):
15764         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15765
15766 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15767
15768         * text2.C: remove some dead code
15769
15770         * tabular.C (GetCellInset): store the last cell checked (gotten)
15771
15772         * tabular.h: add the helper for the speedup
15773
15774         * lyxtext.h: remove some dead code
15775
15776 2001-06-26  The LyX Project  <Asger>
15777
15778         * paragraph.C: Change export to LaTeX of alignment to
15779         \begin{center} and family for better roundtrip work with reLyX.
15780
15781         * Tune the math drawing a bit.
15782
15783 2001-06-25  The LyX Project  <Asger>
15784
15785         * LColor.C (LColor): New color for math background. New color
15786         for buttons.
15787
15788 2001-06-25  The LyX Project  <jug@sad.it>
15789
15790         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15791
15792         * lyxfunc.C (Open):
15793         * bufferlist.C (newFile): do not restrict to files ending with
15794         .lyx
15795
15796         * BufferView_pimpl.C (MenuInsertLyXFile):
15797
15798 2001-06-24  The LyX Project  <jug@sad.it>
15799
15800         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
15801         of compare_no_case
15802
15803 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15804
15805         * lyxtext.h: rename most methods to begin with a small char.
15806         Lots of changes because of this.
15807
15808         * paragraph.C (Paragraph): do not call fitToSize
15809         (erase): call Pimpl::erase
15810         (insertChar): call Pimpl::insertChar
15811         (insertInset): call Pipl::insertInset
15812         (breakParagraph): do not call fitToSize
15813         (breakParagraphConservative): do not call fitToSize
15814         (fitToSize): remove method
15815
15816         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
15817
15818 2001-06-24  The LyX Project  <Asger>
15819
15820         * Fix Qt compilation^2
15821
15822 2001-06-24  The LyX Project  <jug@sad.it>
15823
15824         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
15825         depthHook(getDepth()-1).
15826
15827         * paragraph.h:
15828         * ParagraphParameters.h:
15829         * ParameterStruct.h: change type of depth to unsigned int ==
15830         depth_type. Many adaptations to other files before of that.
15831
15832 2001-06-24  The LyX Project  <Asger>
15833
15834         * Fix Qt compilation.
15835
15836 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15837
15838         * paragraph.h: renamed several methods to begin with small letter.
15839         several changes to many parts of the code because of this.
15840
15841 2001-06-23  The LyX Project  <jug@sad.it>
15842
15843         * text2.C (InsertStringAsLines): renamed from InsertStringA;
15844         rewritten to discard all double spaces when KeepEmpty is off
15845         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
15846         to only handle newlines but not fiddle with spaces and friends.
15847
15848         * lyxfunc.C (MenuNew): when doing 'new from template', use
15849         template_path as default directory
15850
15851 2001-06-23  The LyX Project  <Asger>
15852
15853         * Clean-up of header file includes all over
15854         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
15855
15856 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15857
15858         * paragraph.h: renamed from lyxparagraph.h
15859
15860 2001-06-23  Asger  <lyx@violet.home.sad.it>
15861
15862         * Buffer.h: Removed Buffer::resize
15863         * BufferList.h: Removed BufferList::resize
15864         * LyXView.h: Added LyXView::resize. This way, we will only reflow
15865         the document lazily when we change the width, or the font settings.
15866
15867 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15868
15869         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
15870
15871 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15872
15873         * buffer.h: remove out of date comment
15874
15875 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15876
15877         * lyxscreen.h:
15878         * screen.C: fix "theoretical" GC leak
15879
15880 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15881
15882         * LaTeX.C (scanAuxFile):
15883         (deplog): remove trailing \r when reading stream (useful under
15884         win32)
15885
15886 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
15887
15888         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
15889         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
15890         and BufferView::theLockingInset(Inset*), so should use them and not
15891         access bv_->text->the_locking_inset directly.
15892
15893         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
15894
15895 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15896
15897         * Makefile.am:
15898         * tex-defs.h: remove old unused file
15899
15900 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
15901
15902         * BufferView_pimpl.C: fix typo, remove minibuffer message
15903           when buffer has loaded
15904
15905 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15906
15907         * lyxfunc.C (Dispatch): use stringstream
15908         (MenuNew): use stringstream
15909         (Open): use stringstream
15910
15911         * importer.C (Import): use stringstream
15912
15913         * bufferview_funcs.C (CurrentState): use stringstream
15914
15915         * LaTeX.C (run): use stringstream
15916
15917         * BufferView_pimpl.C (savePosition): use stringstream
15918         (restorePosition): use stringstream
15919         (MenuInsertLyXFile): use stringstream
15920
15921 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
15922
15923         * BufferView.C:
15924         * Bullet.C:
15925         * ColorHandler.C:
15926         * FontInfo.C:
15927         * FontLoader.C:
15928         * LColor.C:
15929         * LaTeXFeatures.C:
15930         * Painter.C:
15931         * gettext.C:
15932         * lyx_gui_misc.C:
15933         * lyxserver.C:
15934         * vspace.C: removed // -*- C++ -*- as first line.
15935
15936         * lyxfind.h:
15937         * version.h: added // -*- C++ -*- as first line.
15938
15939 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15940
15941         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
15942
15943         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
15944         of string
15945
15946 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15947
15948         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
15949         of floats.
15950
15951 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15952
15953         * gettext.C: include LString.h even when --disable-nls is on.
15954
15955 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
15956
15957         * converter.h (Get): changed argument type from int to
15958         FormatList::size_type to avoid unnecessary conversion.
15959
15960         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
15961         before using it.
15962
15963 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15964
15965         * gettext.h: include LString.h even when --disable-nls is on.
15966
15967 2001-06-07  Juergen Vigna  <jug@sad.it>
15968
15969         * text.C (BreakAgain): subst spaces with tabs.
15970
15971         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
15972         (resizeInsetsLyXText): set force on resizeLyXText.
15973
15974 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15975
15976         * gettext.h (gettext_init):
15977         (locale_init): use a real definition instead of a macro
15978
15979 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15980
15981         * Bufferview_pimpl.C:
15982         * LColor.h:
15983         * LColor.C: further lcolor tidies
15984
15985 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15986
15987         * BufferView_pimpl.C (updateScrollbar): simplify.
15988
15989         * BufferView2.C: don't include insets/insetinfo.h, change
15990         prototype for insertInset and call the Pimpl version. let
15991         updateInset call Pimpl version.
15992
15993         * BufferView.h: move inset_slept to BufferView::Pimpl, move
15994         gotoInset to BufferView::Pimpl
15995
15996 2001-06-01  Juergen Vigna  <jug@sad.it>
15997
15998         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
15999         inside a LockingInset (is the update needed at all?).
16000
16001 2001-05-31  Juergen Vigna  <jug@sad.it>
16002
16003         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
16004         here not the old one otherwise how should we compare it afterwards
16005         if it's the same!
16006
16007 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16008
16009         * lyxfont.C:
16010         * tabular.C:
16011         * tabular-old.C:
16012         * FontInfo.C: bring C functions into global namespace when
16013         necessary
16014
16015 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16016
16017         * LString.h: make sure config.h has been loaded before LString.h.
16018
16019         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
16020         (one for each char read by EatLine!).
16021
16022         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
16023         variables.
16024
16025 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16026
16027         * paragraph.C (BreakParagraph): set the inset_owner in the new par
16028         to the same as the par we break from
16029
16030 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16031
16032         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
16033
16034         * MenuBackend.C (expand): also create menu entries for wide
16035         versions of the floats.
16036
16037         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
16038
16039         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
16040
16041         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
16042         frontends/Makefile.am
16043
16044         * text2.C: adjust
16045         * text.C: adjust
16046
16047
16048         * tabular.C (getTokenValue): add std::
16049
16050         * tabular-old.C (getTokenValue): add std::
16051         (getTokenValue): ditto
16052         (getTokenValue): ditto
16053
16054         * screen.C (ToggleSelection): adjust
16055
16056         * lyxtext.h: put selection cursors inside a Selection struct.
16057
16058         * lyxfunc.C (moveCursorUpdate): adjust
16059
16060         * lyxfont.C (latexWriteStartChanges): add std::
16061
16062         * lyxfind.C: adjust
16063
16064         * font.h: delete with(char const *, LyXFont const &)
16065
16066         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16067
16068         * FontInfo.C (getFontname): add std::
16069
16070         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16071         (workAreaButtonPress): adjust
16072         (tripleClick): adjust
16073         (update): adjust
16074         (moveCursorUpdate): adjust
16075         (Dispatch): adjust
16076
16077         * BufferView2.C (gotoInset): adjust
16078
16079 2001-05-30  Juergen Vigna  <jug@sad.it>
16080
16081         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16082         to check pspell I add this as default as I now have new pspell
16083         libraries and they seem to use this.
16084
16085 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16086
16087         * text2.C (CutSelection): make the cursor valid before the call to
16088         ClearSelection.
16089
16090 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16091
16092         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16093         relied on 0 terminated strings and other horrors. Bug found due to
16094         the new assert in lyxstring!
16095
16096         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16097         KP_ keys.
16098
16099 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16100
16101         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16102         to latinkeys.bind.
16103
16104         * lyxfunc.C (processKeySym): change method of getting to the
16105         self-insert char.
16106
16107         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16108         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16109         * BufferView_pimpl.[Ch]: here as private methods.
16110
16111 2001-05-28  Juergen Vigna  <jug@sad.it>
16112
16113         * text.C (SetHeightOfRow): added the update() call again as it is
16114         needed to initialize inset dimensions!
16115
16116 2001-05-16  Juergen Vigna  <jug@sad.it>
16117
16118         * text2.C (SetCharFont): Add new function with BufferView * and
16119         bool toggleall parameters for setting insets internal fonts.
16120         (SetFont): Freeze the undo as we may change fonts in Insets and
16121         all this change should be inside only one Undo!
16122
16123         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16124         setting font's in insets as for them we have the SetFont function!
16125
16126 2001-05-15  Juergen Vigna  <jug@sad.it>
16127
16128         * text2.C (ClearSelection): to be sure we REALLY don't have any
16129         selection anymore!
16130
16131         * tabular.C (TeXCellPreamble): fixed the left border problem for
16132         multicolumn cells.
16133
16134 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16135
16136         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16137         dependancy file
16138
16139 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16140
16141         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16142         LFUN_BREAKPARAGRAPH.
16143
16144         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16145         help test to "internal only", similar for LFUN_INSERT_URL
16146
16147         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16148         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16149         auto_region_delete and deadkeys.
16150
16151 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16152
16153         * LColor.h:
16154         * LColor.C: remove some dead entries, tidy a little
16155
16156 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16157
16158         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16159         commented code.
16160         (Dispatch): implement LFUN_ESCAPE
16161
16162         * commandtags.h: add LFUN_ESCAPE
16163
16164         * LyXAction.C (init): add entry for LFUN_ESCAPE
16165
16166         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16167         Remove commented code.
16168         (insertNote): moved here
16169         (open_new_inset): moved here
16170
16171         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16172         BufferView_pimpl
16173
16174 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16175
16176         * kbmap.C (findbinding): clean it up and make it work correctly.
16177
16178         * lyx_main.C (init): do not pass argc and argv as parameters
16179
16180 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16181
16182         * buffer.C: fix path for OS/2 & Win32
16183
16184         * lyx_gui.C:
16185         * lyx_main:
16186         * lyx_main.C: Added os:: class.
16187
16188         * os2_defines.h: update
16189
16190 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16191
16192         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16193         better by trying again with reduced state.
16194
16195 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16196
16197         * lyxrc.C (read): print error about invalid key sequence only when
16198         debugging (because not all latinX keysyms are known to some X
16199         servers)
16200
16201         * kbsequence.C (getiso): add a few std:: qualifiers
16202         (getiso): comment out extra return statement.
16203
16204 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16205
16206         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16207         handling.
16208         (Dispatch): enhance the accent inset a bit. (not perfect)
16209
16210 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16211
16212         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16213
16214 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16215
16216         * bufferlist.C (emergencyWrite): fix assert() call
16217
16218 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16219
16220         * text.C (InsertChar): Added trivial patch to only send the "you
16221         can not do multiple spaces this way" message once during a
16222         session.
16223
16224 2001-05-08  Baruch Even  <baruch@lyx.org>
16225
16226         * Makefile.am: Changed order of libraries to get LyX to link properly
16227         with the gnome frontend.
16228
16229 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16230
16231         * LaTeXFeatures.h: add a std:: qualifier
16232
16233 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16234
16235         * paragraph.C (String): use stringstream
16236
16237 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16238
16239         * paragraph.C (writeFile): remove footflag arg
16240
16241         * buffer.C (makeLaTeXFile): use stringstream
16242         (latexParagraphs): remove footnot gurba
16243
16244         * LaTeXFeatures.C (getPackages): use stringstream
16245         (getMacros): likewise
16246         (getTClassPreamble): likewise
16247         (getFloatDefinitions): new method
16248
16249         * paragraph.C (writeFile): reindent
16250         (Erase): reindent
16251
16252         * WorkArea.h: revert the xpos + etc changes.
16253
16254         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16255
16256         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16257
16258         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16259         (pasteSelection): likewise
16260         * text2.C (CreateUndo): likewise
16261
16262 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16263
16264         * minibuffer.C (peek_event): temporarily reduce the functionality
16265         of the minibuffer (to allow args on lfuns)
16266
16267         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16268         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16269
16270         * buffer.C (readInset): add compability reading of old float
16271         lists, add reading of new style float list.
16272         (readInset): avoid reevaluation of inscmd.getCmdName()
16273         (getLists): reindent
16274
16275         * MenuBackend.C (MenuItem): implement parsing of
16276         md_floatlistinsert and md_floatinsert.
16277         (expand::LastFiles): move initalizaton of iterators out of loop,
16278         avoid reevaluation.
16279         (expand::Documents): introduce typdedef vector<string> Strings,
16280         and use it.
16281         (expand::ExportFormats): introduce typedef vector<Format const *>
16282         Formats, and use it.
16283         (expand): implement FloatListInsert and FloatInsert.
16284
16285         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16286         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16287         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16288
16289         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16290         handling.
16291         (Dispatch::LFUN_FLOAT_LIST): implement
16292
16293 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16294
16295         * LaTeX.C (run): Fix problem with --export code.
16296
16297 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16298
16299         * BufferView.[Ch] (workarea): removed.
16300         (getClipboard) new method; wrapper for workarea()->getClipboard()
16301
16302         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16303         bug.
16304
16305         * WorkArea.h (width, height, xpos, ypos): These methods all
16306         returned the dimensions of the work_area sub-area of WorkArea,
16307         resulting in a position error if the WorkArea were resized. Now
16308         return the dimensions of the entire WorkArea.
16309
16310         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16311
16312 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16313
16314         * LaTeX.C (deplog): correct the syntax of regex reg1
16315
16316 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16317
16318         * undo.C: remove !NEW_INSETS cruft
16319
16320 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16321
16322         * text2.C: remove !NEW_INSETS cruft
16323
16324         * text.C: remove !NEW_INSETS cruft
16325
16326         * tabular.C: remove !NEW_INSETS cruft
16327
16328         * spellchecker.C: remove !NEW_INSETS cruft
16329
16330         * lyxtext.h: remove !NEW_INSETS cruft
16331
16332         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16333
16334         * lyxfunc.C: remove !NEW_INSETS cruft
16335
16336         * lyxfind.C: remove !NEW_INSETS cruft
16337
16338         * lyx_cb.C: remove !NEW_INSETS cruft
16339
16340         * figureForm.C: remove  !NEW_INSETS cruft
16341
16342         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16343
16344         * buffer.[Ch]: remove !NEW_INSETS cruft
16345
16346         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16347
16348         * CutAndPaste.C: remove !NEW_INSETS cruft
16349
16350         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16351
16352         * BufferView2.C: remove !NEW_INSETS cruft
16353
16354         * BufferView.h: remove !NEW_INSETS cruft
16355
16356 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16357
16358         * Lsstream.h: include LString.h before the sstream headers to
16359         fix problem with gcc 2.95.3 and lyxstring
16360
16361 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16362
16363         * lyx_main.C: add using directives when needed for C functions
16364         declared in std:: namespace.
16365
16366 2001-04-27  Juergen Vigna  <jug@sad.it>
16367
16368         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16369         (SetHeightOfRow): comment out the update call should not be needed!
16370
16371 2001-04-13  Juergen Vigna  <jug@sad.it>
16372
16373         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16374         (LyXTabular): tried to minimize operator= operations (and realized
16375         hopfully Lars wish).
16376
16377 2001-04-27  Juergen Vigna  <jug@sad.it>
16378
16379         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16380
16381 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16382
16383         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16384
16385         * buffer.C (readInset): hack to make listof algorithm work
16386
16387         * BufferView_pimpl.C: hack to make listof algorithm work
16388
16389 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16390
16391         * LyXAction.C: removed all !NEW_INSETS cruft
16392         (init): moved lfun_item in method
16393
16394         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16395
16396 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16397
16398         * BufferView2.C (theLockingInset): white space.
16399
16400 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16401
16402         * minibuffer.C: include <iostream>
16403
16404         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16405
16406         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16407
16408         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16409
16410         * text.[Ch] (TransposeChars): new method
16411
16412 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16413
16414         * call message directly through LyXView instead of through LyXFunc
16415         * BufferView2.C: adjust
16416         * BufferView_pimpl.C: adjust
16417         * FontLoader.C: adjust
16418         * buffer.C: adjust
16419         * bufferview_funcs.C: adjust
16420         * converter.C: adjust
16421         * figureForm.C: adjust
16422         * importer.C: adjust
16423         * lyx_cb.C: adjust
16424         * lyx_gui_misc.C: adjust
16425         * lyxfunc.C: adjust
16426         * lyxvc.C: adjust
16427         * text2.C: adjust
16428         + more files in subdirs
16429
16430         * lyxparagraph.h (size): move up int file
16431         (GetLayout): ditto
16432
16433         * adjust all uses of Assert to lyx::Assert.
16434
16435         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16436         lyxfunctional in namespace lyx
16437         * layout.C (hasLayout): ditto
16438         (GetLayout): ditto
16439         (GetLayout): ditto
16440         (delete_layout): ditto
16441         (NumberOfClass): ditto
16442         * converter.C (GetFormat): ditto
16443         (GetNumber): ditto
16444         (Add): ditto
16445         (Delete): ditto
16446         (SetViewer): ditto
16447         * bufferlist.C (getFileNames): ditto
16448         (emergencyWriteAll): ditto
16449         (exists): ditto
16450         (getBuffer): ditto
16451         * MenuBackend.C (hasSubmenu): ditto
16452         (hasMenu): ditto
16453         (getMenu): ditto
16454         * BufferView_pimpl.C (getInsetByCode): ditto
16455
16456 2001-04-18  Juergen Vigna  <jug@sad.it>
16457
16458         * vspace.C (asLatexString): fixed the 100% problem.
16459
16460 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16461
16462         * lyxfunc.C (Dispatch):
16463         * minibuffer.C:
16464         * minibuffer.h: add a few std:: qualifiers
16465
16466 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16467
16468         * minibuffer.[Ch]: reimplement so that commands is initiated and
16469         run from lyxfunc, simplified som handling, and made the completion
16470         and history code for complete. wip.
16471
16472         * lyxfunc.C (processKeySym): call message
16473         (miniDispatch): new temporary method
16474         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16475         (LFUN_MESSAGE): implement
16476         (LFUN_MESSAGE_PUSH): implement
16477         (LFUN_MESSAGE_POP): implement
16478         (initMiniBuffer): the initial/defualt minibuffer message.
16479
16480         * lyxfont.[Ch]: inline some more getters
16481
16482         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16483
16484         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16485
16486         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16487         (AutoSave): use LFUN_MESSAGE
16488         (Reconfigure): ditto
16489
16490         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16491
16492         * figureForm.C: use LFUN_MESSAGE
16493
16494         * converter.C (runLaTeX): use LFUN_MESSAGE
16495
16496         * bufferview_funcs.C: use LFUN_MESSAGE
16497         (Melt): ditto
16498         (changeDepth): ditto
16499
16500         * bufferparams.h: use boost::
16501
16502         * bufferlist.h: inherit privately from noncopyable
16503
16504         * bufferlist.C (loadLyXFile): remove some commented code.
16505
16506         * buffer.C (runChktex): use LFUN_MESSAGE
16507
16508         * ShareContainer.h: inherit privately from noncopyable
16509
16510         * ParagraphParameters.[hC] (depth): inline it.
16511
16512         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16513         methods.
16514         (message): new method
16515         (messagePush): ditto
16516         (messagePop): ditto
16517         (show): init minibuffer
16518         (showState): direct call
16519
16520         * LaTeX.[Ch]: inherit privately from noncopyable
16521         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16522         instead of WriteStatus.
16523
16524         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16525
16526         * BufferView_pimpl.C (buffer): don't init minibuffer
16527         (workAreaButtonPress): use LFUN_MESSAGE
16528         (workAreaButtonRelease): ditto
16529         (savePosition): ditto
16530         (restorePosition): ditto
16531         (MenuInsertLyXFile): ditto
16532         (workAreaExpose): don't init minibuffer
16533         (update): remove commented code, simplify
16534
16535         * BufferView2.C (openStuff): use LFUN_MESSAGE
16536         (toggleFloat): ditto
16537         (menuUndo): ditto
16538         (menuRedo): ditto
16539         (copyEnvironment): ditto
16540         (pasteEnvironment): ditto
16541         (copy): ditto
16542         (cut): ditto
16543         (paste): ditto
16544         (gotoInset): ditto
16545         (updateInset): remove some commented code
16546
16547         * lastfiles.h: inherit privately from noncopyable
16548         * layout.h: ditto
16549         * lyx_gui.h: ditto
16550         * lyx_main.h: ditto
16551         * lyxlex.h: ditto
16552         * lyxlex_pimpl.h: ditto
16553
16554         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16555         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16556         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16557
16558         * LyXAction.h: inherit privately from noncopyable, add methods
16559         func_begin, func_end, returning iterators to the func map.
16560
16561         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16562         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16563         (func_begin): new method
16564         (func_end): new method
16565
16566         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16567         and not)
16568         (copySelection): ditto
16569         (pasteSelection): ditto
16570
16571         * BufferView.C: whitespace change
16572         * BufferView.h: inherit privately from noncopyable
16573
16574 2001-04-16  Allan Rae  <rae@lyx.org>
16575
16576         * tabular-old.C (l_getline):
16577         * spellchecker.C (sc_check_word):
16578         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16579         an unrecognised preprocessor directive.  So ensure they're wrapped.
16580
16581 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16582
16583         * src/exporter.C (Export): Give an error message when path to file
16584         contains spaces.
16585
16586 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16587
16588         * LaTeX.C (deplog): Always check that foundfile exists.
16589
16590 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16591
16592         * lyx_main.h:
16593         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16594
16595 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16596
16597         * tabular.[Ch] (getLabelList): implement new method
16598
16599         * minibuffer.h: comment ouf setTiimer
16600
16601         * minibuffer.C (ExecutingCB): constify res
16602         (peek_event): constify s
16603         (Set): constify ntext
16604         (Init): constify nicename
16605
16606         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16607
16608         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16609         (savePosition): use two params to Minibuffer::Set
16610         (restorePosition): ditto
16611
16612 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16613
16614         * lyx_main.C: include language.h
16615
16616         * Makefile.am (lyx_main.o): add language.h
16617
16618 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16619
16620         * exporter.C:
16621         * paragraph.C:
16622         * screen.C:
16623         * tabular.C:
16624         * CutAndPaste.C: include gettext.h
16625
16626         * lyxfont.h: remove old hack with ON and OFF.
16627
16628         * lyxparagraph.h:
16629         * lyxfont.h: do not include language.h...
16630
16631         * BufferView2.C:
16632         * LaTeXFeatures.C:
16633         * Painter.C:
16634         * bufferview_funcs.C:
16635         * font.C:
16636         * lyxfont.C:
16637         * text.C:
16638         * text2.C:
16639         * trans_mgr.C:
16640         * paragraph.C: ... but do it here instead
16641
16642 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16643
16644         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16645
16646         * tabular.C: small reformat
16647
16648         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16649         NEW_INSETS version
16650         (GetChar): ditto
16651         (BreakParagraph): ditto
16652         (SetOnlyLayout): ditto
16653         (SetLayout): ditto
16654
16655         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16656         with one arg less.
16657
16658         * lastfiles.C: removed most using decl, add std:: where needed
16659
16660         * buffer.C: ws changes
16661
16662         * MenuBackend.C (class compare_format): put into anon namespace
16663         (expand): constify label, names, action, action2
16664         (expand):
16665
16666         * text.C (SingleWidth): constify font
16667         (IsBoundary): constify rtl2
16668         (GetVisibleRow): constify ww
16669
16670         * LaTeX.C (deplog): constify logfile
16671
16672         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16673         start_x, end_x
16674         (workAreaExpose): constify widthChange, heightChange
16675
16676         * lyxrow.C (par): moved
16677         (height): moved
16678         (next): moved
16679         * lyxrow.h: as inlines here
16680
16681         * lyxfont.h (shape): moved from lyxfont.C
16682         (emph): moved from lyxfont.C
16683
16684         * lyxfont.C (LyXFont): use initialization list for all
16685         constructors
16686         (shape): move to lyxfont.h as inline
16687         (emph): move to lyxfont.h as inline
16688
16689
16690 2001-04-04  Juergen Vigna  <jug@sad.it>
16691
16692         * vspace.C: had to include stdio.h for use of sscanf
16693
16694 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16695
16696         * BufferView.h:
16697         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16698         independent of xforms.
16699
16700 2001-04-02  Juergen Vigna  <jug@sad.it>
16701
16702         * spellchecker.C: fixed namespace placing!
16703
16704 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16705
16706         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16707         the LyXParagraph * is 0.
16708
16709 2001-03-29  Juergen Vigna  <jug@sad.it>
16710
16711         * vspace.C: added support for %, c%, p%, l%.
16712         (stringFromUnit): added helper function.
16713         (asLatexString): changed to give right results for the %-values.
16714
16715         * buffer.C: convert the widthp in a width%.
16716
16717 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16718
16719         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16720         figureForm.[Ch].
16721
16722         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16723         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16724
16725         * lyx_cb.[Ch]: see above.
16726
16727         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16728         form1.[Ch].
16729
16730         * form1.[Ch]:
16731         * lyx.[Ch]: replaced by figure_form.[Ch].
16732
16733         * lyx_gui.C:
16734         * lyx_gui_misc.C:
16735         * lyxfunc.C: changed headers associated with above changes.
16736
16737 2001-03-27  Juergen Vigna  <jug@sad.it>
16738
16739         * BufferView_pimpl.C: set the temporary cursor right!
16740
16741 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16742
16743         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16744
16745 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16746
16747         * LString.h: removed "using std::getline"!
16748
16749         * BufferView_pimpl.C (Dispatch): changes due to changes in
16750         InsetInclude::Params.
16751
16752         * buffer.C (tag_name): removed redundant break statements as they were
16753         producing lots of warnings with my compiler.
16754
16755 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16756
16757         * LString.h: add "using std::getline" when using the real <string>.
16758
16759 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16760
16761         * buffer.C: removed bitset usage.
16762         PAR_TAG moved to an anonymous name space.
16763         (tag_name): new funtion, also in the anonymous namespace.
16764         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16765         (makeDocBookFile): clean code. Completed transition from string arrays
16766         to string vectors.
16767         (SimpleDocBookOnePar): code clean.
16768
16769 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16770
16771         * tabular.C: add some comments.
16772
16773 2001-03-22  Juergen Vigna  <jug@sad.it>
16774
16775         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16776         compatibility read a bit and fixed bug with minipage in different
16777         depth.
16778
16779 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16780
16781         * buffer.C (pop_tag): removed.
16782         (push_tag): removed.
16783         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16784         array replaced with vector. Added support for CDATA sections.
16785         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16786         at any nest level.
16787         (makeDocBookFile): XML conformant declaration of CDATA section,
16788         fixed bug related to <emphasis> in the first paragraph char.
16789         (sgmlOpenTag): exclude empty tags.
16790         (sgmlCloseTag): ditto.
16791
16792         * buffer.h (pop_tag): removed.
16793         (push_tag): removed.
16794
16795 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16796
16797         * language.h (Languages): added size_type and size().
16798
16799 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16800
16801         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
16802         response on compability reading of minipages. One probliem is that
16803         the old usage of minipages was «flertydig»
16804
16805         * several files here and in subdirs: don't use static at file
16806         scope use anon namespaces instead.
16807
16808 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
16809
16810         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
16811         LaTeX output. This is necessary for Literate document
16812         processing.
16813
16814 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16815
16816         * buffer.C: insert hfill when needed.
16817
16818         * tabular.C (l_getline): use string::erase, small whitespace change.
16819
16820         * BufferView_pimpl.C: try the anon namespace.
16821         * WorkArea.C: ditto
16822
16823 2001-03-16  Juergen Vigna  <jug@sad.it>
16824
16825         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
16826         otherwise it won't open options-dialogs.
16827
16828         * buffer.C: honor pextraWidth(p) on converting minipages.
16829
16830         * tabular.C (l_getline): changed the functions to strip trailing \r.
16831
16832 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
16833
16834         * BufferView_pimpl.C:
16835         * minibuffer..C: added "using SigC::slot" declaration.
16836
16837 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16838
16839         * lyxlex_pimpl.h: noncopyable is in namespace boost.
16840
16841         * text2.C: ditto
16842
16843         * text.C: ditto
16844
16845         * paragraph.C: ditto
16846
16847         * lyxtext.h: NO_PEXTRA
16848
16849         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
16850
16851         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
16852         * ParameterStruct.h: ditto
16853         * ParagraphParameters.h: ditto
16854         * lyxparagraph.h: ditto
16855
16856 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16857
16858         * buffer.C: add compability for minipage alignment.
16859         (latexParagraphs): remove unwanted pextra check.
16860
16861         * several files: remove CXX_WORKING_NAMESPACES
16862
16863         * buffer.C (pop_tag): tie is in namespace boost
16864
16865         * BufferView.h: noncopyable is in namespace boost
16866         * lyxlex.h: ditto
16867         * lyx_main.h: ditto
16868         * lyx_gui.h: ditto
16869         * layout.h: ditto
16870         * lastfiles.h: ditto
16871         * bufferlist.h: ditto
16872         * ShareContainer.h: ditto
16873         * LyXView.h: ditto
16874         * LyXAction.h: ditto
16875         * LaTeX.h: ditto
16876
16877 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16878
16879         * Merging changes from BRANCH_MVC back into HEAD.
16880
16881         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
16882
16883 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
16884
16885         * BufferView_pimpl.C: change from intl.C
16886
16887         * combox.h:
16888         * combox.C:
16889         * Makefile.am: move combox.*
16890
16891         * form1.h:
16892         * form1.C:
16893         * lyx_gui.C:
16894         * intl.h:
16895         * intl.C: remove dialog (covered by prefs)
16896
16897 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16898
16899         * lyxfunc.C (Dispatch): removed redundant break statement.
16900
16901 2001-03-14  Juergen Vigna  <jug@sad.it>
16902
16903         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
16904
16905 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16906
16907         * buffer.C: add hack to fix compability reading of minipages.
16908
16909 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
16910
16911         * buffer.C (getLists): Cleanup.
16912
16913 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16914
16915         * lyxfont.C (update): don't honor toggleall on font size.
16916
16917 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
16918
16919         * bmtable.c:
16920         * bmtable.h:
16921         * Makefile.am: moved to frontends/xforms/
16922
16923         * lyx_gui_misc.C:
16924         * lyxfunc.C:
16925         * BufferView_pimpl.C: changes for moved mathpanel
16926
16927 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16928
16929         * gettext.h: fix gettext_init() in --disable-nls
16930
16931 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16932
16933         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
16934
16935 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
16936
16937         * lyx.C:
16938         * lyx.h: strip external form
16939
16940 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16941
16942         * BufferView_pimpl.C: add comment, destroySplash()
16943
16944 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16945
16946         * BufferView_pimpl.C:
16947         * LyXAction.C:
16948         * buffer.C:
16949         * commandtags.h:
16950         * lyxfunc.C: use re-worked insetinclude
16951
16952 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16953
16954         * buffer.C: add using std::stringstream.
16955
16956         * lyx_cb.C: readd using std::ios.
16957
16958         * buffer.C: add using std::map.
16959
16960         * BufferView_pimpl.C: add using std::vector.
16961
16962         * ShareContainer.h: add std:: to swap.
16963
16964         * buffer.h: add some typedefs
16965         * buffer.C (getLists): use them
16966         (getLists): renamed from getTocList.
16967         add a counter for the different float types and use it in the
16968         generated string.
16969         (getLists): use the same counter for the NEW_INSETS and the "non"
16970         NEW_INSETS
16971
16972         * lyx_cb.h: remove unused items, includes, using etc.
16973
16974         * ShareContainer.h: remove some commented code, add more comments
16975         and "documentation".
16976
16977 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16978
16979         * buffer.C (getTocList): make the list also when NEW_INSETS is
16980         defined.
16981
16982         * buffer.h: remove TocType
16983
16984         * buffer.C (getTocList): change to return a map<string,
16985         vector<TocItem> >, implement for dynamic number of list.
16986
16987         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
16988         * text2.C (PasteSelection): adjust
16989         * CutAndPaste.C (pasteSelection): adjust
16990
16991         * FloatList.C (FloatList): update from the new_insets branch.
16992         * Floating.[Ch]: ditto
16993         * LaTeXFeatures.C: ditto
16994         * buffer.C: ditto
16995         * lyxlex_pimpl.C: ditto
16996
16997         * paragraph.C (Last): remove when NEW_INSETS is defined.
16998
16999         * other file: changes because of the above.
17000
17001 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17002
17003         * lyxparagraph.h: rename next to next_, previous to previous_,
17004         make them private for NEW_INSETS. Rename Next() to next(),
17005         Previous() to previous().
17006
17007         * other files: changes because of the above.
17008
17009 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
17010
17011         * BufferView.h:
17012         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
17013         problem.
17014
17015 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17016
17017         * main.C (main): pass lyx_localedir to gettext_init().
17018
17019         * gettext.h: remove locale_init and gettext_init macros
17020
17021         * gettext.C (locale_init): new function
17022         (gettext_init): new function
17023
17024         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
17025         setlocale().
17026
17027 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
17028
17029         * Moved credits to frontends:
17030         * credits.[Ch]: removed
17031         * credits_form.[Ch]: removed
17032         * lyx_gui_misc.C: remove credits stuff
17033         * Makefile.am:
17034
17035 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17036
17037         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
17038
17039         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
17040         unneeded destructor.
17041
17042         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
17043         a standalone pointer again.
17044
17045         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
17046
17047 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17048
17049         * Makefile.am:
17050         * filedlg.h:
17051         * filedlg.C:
17052         * LyXAction.C:
17053         * ToolbarDefaults.C:
17054         * bufferlist.C:
17055         * commandtags.h:
17056         * form1.C:
17057         * form1.h:
17058         * lyx_cb.C:
17059         * lyx_cb.h:
17060         * lyxfunc.h:
17061         * lyxfunc.C:
17062         * BufferView_pimpl.C: use new file dialog in GUII
17063
17064         * lyx_cb.h:
17065         * lyx_cb.C: remove LayoutsCB to Toolbar
17066
17067 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17068
17069         * ShareContainer.h (get): add std:: qualifier
17070
17071 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17072
17073         * ShareContainer.h: define a proper ShareContainer::value_type
17074         type (and use typename to please compaq cxx)
17075
17076 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17077
17078         * lyxparagraph.h: move serveral local vars to
17079         ParameterStruct/ParagraphParameters., use ShareContainer in
17080         FontTable., make vars in FontTable private and add getter and
17081         setter.
17082
17083         * paragraph.C: changes because of the above.
17084
17085         * lyxfont.h: remove copy constructor and copy assignment. (the
17086         default ones is ok), move number inside FontBits. move inlines to
17087         lyxfont.C
17088
17089         * lyxfont.C: add number to initializaton of statics, move several
17090         inlines here. constify several local vars. some whitespace
17091         cleanup. Dont hide outerscope variables.
17092
17093         * Spacing.h: add two new constructors to match the set methods.
17094
17095         * ShareContainer.h: new file, will perhaps be moved to support
17096
17097         * ParameterStruct.h: new file
17098
17099         * ParagraphParameters.h: new file
17100
17101         * ParagraphParameters.C: new file
17102
17103         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17104         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17105
17106         * BufferView_pimpl.C: ParagraphParameter changes.
17107         * buffer.C: Likewise.
17108         * bufferview_funcs.C: Likewise.
17109         * text.C: Likewise.
17110         * text2.C: Likewise.
17111
17112 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17113
17114         * lyxfind.C (LyXReplace): do not redefine default argument in
17115         implementation.
17116         (IsStringInText): ditto
17117         (SearchForward): ditto
17118         (SearchBackward): ditto
17119
17120 2001-03-06  Juergen Vigna  <jug@sad.it>
17121
17122         * lyxfind.C (IsStringInText): put parentes around expressions.
17123
17124 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17125
17126         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17127
17128 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17129
17130         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17131
17132         * stl_string_fwd.h: add comment
17133
17134         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17135
17136         * tabular.h:
17137         * tabular.C: remove unused DocBook methods
17138
17139         * intl.C:
17140         * language.C:
17141         * paragraph.C:
17142         * buffer.C:
17143         killed DO_USE_DEFAULT_LANGUAGE
17144
17145 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17146
17147         * lyx_gui.C: do not include language.h.
17148
17149         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17150         arguments in function implementation.
17151
17152 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17153
17154         * BufferView_pimpl.C: add <ctime>
17155
17156 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17157
17158         * BufferView_pimpl.C: add using std::find_if
17159
17160 2001-02-27  José Matos  <jamatos@fep.up.pt>
17161
17162         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17163         by OnlyPath.
17164
17165 2001-02-11  José Matos  <jamatos@fep.up.pt>
17166
17167         * buffer.C (makeDocBookFile): command styles now have a parameter as
17168         "title" by default.
17169
17170 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17171
17172         * layout_forms.[Ch]: removed
17173         * lyx_cb.[Ch]: out character
17174         * lyx_gui.C: out character
17175         * lyx_gui_misc.C: out character
17176         * bufferview_funcs.C: : out character,
17177         added toggleall as parameter in ToggleAndShow
17178
17179 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17180
17181         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17182
17183         * text2.C (SetCurrentFont): Disable number property at boundary.
17184
17185 2001-02-26  Juergen Vigna  <jug@sad.it>
17186
17187         * lyxfunc.C (getStatus): added a string argument override function so
17188         that this is correctly called from LyXFunc::Dispatch if it contains a
17189         do_not_use_argument which is used!
17190         (Dispatch): added check for "custom" export and call appropriate func.
17191
17192 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17193
17194         * lyxrc.C: Add language_command_local, language_use_babel and
17195         language_global_options.
17196
17197         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17198
17199         * buffer.C (makeLaTeXFile): Use language_use_babel and
17200         language_global_options.
17201
17202 2001-02-23  Juergen Vigna  <jug@sad.it>
17203
17204         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17205         which works with LyXText and putted it inside BufferView. Here now we
17206         only call for that part the BufferView::Dispatch() function.
17207
17208         * BufferView.C (Dispatch): added.
17209
17210         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17211         functions which needs to use a LyXText over from LyXFunc.
17212         (MenuInsertLyXFile): added
17213         (getInsetByCode): added
17214         (moveCursorUpdate): added
17215         (static TEXT): added
17216
17217 2001-02-22  Juergen Vigna  <jug@sad.it>
17218
17219         * BufferView_pimpl.C (update): call a status update to see if LyXText
17220         needs it.
17221
17222 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17223
17224         * vc-backend.C (revert): implement for CVS
17225         (getLog): implement for CVS
17226
17227 2001-02-20  Juergen Vigna  <jug@sad.it>
17228
17229         * text2.C (ClearSelection): added BufferView param for inset_owner call
17230
17231         * lyxfunc.C (TEXT): added this function and use it instead of
17232         directly owner->view()-text of getLyXText().
17233
17234 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17235
17236         * src/layout_forms.C: out preamble
17237         * src/layout_forms.h: out preamble
17238         * src/lyx_cb.C: out preamble
17239         * src/lyx_cb.h: out preamble
17240         * src/lyx_gui.C: out preamble
17241         * src/lyx_gui_misc.C: out preamble
17242         * src/lyxfunc.C: connect with guii preamble
17243
17244 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17245
17246         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17247
17248 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17249
17250         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17251         whether to run bibtex.
17252
17253 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17254
17255         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17256
17257 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17258
17259         * Makefile.am (lyx_SOURCES): removed bibforms.h
17260
17261         * vspace.h: doxygen
17262
17263         * text.C (GetVisibleRow): make several local vars const
17264
17265         * tabular.C: small cleanup.
17266
17267         * lyxserver.C (callback): use compare instead of strncmp
17268
17269         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17270         inlines to after class or to paragraph.C
17271
17272         * lyxfont.h: remove friend operator!=
17273
17274         * converter.h: move friend bool operator< to non friend and after
17275         class def.
17276
17277         * combox.h: small cleanup
17278
17279         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17280         to inlines after class def.
17281
17282         * buffer.C (pop_tag): use string operations instead of strcmp
17283
17284         * bmtable.c: doxygen, small cleanup
17285
17286         * LaTeX.h: remove friend operator==
17287
17288 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17289
17290         * screen.C:
17291         * lyxrc.[Ch]:
17292         * lyxfunc.C:
17293         * lyxfont.[Ch]:
17294         * lyx_cb.C:
17295         * intl.[Ch]:
17296         * commandtags.h:
17297         * buffer.C:
17298         * WorkArea.[Ch]:
17299         * LyXAction.C:
17300         * BufferView_pimpl.C:
17301         * BufferView.[Ch]: remove cruft
17302
17303 2001-02-14  Juergen Vigna  <jug@sad.it>
17304
17305         * lyxfunc.C: removed #if 0 unused code
17306
17307         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17308
17309         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17310
17311         * text2.C (SetSelection): added a BufferView * parameter
17312
17313 2001-02-13  Juergen Vigna  <jug@sad.it>
17314
17315         * lyxfunc.C (Dispatch): fixed protected blank problem.
17316         * BufferView2.C (protectedBlank): added LyxText * parameter.
17317
17318         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17319         (AppendColumn): same as above for column_info.
17320
17321         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17322         (moveCursorUpdate): use a LyXText param for support of InsetText.
17323
17324         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17325         (tripleClick): ditto
17326
17327         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17328
17329         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17330
17331         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17332
17333         * text2.C (SetSelection): set correct update status if inset_owner
17334         (ToggleFree): ditto
17335
17336 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17337
17338         * tabular.C: remove some commented code.
17339
17340 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17341
17342         * BufferView_pimpl.C: call hideSplash()
17343
17344         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17345
17346         * include_form.h:
17347         * bibforms.h: remove
17348
17349         * lyxfunc.C:
17350         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17351           add LFUN_CHILD_CREATE
17352
17353         * counters.h: fix tiny typo
17354
17355         * lyx_cb.C:
17356         * lyx.h:
17357         * lyx_gui.C:
17358         * lyx.C: move splash to frontends/xforms/
17359
17360         * lyx_gui_misc.C: move Include and Bibform to frontends
17361
17362         * lyxvc.h: clarify comment
17363
17364         * vspace.C: tiny housekeeping
17365
17366 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17367
17368         * text.C (PrepareToPrint): RTL Fix.
17369
17370         * paragraph.C (GetUChar): New method.
17371         (String):  Use GetUChar.
17372
17373         * buffer.C (asciiParagraph): Use GetUChar.
17374
17375 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17376
17377         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17378
17379 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17380
17381         * buffer.h:
17382         * buffer.C: rename to getLogName(), handle
17383           build log / latex log nicely
17384
17385 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17386
17387         * MenuBackend.C:
17388         * MenuBackend.h: remove support for reference menuitem type.
17389
17390 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17391
17392         * BufferView_pimpl.C: housekeeping
17393         * BufferView_pimpl.h:
17394         * LyXView.h:
17395         * Makefile.am:
17396         * Timeout.C:
17397         * Timeout.h:
17398         * minibuffer.h: move Timeout GUI-I
17399
17400 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17401
17402         * lyxrc.C (read): Update converters data-structures.
17403
17404 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17405
17406         * LaTeX.h (operator!=): add operator != for Aux_Info
17407
17408 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17409
17410         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17411
17412         * LaTeXLog.C: deleted, useful code moved to Buffer
17413
17414         * buffer.h:
17415         * buffer.C: new function getLatexLogName()
17416
17417         * lyx_gui_misc.C:
17418         * lyx_gui.C:
17419         * lyxvc.C:
17420         * lyxvc.h:
17421         * lyxfunc.C: use frontends for LaTeX and VC logs
17422
17423 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17424
17425         * LaTeX.h: yet another std:: that Allan forgot.
17426
17427         * Variables.C (set): renamed from isset(), because this clashes
17428         with some HP-UX macros (grr).
17429
17430 2001-02-06  Allan Rae  <rae@lyx.org>
17431
17432         * LaTeX.h: Another bug fix.  Missing std:: this time.
17433
17434 2001-02-04  Allan Rae  <rae@lyx.org>
17435
17436         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17437         floats problem. I've left it commented out because it's not quite
17438         correct.  It should also test that the current object is a table or
17439         figure inset.  But I haven't gotten around to figuring out how to do
17440         that.  I *think* it'll be something like: "table" == inset.type()
17441
17442         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17443         bool.
17444
17445 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17446
17447         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17448         all the citation/databases/styles in the auxilary file.
17449         (run): Rerun latex if there was a babel language error.
17450
17451 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17452
17453         * text.C (Backspace): Preserve the font when changing newline char
17454         with a space.
17455         (BreakParagraph): If the cursor is before a space, delete the space.
17456
17457         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17458
17459 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17460
17461         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17462         new argument (code).
17463         (ChangeCitationsIfUnique): New method.
17464
17465         * paragraph.C (GetPositionOfInset): Handle bibkey.
17466
17467 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17468
17469         * BufferView_pimpl.h: change type of Position::par_pos to
17470         LyXParagraph::size_type.
17471
17472 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17473
17474         * BufferView_pimpl.C (savePosition, restorePosition): Write
17475         messages to minibuffer.
17476
17477 2001-01-28  José Matos  <jamatos@fep.up.pt>
17478
17479         * buffer.C (makeDocBookFile): adds support for document language.
17480         A silly restriction on the name of LatexCommand types where removed.
17481         Added support for CDATA sections, allows to chars unescaped, used
17482         among others in code, to avoid escape < and >.
17483
17484 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17485
17486         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17487         saved positions instrad of a stack. Furthermore, a position is
17488         stored using paragraph id/paragraph position.
17489
17490         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17491         Remove LFUN_REF_BACK.
17492
17493 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17494
17495         * converter.C (dvipdfm_options): New method.
17496
17497 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17498
17499         * vspace.C (isValidLength): Fix for empty input string.
17500
17501 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17502
17503         * LyXAction.C (init): change description of LFUN_FIGURE to
17504         "Insert Graphics"
17505
17506 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17507
17508         * LaTeX.C: add using directive
17509
17510 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17511
17512         * MenuBackend.C (expand): Fix the sorting of the formats.
17513
17514 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17515
17516         * lyx_main.C: tiny error message fix
17517
17518 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17519
17520         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17521         calling fl_initialize(). This fixes the problem with ',' as
17522         decimal separator in text files.
17523
17524 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17525
17526         * trans.C (process): Fix the keymap bug.
17527
17528 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17529
17530         * LaTeX.C (scanAuxFiles): New method. Provides support for
17531         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17532         (scanLogFile) Scan for "run BibTeX" messages.
17533
17534         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17535         OT1 font encoding. Also, load the aecompl package if the ae
17536         package is loaded.
17537
17538         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17539
17540 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17541
17542         * texrow.C (increasePos): turn two error messages into debug
17543         messages.
17544
17545 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17546
17547         * LaTeX.C (scanAux): Handle the \@input macro.
17548         (runBibTeX): Use scanAux().
17549
17550         * language.C (latex_options_): New field.
17551
17552         * LaTeXFeatures.C (getMacros): Add language macros.
17553
17554         * buffer.C (makeLaTeXFile): Small fix.
17555
17556 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17557
17558         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17559
17560         * text2.C: add a using directive.
17561
17562 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17563
17564         * BufferView2.C:
17565         * lyx_gui_misc.h:
17566         * lyxfr1.C:
17567         * lyxfunc.C: kill LyXBell.
17568
17569 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17570
17571         * text.C (IsBoundary): Remove the error message
17572
17573         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17574
17575         * lyxrc.C (setDefaults): Correct initialization value for
17576         font_norm_type.
17577
17578 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17579
17580         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17581         gotoError().
17582
17583         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17584         and GotoNextNote().
17585
17586         * src/LyXAction.C: Added reference-next.
17587
17588         * text.C (InsertChar): Use contains instead of strchr.
17589
17590         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17591
17592 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17593
17594         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17595         alignment commands (when needed).
17596
17597         * text.C (InsertChar): Add ':' to number separator chars.