]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
qt longtabular ui fixes
[lyx.git] / src / ChangeLog
1 2005-05-01  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * text.C (leftMargin): Fix the parindent use bug (1764) 
4         by dirty trick
5
6 2005-04-28  Michael Schmitt  <michael.schmitt@teststep.org>
7
8         * lyxlayout.C (Read): transform underscores to spaces in CopyStyle
9         argument. 
10
11 2005-04-25  Angus Leeming  <leeming@lyx.org>
12
13         * Bidi.[Ch]:
14         * coordcache.[Ch]:
15         * ispell.C:
16         * lyxserver.C:
17         * mover.C:
18         * pch.h:
19         include <config.h> in .C files, not .h ones.
20         add licence blurb.
21         protect headers inside preprocessor guards.
22
23 2005-04-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
24
25         * FuncStatus.h (StatusCodes): document
26
27 2005-04-21  André Pönitz  <poenitz@gmx.net>
28
29         * FuncStatus.h (enabled, onoff): document
30
31 2005-04-19  Angus Leeming  <leeming@lyx.org>
32
33         * BufferView_pimpl.C (cursorToggle): no longer test whether
34         any child processes have been reaped before calling
35         handleCompletedProcesses().
36
37 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
38
39         * text3.C (dispatch): fix, finally fix, the language problem in
40         new lyxtexts, without disabling on-the-fly font changes (Helge's
41         bug report)
42
43 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
44
45         * text3.C (dispatch): set cursor on double/triple click events
46         (bug 1811)
47
48 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
49
50         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
51         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
52
53         * rowpainter.C (paintFirst): simplify the code a little bit. In
54         particular, remove the test for secnumdepth.
55         * text.C (setHeightOfRow): only allocate space for chapter number
56         when updateCounters provided an actual label, instead of looking
57         at secnumdepth directly.
58
59         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
60
61         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
62         paragraphs when secnumdepth is large enough or, for environments,
63         when they are not the first in a sequence.
64
65 2005-04-17  Angus Leeming  <leeming@lyx.org>
66
67         * buffer.C (makeLaTeXFile): replace code to manipulate a path
68         containing space and '~' characters with a call to latex_path().
69
70 2005-04-17  Angus Leeming  <leeming@lyx.org>
71
72         * converter.C (convert): protect all args of convertDefault.sh
73         script with quotes.
74
75 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
76
77         * text3.C (dispatch): change the layout to "Caption" after inserting
78         a float.
79
80 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
81
82         * text3.C (dispatch): fix language problem in newly created
83         textinsets (and main text) in non-english docs
84
85 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
86
87         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
88         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
89         * text3.C (getStatus): disable LFUN_INSET_MODIFY
90
91 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
92
93         * lyxtext.h:
94         * text.C (metrics):
95         * text2.C (getFont):
96         * rowpainter.C (getFont): Fix metrics bug introduced by inset
97         fonts fix
98
99 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
100
101         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
102         output of \item arguments without trailing text.
103
104 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
105
106         * FontIterator.C (operator*): avoid a copy of the font.
107
108 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
109
110         * rowpainter.C (getFont): fix language bug from previous fix
111
112 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
113
114         * rowpainter.C (RowPainter, getFont): fix font inside inset
115         (bugs 1766, 1809)
116
117 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
118
119         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
120         preventing inserted font, deco, delim insets jumping to start of
121         surrounding inset.
122
123 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
124
125         * lyxfunc.C (dispatch): translate message before sending it to the
126         minibuffer.
127
128 2005-03-29  Angus Leeming  <leeming@lyx.org>
129
130         * lyx_main.C (priv_exec): call os::internal_path on each file passed
131         to LyX on the command line.
132
133 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
134
135         * vc-backend.C: use QuoteName to protect file names wherever
136         necessary.
137
138 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
139
140         * buffer.[Ch]:
141         * BranchList.h: fix bugs 1844,1845: document settings don't
142         stick
143
144 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
145
146         * lyxrc.C (setDefaults, read, output, getDescription): add support
147         for tex_allows_spaces.
148
149         * exporter.C (Export): allows files in directory containing spaces
150         if tex_allows_spaces is true.
151
152         * buffer.C (makeLaTeXFile): if the document path contains spaces,
153         output it in double quotes.
154
155 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
156
157         * rowpainter.C: use default text height for drawing change tracker
158         strikeout lines.
159
160 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
161
162         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
163
164 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
165
166         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
167         directory is missing.
168
169 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
170
171         * text2.C: fixed the fix, extended to other case.
172
173 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
174
175         * text2.C: fix for cursor up/down stuck in math [bug 1792]
176
177 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
178
179         * text2.C (cursorUp): get rid of a crash
180         * text.C (x2pos): add an assert
181
182 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
183
184         * lyxfunc.C (getStatus): fix warning when assertions are disabled
185
186         * text3.C:
187         * lyxfunc.C:
188         * dociterator.C: include <boost/current_function.hpp>, which is
189         needed when assertions are disabled.
190
191 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net>
192
193         * text2.C: fix for stuck cursor when traversing two
194         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange)
195
196 2005-02-25  Andreas Vox  <avox@arcor.de>
197
198         * output_docbook.C (makeParagraph): suppress trailing newline
199         after a run of paragraphs
200
201 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
202
203         * paragraph.C: fix for confused change tracker when pasting
204         text that begins with a lineseparator. [bug 1827]
205         (setChange(0, Change::INSERTED);)
206
207         * paragraph_funcs.C: fix for lost changes on triple-paste
208         in change tracking mode [bug 1827] (par.setChange()).
209
210 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
211
212         * text2.C (updateCounters, setCounter, expandLabel): move to
213         buffer_funcs.
214
215         * buffer_funcs.C (updateCounters): turn into a free standing
216         function and add a buffer parameter. Remove dead code for tracking
217         labelstring change.
218         (setCounter): change into a free-standing function which gets a
219         dociterator as argument. Use this iterator to fix captions in a
220         simple way. When no float is found above the caption, use the
221         labelstring of the caption layout as default.
222
223         * text.C (breakParagraph, backspace):
224         * text2.C (init, setLayout, changeDepth):
225         * text3.C (dispatch):
226         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
227         updateCounters.
228
229         * dociterator.C (forwardPar): make it much faster by calling
230         forwardPos() only when really necessary.
231
232         * output_docbook.C (makeCommand): adapt to expandLabel move.
233
234         * cursor.C: remove unused variable
235
236 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
237
238         * paragraph_funcs.C: fix crash when pasting insets in change
239         tracking mode [bug 1277] (honour change type in moveItem).
240
241 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
242
243         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
244
245 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
246
247         * BufferView.C (setCursor): change to use a DocIterator.
248         (gotoLabel): use BufferView::setCursor (other part of bug 781).
249         (putSelectionAt): adapt to BufferView::setCursor change.
250
251         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
252         moved here from LyXText and rewritten to use proper cursor
253         methods. Fixes bug 1787, 616 and 835.
254
255         * BufferView_pimpl.C (restorePosition): set the cursor correctly
256         when inside an inset (part of bug 781).
257         (dispatch): adapt to change of BufferView::setCursor.
258         (getStatus, dispatch): handle LFUN_GOTOERROR,
259         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
260
261         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
262         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
263         * text3.C (gotoNextInset, gotoInset): removed.
264
265 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
266
267         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
268
269 2005-02-15  Angus Leeming  <leeming@lyx.org>
270
271         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
272         can be used meaningfully in a comparison.
273
274 2005-02-13  André Pönitz  <poenitz@gmx.net>
275
276         * bufferview_funcs.C (coordOffset): improve cursor drawing
277
278 2005-02-13  André Pönitz  <poenitz@gmx.net>
279
280         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
281         * Cursor.C (dispatch): use fixIfBroken
282         * lyxfunc.C (getStatus): use fixIfBroken
283
284 2005-02-15  Angus Leeming  <leeming@lyx.org>
285
286         * lyx_main.C (error_handler):
287         * lyxfunc.C:
288         * lyxrc.C (setDefaults):
289         s/GetEnv/getEnv/.
290         #include "environment.h".
291
292         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
293
294 2005-02-15  Angus Leeming  <leeming@lyx.org>
295
296         * lyxserver.C (startPipe): squash MSVC warning "local variable
297         'fd' used without having been initialized".
298
299 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
300
301         * BufferView_pimpl.C: revert accidental commit.
302
303 2005-02-14  André Pönitz  <poenitz@gmx.net>
304
305         * dociterator.[Ch]: new member forwardPosNoDescent(),
306         which doesn't enter nested insets.
307         * text2.C (setFont): use forwardPosNoDescent() instead
308         of ForwardPos() (fixes crash on font change).
309
310 2005-02-13  Angus Leeming  <leeming@lyx.org>
311
312         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
313         only if lyxrc.path_prefix is not empty.
314
315 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
316
317         * bufferparams.C (readGraphicsDriver): prevent crash
318
319 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
320
321         * text2.C (setCounter): check for inInset() == 0
322
323 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
324
325         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
326         but use update() to get correct screen display; use convert
327         instead of istringstream.
328         (getStatus): handle LFUN_GOTO_PARAGRAPH
329
330         * lyxfunc.C (dispatch, getStatus): do not handle
331         LFUN_GOTO_PARAGRAPH here.
332
333 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
334
335         * text3.C (dispatch): size() -> depth()
336
337         * text2.C: remove some debug output
338
339         * paragraph.C: ws changes only
340
341         * lyxfunc.C (getStatus): size() -> depth()
342
343         * dociterator.h (clear, push_back, pop_back, internalData,
344         operator[], resize, empty): new functions
345         Make StableDocIterator and operator== be friends. Don't inherit
346         from std::vector use a privat class variable slices_ instead.
347         Modify to fit.
348
349         * dociterator.C: update because of not inheriting from std::vector
350         anymore. Call explictly to slices_ instead. Use depth() instead of
351         size() and top() instead of back()
352
353         * cursor.C: chagne size() -> depth and back() -> top(). Also
354         remove some direct operator[](i) calls in favour of foo[i]
355         (getFont): remove some dead code
356
357         * bufferview_funcs.C (coordOffset): size() -> depth()
358
359         * buffer.C: ws changes only
360
361         * CutAndPaste.C (eraseSelection): back() -> top()
362
363         * BufferView_pimpl.C (selectionRequested): back() -> top()
364
365         * BufferView.C (setCursor): size() -> depth()
366
367 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
368
369         * text3.C (cursorPrevious): return true if depm changed something
370         (cursorNext): ditto
371         (dispatch): rename sl to oldTopSlice, remove moving use the new
372         NoUpdate func attrib instead. Make sure that needsUpdate is set
373         for function that have NoUpdate, but where depm might have changed
374         the buffer anyway.
375
376         * text2.C (cursorLeft): make us return true if depm changed
377         something
378         (cursorRight): ditto
379         (cursorUpParagraph): ditto
380         (curosrDownParagraph): ditto
381         (cursorUp, cursorDown): ditto, make sure to read comments in code
382         (deleteEmptyParagraphMechanism): remove an assert, also return
383         true if just a single char was deleted.
384
385         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
386         cursor that we modify, to avoid modifying an active cursor before
387         we call setCursor. This allows depm to run. Also return true if
388         depm deleted something.
389
390         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
391         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
392         cursorDownParagraph, cursorPrevious and cursorNext, return true if
393         something was changed in the buffer because of them (ie. depm run)
394
395         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
396         debug messages. Make update by default be false. Make sure that
397         the result of update is retained throught several calls down to
398         dispatch.
399
400         * LyXAction.h: add a new func_attrib: NoUpdate
401
402         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
403         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
404         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
405         and LFUN_WORDLEFT
406         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
407
408 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
409
410         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
411         bv_->owner(), bv_->buffer() by direct references to the private
412         members.
413         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
414         (getStatus): isSavedPosition() is in BufferView::Pimpl.
415         (fitCursor): center() is in BufferView::Pimpl.
416         (getStatus, trackChanges, dispatch): no need for a temporary buf
417         variable
418         (fitCursor, workAreaDispatch): use workarea().workheight()
419
420 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
421
422         * CutAndPaste.C (pasteSelectionHelper): fix a crash
423
424 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
425
426         * buffer.C: format up to 241.
427         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
428         break if pasting into ERT
429         * lyxfunc.C (getStatus): suppress mathpanel and
430         LFUN_DIALOG_SHOW_NEW_INSET in ERT
431
432 2005-02-01  Angus Leeming  <leeming@lyx.org>
433
434         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
435
436 2005-02-01  Angus Leeming  <leeming@lyx.org>
437
438         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
439         calling fs::is_directory().
440
441 2005-01-31  Angus Leeming  <leeming@lyx.org>
442
443         * lyx_main.C (priv_exec): specify explicitly the relative location
444         of the top level build directory when run in-place.
445
446 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
447
448         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
449         LyXText containing the cursor, not the top-level one.
450
451         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
452         true.
453         (insertStringAsLines): rename par to pit; use temporary variable
454         par to hold a Paragraph; do not store par.layout() in a variable,
455         since the pointer may die when breaking paragraphs; pass pars to
456         breakParagraph() instead of Buffer::paragraphs().
457
458 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
459
460         * lyxlex_pimpl.h: #include <fstream>.
461
462         * BufferView.[Ch] (getLyXText): add a const version.
463
464         * BufferView_pimpl.C: add debug aids.
465
466         * RowList_fwd.h:
467         * buffer.h:
468         * lyxrow.h:
469         * paragraph_funcs.h: add commentary explaining what the class does.
470
471
472         * coordcache.[Ch]: add lots of commentary.
473         (startUpdating, doneUpdating): debug aids.
474         (arrays, insets, parPos, getParPos): accessors to private data.
475
476         * cursor_slice.[Ch] (text): add a const version.
477         * dociterator.[Ch] (text, innerText): add const versions.
478
479         * lyxtext.h (breakParagraph): change the keep_layout arg to a
480         bool.
481
482         * paragraph.C (getRow, pos2ros): add asserts.
483
484         * paragraph.h: add commentary. Lots of.
485
486         * paragraph.[Ch] (metrucs, draw): removed.
487
488         * cursor.C:
489         * rowpainter.[Ch]: const-correct changes.
490
491         * text.C: various obvious clean-ups. Removal of ancient cruft.
492         Bug fixes, even.
493
494 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
495
496         * vc-backend.C (find_file): rewrite to use boost.filesystem
497         (scanMaster): ditto
498
499         * main.C (main): set default name check for boost.filesystem to
500         no check
501
502         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
503         (open): ditto
504         (doImport): ditto
505         (actOnUpdatedPrefs): ditto
506
507         * lyx_main.C (init): rewrite to use boost.filesystem
508         (queryUserLyXDir): ditto
509
510         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
511         (getContentsOfAsciiFile): ditto
512
513         * lastfiles.C (readFile): rewrite to use boost.filesystem
514
515         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
516
517         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
518         (loadLyXFile): ditto
519
520         * buffer.C (Buffer): adjust for destroydir
521         (getLogName): rewrite to use boost.filesystem
522         (setFileName): ditto
523         (save): use fs::copy_file (from fs_extras)
524
525         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
526
527         * LaTeX.C (run): rewrite to use boost.filesystem
528         (scanAuxFiles): ditto
529         (handleFoundFile): ditto
530
531 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
532
533         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
534
535         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
536
537 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
538
539         * lyxlayout.[Ch]: change some vars from float to double
540
541         * buffer.C (readFile): make a local var const
542
543         * Several files: use convert<> instead of atoi,strToXXX and friends
544
545 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
546
547         * LaTeXFeatures.[Ch]: Add a static list packages_ that
548         holds the contents of packages.lst. New functions getAvailable
549         and isAvailable to parse and check that list, resp.
550
551         * LyXAction.C:
552         * lfuns.h:
553         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
554
555         * bufferparams.[Ch]: new param output_changes.
556
557         * Buffer.C: increase file format to 240.
558         Use output_changes and isVailable.
559
560         * changes.[Ch]:
561         * paragraph.C:
562         * paragraph_pimpl.C: Use output_changes and isVailable.
563
564 2005-01-23  Angus Leeming  <leeming@lyx.org>
565
566         * output_latex.C: #include "insetbibitem.h", rather than
567         forward declare function bibitemWidest.
568
569 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
570
571         * lyx_main.C (init): make it compile on the Mac.
572
573 2005-01-20  Angus Leeming  <leeming@lyx.org>
574
575         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
576         (setLyXMisc): (char string literal) != (char string literal) is
577         performing a comparison on the addresses. Convert one operand
578         explicitly to string to guarantee expected behaviour.
579         From MSVC warning.
580
581 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
582
583         * buffer.C:
584         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
585
586         * output_plaintext.C: remove unneeded #include gzstream.h.
587
588 2005-01-20  Angus Leeming  <leeming@lyx.org>
589
590         * SpellBase.h: rename some of the elements of the Result enum.
591
592         * aspell_local.h:
593         * ispell.h:
594         * pspell.h:
595         * aspell.C (check):
596         * ispell.C (check):
597         * pspell.C (check): ditto
598
599 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
600
601         * buffer.C: add #include <fstream>.
602
603         * lyx_main.C (init): Compile fix.
604
605         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
606
607 2005-01-20  Angus Leeming  <leeming@lyx.org>
608
609         * mover.h: change commentary to reflect the changed meaning of
610         the $$s placeholder.
611
612 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
613
614         * output_linuxdoc.C (linuxdocParagraphs): silence warning
615
616         * lyxfind.C (MatchString::operator()): remove bogus semicolon
617
618 2005-01-20  Angus Leeming  <leeming@lyx.org>
619
620         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
621         printing diagnostic data by not dereferecing an iterator past the
622         end.
623
624 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
625
626         * buffer.C (readHeader): use "&&" rather than "and".
627
628         * lyxserver.h (inPipeName, outPipeName): make these const.
629
630 2005-01-19  Angus Leeming  <leeming@lyx.org>
631
632         * lyx_main.C (error_handler, init): protect SIGHUP with
633         #ifdef SIGHUP guards.
634
635 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
636
637         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
638
639 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
640
641         * text.C (setHeightOfRow): add a margin at the top and bottom of
642         the document (bug 1761)
643
644 2005-01-17  Angus Leeming  <leeming@lyx.org>
645
646         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
647         with "python ". Workaround for a brain-dead Windows.
648
649 2005-01-16  Angus Leeming  <leeming@lyx.org>
650
651         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
652         for MacOSX and Windows to use prependEnvPath.
653         Strip out the hard-coded block to add elements to the PATH for
654         MacOSX and replace it with a call to prependEnvPath using the
655         contents of LyXRC::path_prefix.
656         (queryUserLyXDir): strip out the code to run reconfigure, instead
657         returning a boolean indicating the necessity to do so.
658         (reconfigureUserLyXDir): contains the code to reconfigure the
659         user support directory. Is now called after the various LyXRC data
660         files have been read.
661
662         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
663
664 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
665
666         * converter.[Ch] (convert): take a new parameter try_default. Use
667         a default converter (imagemagick) if try_default is true.
668
669 2005-01-13  Angus Leeming  <leeming@lyx.org>
670
671         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
672         os::cygwin_path_fix.
673         (write): output LyXRC::cygwin_path_fix as necessary.
674
675 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
676
677         * lyxrc.h:
678         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
679
680 2005-01-12  Angus Leeming  <leeming@lyx.org>
681
682         * lyx_main.C (init): set the PATH variable to include the
683         directory containing the LyX binary when running on Mac or Windows.
684
685 2005-01-12  Angus Leeming  <leeming@lyx.org>
686
687         * lyx_main.C (init): remove cruft that purports to set the locale
688         dir. It doesn't and is not needed anyway.
689
690 2005-01-10  Angus Leeming  <leeming@lyx.org>
691
692         * Makefile.am: remove the lyx_main.C special casing.
693
694         * BufferView_pimpl.C:
695         * bufferlist.C:
696         * exporter.C:
697         * lyx_cb.C:
698         * lyx_main.C:
699         * lyxfunc.C:
700         * messages.C: use support/package.h to provide the paths to the
701         various directories used by LyX.
702
703 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
704
705         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
706         layout if pasting into an empty paragraph)
707
708 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
709
710         * tex-accent.C: add <string>
711
712 2005-01-06  José Matos  <jamatos@lyx.org>
713
714         * ParagraphParameters.C (write): put every parameter in its own line.
715         * paragraph.C (write): reduce number of consecutive empty lines exported.
716         * buffer.C (LYX_FORMAT): increase file format to 239.
717
718 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
719
720         * everywhere: change support/tostr.h -> support/convert.h
721
722         * tabular.C: make all write_attributes templates, tostr -> convert
723
724         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
725         (emptyTag): and -> &&, and fix type for ret from getChar
726         (getFirstWord): fix type for ret from getChar
727         (onlyText): and -> &&
728         (simpleDocBookOnePar): and not -> && !, fix type for ret from
729         getChar
730
731         * toc.C (goTo, action):
732         * text3.C (dispatch):
733         * text.C (currentState):
734         * tex-accent.C (DoAccent):
735         * sgml.C:
736         * lyxrc.C:
737         * lyxfunc.C (menuNew):
738         * lyxfinc.C (replace):
739         * counters.C (laberItem):
740         * bufferview_funcs.C (font2string):
741         * bufferparams.C (writeFile):
742         * buffer.C (readFile):
743         * Spacing.C (set):
744         * MenuBackend.C: tostr -> convert
745
746         * LaTeX.C (runMessage): fix format
747         (scanAuxFiles): tostr -> convert
748
749         * BufferView_pimpl.C (savePosition): fix format
750         (restorePosition): ditto
751         (dispatch): ditto
752
753 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
754
755         * Spacing.[Ch]: New method getValueAsString().
756
757         * Spacing.[Ch]:
758         * bufferparams.C:
759         * ParagraphParameters.C:
760         * lyxlayout.C:
761         * text.C:
762         * text3.C: store/read spacing value as string.
763
764         * rowpainter.C: change float value (spacing_val) to double.
765
766         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
767         broken custom document spacing).
768
769 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
770
771         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
772         namespace, also more use of temp references and const
773
774         * cursor.[Ch] (getStatus): move to lyxfunc.C
775
776         * bufferparams.C: reformat slightly
777
778         * bufferview_funcs.C (font2string): constify arg
779
780         * changes.C:
781         * converter.C:
782         * counters.C:
783         * bufferlist.C:
784         * buffer_funcs.C: (many funcs): constify arg on function
785         definitions, also make more local vars const, also add ASSERTS on
786         pointer args.
787
788         * buffer.C (LYX_FORMAT): put const in correct place
789         (many funcs): constify arg on function definitions, also make
790         more local vars const
791
792         * aspell_local.h: remove "struct" from typdef setup
793
794         * aspell.C (check): make word_ok const
795         (nextMiss): simplify slightly
796         (error): ditto
797
798 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
799
800         * lyxrc.[Ch]: store all float values as strings.
801         use int (not float) for lyxrc.dpi.
802
803 2005-01-04  Angus Leeming  <leeming@lyx.org>
804
805         * lyx_cb.C (Reconfigure):
806         * lyx_main.C (queryUserLyXDir):
807         to run the <system_lyxdir>/configure correctly on Windows, prefix
808         the path to the script with "sh " when generating the string that
809         is passed to system().
810
811 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
812
813         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
814
815 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
816
817         * lyxlength.C (asLatexString): get rid of setprecision
818
819 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
820
821         * text2.C (setLayout): remove unused variable endpit.
822         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
823
824         * paragraph.C (onlyText): remove unused variable style.
825
826         * cursor.C (bruteFind): remove unused variables beg and end.
827
828         * Makefile.am (dist_noinset_DATA): not needed anymore
829
830         * cheaders/*: remove.
831
832 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
833
834         * text3.C: fix LFUN_MATH_MODE.
835
836 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
837
838         * buffer_funcs.C (countWords): new function. Counts words between
839         two iterators.
840
841         * BufferView_pimpl.C (getStatus, dispatch): handle
842         LFUN_WORDS_COUNT.
843
844         * LyXAction.C (init):
845         * lfuns.h: add LFUN_WORDS_COUNT.
846
847 2004-12-19  Angus Leeming  <leeming@lyx.org>
848
849         * buffer.C (save): s/slashify_path/internal_path/.
850
851 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
852
853         * lyxfind.C (findChange): do not search for end of pars, because
854         the change tracker cannot handle this (fixes bug 1719).
855
856 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
857
858         * paragraph.[Ch] (autoBreakRows): remove
859
860         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
861
862         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
863         avoid using the paragraph one
864
865         * text2.C (LyXText, insertStringAsLines): adjust
866
867 2004-12-16  Angus Leeming  <leeming@lyx.org>
868
869         * bufferlist.C:
870         * lyx_main.C:
871         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
872
873 2004-12-14  Angus Leeming  <leeming@lyx.org>
874
875         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
876
877         * bufferlist.C (emergencyWrite):
878         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
879         GetEnvPath("HOME").
880
881 2004-12-14  Angus Leeming  <leeming@lyx.org>
882
883         * main.C: (main): no longer pass pointers to os::init.
884
885 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
886
887         * undo.C (textUndoOrRedo): simplify logic, fix a crash
888         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
889
890 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
891
892         * lyxfunc.C:
893         * text3.C: remove selection_possible global flag
894
895 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
896
897         * text2.C (getSelectionSpan): remove
898         (changeDepth, changeDepthAllowed): adjust
899
900 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
901
902         * Makefile.am (BOOST_LIBS): use boost variables
903
904 2004-12-03  José Matos  <jamatos@lyx.org>
905
906         * buffer.C: format up to 238.
907
908 2004-12-03  José Matos  <jamatos@lyx.org>
909
910         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
911
912 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
913
914         * cursor.C (goUpDown): remove call to idxUpDown2
915
916 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
917
918         * tabular.[Ch]: use size_t-like types for cell, row and column
919         indices
920
921 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
922
923         * lyxfunc.C (getStatus): do not lose previous information when
924         calling BufferView::getStatus; do not set a default "Command
925         disabled" message at the beginning, but just before returning.
926
927 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
928
929         * cursor.h (getStatus): add better comment from src/cursor.C
930
931 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
932
933         * text3.C (getStatus): return false when the lfun is not handled
934
935 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
936
937         * broken_headers.h: remove
938
939         * Makefile.am (lyx_SOURCES): remove broken_headers.h
940
941 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
942
943         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
944         offset_ref accessors
945
946         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
947         top_y_, merge fitcursor with update
948         (updateScrollbar, scrollDocView, fitCursor, center, update): new
949         coord scheme
950         (metrics): introduce
951         (workAreaDispatch): adapt to new coord scheme
952         (redoCurrentBuffer): remove
953
954         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
955
956         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
957         CurStatus enum.
958
959         * coordcache.[Ch]: add paragraph cache and helpers
960
961         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
962         adjust everywhere
963
964         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
965         (targetX, setTargetX): introduce
966
967         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
968         baseline -> ascent, as the rest of lyx
969
970         * lyxtext.h: remove redoParagraphs, updateParPositions,
971         fullRebreak, redoParagraphInternal. move dist to anon namespace in
972         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
973         have ascent/descent (ascent is ascent of first par)
974
975         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
976         step of BufferView
977
978         * paragraph.[Ch]: unify dimension handling with the rest of lyx
979
980         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
981
982         * pariterator.C: fix infinite loop introduced in par->pit renaming
983
984         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
985         in insets and LyXText, draw two off-screen paragraphs using
986         NullPainter, and adapt to new coord scheme
987
988         * text.C:
989         * text2.C:
990         * text3.C: adapt lfun handlers to the new coord scheme, which
991         means: there's only guaranteed coord information for onscreen pars
992         plus one above and one below. This implies that one can do search
993         from y coordinates in the range [-1,workHeight]
994
995 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
996
997         * rename a lot of InsetOld to InsetBase
998
999 2004-11-25  Angus Leeming  <leeming@lyx.org>
1000
1001         * BufferView_pimpl.C:
1002         * lyx_cb.C:
1003         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
1004
1005 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1006
1007         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
1008         call BufferView::getStatus if LCursor::getStatus did nothing
1009         (setStatusMessage, getStatusMessage): removed.
1010
1011         * FuncStatus.C (message): new methods. Used to provide an error
1012         message indicating why a command is disabled.
1013         (clear, |=, FuncStatus): update for message.
1014
1015 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1016
1017         * lyxfunc.C (dispatch): always call sendDispatchMessage
1018
1019 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1020
1021         * BufferView.C:
1022         * BufferView_pimpl.C:
1023         * CutAndPaste.C:
1024         * FontIterator.C:
1025         * buffer.C:
1026         * cursor.C:
1027         * cursor_slice.[Ch]:
1028         * dociterator.[Ch]:
1029         * lyxfind.C:
1030         * paragraph_funcs.C:
1031         * pariterator.C:
1032         * rowpainter.C:
1033         * text.C:
1034         * text2.C:
1035         * text3.C:
1036         * undo.C: par->pit renaming
1037
1038 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1039
1040         * tabular.C (cellstruct): use initialization, store a shared_ptr
1041         to insettext instead of the insettext directly, adjust to fit.
1042         (operator=):  new function
1043         (swap): new function
1044         (rowstruct): use initialization
1045         (columnstruct): use initialization
1046         (ltType): use initialization
1047
1048
1049         * lyxlength.h (swap): new function
1050
1051         * LColor.[Ch] (operator=): use the common semantics
1052
1053 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1054
1055         * lyxfind.C (findNextChange): update the bufferview after setting
1056         the selection.
1057
1058 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1059
1060         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1061         number of InsetOptArgs has already been inserted.
1062
1063         * output_latex.C (latexOptArgInsets): new method. This outputs all
1064         the optarg insets, up to the limit defined in the layout file.
1065         (optArgInset): removed
1066         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1067
1068 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1069
1070         * paragraph.C (isLetter): remove special spellchecker-related
1071         code; return true also for digits
1072         (isWord, isKomma): remove
1073
1074         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1075         * lyxfind.C (MatchString()): use isLetter instead of isWord
1076
1077 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1078
1079         * pariterator.h (operatir=): comment out un-implemented member
1080         function.
1081
1082         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1083         static cast.
1084
1085 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1086
1087         * lyxfont.h: include LColor.h to satisfy concept checks.
1088
1089 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1090
1091         * pariterator.h: add typdefs for value_type, difference_type,
1092         pointer and reference to satisfy concept checks. Also add default
1093         constructor for same reason.
1094
1095         * pariterator.C (operator++): add post-increment operator to
1096         satisfy concept checks.
1097
1098         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1099         checks.
1100
1101         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1102
1103         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1104         checks. Also rename base_type to BaseType to follow naming
1105         standard better.
1106
1107         * FloatList.h: include Floating.h to satisfy concept checks.
1108
1109 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1110
1111         * lyxfunc.C (getStatus): when the origin of the request is menu or
1112         toolbar, and the LyXView does not have focus, do as if there was
1113         no buffer (bug 1720)
1114
1115         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1116         FuncRequest to individual entries of LFUN_SEQUENCE
1117
1118 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1119
1120         * output_latex.C (TeXOnePar): override runparams.moving_arg
1121         according to the needprotect value of the current paragraph (bug
1122         1739)
1123
1124         * paragraph.C (simpleTeXOnePar): no need to override
1125         runparams.moving_args here
1126
1127 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1128
1129         * vspace.C: fix off-by-one-error, related to fix #1682
1130
1131 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1132
1133         * lengthcommon.C: a more general fix for bug 1682
1134
1135 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1136
1137         * text.C (backspace): fix crash
1138
1139 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1140
1141         * format.[Ch] (getFormatFromFile): new method
1142         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1143
1144 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1145
1146         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1147
1148 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1149
1150         * lyxfunc.C (dispatch): remove the verbose argument
1151         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1152         instead
1153
1154         * kbmap.C (defkey): set the origin of func to KEYBOARD
1155
1156         * MenuBackend.C (MenuItem):
1157         * ToolbarBackend.C (add): set the origin of func to UI
1158
1159         * funcrequest.[Ch]: add origin member, which indicates which part
1160         of LyX requests an action
1161
1162 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1163
1164         * converter.C (move): don't lie in the error message
1165         * converter.h (isReachable, move): document
1166
1167 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1168
1169         * buffer.C: remove unused using lyx::support::atoi
1170         * paragraph_funcs.C: ditto
1171
1172 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1173
1174         * bufferlist.C (exists): use bind and equal_to instead of
1175         compare_memfun
1176         (getBuffer): ditto
1177         * lyxtextclasslist.C (NumberOfClass): ditto
1178
1179         * cursor.C (insert): use for_each instead of explicit for loop
1180
1181         * bufferlist.C (getFileNames): use std::transform and
1182         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1183
1184         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1185         for loop
1186
1187         * buffer.C (changeLanguage): use for_each instead of explicit for
1188         loop
1189         (hasParWithID): implement using getParFromID
1190
1191         * LaTeXFeatures.C: ws change only
1192
1193         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1194         to cleanup a bit.
1195
1196         * BufferView_pimpl.C (trackChanges): use for_each instead of
1197         expilicit for loop
1198
1199 2004-11-04  André Pönitz  <poenitz@gmx.net>
1200
1201         * undo.h:
1202         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1203
1204         * dociterator.C (asDocIterator): use hard assert again.
1205
1206 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1207
1208         * lyxlength.C (asLatexString): rewrite so that it does not use
1209         snprintf anymore
1210
1211 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1212
1213         * text3.C (specialChar, dispatch): make sure cursor moves to the
1214         right after inserting an inset
1215
1216 2004-11-02  José Matos  <jamatos@lyx.org>
1217
1218         * output_docbook.C (docbook):
1219         * paragraph.C (getID):
1220         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1221         garantee that the output is always legal.
1222
1223         * tabular.C (docbook):
1224         * outputprams.[Ch]: remove mixed contents.
1225
1226 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1227
1228         * text2.C (setCounter): prevent endless loop
1229
1230 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1231
1232         * exporter.C (copyFile): use the mover instead of support::copy()
1233         * exporter.C (Export): pass format and latex name to copyFile()
1234         * exporter.h (addExternalFile): document
1235         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1236
1237 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1238
1239         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1240
1241 2004-10-30  José Matos  <jamatos@lyx.org>
1242
1243         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1244         text and no inset or font change. This allows to use CDATA
1245         sections just for the whole paragraph.
1246
1247 2004-10-30  José Matos  <jamatos@lyx.org>
1248
1249         * paragraph.C (getFirstWord): remove unused variable.
1250
1251 2004-10-30  José Matos  <jamatos@lyx.org>
1252
1253         * paragraph.C (getFirstWord): the content should always be escaped
1254         there.
1255         (simpleDocBookOnePar):
1256         * output_docbook.C (makeEnvironment): replace reference to CDATA
1257         to style pass_thru.
1258
1259 2004-10-30  José Matos  <jamatos@lyx.org>
1260
1261         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1262
1263 2004-10-30  José Matos  <jamatos@lyx.org>
1264
1265         * output_docbook.C (makeParagraphs):
1266         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1267         standard paragraph has only a given type of content drop the wrapper.
1268
1269 2004-10-29  José Matos  <jamatos@lyx.org>
1270
1271         * output_docbook.C (makeEnvironment):
1272         * sgml.C (openTag):
1273         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1274
1275 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1276
1277         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1278         (cleanID): sanitize any id.
1279
1280 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1281
1282         * buffer.C, lyxlex_pimpl.C:
1283         * lyxlex_pimpl.C (setFile):
1284         s/getExtFromContents/getFormatFromContents/
1285
1286 2004-10-28  José Matos  <jamatos@lyx.org>
1287
1288         * output_docbook.C (makeEnvironment): move id to broadest possible
1289         scope.
1290
1291         * sgml.C (openTag): apply substitution of <> for all attributes.
1292
1293 2004-10-28  José Matos  <jamatos@lyx.org>
1294
1295         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1296         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1297         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1298
1299         * sgml.[Ch]: new version for open and closeTag for paragraph and
1300         for strings. Now they handle the ids of paragraphs.
1301
1302 2004-10-26  Angus Leeming  <leeming@lyx.org>
1303
1304         * Makefile.am: add mover.[Ch].
1305
1306         * converter.C (convert, move): use the new Movers to move external
1307         files to the temp directory.
1308
1309         * lyx_main.C (init): ensure that the global system_movers data
1310         is initialised.
1311
1312         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1313         preferences file.
1314
1315         * mover.[Ch]: new files, defining a Mover as a utility to move an
1316         external file between directories and, if necessary, manipulate this
1317         file using a helper script.
1318
1319 2004-10-25  José Matos  <jamatos@lyx.org>
1320
1321         * output_docbook.C (makeCommand): merge two if's that tested the
1322         same condition.
1323
1324 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1325
1326         * sgml.C (escapeString): fix warning in a better way
1327
1328 2004-10-25  José Matos  <jamatos@lyx.org>
1329
1330         * sgml.C (escapeString): import the require boosts header file for
1331         tie, and avoid a signed unsigned comparison.
1332
1333 2004-10-25  José Matos  <jamatos@lyx.org>
1334
1335         * sgml.h: add #include <string>
1336
1337 2004-10-25  José Matos  <jamatos@lyx.org>
1338
1339         * sgml.[Ch] (escapeString): new function to escape all the string.
1340
1341 2004-10-24  José Matos  <jamatos@lyx.org>
1342
1343         * paragraph.[Ch] (getFirstWord): new function to get the first
1344         word. Useful for description.
1345         (simpleDocBookOnePar): remove depth argument, add another that
1346         says where to start the paragraph.
1347
1348         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1349         use the new functions to fix cleanly the support for descriptions.
1350
1351 2004-10-24  José Matos  <jamatos@lyx.org>
1352
1353         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1354         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1355         * output_linuxdoc.C (linuxdocParagraphs):
1356         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1357         add buffer as argument.
1358
1359 2004-10-24  José Matos  <jamatos@lyx.org>
1360
1361         * output_docbook.C (makeEnvironment, searchEnvironment): place
1362         CDATA inside paragraphs and fix scope for listitems.
1363
1364 2004-10-24  José Matos  <jamatos@lyx.org>
1365
1366         * output_docbook.C: remove using statement for stack.
1367
1368 2004-10-23  José Matos  <jamatos@lyx.org>
1369
1370         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1371         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1372         docbook. The new scheme is recursive and makes use of iterators, the
1373         same as latex export works.
1374         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1375         directly with the paragraph contents. This code was moved up to
1376         output_docbook.C (docbookParagraphs).
1377         * sgml.C (openTag, closeTag): removed unneeded newlines.
1378         (closeEnvTags) removed.
1379
1380 2004-10-23  André Pönitz  <poenitz@gmx.net>
1381
1382         * undo.C (textUndoOrRedo):
1383         * dociterator.C (asDocIterator): work around crash
1384
1385         * cursor.C (getStatus): replace ASSERT by more verbose error message
1386           and manual correction of the problem. Should increase stability
1387           while providing more sensible information.
1388
1389 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1390
1391         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1392
1393         * bufferlist.C (previous, next): new methods
1394
1395         * lfuns.h:
1396         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1397
1398 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1399
1400         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1401         entities to preamble.
1402
1403 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1404
1405         * messages.C (Pimpl): strip off translation context information
1406
1407 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1408
1409         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1410         the cursor is correct (bug 1694)
1411
1412 2004-10-13  José Matos  <jamatos@lyx.org>
1413
1414         * output_docbook.C (docbookParagraphs): fix closing tags in the
1415         end of the document.
1416
1417 2004-10-09  José Matos  <jamatos@lyx.org>
1418
1419         * buffer.C: format up to 237.
1420         * bufferparams.C (write): use tostr to convert booleans to strings.
1421
1422 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1423
1424         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1425
1426 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1427
1428         * LaTeX.C: implement use of babel language in xindy.
1429
1430 2004-10-05  José Matos  <jamatos@lyx.org>
1431
1432         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1433         Add new translators to help reading and writing the lyx file.
1434
1435 2004-10-05  José Matos  <jamatos@lyx.org>
1436
1437         * ParagraphParameters.C (read):
1438         * text.C (readParToken): replace nexToken by more appropriate lex
1439         methods.
1440
1441 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1442
1443         * LaTeX.C (runMakeIndex):
1444         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1445         (usually 'makeindex') configurable.
1446
1447         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1448         with a variable rather than with a number.
1449
1450 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1451
1452         * output_latex.C (TeXOnePar): make sure font setting is the first
1453         thing that gets output (and the last at the end). Should fix bug
1454         1404.
1455
1456 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1457
1458         * pch.h: use proper signal include
1459
1460         * LaTeX.h: Use preferred calling of Boost.Signal
1461         * buffer.h: ditto
1462
1463 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1464
1465         * pch.h: dont include <boost/function/function0.hpp>
1466
1467         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1468
1469         * paragraph_pimpl.h: remove usage of ShareContainer
1470
1471         * paragraph_pimpl.C: remove initialization of ShareContainer.
1472
1473 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1474
1475         Fix bug #1666
1476
1477         * BufferView.C (putSelectionAt): change the semantics when
1478         backwards == true: now, this just swaps cursor and anchor wrt the
1479         forward case
1480
1481         * BufferView.h (putSelectionAt): add some documentation
1482
1483         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1484         make sure backwardChar is done at least once (to avoid getting
1485         stuck)
1486         (findNextChange): use putSelectionAt in the forward direction
1487         (operator()): use Paragraph::isWord
1488
1489 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1490
1491         * Spacing.C (set): c_str fix
1492
1493 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1494
1495         * lyx_cb.C (Reconfigure): quote the name of configure script in
1496         case it contains spaces
1497
1498 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1499
1500         * client: new dir
1501
1502         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1503         (BOOST_LIBS): use top_buildir when looking for the file
1504
1505 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1506
1507         * pch.h: do not use include boost/format.hpp, multiple symbols
1508                 will result (gcc bug)
1509
1510
1511 2004-08-23  José Matos  <jamatos@lyx.org>
1512
1513         * bufferparams.C (readToken): fix reading of the author field.
1514
1515 2004-08-20  José Matos  <jamatos@lyx.org>
1516
1517         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1518
1519 2004-08-20  José Matos  <jamatos@lyx.org>
1520
1521         * lyxlex.[Ch] (findToken): remove function.
1522
1523         * ParagraphParameters.C (findToken):
1524         * bufferparams.C (findToken): replace call for previous function
1525         with local copy. This local function has one more argument, the
1526         read string argument.
1527
1528 2004-08-16  José Matos  <jamatos@lyx.org>
1529
1530         * ParagraphParameters.C (write):
1531         * Spacing.C (writeFile):
1532         * bufferparams.C (writeLaTeX):
1533         * lyx_cb.C (Reconfigure):
1534         * paragraph.C (write):
1535         * tabular.C (write): remove unnecessary space at end of line.
1536
1537
1538 2004-08-16  José Matos  <jamatos@lyx.org>
1539
1540         * text.C (readParagraph): remove debug message.
1541
1542 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1543
1544         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1545         crash
1546
1547         * output_plaintext.C (asciiParagraph): set depth correctly
1548
1549         * outputparams.h: add member depth
1550
1551         * paragraph_funcs.C (ownerPar): remove.
1552
1553         * text2.C (setCounter): remove first_pit; comment out some
1554         non-working code that uses ownerPar
1555
1556         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1557         uses ownerPar
1558
1559 2004-08-16  José Matos  <jamatos@lyx.org>
1560
1561         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1562         For the same level of importance use the same chanel to report problems.
1563         (read): add code to deal with \begin_body and \end_body.
1564
1565
1566 2004-08-15  José Matos  <jamatos@lyx.org>
1567
1568         * lyxlex.C (getString): fix comment, buffer::readBody is now
1569         buffer:readDocument.
1570
1571         * tex-strings.C (string_papersize): Default -> default,
1572         Custom -> custom, for consistency with other options.
1573
1574 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1575
1576         * pch.h: new file
1577
1578         * Makefile.am: support pch
1579
1580 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1581
1582         * text.C (readParToken): remove the static LyXFont variable and
1583         pass it as a parameter instead. This fixes a nasty bug where an
1584         inset will be inserted with a bad font in some situations
1585         (readParagraph): adapt
1586
1587         * text2.C (setCounter): reduce number of calls to pars_[pit]
1588
1589         * text.C (singleWidth): add an assert, fix a test
1590
1591         * rowpainter.C (paintText): reduce number of calls to singleWidth
1592
1593         * paragraph.C (isHfill):
1594         (isNewline): ws only
1595
1596 2004-08-14  André Pönitz  <poenitz@gmx.net>
1597
1598         * text.C:
1599         * text2.C:
1600         * rowpainter.C:
1601         * lyxtext.h (several functions): use a Paragraph & argument
1602         instead of par_type
1603
1604 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1605
1606         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1607
1608         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1609
1610         * text.C (singleWidth): remove useless test
1611
1612 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1613
1614         * tabular.h: remove bogus comments
1615
1616         * tabular.C (getDescentOfRow):
1617         (isPartOfMultiColumn): add assertions
1618
1619         * lyxlength.C (inPixels): remove #warning
1620
1621 2004-08-14  André Pönitz  <poenitz@gmx.net>
1622
1623         * paragraph.h: inline getChar()
1624
1625         * BufferView.h: remove unused declarations
1626
1627 2004-08-14  José Matos  <jamatos@lyx.org>
1628
1629         * Buffer.[Ch] (readDocument): new name for old readBody.
1630         * Buffer.C: new file format, new keywords: \begin_document,
1631         \begin_header, \begin_body, \end_body.
1632
1633         * bufferparams.C (readToken): replace all calls to lex.nextToken
1634         by lex.next(). Do the same to eatLine except where really needed.
1635
1636         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1637         line when writing to the lyx file.
1638
1639         * output_plaintext.C (asciiParagraph): fix Bibliography style
1640         handling.
1641
1642         * text.C (read): fix end of file handling.
1643
1644 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1645
1646         * MenuBackend.C (Menu::operator[]): new method to access
1647         individual menu items
1648         (Menu::hasFunc): new method. search for an item that corresponds
1649         to a given func
1650         (MenuBackend::specialMenu): new method
1651         (MenuBackend::expand): if a special menu has been set, skip
1652         entries whose func() appears in this menu
1653
1654 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1655
1656         * text3.C: use Debug::DEBUG a bit more
1657
1658         * text.C (leftMargin): try to simplify a tiny bit change var x to
1659         l_margin. Dont output the wide margins always.
1660         (rightMargin): no margin in inner texts
1661
1662         * rowpainter.h (nestMargin): new func
1663         (changebarMargin): new func
1664         (rightMargin): new func
1665
1666         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1667         now functions.
1668         (paintLast): ditto
1669
1670         * factory.C (createInset): modify setDrawFrame
1671
1672         * cursor.C: use Debug::DEBUG a bit more
1673
1674 2004-08-14  André Pönitz  <poenitz@gmx.net>
1675
1676         * coordcache.[Ch]:
1677         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1678         cache for all insets in (at least partially) visible (top-level)
1679         paragraphs.
1680
1681         * BufferView_pimpl.C: reset external coord cache before every update.
1682         This means the coord cache only contains valid entries.
1683
1684 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1685
1686         bug 1096
1687         * BufferView_pimpl.C (getInsetByCode): move function out of class
1688         and change in to a template in anon namespace. Also fix to do what
1689         suits us better.
1690
1691 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1692
1693         bug 1305
1694         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1695         of char
1696         (breakParagraph): rename par to par_offset and use a local
1697         reference. Add code to keep the language over a rebreak.
1698         (breakParagraphConservative): rename par to par_offset, use a
1699         local reference
1700         (mergeParagraph): ditto
1701         (outerHook): ditto
1702         (isFirstInSequence): ditto
1703         (outerFont): rename pit to par_offset
1704
1705         * paragraph.C: ws change
1706         * paragraph.h: ditto
1707         * text3.C: ditto
1708         * text.C: ditto
1709
1710 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1711
1712         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1713         treatment for ']'
1714
1715         * paragraph.C (simpleTeXOnePar): when we have a \item with
1716         optional argument, enclose the argument with curly brackets (in
1717         case it contains a closing square bracket)
1718
1719         * text2.C (editXY):
1720         * text2.C (editXY):
1721         * text3.C (checkInsetHit): constify
1722
1723 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1724
1725         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1726         documents (bug 1629)
1727
1728 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1729
1730         Fix toggling of collapsable insets with the mouse (bug 1558)
1731
1732         * lyxfunc.C (dispatch): adapt to LCursor changes
1733
1734         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1735         make sure that dispatch is not invoked twice
1736
1737         * cursor.C (needsUpdate): new method
1738         (dispatch): return void
1739         (result): new method, to access the DispatchResult of the cursor.
1740
1741 2004-08-13  José Matos  <jamatos@lyx.org>
1742
1743         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1744
1745 2004-08-13  André Pönitz  <poenitz@gmx.net>
1746
1747         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1748
1749         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1750           multiple cells
1751
1752 2004-08-12  André Pönitz  <poenitz@gmx.net>
1753
1754         * text3.C: take out the 'cursor right' form insertInset and only
1755         do it in those places when it is really needed. Fixes crash on
1756         C-m...
1757
1758 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1759
1760         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
1761
1762         * BufferView_pimpl.C (setBuffer): initialize the current font of
1763         the underlying LyXText
1764
1765 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1766
1767         * kbsequence.C (print): use UI native formatting for menu
1768         shortcuts
1769
1770         * text.C (insertChar): call Paragraph::insertChar with a font
1771         argument (cosmetic)
1772
1773         * paragraph.C (insertInset, insertChar): the version that takes a
1774         LyXFont argument is now a wrapper around the other one (the
1775         opposite used to be true).
1776
1777         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
1778         argument. Font setting is done in Paragraph now.
1779
1780 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1781
1782         * outputparams.h: add new members intitle and lang.
1783
1784         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
1785         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
1786
1787 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1788
1789         * text3.C (dispatch): remove special handling of button 4 and 5,
1790         it is now taken care of in the frontend code.
1791
1792 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1793
1794         * Spacing.h: add <string> (STLPort compile fix)
1795
1796 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1797
1798         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
1799
1800 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1801
1802         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
1803         to bool.
1804
1805         * converter.C (showMessage): inherit from unary_function, make
1806         operator() const.
1807
1808         * buffer.C (writeFile): initialize retval
1809
1810         * InsetList.h: rename private variable list to list_
1811         * InsetList.[Ch]: adjust accordingly.
1812
1813 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
1814
1815         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
1816         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
1817         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
1818         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
1819         * ParagraphParameters.C, LaTeXFeatures.C: replace
1820         "support/std_sstream.h" with <sstream>
1821
1822 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1823
1824         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
1825         * lyxsocket.C (LyXServerSocket): ditto
1826         (serverCallback): ditto
1827
1828 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1829
1830         * LaTeXFeatures.C: check release date when loading jurabib.
1831
1832 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1833
1834         * lyxserver.C (startPipe): call register_socket_callback
1835         (endPipe): call unregister_socket_callback
1836
1837 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
1838
1839         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
1840         (LyXServerSocket): register the callback
1841         (LyXServerSocket): unregister the callback
1842         (fd): delete function
1843         (serverCallback): improve error checking and setup the callbacks.
1844         (dataCallback): change arg to fd.
1845         (writeln): new func (copied fro the client socket) used for server
1846         write to client.
1847         (LyXDataSocket): simplify
1848         (~LyXDataSocket): close ann unregiser callback
1849         (server): delete function
1850         (fd): delete function
1851         (readln): small changes, improve some std::string usage
1852         (writeln): constify a bit
1853
1854 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1855
1856         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
1857         Qt frontend
1858
1859 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1860
1861         * BufferView_pimpl.C (setBuffer): set the layout combox value only
1862         after it has been populated
1863
1864 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1865
1866         * text2.C (insertInset): move cursor when inserting inset.
1867
1868 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1869
1870         * kbmap.C (findbindings): a couple of new methods. returns a
1871         container of kb_sequence objects. The real work is done by the
1872         private recursive version
1873         (printbindings): uses findbindings to print out a bracketed list
1874         of bindings (renamed from findbinding).
1875
1876         * MenuBackend.C (binding): use kb_keymap::findbindings
1877
1878         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
1879
1880 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1881
1882         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
1883
1884 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1885
1886         * paragraph.C (isWord): return true on insets that report
1887         isLetter().
1888
1889         * text.C (getWord): use Paragraph::isWord to decide what is in a
1890         word and what is not; fix bug 1609.
1891
1892 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1893
1894         * tex-strings.C: add "none" to string_paperpackages[], fixes
1895         off-by-one-error in the paperpackage selection.
1896
1897         * lyxlex.[Ch]:
1898         * tex-strings.[Ch]: char const * string[n]
1899         -> char const * const string[]
1900
1901 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1902
1903         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
1904         command, return early.
1905
1906 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
1907
1908         * debug.h: add DEBUG to enum and fix size of ANY.
1909
1910         * debug.C: add support for Debug::DEBUG
1911         (showTags): cast errorTags.level to unsigned int
1912
1913         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
1914         (redoCurrentBuffer): ditto
1915         (updateScrollbar): ditto
1916         * cursor.C (dispatch): ditto
1917         * text2.C (setLayout): ditto
1918         (setFont): ditto
1919         (updateCounters): ditto
1920         (editXY): ditto
1921         (deleteEmptyParagraphMechanism): ditto
1922
1923 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
1924
1925         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
1926         annotations to cleanup the Makefile slightly.
1927
1928 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1929
1930         * lyxrc.C: do not set user_email to a default value but use empty
1931         instead. The entry used to be translated, which does not work
1932         since at the point where lyxrc is constructed there is no
1933         translation service available
1934
1935         * messages.C (getLocaleDir): remove and use directly
1936         lyx_localedir() instead
1937
1938 2004-06-02  Angus Leeming  <leeming@lyx.org>
1939
1940         Fix crash caused by dereferencing null pointer 'exportdata' in
1941         OutputParams by creating a new ExportData variable on the heap,
1942         storing it in a boost::shared_ptr.
1943         The crash was triggered when generating an Instant Preview
1944         of an external inset.
1945
1946         * Makefile.am: add outputparams.C
1947
1948         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
1949         (c-tor): allocate memory to it.
1950
1951         * exporter.C (c-tor): associated changes.
1952
1953 2004-06-01  Angus Leeming  <leeming@lyx.org>
1954
1955         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
1956         contains data before calling isInset(0). (Bug 1513.)
1957
1958 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1959
1960         * exporter.C (checkOverwrite): new method
1961         * exporter.C (copyFile): new method
1962         * exporter.C (Export): copy referenced files to the document dir
1963         * exporter.[Ch]: new class ExportedFile
1964         * exporter.[Ch]: new class ExportData. Contains currently the
1965         names of referenced external files
1966         * outputparams.h: add exportdata member.
1967
1968 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1969
1970         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
1971         version.C-tmp
1972
1973 2004-05-19  Angus Leeming  <leeming@lyx.org>
1974
1975         * LaTeXFeatures.C:
1976         * ToolbarBackend.C:
1977         * bufferparams.C:
1978         * lyxfunc.C: small changes due to the introduction of namespace
1979         lyx::frontend and the moving of namespace biblio to lyx::biblio.
1980
1981 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
1982
1983         * text3.C (dispatch): supress update when only moving the cursor
1984         * cursor.C (selHandle): remove commented code
1985
1986 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1987
1988         * paragraph.C (startTeXParParams): correct column count
1989         * CutAndPaste.C (pasteSelection): remove const_cast
1990         * output_docbook.C (docbookParagraphs): remove const_cast
1991         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
1992         const_cast and return ParagraphList::const_iterator
1993         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
1994         * output_plaintext.C (writeFileAscii): remove const_cast
1995         * paragraph.[Ch] (simpleTeXOnePar): make const
1996         * paragraph_funcs.C (outerPar): use const iterators
1997         * paragraph_pimpl.C (validate): use const iterators
1998         * text.C (setHeightOfRow): use const iterators
1999
2000 2004-05-17  Angus Leeming  <leeming@lyx.org>
2001
2002         * lfuns.h:
2003         * LyXAction.C (init): new LFUN_INSET_REFRESH.
2004
2005         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
2006         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
2007         if the citation engine has changed.
2008
2009 2004-05-14  José Matos  <jamatos@lyx.org>
2010
2011         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
2012         if the textclass does not provide it. Have it different for sgml and
2013         xml.
2014         support the language of document.
2015         * output_docbook.C (docbookParagraphs):
2016         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
2017         first anchor as the id of the paragraph, remove special case code.
2018         * sgml.C (escapeChar): escape only < & >.
2019
2020 2004-05-14  Angus Leeming  <leeming@lyx.org>
2021
2022         * bufferparams.h: move biblio::CiteEngine enum here to minimize
2023         dependencies on src/frontends/controllers/biblio.h. Define a
2024         CiteEngine_enum wrapper class to enable the enum to be forward
2025         declared.
2026
2027 2004-05-12  Angus Leeming  <leeming@lyx.org>
2028
2029         * buffer.C: up LYX_FORMAT to 234.
2030         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2031         use_numerical_citations with a single biblio::CiteEngine cite_engine
2032         variable.
2033         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2034
2035 2004-05-13  José Matos  <jamatos@lyx.org>
2036
2037         * converter.h:
2038         * converter.C (Converter, readFlags): add xml member.
2039         * outputparams.h: add XML flavor.
2040         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2041
2042 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2043
2044         * lyxfunc.C (dispatch):
2045         (getStatus): fix handling of LFUN_SEQUENCE
2046
2047 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2048
2049         * debug.C (showLevel): do not forget the end-of-line marker
2050
2051 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2052
2053         * kbmap.C (read): do not stop parsing a bind file when an error
2054         occurs (bug 1575)
2055
2056 2004-04-29  Angus Leeming  <leeming@lyx.org>
2057
2058         * cursor.C:
2059         * factory.C:
2060         * pariterator.C:
2061         * text2.C: wrap a bunch of #warning statements
2062         inside #ifdef WITH_WARNINGS blocks.
2063
2064 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2065
2066         * buffer.C: increment format to 233.
2067
2068 2004-04-28  Angus Leeming  <leeming@lyx.org>
2069
2070         * BufferView_pimpl.C:
2071         * lyxfunc.C:
2072         * text3.C:
2073         s/updateToolbar()/updateToolbars()/
2074         s/Toolbar.h/Toolbars.h/
2075
2076 2004-04-28  Angus Leeming  <leeming@lyx.org>
2077
2078         * BufferView.[Ch] (c-tor):
2079         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2080         No longer passes these data to the WorkArea generator.
2081
2082 2004-04-28  Angus Leeming  <leeming@lyx.org>
2083
2084         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2085
2086 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2087
2088         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2089
2090 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2091
2092         * output_latex.C (TeXEnvironment): make sure that there is a line
2093         break before \end{foo} for the last paragraph of a document
2094         (TeXOnePar): if the paragraph is at the end of the document (or
2095         inset) and the language has to be reset, then make sure that the
2096         line break is _before_ the language command, not after (fixes bug
2097         1225); also make sure that the language reset command is the first
2098         thing after the paragraph (to ensure proper nesting of
2099         environments and thus fix bug 1404)
2100
2101 2004-04-21  John Levon  <levon@movementarian.org>
2102
2103         * ToolbarBackend.h:
2104         * ToolbarBackend.C: make "name" be a programmatic name
2105         and a gui_name field.
2106
2107         * lyxfunc.C: display the minibuffer on M-x
2108
2109 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2110
2111         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2112         (bug 1526)
2113
2114 2004-04-19  Angus Leeming  <leeming@lyx.org>
2115
2116         * BufferView_pimpl.C (setBuffer): changed preview interface.
2117
2118         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2119         possible values.
2120
2121 2004-04-19  John Levon  <levon@movementarian.org>
2122
2123         * BufferView_pimpl.C:
2124         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2125
2126 2004-04-05  Angus Leeming  <leeming@lyx.org>
2127
2128         * text.C (redoParagraphs): add call to updateCounters(), thereby
2129         fixing the missing "Figure #:" label from the caption of a
2130         figure float.
2131
2132 2004-04-13  Angus Leeming  <leeming@lyx.org>
2133
2134         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2135         cursor is clicked out of an inset.
2136
2137 2004-04-13  Angus Leeming  <leeming@lyx.org>
2138
2139         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2140         than an InsetOld one.
2141
2142 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2143
2144         * format.[Ch]: add editor to Format
2145         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2146         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2147
2148 2004-04-08  André Pönitz  <poenitz@gmx.net>
2149
2150         * metricsinfo.h: remove PainterInfo::width member
2151
2152 2004-04-08  Angus Leeming  <leeming@lyx.org>
2153
2154         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2155         "\providecommand" rather than "\newcommand", thereby preventing
2156         clashes with packages that define "\boldsymbol" themselves.
2157         Eg, beamer.
2158
2159 2004-04-08  Angus Leeming  <leeming@lyx.org>
2160
2161         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2162         thereby squashing an unnecessary warning.
2163
2164 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2165
2166         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2167         setBuffer()
2168
2169 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2170
2171         * BufferView.C (setCursor): call redoParagraph (some insets could
2172         have been opened)
2173         (putSelectionAt): remove the 'double update' trick
2174
2175         * BufferView_pimpl.C (fitCursor): call refreshPar
2176         (workAreaDispatch): remove an uneeded update call
2177         (dispatch): remove some manual update calls
2178
2179         * cursor.[Ch]: remove cached_y_, updatePos
2180         (selHandle): set noUpdate when appropriate
2181
2182         * lyxfunc.C (dispatch): track if we need an update
2183
2184         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2185
2186         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2187         (paintSelection): cheap optimization, do not call cursorX when not
2188         needed
2189         (paintPars): change signature
2190         (refreshPar): add
2191         (paintText): adjust
2192         (paintTextInset): adjust
2193
2194         * text.C: adjust
2195
2196 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2197
2198         * lengthcommon.C: compilation fix: remove explicit array size from
2199         unit_name[] and friends
2200
2201 2004-04-05  Angus Leeming  <leeming@lyx.org>
2202
2203         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2204
2205         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2206         present only for the preferences dialog.
2207         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2208
2209 2004-04-05  Angus Leeming  <leeming@lyx.org>
2210
2211         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2212         to enable the frontends to export changes to lyxrc correctly.
2213
2214         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2215
2216 2004-04-07  André Pönitz  <poenitz@gmx.net>
2217
2218         * cursor.[Ch] (selClear, adjust): remove math
2219
2220         * cursor_slice.C: more agressive assert
2221
2222         * lyxfunc.C:
2223         * BufferView_pimpl.C: rework mouse event dispatch
2224
2225         * dociterator.C:
2226         * paragraph.C:
2227         * text2.C:
2228         * text3.C: adjust
2229
2230 2004-04-05  André Pönitz  <poenitz@gmx.net>
2231
2232         * cursor.[Ch] (valign, halign...): remove unneeded functions
2233
2234 2004-04-05  Angus Leeming  <leeming@lyx.org>
2235
2236         * lyxlength.[Ch] (unit_name et al.): const-correct.
2237
2238 2004-04-05  Angus Leeming  <leeming@lyx.org>
2239
2240         * BufferView_pimpl.C:
2241         * buffer.C:
2242         * counters.C:
2243         * cursor.C:
2244         * lyxfunc.C
2245         * paragraph.C:
2246         * pariterator.C:
2247         * text.C:
2248         * text2.C:
2249         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2250
2251 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2252
2253         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2254
2255 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2256
2257         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2258         * BufferView_pimpl.[Ch] (getStatus)
2259         * BufferView.[Ch] (getStatus): add
2260         * lyxfunc.C (getStatus): move lfuns handled in
2261         BufferView::dispatch to te function above
2262         * Cursor.C (setSelection): set selection() = true
2263
2264 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2265
2266         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2267
2268 2004-03-31  Angus Leeming  <leeming@lyx.org>
2269
2270         * lyxfunc.C (dispatch): Fall through to the generic
2271         Dialogs::show("preamble").
2272
2273 2004-03-31  Angus Leeming  <leeming@lyx.org>
2274
2275         * lyxfunc.C (dispatch): Fall through to the generic
2276         Dialogs::show("spellchecker").
2277
2278 2004-03-31  Angus Leeming  <leeming@lyx.org>
2279
2280         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2281         preferences dialog.
2282
2283 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2284
2285         * BufferView.C
2286         * cursor.[Ch]
2287         * dociterator.[Ch]:
2288         * insetiterator.[Ch]:
2289         * lyxfind.C:
2290         * lyxfunc.C:
2291         * pariterator.[Ch]:
2292         * text2.C:
2293         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2294
2295 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2296
2297         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2298         insets where we are putting the cursor.
2299
2300 2004-03-31  Angus Leeming  <leeming@lyx.org>
2301
2302         * lfuns.h:
2303         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2304
2305         * lyxrc.[Ch] (read, write): overloaded member functions taking
2306         a std::[io]stream arguments.
2307
2308         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2309
2310 2004-03-31  Angus Leeming  <leeming@lyx.org>
2311
2312         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2313         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2314
2315         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2316         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2317
2318 2004-03-31  Angus Leeming  <leeming@lyx.org>
2319
2320         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2321         the LFUN_ALL_INSETS_TOGGLE code.
2322
2323 2004-03-30  Angus Leeming  <leeming@lyx.org>
2324
2325         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2326         has died. Fall through to the generic Dialogs::show("document").
2327
2328 2004-03-30  Angus Leeming  <leeming@lyx.org>
2329
2330         * lfuns.h:
2331         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2332         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2333
2334         * lyxfunc.C (getStatus, dispatch): define the actions for these
2335         lfuns. Little more than a cut and pste job from ControlDocument.C
2336
2337         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2338
2339 2004-03-30  Angus Leeming  <leeming@lyx.org>
2340
2341         * lfuns.h:
2342         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2343         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2344
2345         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2346         open/closed state of ollapsable insets. Usage:
2347
2348         all-inset-toggle <state> <name>, where
2349         <state> == "open" || "closed" || "toggle" and
2350         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2351
2352         * lyxtext.h, text2.C (toggleInset): removed.
2353
2354         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2355         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2356         now passes LFUN_INSET_TOGGLE to the found inset.
2357
2358         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2359         is now invoked as "all-insets-toggle toggle branch".
2360
2361 2004-03-30  Angus Leeming  <leeming@lyx.org>
2362
2363         * dociterator.C:
2364         * insetiterator.C:
2365         * pariterator.[Ch]: added/corrected header blurb.
2366
2367 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2368
2369         * dociterator.[Ch]: add an inset_ member
2370         (backwardPos): implemented
2371         (backwardPos, forwardPos): use inset_ when the stack is empty.
2372         (doc_iterator_begin, doc_iterator_end): implemented
2373         * pariterator.[Ch]: adjust, add begin, end
2374         * insetiterator.[Ch]: adjust, add begin, end
2375         * cursor.C:
2376         * document.C:
2377         * BufferView.C:
2378         * BufferView_pimpl.C:
2379         * CutAndPaste.C: adjust
2380
2381 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2382
2383         * buffer.C: increment file format to 232.
2384         * LaTeXFeatures.C: add bibtopic package.
2385         * bufferparams.[Ch]: param \use_bibtopic.
2386
2387         * lyxrc.[Ch]: add lyxrc bibtex_command
2388         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2389
2390         * buffer.C: increment file format to 231.
2391
2392 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2393
2394         * dociterator.C: implement forwardPar
2395         * iterators.[Ch]: remove, replaced by
2396         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2397         * BufferView.C:
2398         * BufferView_pimpl.C:
2399         * CutAndPaste.C:
2400         * buffer.C:
2401         * bufferview_funcs.C:
2402         * cursor.C:
2403         * lyxfind.C
2404         * lyxfunc.C
2405         * paragraph_funcs.C
2406         * toc.C:
2407         * Makefile.am: adjust
2408
2409 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2410
2411         * CutAndPaste.C (pasteSelection): fix 2 crashes
2412         (eraseSelection): fix a crash
2413         * paragraph_funcs.C: remove a warning
2414
2415 2004-03-28  Angus Leeming  <leeming@lyx.org>
2416
2417         * lfuns.h:
2418         * LyXAction.C (init): new LFUN_PRINT.
2419
2420         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2421
2422 2004-03-27  Angus Leeming  <leeming@lyx.org>
2423
2424         * lfuns.h:
2425         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2426
2427         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2428
2429 2004-03-27  Angus Leeming  <leeming@lyx.org>
2430
2431         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2432         insetlist always contains non-null pointers to insets.
2433
2434 2004-03-26  Angus Leeming  <leeming@lyx.org>
2435
2436         * src/BufferView_pimpl.C:
2437         * src/CutAndPaste.C:
2438         * src/buffer.C:
2439         * src/iterators.C:
2440         * src/output_plaintext.C:
2441         * src/outputparams.h:
2442         * src/paragraph_funcs.C:
2443         * src/rowpainter.C:
2444         * src/text.C:
2445         * src/text2.C:
2446         * src/frontends/controllers/ControlErrorList.C:
2447         * src/frontends/gtk/FileDialogPrivate.C:
2448         * src/frontends/gtk/GPainter.C:
2449         * src/frontends/gtk/GToolbar.C:
2450         * src/frontends/qt2/QRef.C:
2451         * src/mathed/math_scriptinset.C: squash compiler warnings.
2452
2453 2004-03-26  Angus Leeming  <leeming@lyx.org>
2454
2455         * ispell.C (LaunchIspell::start):
2456         * lyx_cb.C (AutoSaveBuffer::start):
2457         invoke run(DontWait) rather than runNonBlocking().
2458
2459 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2460
2461         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2462
2463 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2464
2465         * kbsequence.C (print): adjust
2466
2467         * kbmap.C (printKeySym): rename and change signature
2468         (printKey): use LyXKeySym::print()
2469
2470 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2471
2472         * undo.C: add using std::advance to compile for stlport
2473
2474 2004-03-24  Angus Leeming  <leeming@lyx.org>
2475
2476         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2477         it leads to a crash when no buffer is present.
2478
2479 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2480             Martin Vermeer  <martin.vermeer@hut.fi>
2481
2482         * lyxfunc.C (dispatch):
2483         * bufferparams.C (readToken): use the new LColor::setColor
2484
2485         * LColor.[Ch] (setColor): new version that takes two strings as
2486         argument and creates a new color entry if necessary
2487
2488 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2489
2490         * buffer.C (makeLaTeXFile): if the main latex file that is
2491         processed is usually a subdocument of some master, then pretend
2492         for a while that it is actually the master
2493
2494 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2495
2496         * buffer.C (getLabelList):
2497         (getBibkeyList): use getMasterBuffer()
2498         (getMasterBuffer): new method. Returns the main document in the
2499         case where one is using included documents.
2500
2501 2004-03-25  André Pönitz  <poenitz@gmx.net>
2502
2503         * Makefile.am:
2504         * iterators.[Ch]:
2505         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2506
2507         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2508
2509         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2510         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2511
2512         * ParameterStruct.h: merge with ParagraphParameters
2513
2514         * lyxtext.h: remove LyXText::parOffset() and getPar()
2515
2516         * text3.C: Remove all 'manual' update calls. We do now one per user
2517         interaction which is completely sufficient.
2518
2519         * Bidi.C:
2520         * BufferView.[Ch]:
2521         * BufferView_pimpl.C:
2522         * FontIterator.[Ch]:
2523         * MenuBackend.C:
2524         * ParagraphParameters.[Ch]:
2525         * buffer.C:
2526         * buffer.h:
2527         * bufferlist.C:
2528         * cursor.[Ch]:
2529         * cursor_slice.[Ch]:
2530         * dociterator.[Ch]:
2531         * errorlist.[Ch]:
2532         * factory.C:
2533         * lfuns.h:
2534         * lyxfind.C:
2535         * lyxfunc.C:
2536         * output_docbook.[Ch]:
2537         * output_latex.[Ch]:
2538         * output_linuxdoc.[Ch]:
2539         * output_plaintext.[Ch]:
2540         * paragraph.[Ch]:
2541         * paragraph_funcs.[Ch]:
2542         * paragraph_pimpl.[Ch]:
2543         * rowpainter.C:
2544         * tabular.[Ch]:
2545         * text.C:
2546         * text2.C:
2547         * toc.C:
2548         * undo.[Ch]: adjust
2549
2550         * frontends/controllers/ControlDocument.C:
2551         * frontends/controllers/ControlErrorList.C:
2552         * frontends/controllers/ControlSpellchecker.C:
2553         * insets/inset.C:
2554         * insets/inset.h:
2555         * insets/insetbase.h:
2556         * insets/insetbibitem.C:
2557         * insets/insetbox.C:
2558         * insets/insetbranch.C:
2559         * insets/insetcaption.C:
2560         * insets/insetcharstyle.C:
2561         * insets/insetcharstyle.h:
2562         * insets/insetcollapsable.C:
2563         * insets/insetcollapsable.h:
2564         * insets/insetert.C:
2565         * insets/insetfloat.C:
2566         * insets/insetfoot.C:
2567         * insets/insetmarginal.C:
2568         * insets/insetnote.C:
2569         * insets/insetoptarg.C:
2570         * insets/insettabular.C:
2571         * insets/insettext.C:
2572         * insets/insettext.h:
2573         * insets/insetwrap.C:
2574         * mathed/math_mboxinset.C:
2575         * mathed/math_nestinset.C:
2576         * mathed/math_scriptinset.C:
2577         * mathed/math_scriptinset.h:
2578         * support/types.h:
2579
2580 2004-03-24  Angus Leeming  <leeming@lyx.org>
2581
2582         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2583         deal with any child processes that have finished but are waiting to
2584         communicate this fact to the rest of LyX.
2585
2586 2004-03-24  Angus Leeming  <leeming@lyx.org>
2587
2588         64-bit compile fixes.
2589
2590         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2591         (c-tor): pass lyx::pos_types rather than ints.
2592
2593         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2594         lyx::pos_type.
2595
2596         * text.C (Delete): compile fix.
2597         (getPar): ensure that function declaration is the same as that in
2598         the header file.
2599
2600 2004-03-23  Angus Leeming  <leeming@lyx.org>
2601
2602         * ispell.C (LaunchIspell):
2603         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2604         a boost::shred_ptr rather than a std::auto_ptr.
2605
2606 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2607
2608         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2609         handle LFUN_FILE_INSERT_*
2610
2611         * lyxrc.C (setDefaults, getDescription, output, read):
2612         * lyxrc.h: remove ps_command
2613
2614 2004-03-22  Angus Leeming  <leeming@lyx.org>
2615
2616         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2617         Ensure that error_handler is processed once only and that all data
2618         is saved before attempting to output any warning messages.
2619
2620         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2621
2622 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2623
2624         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2625
2626 2004-03-19  André Pönitz  <poenitz@gmx.net>
2627
2628         * cursor.[Ch] (reset): take main text inset as argument
2629
2630         * BufferView: adjust
2631         * BufferView_pimpl.C: adjust
2632
2633         * paragraph.[Ch]: fix completely broken operator=()
2634
2635 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2636
2637         * LColor.C (getFromLyXName): make sure that the color name is used
2638         as lowercase.
2639
2640 2004-03-17  Angus Leeming  <leeming@lyx.org>
2641
2642         * lfuns.h:
2643         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2644
2645         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2646         dialog and to kill a forked process.
2647
2648 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2649
2650         * text2.C (setCursorFromCoordinates): fix font problem
2651
2652 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2653
2654         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2655         bogus "rebuild cursor" code
2656
2657 2004-03-11  André Pönitz  <poenitz@gmx.net>
2658
2659         * buffer.[Ch]: use InsetText instead of LyXText as container for
2660         the main lyx text.
2661
2662         * dociterator.[Ch]: drop the BufferView * member which is not needed
2663         anymore after the change to buffer.C
2664
2665         * paragraph_funcs.C:
2666         * text.C:
2667         * text2.C:
2668         * BufferView.[Ch]:
2669         * BufferView_pimpl.[Ch]:
2670         * cursor.[Ch]:
2671         * cursor_slice.[Ch]: adjust
2672
2673         * text3.C: fix bug in mathDispatch
2674
2675 2004-03-08  André Pönitz  <poenitz@gmx.net>
2676
2677         * undo.[Ch]: use 'StableDocumentIterator' as base for
2678         the Undo struct.
2679
2680 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2681
2682         * LaTeXFeatures.C:
2683         * bufferparams.[Ch]: add jurabib support and param.
2684
2685         * LaTeX.C: add FIXME/comment.
2686
2687 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2688
2689         * buffer.C: increment file format to 230.
2690
2691 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2692
2693         * cursor.C (dispatch): avoid infinite loops
2694
2695 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2696
2697         * rowpainter.C (paintSelection): fix x coordinates
2698
2699 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2700
2701         * text.C (rowBreakPoint): fix breaking before displayed insets
2702
2703 2004-03-01  André Pönitz  <poenitz@gmx.net>
2704
2705         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2706
2707         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2708
2709         * Makefile.am:
2710         * BufferView.C:
2711         * BufferView_pimpl.C:
2712         * buffer.C:
2713         * lyxfind.C:
2714         * lyxfunc.C:
2715         * text.C:
2716         * text2.C:
2717         * text3.C: adjust
2718
2719 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2720
2721         * lyxtext.h:
2722         * text.C:
2723         * text2.C:
2724         * rowpainter.C:
2725         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2726         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2727
2728 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2729
2730         * Bidi.[Ch] (computeTables): const correctness
2731         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2732         fill_hfill, fill_label_hfill and x from Row
2733         * lyxtext.h: prepareToPrint returns a RowMetrics
2734         * rowPainter.C: adjust
2735         * text.C (prepareToPrint): use width, not textWidth. adjust
2736         (redoParagraphInternal, cursorX): adjust
2737         * text2.C (getColumnNearX): adjust
2738         (init): put a default value to the top LyXText::width
2739
2740 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2741
2742         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2743
2744 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2745
2746         * lyxtext.h: add FontIterator class
2747
2748         * text.C (FontIterator, operator*, operator->, operator++): add
2749         (rowBreakPoint, setRowWidth): adjust (fixing a
2750         rebreaking bug)
2751
2752 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2753
2754         * BufferView_pimpl.C (workAreaDispatch): allow also
2755         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
2756
2757 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2758
2759         * text.C (rowBreakPoint): fix a bug showing with very large insets
2760
2761 2004-02-25  André Pönitz  <poenitz@gmx.net>
2762
2763         * text3.C:
2764         * cursor.[Ch]: move some mathed specific code to mathed
2765
2766 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2767
2768         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
2769         use_tempdir in preferences
2770         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
2771         tempfile creation
2772         * lyx_main.C: ensure that tempdir is valid
2773         * lyxlex.h: correct typo
2774         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
2775         * paragraph.[Ch] (isMultiLingual): make const
2776         * cursor.[Ch] (openable): make const
2777
2778 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2779
2780         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
2781
2782 2004-02-20  André Pönitz  <poenitz@gmx.net>
2783
2784         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2785
2786         * cursor.[Ch]: prepare for localized getStatus()
2787
2788         * lyxtext.h:
2789         * tabular.C:
2790         * text.C:
2791         * text2.C:
2792         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
2793
2794 2004-02-20  André Pönitz  <poenitz@gmx.net>
2795
2796         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
2797
2798 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2799
2800         * text2.C (setCursorFromCoordinates): switch to absolute coords
2801         (cursorUp): adjust
2802         (cursorDown): adjust
2803         * text3.C (dispatch): adjust
2804
2805 2004-02-16  André Pönitz  <poenitz@gmx.net>
2806
2807         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
2808           insets/ChangeLog)
2809
2810         * cursor_slice.[Ch]: remove unneeded acessor function
2811
2812         * lyxtext.h: rename rtl() to isRTL()
2813
2814         * rowpainter.C:
2815         * tabular.C:
2816         * text.C:
2817         * text2.C:
2818         * text3.C: adjust
2819
2820 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2821
2822         * rowpainter.C (paintSelection): coord fix
2823
2824 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
2825
2826         * Spacing.C: compile fix
2827
2828 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2829
2830         * cursor.C (dispatch): restore current_ before returning
2831
2832 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2833
2834         * text2.C (cursorUp, cursorDown): fix coords
2835         (moveUp): fix crash
2836
2837 2004-02-12  André Pönitz  <poenitz@gmx.net>
2838
2839         * lyxtext.h:
2840         * text.C:
2841         * text2.C:
2842         * text3.C: add LCursor & parameter to most cursor movement functions
2843           remove usage of LyXText::cursorRow() and cursorPar()
2844
2845         * cursor.[Ch]: add textRow() needed members
2846
2847         * BufferView.C:
2848         * BufferView_pimpl.C:
2849         * paragraph.[Ch]:
2850         * BufferView.C:
2851         * BufferView_pimpl.C: adjust
2852
2853 2004-02-11  André Pönitz  <poenitz@gmx.net>
2854
2855         * lyxfunc.C:
2856         * BufferView.[Ch]:
2857         * BufferView_pimpl.C: shift undo/redo handling
2858
2859         * cursor.[Ch]: fix mathed crash
2860
2861         * lyxfind.C:
2862         * lyxtext.h: move selectionAsText to LCursor
2863
2864         * output_latex.C:
2865         * paragraph.C:
2866         * text.C:
2867         * text2.C:
2868         * text3.C: adjust
2869
2870         * rowpainter.C: fix excessive drawing
2871
2872 2004-02-06  André Pönitz  <poenitz@gmx.net>
2873
2874         * BufferView.[Ch]:
2875         * BufferView_pimpl.[Ch]:
2876         * text3.C: move some text specific LFUN handling
2877
2878 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
2879
2880         * text3.C (checkInsetHit): adjust coords
2881         * text2.C (getColumnNearX): adjust coords
2882         (edit): adjust coords
2883         * text.C (getRowNearY): add two asserts
2884
2885 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
2886
2887         * converter.C:
2888         * format.C: add using std::distance to compile on gcc 2.95/stlport
2889
2890 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
2891
2892         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
2893
2894 2004-02-04  André Pönitz  <poenitz@gmx.net>
2895
2896         * BufferView.[Ch] (insertInset):
2897         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
2898
2899         * text2.C:
2900         * text3.C: adjust
2901
2902 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2903
2904         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
2905         on the default clause of the switch
2906         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
2907         wasn't catched by LCursor::dispatch
2908
2909 2004-02-03  André Pönitz  <poenitz@gmx.net>
2910
2911         * BufferView.C:
2912         * cursor.[Ch]: some additional asserts
2913
2914         * undo.[Ch]: remove LyXText dependency in interface
2915
2916         * lyxfunc.C: adjust
2917
2918         * lyxtext.h (firstPar, lastPar): remove dead functions
2919
2920         * text.C:
2921         * text2.C:
2922         * text3.C:
2923         * paragraph.[Ch]: adjust
2924
2925 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2926
2927         * lyxfind.C (find): fix argument order in call to ::find
2928
2929 2004-02-02  André Pönitz  <poenitz@gmx.net>
2930
2931         * cursor.[Ch]: remove direct access to anchor
2932
2933         * text.C: remove findText() hack
2934
2935 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2936
2937         * iterators.[Ch] (lockPath): remove in favour of...
2938         * BufferView.[Ch] (setCursor): this addition
2939         * BufferView.C (putSelectionAt): adjust
2940         * undo.C (performUndoOrRedo): adjust
2941         * lyxfunc.C (dispatch): adjust
2942
2943 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2944
2945         * iterators.C (lockPath): add a missing slice
2946         * undo.C (performUndoOrRedo): remove redundant positioning code
2947
2948 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2949
2950         * vc-backend.C (scanMaster): ";" -> ';'
2951
2952 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
2953
2954         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
2955         std::binary_function
2956
2957         * lyxtextclass.C (compare_name): rename to...
2958         (LayoutNamesEqual): ...this
2959
2960         * lyxlex_pimpl.C (compare_tags): inherit from
2961         std::binary_function, put back into anon namespace
2962
2963         * lyxfind.C (MatchString): inherig from std::binary_function
2964         (findChange): use empty() istead of !size()
2965
2966         * format.C (FormatNamesEqual): new functor
2967         (getFormat): use it
2968         (getNumber): use it
2969         (add): use it
2970         (erase): use it
2971         (setViewer): use it
2972
2973         * converter.C (compare_Converter): rename to...
2974         (ConverterEqual): ...this, and fixup a bit.
2975         (getConverter): use it, and make function const
2976         (getNumber): use it, and make function const
2977         (add): use it
2978         (erase): use it:
2979
2980         * bufferlist.C: add using boost::bind
2981
2982         * MenuBackend.C (MenuNamesEqual): new functor
2983         (hasMenu): use it, and make function const
2984         (hasSubmenu): use nested bind to get rid of compare_memfun.
2985
2986 2004-01-30  André Pönitz  <poenitz@gmx.net>
2987
2988         * BufferView_pimpl.C:
2989         * cursor.C:
2990         * cursor.h:
2991         * cursor_slice.[Ch]:
2992         * lyxfunc.C:
2993         * lyxtext.h:
2994         * paragraph_funcs.C:
2995         * paragraph_funcs.h:
2996         * rowpainter.C:
2997         * text.C:
2998         * text2.C:
2999         * text3.C: move some of the edit(x,y) handling to the insets
3000         some coordinate changes.
3001
3002 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
3003
3004         * text.C: add using statements for std::advance and std::distance
3005
3006         * paragraph.C: add using statement for std::distance
3007
3008         * lyxfind.C: add using statement for std::advance
3009
3010         * cursor.C (region): remove std:: from swap
3011         (openable): use nucleus in stead of operator->
3012
3013         * BufferView.C: add using statements for std::distance and std::swap
3014
3015 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
3016
3017         * iterators.C: Remove the pimple, move the needed structures to
3018         the header file. Create accessor for the positions stack.
3019         (asPosIterator): remove function
3020
3021         * PosIterator.C (PosIterator): move constructors to top of file
3022         (PosIterator): reimplement the constructor taking a ParIterator in
3023         terms of setFrom.
3024         (setFrom): new function
3025         (operator!=): inline it
3026
3027 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
3028
3029         * lyxfind.C (replaceAll): use std::advance
3030
3031         * iterators.h: inherit from std::iterator.
3032
3033         * PosIterator.C (advance, distance): remove
3034         * PosIterator.h: interit from std::iterator.
3035
3036 2004-01-26  André Pönitz  <poenitz@gmx.net>
3037
3038         * BufferView.[Ch]:
3039         * BufferView_pimpl.[Ch]:
3040         * InsetList.[Ch]:
3041         * PosIterator.[Ch]:
3042         * buffer.h:
3043         * bufferview_funcs.C:
3044         * cursor.[Ch]:
3045         * cursor_slice.h:
3046         * factory.[Ch]:
3047         * iterators.[Ch]:
3048         * lyxfind.C:
3049         * lyxfunc.C:
3050         * lyxtext.h:
3051         * output_docbook.C:
3052         * output_latex.C:
3053         * output_linuxdoc.C:
3054         * output_plaintext.C:
3055         * paragraph.[Ch]:
3056         * paragraph_funcs.[Ch]:
3057         * paragraph_pimpl.[Ch]:
3058         * rowpainter.C:
3059         * tabular.C:
3060         * tabular.h:
3061         * text.C:
3062         * text2.C:
3063         * text3.C: more IU:  dumps most of the rest of the mathcursor
3064     implementation into cursor.[Ch]; "globalize" a bit of it.
3065
3066 2004-01-25  Angus Leeming  <leeming@lyx.org>
3067
3068         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3069
3070 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3071
3072         * LaTeXFeatures.h: add nice_ and nice() const
3073         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3074
3075 2004-01-20  André Pönitz  <poenitz@gmx.net>
3076
3077         * BufferView.[Ch]:
3078         * BufferView_pimpl.C:
3079         * PosIterator.C:
3080         * bufferview_funcs.C:
3081         * cursor.[Ch]:
3082         * cursor_slice.[Ch]:
3083         * factory.C:
3084         * iterators.C:
3085         * lyx_cb.C:
3086         * lyxfind.C:
3087         * lyxfunc.C:
3088         * lyxtext.h:
3089         * rowpainter.C:
3090         * text.C:
3091         * text2.C:
3092         * text3.C:
3093         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3094           LCursor and mathcursor parts to LCursor and InsetBase.
3095
3096 2004-01-15  André Pönitz  <poenitz@gmx.net>
3097
3098         * cursor_slice.[Ch]: add a few covienience functions
3099
3100         * funcrequest.[Ch]: remove BufferView * member
3101
3102         * BufferView_pimpl.C:
3103         * cursor.C:
3104         * factory.[Ch]:
3105         * lyxfind.[Ch]:
3106         * lyxfunc.C:
3107         * lyxtext.h:
3108         * text3.C:
3109         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3110
3111 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3112
3113         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3114         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3115
3116 2004-01-13  André Pönitz  <poenitz@gmx.net>
3117
3118         * textcursor.[Ch]:
3119         * lyxtext.h: hide cursor and selection anchor behind accessor function
3120
3121         * BufferView.C:
3122         * BufferView_pimpl.[Ch]:
3123         * PosIterator.C:
3124         * bufferview_funcs.C:
3125         * cursor.h:
3126         * lyxfind.C:
3127         * lyxfunc.C:
3128         * text.C:
3129         * text2.C:
3130         * text3.C:
3131         * undo.C: adjust
3132
3133         * cursor.h:
3134         * cursor_slice.[Ch]: some integer type changes for inset unification
3135
3136         * lyxcursor.[hC]: remove, it's CursorSlice now.
3137
3138         * Makefile.am:
3139         * BufferView_pimpl.[Ch]:
3140         * bufferview_funcs.C:
3141         * cursor_slice.C:
3142         * lyxtext.h:
3143         * text.C:
3144         * text2.C:
3145         * text3.C:
3146         * textcursor.[Ch]: adjust
3147
3148 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3149
3150         * text2.C (undoSpan): add and use
3151         * text.C (breakParagraph): use undoSpan (fix bug 578)
3152         * lyxtext.h: adjust
3153
3154 2004-01-08  Angus Leeming  <leeming@lyx.org>
3155
3156         * BufferView_pimpl.C (MenuInsertLyXFile):
3157         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3158         * lyxfunc.C (menuNew, open, doImport):
3159         FileFilterList change to the FileDialog open and save functions.
3160
3161 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3162
3163         * ShareContainer.h: make isEqual and isUnique adaptable
3164
3165         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3166
3167 2004-01-07  Angus Leeming  <leeming@lyx.org>
3168
3169         * LyXAction.C:
3170         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3171
3172         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3173
3174         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3175         functions replacing find, replace and replaceAll.
3176
3177         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3178         LFUN_WORDFIND(FORWARD|BACKWARD).
3179
3180 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3181
3182         * text.C (breakParagraph): remove an outdated #warning
3183
3184 2004-01-07  André Pönitz  <poenitz@gmx.net>
3185
3186         * lyxfind.C: somewhat clearer logic
3187
3188         * text.C: prevent crash in cursorX on unitialized row cache
3189
3190 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3191
3192         * lyxcursor.[Ch] (operator>): add
3193         * textcursor.C (selStart, selEnd): use std::min and std::max
3194
3195 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3196
3197         * Chktex.C: include boost/format.hpp
3198
3199 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3200
3201         * InsetList.C: replace functor MathcIt with adaptable functor
3202         InsetTablePosLess
3203         (insetIterator): modify accordingly
3204
3205         * BranchList.h: move the BranchNamesEqual functor here from...
3206         * BranchList.C: ... to here
3207
3208         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3209         SameName and match.
3210         (add): replace a finding loop with std::find_if.
3211
3212 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3213
3214         * output_docbook.C: moving LatexParam functionality into
3215         .layout files
3216
3217 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3218
3219         * buffer.C: increment format to 229.
3220
3221 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3222
3223         * LaTeXFeatures.C:
3224         * lyx_sty.[Ch]: remove minipageindent_def
3225
3226         * LyXAction.C:
3227         * factory.C:
3228         * lfuns.h:
3229         * lyxfunc.C:
3230         * text3.C: remove LFUN_INSET_MINIPAGE
3231
3232 2003-12-28  Angus Leeming  <leeming@lyx.org>
3233
3234         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3235
3236 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3237
3238         * text2.C (setParagraph): fix off-by-one crash
3239
3240 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3241
3242         * output_docbook.C: header stuff for AGU
3243
3244 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3245
3246         * text2.C (redoCursor): remove
3247         * text.C:
3248         * text3.C:
3249         * BufferView_pimpl.C: remove calls to redoCursor and
3250         setCursor(cursor.par(), cursor.pos()) all around
3251
3252 2003-12-15  Angus Leeming  <leeming@lyx.org>
3253
3254         * buffer.C: up the format to 228.
3255
3256 2003-12-15  André Pönitz  <poenitz@gmx.net>
3257
3258         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3259         slices
3260
3261         * Makefile.am:
3262
3263         * BufferView_pimpl.C:
3264         * cursor.[Ch]:
3265         * lyxcursor.[Ch]:
3266         * rowpainter.[Ch]:
3267         * lyxtext.h:
3268         * text.C:
3269         * text2.C:
3270         * text3.C: adjust
3271
3272 2003-12-15  Angus Leeming  <leeming@lyx.org>
3273
3274         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3275         than getFromGUIName to manipulate the color.
3276
3277 2003-12-14  Angus Leeming  <leeming@lyx.org>
3278
3279         * BranchList.[Ch]: minimize the API.
3280         (Branch::getBranch, getColor): now return a 'const &'.
3281         (Branch::setSelected) now returns a bool set to true if the
3282         selection status changes.
3283         (BranchList::clear, size, getColor, setColor, setSelected,
3284         allBranches, allSelected, separator): removed.
3285         (BranchList::find): new functions, returning the Branch with
3286         the given name.
3287         (BranchList::add, remove): return a bool indicating that
3288         the operation was successful.
3289
3290         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3291         new InsetBranch::isBranchSlected member function.
3292
3293         * LColor.[Ch]: mimimize the API.
3294         (fill): renamed as addColor and made private.
3295         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3296         versions of these functions taking a string arg have been removed.
3297
3298         * bufferparams.C (readToken):
3299         * lyxfunc.C (dispatch):
3300         * lyxrc.C (read): changes due to the altered BranchList and
3301         LColor APIs.
3302
3303         * factory.C (createInset, readInset): changes due to altered
3304         InsetBranch c-tor.
3305
3306 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3307
3308         * factory.C:
3309         * lyxfunc.C: remove insetminipage. "minipage-insert"
3310         now produces a frameless minipage box inset.
3311
3312 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3313
3314         * textcursor.[Ch] (selStart,selEnd): add new methods
3315         remove selection::start, end, use LyXCursor::operator<
3316         * lyxcursor.[Ch] (operator<): add
3317         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3318         * BufferView.[Ch] (unsetXSel): add
3319         * text2.C (clearSelection): use unsetXSel,adjust
3320         * text.C: adjust
3321         * text3.C: adjust
3322         * rowpainter.C: adjust
3323         * bufferview_funcs.C (put_selection_at): adjust
3324
3325 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3326
3327         * BufferView_pimpl.C: small coord. correction
3328
3329 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3330
3331         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3332         dragging over the splash screen.
3333
3334 2003-12-11  Angus Leeming  <leeming@lyx.org>
3335
3336         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3337         as it is now handled in LyXText::dispatch.
3338
3339         * text3.C (doInsertInset): remove a level of nesting.
3340
3341 2003-12-11  Angus Leeming  <leeming@lyx.org>
3342
3343         * factory.C (createInset): changes due to the changed interface to
3344         InsetCommandMailer::string2params.
3345
3346 2003-12-10  Angus Leeming  <leeming@lyx.org>
3347
3348         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3349         'dialog-show-new-inset <inset name>'
3350
3351 2003-12-10  Angus Leeming  <leeming@lyx.org>
3352
3353         * buffer.C: up the format to 227.
3354
3355         * factory.C: the box inset is now identified simply by 'Box'.
3356
3357 2003-12-10  Angus Leeming  <leeming@lyx.org>
3358
3359         * buffer.C: up the format to 226.
3360
3361         * factory.C: the note inset is now identified simply by 'Note'.
3362
3363 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3364
3365         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3366         when a pit is enough. Standarize a couple of loops.
3367
3368 2003-12-05  Angus Leeming  <leeming@lyx.org>
3369
3370         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3371         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3372         data to the re-worked "log" dialog.
3373
3374 2003-12-03  André Pönitz  <poenitz@gmx.net>
3375
3376         * PosIterator.C:
3377         * iterators.C:
3378         * lyxtext.h:
3379         * output_latex.C:
3380         * paragraph_funcs.C:
3381         * text.C:
3382         * text2.C: use Inset::getText instead of Inset::getParagraph
3383
3384 2003-12-03  André Pönitz  <poenitz@gmx.net>
3385
3386         * buffer.[Ch]:
3387         * lyxtext.h:
3388         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3389         InsetText::read() as LyXText::read()
3390
3391 2003-12-02  Angus Leeming  <leeming@lyx.org>
3392
3393         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3394         type. Add a comment in the implementation that the function uses
3395         the stream's bad() function rather than fail() as the std::streams
3396         would do.
3397
3398 2003-12-02  André Pönitz  <poenitz@gmx.net>
3399
3400         * lyxlex.[Ch]: make interface more similar to std::stream
3401
3402         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3403
3404 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3405
3406         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3407
3408 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3409
3410         * vspace.[Ch]: remove VSpace::NONE
3411
3412 2003-12-01  André Pönitz  <poenitz@gmx.net>
3413
3414         * buffer.[Ch]:
3415         * lyxtext.h: move ParagraphList member to LyXText
3416         rename LyXText::ownerParagraphs to LyXText::paragraph
3417
3418         * CutAndPaste.C:
3419         * bufferview_funcs.C:
3420         * iterators.[Ch]:
3421         * lyx_cb.C:
3422         * paragraph.C:
3423         * rowpainter.C:
3424         * tabular.C:
3425         * text.C:
3426         * text2.C:
3427         * text3.C: adjust
3428
3429         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3430
3431         * undo.C: fix cursor positioning
3432
3433 2003-12-01  John Levon  <levon@movementarian.org>
3434
3435         * BufferView_pimpl.C: fix a crash on exit with
3436         a buffer open
3437
3438 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3439
3440         * BranchList.C: fix setSelected() method.
3441
3442 2003-11-28  André Pönitz  <poenitz@gmx.net>
3443
3444         * ParagraphParameters.[Ch]:
3445         * ParameterStruct.h: remove space above/below from Paragraph to
3446          InsetVSpace
3447
3448         * BufferView_pimpl.C:
3449         * factory.C:
3450         * lyxfunc.C:
3451         * lyxtext.h:
3452         * output_latex.C:
3453         * paragraph.C:
3454         * paragraph_funcs.C:
3455         * rowpainter.[Ch]:
3456         * text.C:
3457         * text2.C:
3458         * text3.C: adjust
3459
3460 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3461
3462         * factory.C: Syntax change for CharStyles
3463
3464 2003-11-28  André Pönitz  <poenitz@gmx.net>
3465
3466         * BufferView.[Ch]:
3467         * BufferView.[Ch]:
3468         * buffer.[Ch]:
3469         * buffer.[Ch]: move LyXText member
3470
3471 2003-11-28  André Pönitz  <poenitz@gmx.net>
3472
3473         * BufferView.[Ch]: make LyXText * text a private member
3474
3475         * BufferView_pimpl.C:
3476         * cursor.C:
3477         * iterators.C:
3478         * lyx_cb.C:
3479         * lyxfind.C:
3480         * lyxtext.h:
3481         * rowpainter.[Ch]:
3482         * text.C:
3483         * text2.C:
3484         * undo.C: adjust
3485
3486         * output_plaintext.C: cleanup
3487
3488 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3489
3490         * buffer.C:
3491         * lyxtextclass.[Ch]: parametrize SGML document header
3492
3493 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3494
3495         * converter.[Ch]:
3496         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3497         getFlavor().
3498
3499 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3500
3501         * text2.C (setFont): rework using PosIterator (no more recursive)
3502         (setCharFont): no more needed
3503         (setLayout): no more selection cursors fiddling (done by redoCursor)
3504         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3505         destroy remaining ones)
3506
3507 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3508
3509         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3510         * lyxtext.h: ditto
3511         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3512         selection cursors
3513         * lyxfunc.C: adjust
3514         * text3.C: adjust + re-allow multi par depth changes
3515         * textcursor.C: simplify a bit
3516
3517 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3518
3519         * src/buffer.C:
3520         * src/lyxlayout.C:
3521         * src/lyxlayout.h:
3522         * src/lyxtext.h:
3523         * src/output_docbook.C:
3524         * src/output_latex.C:
3525         * src/paragraph.C:
3526         * src/paragraph.h:
3527         * src/sgml.C:
3528         * src/sgml.h:
3529         * src/text2.C: Introducing a number of tags parametrizing various
3530         XML formats that we may want to support
3531
3532 2003-11-25  André Pönitz  <poenitz@gmx.net>
3533
3534         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3535
3536         * lyxtext.h (leftMargin/rightMargin): simplify interface
3537
3538         * rowpainter.C:
3539         * text.C:
3540         * text2.C:
3541         * text3.C: adjust
3542
3543 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3544
3545         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3546         master file to any child files. Fixes bug 546.
3547
3548 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3549
3550         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3551
3552 2003-11-24  André Pönitz  <poenitz@gmx.net>
3553
3554         * rowpainter.C: simplification
3555
3556         * text2.C (updateCounters): remove call to redoParagraph on
3557         changed labels as this is far too expensive.
3558
3559 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3560
3561         * converter.C (convert): fix a crash: this function gets
3562         called with buffer == 0 from importer code.
3563
3564 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3565
3566         * text3.C (cursorPrevious): make sure that we do not compare
3567         iterators form different containers.
3568         (cursorNext): ditto
3569
3570         * rowpainter.C (paintSelection): make sure that we do not compare
3571         iterators from different containers.
3572
3573         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3574         iterators from different ParagraphList containers.
3575         [NEXT] ditto
3576
3577         * text2.C (LyXText): change order of initialization slightly
3578         (operator=): new function. copy all variables except cache_par_
3579         (moveUp): make sure that we do not compare iterators from
3580         different ParagraphList constainers.
3581         (moveDown): ditto
3582
3583         * text.C (firstPar): new function
3584         (lastPar): new function
3585         (endPar): new function
3586
3587         * lyxtext.h: move things around and group public functions, public
3588         variables, private functions, private variables
3589
3590 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3591
3592         * factory.C: change call to InsetERT constructor to avoid
3593         additional invocation of method status
3594         * text2.C (toggleInset): remove redundant update() call
3595         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3596         instead of a Bufferview pointer
3597
3598 2003-11-21  André Pönitz  <poenitz@gmx.net>
3599
3600         * rowpainter.C: simplification
3601
3602 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3603
3604         * text3.C (dispatch): make possible to extend a word/row selection
3605         with the mouse
3606
3607 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3608
3609         * lyxtext.h: x0_,y0_ -> xo_,yo_
3610         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3611         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3612         * rowpainter.C (paintRows): paint full paragraphs
3613
3614 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3615
3616         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3617         screen coordinates)
3618
3619 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3620
3621         * lyxtext.h: add x0_, y0_
3622         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3623         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3624
3625 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3626
3627         * text2.C (setCursorIntern): move the x_target update here *
3628         * text3.C: change some bv() to true/false in calls to
3629         cursorUp/Down/Right/Left
3630         * cursor.C: use helper function.
3631
3632 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3633
3634         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3635         * paragraph_funcs.[Ch]: correct comment
3636         * rowpainter.C: do not paint selections away from bv->cursor()
3637         Fix a long standing selection painting bug.
3638         * text3.C: generalize mouse-selection code to LyXTexts other that
3639         top one
3640         * textcursor.C: do not use y coords if we can use par offsets
3641
3642 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3643
3644         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3645         cursor position after e.g. inset insert)
3646
3647 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3648
3649         * lyxfind.C (replace): adjust to locking removal + some
3650         code simplification
3651
3652 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3653
3654         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3655         of the path
3656
3657 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3658
3659         * lyxlayout.[Ch]:
3660         * output_docbook.C: XML sanitation: new layout
3661         parameters InnerTag and CommandDepth
3662
3663 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3664
3665         * BufferView_pimpl.C:
3666         * factory.C:
3667         * text3.C: Fix the insertion and modification of button-style
3668         insets
3669
3670 2003-11-13  André Pönitz  <poenitz@gmx.net>
3671
3672         * InsetList.[Ch]: remove deleteLyXText
3673
3674         * paragraph.[Ch]: cache beginOfBody position
3675
3676         * Bidi.C:
3677         * text.C:
3678         * text2.C:
3679         * text3.C: remove superfluous update() calls
3680
3681         * vspace.C: cleanup
3682
3683 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3684
3685         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3686         * BufferView.C (fitLockedInsetCursor): remove
3687         * cursor.[Ch] (getDim): add
3688         * text.C (getRowNearY): add faster version
3689         * text3.C: remove some update calls
3690
3691 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3692
3693         * LaTeXFeatures.C:
3694         * LyXAction.C:
3695         * MenuBackend.C:
3696         * MenuBackend.h:
3697         * dispatchresult.h:
3698         * factory.C:
3699         * lfuns.h:
3700         * lyxfunc.C:
3701         * lyxtextclass.C:
3702         * lyxtextclass.h:
3703         * text3.C: The Character Style /XML short element patch.
3704
3705 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3706
3707         * text3.C:
3708         * factory.C: Small step to solving 'unable to insert some insets'
3709         problem
3710
3711 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3712
3713         * cursor.[Ch] (updatePos): new function for updating the y
3714         position of the tip inset
3715         * bufferview_funcs.C (put_selection_at):
3716         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3717
3718 2003-11-11  André Pönitz  <poenitz@gmx.net>
3719
3720         * text.C: remove big comment on invalid Paragraph pointers as it is
3721         not valid anymore
3722
3723 2003-11-11  André Pönitz  <poenitz@gmx.net>
3724
3725         * text_funcs.[Ch]: merge with ...
3726
3727         * text.C: ... this
3728
3729         * lyxtext.h:
3730         * text2.C:
3731         * text3.C: adjust
3732
3733         * Makefile.am: remove text_funcs.[Ch]
3734
3735 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3736
3737         * cursor.C (getPos): return absolute cached y coord
3738
3739         * BufferView_pimpl.C (fitCursor): new simplistic code
3740         (workAreaDispatch): add a fitCursor call
3741
3742 2003-11-10  André Pönitz  <poenitz@gmx.net>
3743
3744         * BufferView.[Ch]:
3745         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3746
3747 2003-11-10  André Pönitz  <poenitz@gmx.net>
3748
3749         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3750         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3751         indicate that the cursor needs to leave an inset
3752
3753         * lyxtext.h: remove inset locking
3754
3755         * cursor.[Ch]: re-implement functionality provided by inset locking
3756
3757         * BufferView.[Ch]:
3758         * BufferView_pimpl.[Ch]:
3759         * LyXAction.C:
3760         * bufferview_funcs.[Ch]:
3761         * factory.C:
3762         * funcrequest.[Ch]:
3763         * iterators.C:
3764         * lyx_cb.C:
3765         * lyxfind.C:
3766         * lyxfunc.C:
3767         * text.C:
3768         * text2.C:
3769         * text3.C:
3770         * undo.C: adjust
3771
3772 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
3773
3774         * PosIterator.[Ch]: replace the stack with a vector, add inset
3775         accesor
3776         * iterators.[C]: adjust
3777
3778 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3779
3780         * lyxfind.C (replaceAll): mark the buffer dirty if something was
3781         replaced
3782         * paragraph_funcs.C (readParToken): put the correct id in the
3783         error item, not the id of the top paragraph
3784
3785 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3786
3787         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
3788         * bufferview_funcs.C (put_selection_at): use the above
3789
3790 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3791
3792         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
3793
3794 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3795
3796         * output_linuxdoc.h:
3797         * output_plaintext.h:
3798         * output.h:
3799         * output_docbook.h: add #include statements
3800
3801 2003-11-05  José Matos  <jamatos@lyx.org>
3802
3803         * output_docbook.[Ch]:
3804         * output_latex.[Ch]:
3805         * output_linuxdoc.[Ch]:
3806         * output_plaintext.[Ch]: New files for output formats.
3807         * output.[Ch]: New file for helper functions.
3808
3809         * buffer.[Ch]:
3810         * paragraph_funcs.[Ch]: output functions moved to new files.
3811
3812         * outputparams.h: rename of latexrunparams.h
3813
3814         * LaTeX.[Ch]:
3815         * buffer.[Ch]:
3816         * bufferlist.[Ch]:
3817         * converter.[Ch]:
3818         * exporter.C:
3819         * paragraph.[Ch]:
3820         * paragraph_funcs.[Ch]:
3821         * paragraph_pimpl.[Ch]:
3822         * tabular.[Ch]: rename ascii to plaintext
3823         and LatexRunParams to OutputParams.
3824
3825 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3826
3827         * iterators.[Ch] (text): require bv argument
3828         * undo.C (recordUndo):
3829         * lyxfunc.C (dispatch):
3830         * bufferview_funcs.C (put_selection_at): adjust
3831
3832 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
3833
3834         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
3835
3836 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3837
3838         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
3839         nestings
3840
3841 2003-11-04  André Pönitz  <poenitz@gmx.net>
3842
3843         * cursor.[Ch]: restructure
3844
3845         * BufferView.[Ch]:
3846         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
3847
3848         * iterators.[Ch] (asCursor): remove
3849
3850         * lfuns.h: remove LFUN_INSET_EDIT
3851
3852         * lyxfunc.C:
3853         * tabular.C:
3854         * text.C:
3855         * text2.C:
3856         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
3857
3858 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3859
3860         * lyxfind.[Ch]: complete overhaul
3861         * BufferView_pimpl.C:
3862         * lyxfunc.C: adjust
3863         * paragraph.[Ch] (insert): add
3864
3865 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3866
3867         * BufferView.[Ch]:
3868         * lyxtext.h:
3869         * text.C: remove dead spellcheck code
3870
3871 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3872
3873         * dispatchresult.h: add a val setter
3874
3875         * cursor.C (dispatch): use a tempvar for data_[i]
3876
3877 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3878
3879         * PosIterator.[Ch]: compile fix
3880
3881 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3882
3883         * text.C (cursorPar): deactivate the cursor cache
3884
3885 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3886
3887         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
3888
3889 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3890
3891         * text3.C (dispatch): adjust for new DisptchResult semantics.
3892
3893         * lyxfunc.C (dispatch): handle update when return from
3894         Cursor::dispatch, adjust for new DispatchResult semantics.
3895
3896         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
3897         DispatchResult(true) mean to not update. Add class functions for
3898         setting dispatched and update, as well as reading.
3899
3900         * cursor.C (dispatch): don't handle update here
3901
3902 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3903
3904         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
3905         * trans_mgr.C: adjust
3906
3907         * paragraph_funcs.C (readParToken): exception safety
3908
3909         * lyxvc.h: store the vcs pointer in a scoped_ptr
3910         * lyxvc.C: adjust
3911
3912         * lyxsocket.C (serverCallback): exception safety
3913
3914         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
3915
3916         * ispell.C (clone): make it return a auto_ptr
3917
3918         * factory.C (createInset): exception safety
3919         (readInset): exception safety
3920
3921         * bufferlist.C (newBuffer): exception safety
3922
3923         * Thesaurus.C (Thesaurus): use initialization for aik_
3924
3925         * MenuBackend.C (expandToc): exception safety.
3926
3927 2003-11-03  André Pönitz  <poenitz@gmx.net>
3928
3929         * buffer.C:
3930         * buffer.h:
3931         * bufferview_funcs.C: remove getInsetFromId()
3932
3933         * lyxcursor.[Ch]:
3934         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
3935
3936         * lyxfunc.C:
3937         * text2.C:
3938         * text3.C: adjust
3939
3940 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3941
3942         * PosIterator.C (distance, advance): new
3943         * bufferview_funcs.[Ch] (put_selection_at): new
3944         * iterators.[Ch] (lockPath): new
3945
3946 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
3947
3948         * iterators.[Ch] (asPosIterator): added
3949         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
3950         * PosIterator.[Ch]: added
3951
3952 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3953
3954         * text3.C:
3955         * lyxfunc.C:
3956         * cursor.C (dispatch):
3957         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
3958
3959         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
3960         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
3961         contructor, add a class function dispatched. Remove operator>=
3962
3963 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3964
3965         * debug.C: only use the default constructor for debugstream
3966         (lyxerr) here.
3967
3968         * main.C (main): include debug.h and setup the lyxerr streambuf
3969         here.
3970
3971 2003-10-31  José Matos  <jamatos@lyx.org>
3972
3973         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
3974
3975         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
3976         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
3977         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3978         * paragraph_pimpl.C (simpleTeXSpecialC):
3979         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
3980         add LatexRunParams argument.
3981
3982         * exporter.C (Export): change call accordingly.
3983
3984         * latexrunparams.h: add new member to take care of the other backends.
3985 2003-10-30  José Matos  <jamatos@lyx.org>
3986
3987         * buffer.C (makeLinuxDocFile, makeDocBookFile):
3988         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3989         factorise code for paragraph output.
3990         * buffer.[Ch]:
3991         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
3992         move functions.
3993
3994 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3995
3996         * text3.C (dispatch):
3997         * lyxfunc.C (dispatch):
3998         * cursor.C (dispatch):
3999         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
4000
4001         * dispatchresult.h: make the dispatch_result_t ctor explicit
4002
4003 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
4004
4005         * sgml.[Ch]:
4006         * buffer.C: small refactoring of docbook stuff
4007
4008 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4009
4010         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
4011         meaning.
4012
4013 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4014
4015         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
4016         operator dispatch_result_t, and operators for == != and >=
4017
4018         * cursor.C (dispatch): adjust for operator dispatch_result_t
4019         removal. comment out call to update
4020
4021         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
4022
4023 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4024
4025         * text3.C:
4026         * text2.C:
4027         * text.C:
4028         * lyxtext.h:
4029         * lyxfunc.C:
4030         * cursor.C:
4031         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4032         (dispatch):
4033
4034         * dispatchresult.h: new file, DispatchResult broken out of
4035         insets/insetbase.h
4036
4037         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4038
4039 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4040
4041         * text.C (rowBreakPoint): put a hack inside #if 0
4042
4043 2003-10-28  André Pönitz  <poenitz@gmx.net>
4044
4045         * lyxtext.h:
4046         * metricsinfo.C:
4047         * paragraph_funcs.C:
4048         * rowpainter.C:
4049         * text.C:
4050         * text2.C: general cleanup (lots of small stuff)
4051
4052 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4053
4054         * text2.C (cursorEnd): simple fix to the "end key goes to one
4055         before the end on last row" bug
4056
4057 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4058
4059         * text.C (backspace): fix the "zombie characters"
4060
4061 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4062
4063         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4064
4065 2003-10-27  André Pönitz  <poenitz@gmx.net>
4066
4067         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4068
4069         * factory.C: handle new InsetPagebreak, InsetLine
4070
4071         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4072         and move handling into new InsetPagebreak, InsetLine
4073
4074         * BufferView_pimpl.C:
4075         * LyXAction.C:
4076         * ParagraphParameters.C:
4077         * ParameterStruct.h:
4078         * lyxfunc.C:
4079         * lyxtext.h:
4080         * paragraph.C:
4081         * paragraph.h:
4082         * paragraph_funcs.C:
4083         * paragraph_pimpl.C:
4084         * rowpainter.C:
4085         * text.C:
4086         * text2.C:
4087         * text3.C: adjust
4088
4089 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4090
4091         * text.C:
4092         * lyxrow_funcs.[Ch]:
4093         * Bidi.C:
4094         * paragraph.C:
4095         * lyxtext.h:
4096         * rowpainter.C:
4097         * text2.C:
4098         * text3.C: remove lastPos uses in favour of Row::endpos
4099
4100 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4101
4102         * undo.C (performUndoOrRedo): fix two crashes by setting a
4103         cursor by hand and reordering some calls. Use bv->lockInset instead
4104         of inset->edit because the latter loses cursor information
4105
4106 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4107
4108         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4109         by Martin
4110         (rowBreakPoint): fix width. change point to point + 1.
4111         Add a missing check.
4112
4113 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4114
4115         * MenuBackend.C:
4116         * lyxfunc.C: fix (at least partly) the problems
4117         with the Nav menu and headers inside branch insets
4118         reported by Kayvan
4119
4120 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4121
4122         * paragraph.C (getChar): add strong asserts
4123
4124         * lyxrow_funcs.C (lastPos): remove hideous hack
4125
4126         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4127         (fill): adjust to that (avoid an infinite loop)
4128
4129 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4130
4131         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4132
4133 2003-10-23  André Pönitz  <poenitz@gmx.net>
4134
4135         * RowList_fwd.h: change list<> to vector<> to gain speed
4136         after suggestion from Alfredo
4137
4138 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4139
4140         * lyxtext.h: move the bidi stuff from here...
4141         * text.C: and here
4142         * text2.C: and here
4143         * Bidi.[Ch]: ... to here
4144
4145 2003-10-23  André Pönitz  <poenitz@gmx.net>
4146
4147         * lyxtext.h:
4148         * text.C (isLastRow, isFirstRow): new functions
4149
4150         * paragraph.h: new width cache member
4151
4152         * rowpainter.C: replace RowList::iterator with Row & where possible
4153
4154         * lyxfunc.C: replace several view()->text with a single call
4155
4156         * toc.C: fix 'unused' warning
4157
4158 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4159
4160         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4161         when woring with stream::pos_type
4162         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4163
4164 2003-10-22  André Pönitz  <poenitz@gmx.net>
4165
4166         * lyxtext.h:
4167         * text.C: use Row & instead of RowList::iterator
4168
4169         * lyxrow.h: rename end() to endpos()
4170
4171         * rowpainter.C:
4172         * text.C:
4173         * text2.C: adjust
4174
4175 2003-10-22  Angus Leeming  <leeming@lyx.org>
4176
4177         * buffer.[Ch] (fully_loaded): new member function, returning true
4178         only when the file has been loaded fully.
4179         Used to prevent the premature generation of previews and by the
4180         citation inset to prevent computation of the natbib-style label.
4181
4182         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4183         templates are all set up.
4184
4185         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4186
4187 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4188
4189         * text.C: fixed an "oops" in the "is a bit silly"
4190         bug fix
4191
4192 2003-10-21  André Pönitz  <poenitz@gmx.net>
4193
4194         * FuncStatus.[Ch]: small stuff, whitespace
4195
4196         * lyxfont.[Ch]: operator<<() for debug reasons
4197
4198         * lyxfunc.C:
4199         * lyxrow_funcs.C:
4200         * lyxtext.h: whitespace, spelling
4201
4202         * paragraph.C: naming of variables
4203
4204         * text.C:
4205         * text2.C: small stuff
4206
4207
4208 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4209
4210         * text.C: (1) finish off the inset display() work;
4211         (2) fix the "is a bit silly" bug (accessing char
4212         past end of par).
4213
4214 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4215
4216         * text.C: re-introduce display() for insets, fixing the
4217         various bugs (stretch of line above, math inset
4218         positioning, ...)
4219
4220 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4221
4222         * text.C (rightMargin): remove spurious semicolon
4223
4224         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4225         1415)
4226
4227 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4228
4229         * text3.C: fix one crash due to wrong cursor def
4230
4231 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4232
4233         * vc-backend.C (scanMaster): make the regex static
4234
4235         * LaTeX.C (scanAuxFile): make the regexs static
4236
4237         * text3.C (doInsertInset, dispatch, dispatch):
4238         * text2.C (cursorUp, cursorDown):
4239         * text.C (selectNextWordToSpellcheck):
4240         * BufferView_pimpl.C (dispatch):
4241         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4242
4243 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4244
4245         * lyxsocket.C: include <cerrno>
4246
4247 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4248
4249         * lyxfunc.C (dispatch): remove textcache stuff
4250
4251         * bufferlist.C (release): remove textcache stuff
4252         (closeAll): ditto
4253
4254         * TextCache.C: delete file
4255         * TextCache.h: delete file
4256
4257         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4258
4259         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4260         delete of the bv_->text.
4261         (resizeCurrentBuffer): remove texcache stuff
4262         (workAreaResize): ditto
4263
4264 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4265
4266         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4267         action.
4268
4269 2003-10-16  André Pönitz  <poenitz@gmx.net>
4270
4271         * lyxrow.[Ch]:
4272         * paragraph.h:
4273         * rowpainter.C:
4274         * text.C:
4275         * text2.C:
4276         * text3.C: speed up by storing y positions per paragraph plus per-row
4277         offset instead of having a 'full' y position in the row.
4278
4279 2003-10-15  André Pönitz  <poenitz@gmx.net>
4280
4281         * iterators.[Ch]:
4282         * iterators.[Ch]:
4283         * undo.[Ch]: make undo aware of inner insets
4284
4285 2003-10-14  Angus Leeming  <leeming@lyx.org>
4286
4287         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4288         static member functions LyX::ref() and LyX::cref.
4289         (lastfiles): new accessor functions for the new lastfiles_ member var.
4290         (addLyXView, views_): add a new LyXView to the list of views_.
4291         (updateInset): loop over all LyXViews to call their own updateInset
4292         member function, returning a pointer to the Buffer owning the inset.
4293
4294         * BufferView_pimpl.C (loadLyXFile):
4295         * MenuBackend.C (expandLastfiles):
4296         * bufferlist.C (MenuWrite, QuitLyX):
4297         lastfiles is no longer a global variable.
4298         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4299
4300         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4301         static function. Access through LyX::cref().emergencyCleanup().
4302
4303 2003-10-14  André Pönitz  <poenitz@gmx.net>
4304
4305         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4306
4307         * undo.[Ch]: restoring part of 'undo in insets'
4308
4309         * Makefile.am:
4310         * undo_funcs.[Ch]: merge with undo.[Ch]
4311
4312         * tabular.C: small cleansing stuff
4313
4314 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4315
4316         * paragraph_funcs.C (readParToken): report unknown insets as error
4317         boxes. Use the outer paragraph as location (also for unknown
4318         tokens).
4319
4320         * factory.C (readInset): do not abort on reading an unknown inset.
4321         Eat it and return 0.
4322
4323 2003-10-13  Angus Leeming  <leeming@lyx.org>
4324
4325         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4326
4327         * lyxrc.C: displayTranslator is now a function,
4328         declared in GraphicsTypes.h.
4329
4330 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4331
4332         * format.C: new placeholder $$a to pass the socket address.
4333
4334         * bufferlist.[Ch]: new function getBufferFromTmp.
4335
4336         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4337           files in the temporary dir.
4338
4339 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4340
4341         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4342
4343         * Makefile.am: add lyxsocket.[Ch].
4344
4345         * lyx_main.C (error_handler): handle SIGPIPE.
4346
4347 2003-10-13  André Pönitz  <poenitz@gmx.net>
4348
4349         * BufferView_pimpl.C:
4350         * lyxtext.h:
4351         * text.C:
4352         * text2.C:
4353         * text3.C:
4354         * undo_funcs.[Ch]: use paroffset_type instead of
4355           ParagraphList::iterators to prevent multiple conversion
4356           (and get a more robust interface)
4357
4358 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4359
4360         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4361         * lyxtext.h: ditto
4362         * text3.C (dispatch): ditto
4363
4364 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4365
4366         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4367         move the onlyfile, use onlyfile instead of foundfile in a couple
4368         of places.
4369
4370         * DepTable.C (update): flush the error stream a bit more
4371
4372 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4373
4374         * lyxserver.C (callback): adjust
4375
4376         * lyxfunc.C (getStatus): add a missing brace in commented code
4377         (ensureBufferClean): reindent
4378         (dispatch): delete version taking a string
4379
4380 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4381
4382         * LaTeX.C (deplog): move found file handlig from here...
4383         (handleFoundFile): .. to new function here.
4384         (deplog): make sure to discover several files mentioned on the
4385         same log line.
4386
4387 2003-10-10  André Pönitz  <poenitz@gmx.net>
4388
4389         * lyxfunc.C:
4390         * lyxtext.h:
4391         * tabular.C:
4392         * text.C:
4393         * text2.C:
4394         * text3.C: fix some of the tabular crashes
4395
4396 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4397
4398         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4399
4400         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4401
4402 2003-10-09  André Pönitz  <poenitz@gmx.net>
4403
4404         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4405
4406         * BufferView.C:
4407         * BufferView_pimpl.C:
4408         * bufferview_funcs.C:
4409         * lyx_cb.C:
4410         * lyxcursor.C:
4411         * lyxfind.C:
4412         * lyxfunc.C:
4413         * lyxtext.h:
4414         * text.C:
4415         * text2.C:
4416         * text3.C:
4417         * text_funcs.[Ch]:
4418         * textcursor.[Ch]:
4419         * undo_funcs.C: adjust
4420
4421 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4422
4423         * text2.C (incrementItemDepth): new function, use a backtracking
4424         algorithm to discover the correct item depth.
4425         (resetEnumCounterIfNeeded): new function, use a backtracking
4426         algorithm to discover if counter reset is needed.
4427         (setCounter): use them. Simplify a bit. Add different labels for
4428         different item depths for itemize.
4429
4430         * paragraph.C (Paragraph): remove initialization of enumdepth
4431         (operator=): ditto
4432
4433         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4434         enumerate and itemize. Change the type of itemdepth to signed char.
4435
4436 2003-10-08  André Pönitz  <poenitz@gmx.net>
4437
4438         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4439           thing assignable.
4440         * text.C:
4441         * text2.C: adjust
4442
4443         * tabular.[Ch]: fix crash after 'row-insert'
4444
4445 2003-10-08  Angus Leeming  <leeming@lyx.org>
4446
4447         Fix doxygen warnings.
4448
4449         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4450         Remove CutAndPaste:: prefix from header file declaration.
4451
4452         * LColor.h (fill): remove LColor:: prefix from declaration.
4453
4454         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4455         use lyx::depth_type rather than Paragraph::depth_type so that
4456         header file and .C file match.
4457
4458         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4459
4460         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4461         * aspell.C: \file aspell_local.C -> \file aspell.C
4462         * gettext.C: \file gettext.C -> \file src/gettext.C
4463         * gettext.h: \file gettext.h -> \file src/gettext.h
4464         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4465         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4466         * text.C: \file text.C -> \file src/text.C
4467
4468         * toc.C: move comment so that doxygen is not confused.
4469
4470 2003-10-07  Angus Leeming  <leeming@lyx.org>
4471
4472         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4473
4474 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4475
4476         * aspell.C:
4477         * aspell_local.h: add forgotten std::string's.
4478
4479 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4480
4481         * LaTeXFeatures.C:
4482         * LyXAction.C:
4483         * factory.C:
4484         * lfuns.h:
4485         * lyxfunc.C:
4486         * text3.C: The Box patch. Fancybox support, minipage, parbox
4487
4488 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4489
4490         * CutAndPaste.h:
4491         * DepTable.h:
4492         * FloatList.h:
4493         * LaTeXFeatures.h:
4494         * ParagraphParameters.h:
4495         * TextCache.h:
4496         * Thesaurus.h:
4497         * bufferlist.h:
4498         * exporter.h:
4499         * importer.h:
4500         * lastfiles.h:
4501         * lyxfind.h:
4502         * lyxfont.h:
4503         * lyxlex.h:
4504         * lyxtextclasslist.h:
4505         * messages.h:
4506         * paragraph.h:
4507         * paragraph_pimpl.C:
4508         * textcursor.h: add <string> and other small fixes to make Lars'
4509         std::string patch compile with STLport.
4510
4511 2003-10-06  Angus Leeming  <leeming@lyx.org>
4512
4513         * LColor.h: Add missing #include <string>.
4514
4515 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4516
4517         * All most all file in all subdirs: Make <string> be the prefered
4518         way of getting to std::string, add using declarations.
4519
4520 2003-10-06  André Pönitz  <poenitz@gmx.net>
4521
4522         * metricsinfo.C: initialize LyXFont before changing attribute.
4523         (fixes the 'math in \emph is upright' bug)
4524
4525 2003-10-06  André Pönitz  <poenitz@gmx.net>
4526
4527         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4528
4529 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4530
4531         * graph.C:
4532         * paragraph_pimpl.C: Small fixes to build using STLport
4533
4534 2003-10-02  André Pönitz  <poenitz@gmx.net>
4535
4536         * lyxfunc.C:
4537         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4538
4539 2003-10-01  André Pönitz  <poenitz@gmx.net>
4540
4541         * factory.C: assert early
4542
4543 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4544
4545         * lyx_main.C: remove the global debug object
4546
4547         * debug.h: adjust for new debugstream
4548
4549         * debug.C: adjust for new debugstream and keep the global debug
4550         object here.
4551
4552 2003-09-22  Angus Leeming  <leeming@lyx.org>
4553
4554         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4555         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4556         an incomplete class LyXFont.
4557
4558 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4559
4560         * factory.C: bug fix in branches
4561
4562 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4563
4564         * lyxfunc.C (processKeySym): adjust
4565         (dispatch): adjust
4566         (dispatch): change arg name from ev to func, adjust
4567         (sendDispatchMessage): ditto
4568
4569         * lyx_main.C (defaultKeyBindings): adjust keybindings
4570         (deadKeyBindings): ditto
4571
4572         * kbsequence.C (addkey): return a FuncRequest
4573
4574         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4575
4576         * kbmap.C (bind): take a FuncRequest as arg, adjust
4577         (read): adjust
4578         (lookup): adjust
4579         (defkey): change to take a FuncRequest as arg, adjust
4580         (findbinding): take a FuncRequest as arg, adjust.
4581
4582         * funcrequest.h (operator=): added
4583
4584         * funcrequest.C (FuncRequest): default kb_action changed from
4585         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4586
4587         * buffer.C (dispatch): simplify
4588         (dispatch): adjust to take a FuncRequest as arg, adjust
4589
4590         * boost.C (assertion_failed): change assertion message slightly
4591
4592         * ToolbarBackend.C (read): simplify
4593
4594         * MenuBackend.C (binding): adjust call to findbinding, add a
4595         message if no binding is found.
4596         (read): simplify
4597         (expandToc): correct by adding a empty FuncRequest
4598
4599         * LyXAction.C: include <boost/assert.hpp>
4600         (isPseudoAction): delete function
4601         (LookupFunc): change name to...
4602         (lookupFunc): this. change return type to FuncRequest.
4603         (getActionName): take kb_action as arg, simplify
4604         (funcHasFlag): add an assert, simplify.
4605
4606 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4607
4608         * toc.C (action): return a FuncRequest, simplify
4609
4610         * lyxfunc.C (processKeySym): adjust
4611         (getStatus): delete version that takes an int.
4612         (getStatus): adjust
4613         (dispatch): delete version that takes action as int
4614         (dispatch): adjust
4615         (sendDispatchMessage): simplify and adjust
4616
4617         * funcrequest.C (getArg): take unsigned int as arg
4618
4619         * ToolbarBackend.C (read): adjust
4620         (add): delete version that takes func as a string.
4621         (getIton): take a FuncRequest as arg
4622
4623         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4624         action.
4625
4626         * MenuBackend.C (MenuItem): add a new construct that only takes a
4627         Kind, simplify the constructor use for submenus.
4628         (add): adjust
4629         (expandLastfiles): adjust
4630         (expandDocuments): adjust
4631         (expandFormats): adjust
4632         (expandFloatListInsert): adjust
4633         (expandFloatInsert): adjust
4634         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4635
4636         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4637         Remove class variables lyx_pseudo_map and lyx_arg_map
4638
4639         * LyXAction.C (searchActionArg): delete function
4640         (getPseudoAction): delete function
4641         (retrieveActionArg): delete function
4642         (LookupFunc): make it return kb_action, simplify.
4643         (getActionName): simplify
4644
4645         * factory.C (createInset): fix new bug
4646
4647 2003-09-19  Angus Leeming  <leeming@lyx.org>
4648
4649         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4650         masterFilename_ parameter in the include inset.
4651
4652         * factory.C (createInset): changes due to the changes to InsetInclude.
4653
4654 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4655
4656         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4657
4658 2003-09-18  Angus Leeming  <leeming@lyx.org>
4659
4660         * buffer.C:
4661         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4662         Inset::fillWithBibKeys.
4663         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4664
4665 2003-09-18  Angus Leeming  <leeming@lyx.org>
4666
4667         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4668         variables.
4669         (ctor): pass and store a 'Buffer const &'
4670         (buffer): new member function.
4671
4672         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4673         '*this' to the LaTeXFeatures ctor.
4674
4675 2003-09-18  Angus Leeming  <leeming@lyx.org>
4676
4677         * LColor.h:
4678         * lyxfont.C:
4679         * lyxfont.h:
4680         * lyxtext.h:
4681         * text.C: rename EnumLColor as LColor_color.
4682
4683 2003-09-18  Angus Leeming  <leeming@lyx.org>
4684
4685         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4686         remove #include "insets/insetbase.h" from cursor.h.
4687
4688 2003-09-18  Angus Leeming  <leeming@lyx.org>
4689
4690         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4691         InsetOld_code to remove #include "inset.h".
4692
4693         * iterators.C: add #include "insets/inset.h"
4694
4695 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4696
4697         * BufferView.C: remove more locking stuff that apparently doesn't
4698         do anything sensible.
4699
4700 2003-09-16  André Pönitz  <poenitz@gmx.net>
4701
4702         * paragraph.[Ch]:
4703         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4704           performance boost.
4705
4706 2003-09-16  Angus Leeming  <leeming@lyx.org>
4707
4708         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4709
4710         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4711         arg/return type.
4712
4713         * paragraph.h: remove #include "lyxfont.h". Forward declare
4714         LyXFont_size.
4715
4716 2003-09-16  Angus Leeming  <leeming@lyx.org>
4717
4718         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4719         of support/textutils.h.
4720         (isWord): move the contents of support/textutils.h's IsWordChar here.
4721
4722         * buffer.C:
4723         * lyxfind.C:
4724         * rowpainter.C:
4725         * text.C:
4726         * text2.C: add #include "paragraph.h".
4727
4728         * rowpainter.C:
4729         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4730
4731 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4732
4733         * main.C:
4734         * lyx_main.C:
4735         * lyx_cb.C:
4736         * buffer.C:
4737         * LaTeX.C: use namespace alias for lyx::support::os
4738
4739 2003-09-16  Angus Leeming  <leeming@lyx.org>
4740
4741         * bufferparams.C:
4742         * bufferview_funcs.C:
4743         * factory.C:
4744         * lyxfunc.C:
4745         * paragraph_pimpl.C:
4746         * rowpainter.C:
4747         * text.C: add #include "LColor.h".
4748
4749 2003-09-16  Angus Leeming  <leeming@lyx.org>
4750
4751         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
4752         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
4753         return LyXFont &.
4754         Store the FontBits::color variable as an int rather than as an
4755         LColor::colorso that we can move LColor.h out of the lyxfont.h header
4756         file.
4757
4758         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
4759         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
4760         string calls together.
4761
4762         * lyxrc.C: add #include "LColor.h".
4763
4764 2003-09-15  Angus Leeming  <leeming@lyx.org>
4765
4766         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
4767         a cow_ptr.
4768
4769 2003-09-15  Angus Leeming  <leeming@lyx.org>
4770
4771         * LColor.h: add an EnumLColor wrapper for LColor::color.
4772
4773         * lyxfont.[Ch] (color, setColor, realColor):
4774         * lyxtext.h, text.C (backgroundColor):
4775         pass EnumLColor args to/from the functions, rather than LColor::color
4776         ones.
4777
4778         * lyxfont.h:
4779         * lyxtext.h: forward declare EnumLColor.
4780
4781         * lyx_main.C: add #include "LColor.h".
4782
4783 2003-09-15  Angus Leeming  <leeming@lyx.org>
4784
4785         * .cvsignore: add lyx-gtk.
4786
4787 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4788
4789         * Chktex.C
4790         * LaTeX.C
4791         * LaTeXFeatures.C
4792         * ParagraphParameters.C
4793         * Spacing.C
4794         * buffer.C
4795         * bufferparams.C
4796         * bufferview_funcs.C
4797         * chset.C
4798         * counters.C
4799         * funcrequest.C
4800         * lyxfont.C
4801         * lyxgluelength.C
4802         * lyxlength.C
4803         * paragraph.C
4804         * paragraph_funcs.C
4805         * text3.C
4806         * vc-backend.C: remove usage of STRCONV
4807
4808 2003-09-15  Angus Leeming  <leeming@lyx.org>
4809
4810         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
4811         explicitly define the color passed to the painter.
4812
4813 2003-09-15  Angus Leeming  <leeming@lyx.org>
4814
4815         * bufferparams.C (BufferParams): reorder member initializers to avoid
4816         compiler warning.
4817
4818 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
4819
4820         * CutAndPaste.C (pasteSelection): remove an outdated #warning
4821         * text.C (updateRowPositions): remove an unusual nop
4822
4823 2003-09-12  André Pönitz  <poenitz@gmx.net>
4824
4825         * BufferView_pimpl.C:
4826         * Bullet.C:
4827         * layout.h:
4828         * lyxfunc.C:
4829         * lyxlayout.[Ch]:
4830         * lyxtextclass.C:
4831         * rowpainter.C:
4832         * text.C:
4833         * text2.C:
4834         * Counters.[Ch]: finish the 'automatic counters' job
4835
4836 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4837
4838         * aspell.C: include <boost/assert.cpp> (compile fix)
4839
4840 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
4841
4842         * boost.C (assertion_failed): use lyx::support::abort instead of
4843         assert.
4844
4845 2003-09-10  Angus Leeming  <leeming@lyx.org>
4846
4847         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
4848         with their _fwd progeny.
4849
4850 2003-09-09  Angus Leeming  <leeming@lyx.org>
4851
4852         134 files throughtout the source tree: replace 'using namespace abc;'
4853         directives with the appropriate 'using abc::xyz;' declarations.
4854
4855 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4856
4857         * boost.C (emergencyCleanup): moved here from LAssert.c
4858         (assertion_failed): new function, called by BOOST_ASSERT
4859
4860         * several files: change Assert to BOOST_ASSERT
4861
4862 2003-09-09  Angus Leeming  <leeming@lyx.org>
4863
4864         * buffer.[Ch]: Add an Impl class and move Buffer's member
4865         variables into it. As a result move several header files out of
4866         buffer.h.
4867
4868         Add header files to lots of .C files all over the tree as a result.
4869
4870 2003-09-09  Angus Leeming  <leeming@lyx.org>
4871
4872         * buffer.[Ch]: make Buffer's member variables private. Add
4873         accessor functions.
4874
4875         Lots of changes all over the tree as a result.
4876
4877 2003-09-08  Angus Leeming  <leeming@lyx.org>
4878
4879         * graph.C: #include <config.h>.
4880
4881 2003-09-08  Angus Leeming  <leeming@lyx.org>
4882
4883         * BranchList.C:
4884         * BufferView.C:
4885         * BufferView_pimpl.C:
4886         * CutAndPaste.C:
4887         * DepTable.C:
4888         * LaTeX.C:
4889         * LaTeXFeatures.C:
4890         * LyXAction.C:
4891         * MenuBackend.C:
4892         * TextCache.C:
4893         * aspell.C:
4894         * buffer.C:
4895         * bufferlist.C:
4896         * changes.C:
4897         * chset.C:
4898         * converter.C:
4899         * counters.C:
4900         * debug.C:
4901         * graph.C:
4902         * ispell.C:
4903         * lyx_cb.C:
4904         * lyxfind.C:
4905         * lyxfunc.C:
4906         * lyxlex_pimpl.C:
4907         * lyxrc.C:
4908         * lyxrow.C:
4909         * paragraph.C:
4910         * rowpainter.C:
4911         * texrow.C:
4912         * text.C:
4913         * text2.C:
4914         * toc.C: remove redundant using directives.
4915
4916 2003-09-07  Angus Leeming  <leeming@lyx.org>
4917
4918         * LaTeXFeatures.h: remove #include "support/types.h".
4919         * ToolbarBackend.h: remove #include <algorithm>.
4920         * changes.h: remove #include <ctime>.
4921         * debug.h: remove #include <iosfwd>.
4922         * graph.h: remove #include "support/std_string.h".
4923         * lyx_main.h: remove #include <csignal>.
4924         * lyxlex_pimpl.h: remove #include <fstream>.
4925         * sgml.h: remove #include <algorithm>, <utility>.
4926         * toc.h: remove #include "support/std_ostream.h".
4927         Add #include <iosfwd>.
4928
4929 2003-09-07  Angus Leeming  <leeming@lyx.org>
4930
4931         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
4932
4933         * converter.h: forward declare LatexRunParams.
4934         * encoding.h: remove #include "lyxrc.h".
4935         * lyxtext.h: remove #include "LColor.h".
4936         * lyxtextclass.h: remove #include "support/types.h".
4937         * trans.h: remove #include "tex-accent.h".
4938         * trans_mgr.h: remove #include "tex-accent.h".
4939         * insets/inset.h: remove #include "support/types.h", <vector>.
4940         * insets/insetcollapsable.h: remove #include "LColor.h".
4941         * insets/insetinclude.h: remove #include "dimension.h".
4942         * insets/insetlatexaccent.h: remove #include "dimension.h".
4943         * insets/insetoptarg.h:: remove #include "insettext.h".
4944         * insets/insettext.h: remove #include "dimension.h",
4945         <boost/shared_ptr.hpp>
4946
4947         * insets/renderers.h: add #include "dimension.h".
4948         * insets/updatableinset.h: add #include "support/types.h".
4949
4950         * many .C files: Associated changes.
4951
4952 2003-09-06  Angus Leeming  <leeming@lyx.org>
4953
4954         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
4955         one, inside testInvariant.
4956
4957         * PrinterParams.C: new file.
4958         * PrinterParams.[Ch]: move the function bodies out of line.
4959
4960 2003-09-06  Angus Leeming  <leeming@lyx.org>
4961
4962         * ParagraphParameters.h: forward declare ParameterStruct rather than
4963         including its header file.
4964         (depth): moved out-of-line.
4965
4966 2003-09-06  Angus Leeming  <leeming@lyx.org>
4967
4968         * BufferView_pimpl.h:
4969         * kbmap.h:
4970         * kbsequence.h:
4971         * lyxfunc.h: forward declare LyXKeySym rather than
4972         #include "frontends/LyXKeySym.h".
4973
4974         * BufferView_pimpl.C:
4975         * kbmap.C:
4976         * kbsequence.C:
4977         * lyxfunc.C: associated changes.
4978
4979 2003-09-06  Angus Leeming  <leeming@lyx.org>
4980
4981         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4982         As a result, can remove the #include "insets/inset.h" from BufferView.h
4983
4984 2003-09-06  Angus Leeming  <leeming@lyx.org>
4985
4986         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4987         As a result, can remove the #include "insets/inset.h" from BufferView.h
4988
4989 2003-09-06  Angus Leeming  <leeming@lyx.org>
4990
4991         * buffer_funcs.C:
4992         * buffer.h:
4993         * bufferlist.C:
4994         * BufferView.C:
4995         * bufferview_funcs.C:
4996         * BufferView_pimpl.C:
4997         * CutAndPaste.C:
4998         * lyx_cb.C:
4999         * lyxfunc.C:
5000         * paragraph.h:
5001         * ParagraphParameters.C:
5002         * tabular.C:
5003         * text3.C:
5004         * toc.C:
5005         * undo_funcs.C:
5006         * frontends/controllers/ControlDocument.C:
5007         * insets/insetcaption.C: rearrange the #includes into some sort of
5008         coherent order.
5009
5010         * buffer.h: remove #includes ErrorList.h, undo.h
5011
5012 2003-09-06  Angus Leeming  <leeming@lyx.org>
5013
5014         * support/types.h: add a 'depth_type' typedef, used to store the
5015         nesting depth of a paragraph.
5016
5017         * paragraph.h:
5018         * ParameterStruct.h: use this lyx::depth_type typedef rather than
5019         defining explicitly.
5020
5021         * buffer.h:
5022         * paragraph_funcs.h:
5023         * ParagraphParameters.h:
5024         * sgml.h: use lyx::depth_type rather than Paragraph or
5025         ParameterStruct's depth_type.
5026
5027         * buffer.h
5028         * paragraph_funcs.h: no need to #include paragraph.h anymore.
5029
5030         * BufferView.C:
5031         * BufferView_pimpl.C:
5032         * CutAndPaste.C:
5033         * ParagraphParameters.C:
5034         * buffer_funcs.C:
5035         * bufferlist.C:
5036         * bufferview_funcs.C:
5037         * lyx_cb.C:
5038         * lyxfunc.C:
5039         * tabular.C:
5040         * text3.C:
5041         * toc.C:
5042         * undo_funcs.C:
5043         * frontends/LyXView.C:
5044         * frontends/controllers/ControlDocument.C:
5045         * frontends/controllers/ControlErrorList.C:
5046         * insets/insetbibitem.C:
5047         * insets/insetbranch.C:
5048         * insets/insetcaption.C:
5049         * insets/insetcollapsable.C:
5050         * insets/insetenv.C:
5051         * insets/insetert.C:
5052         * insets/insetfloat.C:
5053         * insets/insetfoot.C:
5054         * insets/insetfootlike.C:
5055         * insets/insetnewline.C:
5056         * insets/insetquotes.C:
5057         * insets/insettabular.C:
5058         * insets/insettext.C:
5059         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5060
5061         * frontends/controllers/ControlChanges.C: #include "changes.h".
5062
5063 2003-09-06  Angus Leeming  <leeming@lyx.org>
5064
5065         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5066         than #including paragraph.h.
5067
5068         * ParagraphList.h:
5069         * RowList.h: deleted. Superfluous.
5070
5071         * CutAndPaste.h:
5072         * iterators.h:
5073         * lyxcursor.h:
5074         * lyxtext.h:
5075         * text_funcs.h:
5076         * undo.h:
5077         * undo_funcs.h:
5078         * insets/inset.h:
5079         * insets/insettext.h: use ParagraphList_fwd.h rather than
5080         ParagraphList.h.
5081
5082         * paragraph.h: don't forward declare ParagraphList.
5083
5084         * buffer.h:
5085         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5086         rather than ParagraphList.h. paragraph.h is still needed for the
5087         Paragraph::depth_type parameters.
5088
5089         * textcursor.h: enable it to compile stand-alone in light of the
5090         above changes.
5091
5092         * bufferview_funcs.C:
5093         * iterators.C:
5094         * lyxfunc.C:
5095         * lyxrow_funcs.C:
5096         * paragraph.C:
5097         * rowpainter.C:
5098         * text.C:
5099         * text2.C:
5100         * text3.C:
5101         * text_funcs.C:
5102         * textcursor.C:
5103         * undo.C:
5104         * frontends/controllers/ControlParagraph.C:
5105         * frontends/controllers/ControlTabular.C:
5106         * insets/insetmarginal.C:
5107         * insets/insetminipage.C:
5108         * insets/insetnote.C:
5109         * insets/insetoptarg.C: add header files needed to compile again.
5110
5111 2003-09-06  Angus Leeming  <leeming@lyx.org>
5112
5113         * RowList_fwd.h: new file, forward-declaring Row rather than
5114         #including lyxrow.h.
5115
5116         * lyxrow_funcs.h:
5117         * lyxtext.h:
5118         * paragraph.h:
5119         * insets/insettext.h: use it instead of RowList.h
5120
5121         * bufferview_funcs.C:
5122         * lyxfunc.C:
5123         * lyxrow_funcs.C:
5124         * paragraph.C:
5125         * rowpainter.C:
5126         * text.C:
5127         * text2.C:
5128         * text3.C: #include "RowList.h".
5129
5130 2003-09-05  Angus Leeming  <leeming@lyx.org>
5131
5132         * factory.C (createInset):
5133         * vspace.C (c-tor): replace sscanf call with an istringstream.
5134         * ispell.C: re-add missing HP/UX headers.
5135         * lyxserver.C: re-add missing  os2 headers.
5136
5137 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5138
5139         * BranchList.C:
5140         * graph.C:
5141         * ispell.C:
5142         * lastfiles.C:
5143         * lyx_cb.C:
5144         * lyxserver.C:
5145         * texrow.C:
5146         * text3.C: re-add missing system headers, needed for 2.95.2.
5147
5148 2003-09-05  Angus Leeming  <leeming@lyx.org>
5149
5150         Changes most place everywhere due to the removal of using directives
5151         from support/std_sstream.h.
5152
5153 2003-09-05  Angus Leeming  <leeming@lyx.org>
5154
5155         Replace LString.h with support/std_string.h,
5156         Lsstream.h with support/std_sstream.h,
5157         support/LIstream.h with support/std_istream.h,
5158         support/LOstream.h with support/std_ostream.h.
5159
5160         Changes resulting throughout the tree.
5161
5162 2003-09-05  Angus Leeming  <leeming@lyx.org>
5163
5164         * sgml.h: ensure that the header file can be compiled stand-alone.
5165         * *.C: strip out redundant #includes. (320 in total.)
5166
5167 2003-09-04  Angus Leeming  <leeming@lyx.org>
5168
5169         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5170         here (from getPackages).
5171
5172         * debug.[Ch]: add a new EXTERNAL tag.
5173
5174 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5175
5176         * text2.C (cursorEnd): simplify
5177         (setCursor): adjust
5178         (getColumnNearX): adjust
5179
5180         * text.C (computeBidiTables): adjust
5181         (fill): adjust
5182
5183         * rowpainter.C (paintChars): adjust
5184         (paintSelection): adjust
5185         (paintChangeBar): adjust
5186         (paintText): adjust
5187
5188         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5189         lastPos instead.
5190         (numberOfSeparators): adjust
5191
5192 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5193
5194         * LyXAction.C:
5195         * box.[Ch]:
5196         * lfuns.h:
5197         * lyxfunc.C:
5198         * text3.C: Restricts the mouse click functionality
5199         of insets like bibtex, include, toc and floatlist to the visible
5200         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5201         up the dialogs. Cursor has to be in front of the inset (i.e.
5202         start of row) for this to function.
5203
5204 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5205
5206         * bufferview_funcs.C (currentState): output row information
5207
5208 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5209
5210         * bufferview_funcs.C (currentState): output paragraph position
5211
5212 2003-09-04  Angus Leeming  <leeming@lyx.org>
5213
5214         * FloatList.h: move out #include "Floating.h".
5215         * LaTeX.h: move out #include "DepTable.h".
5216         * LyXAction.h: move out #include "funcrequest.h".
5217         * buffer.h: move out #include "author.h", "iterators.h".
5218         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5219         * lyx_main.h: move out #include "errorlist.h".
5220         * lyxfunc.h: move out #include "FuncStatus.h".
5221         * lyxtext: move out #include "lyxcursor.h".
5222         * paragraph_pimpl.h: move out #include "counters.h".
5223
5224 2003-09-03  Angus Leeming  <leeming@lyx.org>
5225
5226         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5227         preamble_snippets list, enabling us to add snippets to the preamble
5228         only if the snippet was not there already.
5229
5230 2003-09-04  Angus Leeming  <leeming@lyx.org>
5231
5232         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5233
5234 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5235
5236         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5237         update
5238
5239 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5240
5241         * BranchList.C: point fix, earlier forgotten
5242
5243 2003-09-02  Angus Leeming  <leeming@lyx.org>
5244
5245         * box.C (contains): renamed from 'contained' after a fantastic
5246         amount of hot air.
5247
5248 2003-09-02  John Levon  <levon@movementarian.org>
5249
5250         * BufferView.C:
5251         * lyxcursor.h:
5252         * lyxcursor.C:
5253         * lyxfunc.C:
5254         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5255
5256 2003-09-02  John Levon  <levon@movementarian.org>
5257
5258         * text2.C: simplification of cursorEnd(), including partial
5259         fix for bug 1376
5260
5261 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5262
5263         * buffer.C (readFile): add a space
5264
5265 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5266
5267         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5268
5269 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5270
5271         * buffer.C (readFile): new function, take a filename and a
5272         ParagraphList::iterator
5273         (readFile): adjust
5274         (readFile): adjust, make it private. don't use setStream, make
5275         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5276         always contain the filename.
5277
5278         * BufferView.C (insertLyXFile): simplify and make it work for
5279         gzipped files.
5280
5281 2003-08-30  John Levon  <levon@movementarian.org>
5282
5283         * Makefile.am: fix dist (from Kayvan)
5284
5285 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5286
5287         * most files: change to use const Buffer refs
5288
5289 2003-08-27  André Pönitz  <poenitz@gmx.net>
5290
5291         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5292         on top of ownerPar().
5293
5294 2003-08-27  John Levon  <levon@movementarian.org>
5295
5296         * funcrequest.C: properly initialise POD members
5297
5298 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5299
5300         * lyxtext.h (top_y): move top_y from here
5301         * text.C:
5302         * text2.C:
5303         * text3.C:
5304         * BufferView.[Ch]:
5305         * BufferView_pimpl.[Ch]: to here
5306         * frontends/screen.C:
5307         * insets/insettabular.C:
5308         * insets/insettext.C: adjust
5309         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5310
5311 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5312
5313         * BufferView.[Ch]:
5314         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5315
5316 2003-08-26  André Pönitz  <poenitz@gmx.net>
5317
5318         * paragraph_func.[Ch] (outerPar): new function
5319
5320         * paragraph.C:
5321         * paragraph_funcs.C:
5322         * paragraph_funcs.h:
5323         * paragraph_pimpl.C:
5324         * text2.C: remove Inset::par_owner
5325
5326 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5327
5328         * lyxrow_funcs.C:
5329         * lyxtext.h:
5330         * text.C:
5331         * text2.C: eliminates the needFullRow/display() stuff
5332         altogether, putting the logic in metrics/draw in the insets.
5333
5334 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5335
5336         * text2.C (redoParagraphInternal, redoParagraphs):
5337         * text.C (redoParagraph): add a call to updateRowPositions at the
5338         end of each 'metrics-like' call. Remove all others.
5339         (getRow): remove the 'y-computing' version.
5340         (getRowNearY): do not compute nor return the real y. Solve the
5341         'y < 0' problem and simplify.
5342
5343 2003-08-22  Angus Leeming  <leeming@lyx.org>
5344
5345         * *.[Ch]: clean-up of licence and author blurbs.
5346         Also move config.h out of a few .h files and into a few .C files.
5347
5348 2003-08-22  André Pönitz  <poenitz@gmx.net>
5349
5350         * lyxrow.[Ch]: add x_ and *fill_ members
5351
5352         * lyxtext.h:
5353         * text.C:
5354         * rowpainter.C:
5355         * text2.C: adjust/remove prepareToPrint() calls
5356
5357 2003-08-22  André Pönitz  <poenitz@gmx.net>
5358
5359         * lyxrow.[Ch]: add  end_ member
5360
5361         * lyxrow_funcs.C: use LyXRow::end_
5362
5363         * lyxtext.h (singleWidth): add LyXFont parameter
5364
5365         * rowpainter.C:
5366         * text2.C: adjust LyXText::singleWidth() calls
5367
5368         * text.C (redoParagraph): simplify row breaking logic
5369
5370
5371 2003-08-19  André Pönitz  <poenitz@gmx.net>
5372
5373         * funcrequest.C: initialize button_ member
5374
5375         * text3.C:
5376         * rowpainter.[Ch]: interface consolidation
5377
5378 2003-08-18  André Pönitz  <poenitz@gmx.net>
5379
5380         * BufferView.C:
5381         * BufferView_pimpl.C:
5382         * lyxfind.C:
5383         * paragraph_funcs.C:
5384         * rowpainter.C:
5385         * text3.C: remove LyXScreen::draw() and fitCursor calls
5386
5387         * BranchList.h: remove spurious semicolons
5388
5389         * MenuBackend.C: fix branchlist related crash
5390
5391 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5392
5393         * BranchList.[Ch]:
5394         * InsetList.[Ch]:
5395         * LColor.[Ch]:
5396         * LyXAction.C:
5397         * Makefile.am:
5398         * MenuBackend.[Ch]:
5399         * bufferparams.[Ch]:
5400         * factory.C:
5401         * lfuns.h:
5402         * lyxfunc.C:
5403         * text3.C: implements the 'branch inset'
5404         idea. This allows the output of various versions of a document
5405         from a single source version, selectively outputing or suppressing
5406         output of parts of the text.
5407         This implementation contains a 'branch list editor' in a separate
5408         tab of the document settings dialog. Branches are user definable
5409         and have a "display colour" to distinguish them on-screen.
5410
5411         ColorHandler was somewhat cleaned up.
5412         (1) make possible a dynamically growing LColor list by allowing
5413         the graphic context cache to grow along (vector);
5414         (2) eliminate an IMHO unnecessary step in colour allocation.
5415
5416 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5417
5418         * BufferView_pimpl.C: compile fix
5419
5420 2003-08-15  André Pönitz  <poenitz@gmx.net>
5421
5422         * rowpainter.C: remove extra metrics calls
5423
5424         * lyxtext.h: merge the two constructors into a single one,
5425           pass reference to owner's par list
5426
5427         * BufferView_pimpl.C:
5428         * text.C:
5429         * text2.C: adjust
5430
5431 2003-08-15  André Pönitz  <poenitz@gmx.net>
5432
5433         * lyxrow_funcs.[Ch]:
5434         * lyxtext.h:
5435         * paragraph.h:
5436         * paragraph_funcs.C:
5437         * rowpainter.C:
5438         * text.C:
5439         * text2.C:
5440         * text3.C:
5441         * text_funcs.C: split LyXText::rowlist_ into individual
5442         Paragraph::rows_ chunks
5443
5444         * BufferView.[Ch]:
5445         * BufferView_pimpl.[Ch]:
5446         * lyxfind.C:
5447         * lyxtext.h:
5448         * text3.C: remove toggleSelection()
5449
5450 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5451
5452         * bufferlist.C: beautify two alerts (shorter text of buttons)
5453         * buffer.C: Remove redundant ' ' from message
5454         * tabular.h:
5455         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5456         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5457         rename VALIGN_CENTER to VALIGN_MIDDLE
5458
5459 2003-08-11  André Pönitz  <poenitz@gmx.net>
5460
5461         * lyxtext.h (getPar):
5462         * text.C: new function
5463
5464 2003-08-11  André Pönitz  <poenitz@gmx.net>
5465
5466         * Makefile.am:
5467         * tracer.[Ch]: remove unneeded files
5468
5469         * InsetList.[Ch]: remove resizeInsetsLyXText()
5470
5471         * lyxtext.h:
5472         * text.C:
5473         * text2.C:
5474         * text3.C: merge insertParagraphs() and appendParagraph()
5475         remove breakAgain(), update()
5476
5477         * BufferView_pimpl.[Ch]:
5478         * bufferview_funcs.[Ch]:
5479         * lyxfunc.C:
5480         * paragraph.[Ch]:
5481         * rowpainter.C:
5482         * tabular.C: adjust after text & InsetList changes.
5483
5484 2003-08-08  André Pönitz  <poenitz@gmx.net>
5485
5486         * text.C (insertChar, backspace): replace rowlist fiddling
5487         with rebreak of full par
5488
5489         * lyxtext.h:
5490         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5491         checkParagraph, updateInset): removed
5492
5493 2003-08-07  André Pönitz  <poenitz@gmx.net>
5494
5495         * paragraph.C:
5496         * text3.C: merge some LFUN handlers, remove dead code
5497
5498 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5499
5500         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5501
5502 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5503
5504         * text2.C (DEPM): fix part of bug 1255 and 1256
5505
5506 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5507
5508         * BufferView_pimpl.C (workAreaDispatch): change to use
5509         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5510         that are no mouse related.
5511
5512 2003-08-05  André Pönitz  <poenitz@gmx.net>
5513
5514         * BufferView.[Ch]:
5515         * BufferView_pimpl.[Ch]:
5516         * bufferview_funcs.C:
5517         * text2.C:
5518         * text3.C: rip out "deep update"
5519
5520         * textcursor.[Ch] (last_sel_cursor): remove unused member
5521
5522 2003-08-04  André Pönitz  <poenitz@gmx.net>
5523
5524         * BufferView.[Ch]:
5525         * BufferView_pimpl.[Ch]:
5526         * ParagraphParameters.C:
5527         * bufferview_funcs.C:
5528         * lyx_cb.C:
5529         * lyxfind.C:
5530         * lyxfunc.C:
5531         * text.C:
5532         * text2.C:
5533         * text3.C: replace "complicated" BufferView::update(...) calls with
5534         simpler ones.
5535
5536         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5537
5538 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5539
5540         * Makefile.am (lyx_SOURCES): add paper.h
5541
5542 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5543
5544         * Makefile.am: move things around so that both lyx-qt and
5545         lyx-xforms can be built (according to --with-frontend). Then lyx
5546         is a symbolic link to lyx-[firstfrontend]
5547
5548 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5549
5550         * Always use std::endl with lyxerr
5551
5552 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5553
5554         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5555
5556 2003-08-01  André Pönitz  <poenitz@gmx.net>
5557
5558         * BufferView.[Ch]:
5559         * BufferView_pimpl.[Ch]:
5560         * lyxfunc.C:
5561         * text3.C: merge BufferView::repaint() and BufferView::update()
5562
5563 2003-08-01  José Matos  <jamatos@lyx.org>
5564
5565         * buffer.[Ch]: file_format is no longer a buffer data element.
5566
5567 2003-08-01  André Pönitz  <poenitz@gmx.net>
5568
5569         * BufferView.C:
5570         * lyxtext.h:
5571         * text.C:
5572         * text2.C: make redoParagraph more independent of current cursor
5573
5574         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5575         * text.C:
5576         * text2.C: remove unneeded members
5577
5578 2003-07-30  André Pönitz  <poenitz@gmx.net>
5579
5580         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5581
5582         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5583           create a single function...
5584
5585         * paragraph_funcs.C (moveItem): ... here.
5586
5587         * text.C:
5588           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5589
5590 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5591
5592         * LColor.[Ch]: Add comment and greyedout logical colors.
5593
5594 2003-07-30  André Pönitz  <poenitz@gmx.net>
5595
5596         * tabular.C: don't use Assert too heavily. This crashes where it
5597           shouldn't
5598
5599 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5600
5601         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5602         is disabled (bug 1232)
5603
5604 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5605
5606         * factory.C: limited 'arg' scope
5607
5608 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5609
5610         * factory.C: fixed Note submenu issues
5611
5612 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5613
5614         * factory.C: submenu for Note/Comment/Greyedout
5615
5616 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5617
5618         * lyx_main.C (LyX):
5619         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5620
5621 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5622
5623         * LaTeXFeatures.C:
5624         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5625         greyedout. Patch provided by Jürgen Spitzmüller.
5626
5627 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5628
5629         * kbmap.C (read): fix error message when reading bind files
5630
5631 2003-07-29  Angus Leeming  <leeming@lyx.org>
5632
5633         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5634         certainly does not do what it purports to do. I am doing it, and
5635         us, a favour by killing it.
5636
5637 2003-07-28  José Matos  <jamatos@lyx.org>
5638
5639         * buffer.C (readBody, do_writeFile):
5640         * paragraph.C(readParagraph): \end_document replaces \the_end.
5641
5642 2003-07-29  André Pönitz  <poenitz@gmx.net>
5643
5644         * BufferView.[Ch]:
5645         * BufferView_pimpl.[Ch]:
5646         * lyxfunc.C:
5647         * text2.C:
5648         * text3.C:
5649         * textcursor.[Ch]: remove toggleToggle & Co
5650
5651 2003-07-28  José Matos  <jamatos@fep.up.pt>
5652
5653         * buffer.C (readParagraph):
5654         * params_func (readParToken, readParagraph):
5655         * paragraph.C (write): \layout -> \begin_layout.
5656
5657 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5658
5659         * lyxlex_pimpl.C (setFile): clean up slightly.
5660
5661         * bufferparams.h: add compressed var
5662
5663         * buffer_funcs.C (readFile): adjust for LyXLex change
5664         (newFile): ditto + simplify
5665
5666         * buffer.C (writeFile): handle writing of compressed files
5667
5668         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5669         Check if the file is compressed and set a bufferparm if so.
5670
5671         * Makefile.am (lyx_LDADD): remove explicit -lz
5672
5673 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5674
5675         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5676         makeDocBookFile): put the real LyX version in the first line of
5677         the file
5678
5679         * version.h:
5680         * version.C.in: remove lyx_docversion
5681
5682         * tabular.C (write_attribute): add a template-based version to
5683         write enums properly
5684
5685 2003-07-28  André Pönitz  <poenitz@gmx.net>
5686
5687         * lyxtext.h:
5688         * text.C:
5689         * text2.C:
5690         * text3.C: use doubles again for x-coordinates. They are needed.
5691
5692 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5693
5694         * messages.C (getLocaleDir): use lyx_localedir()
5695
5696         * lyxlex_pimpl.C (setFile): compress stuff
5697
5698         * buffer.C (writeFile): add some compression stuff
5699         (do_writeFile): new func, dont call expliti close... will this
5700         breake anything?
5701
5702         * Makefile.am (lyx_LDADD): add -lz
5703
5704 2003-07-28  José Matos  <jamatos@fep.up.pt>
5705
5706         * buffer.C: increment file format.
5707         * paragraph_funcs (readParagraph, readParToken):
5708         * paragraph.C (readParagraph): add \end_layout.
5709
5710 2003-07-27  Angus Leeming  <leeming@lyx.org>
5711
5712         * Makefile.am: remove special casing for configure-time setting of
5713         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5714
5715         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5716         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5717
5718 2003-07-26  André Pönitz  <poenitz@gmx.net>
5719
5720         * paragraph_func.[Ch]:
5721         * paragraph.C (realizeFont): inline it whereever it is used
5722
5723         * rowpainter.C:
5724         * text.C:
5725         * text2.C:
5726         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5727
5728
5729 2003-07-26  André Pönitz  <poenitz@gmx.net>
5730
5731         *       lyxtext.h:
5732         * text.C:
5733         * text2.C: get rid of LyXText::need_break_row
5734
5735 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5736
5737         * toc.[Ch]: put namespace toc inside namespace lyx
5738
5739         * MenuBackend.C (expandToc2): adjust for lyx::toc
5740         (expandToc): ditto
5741
5742         * lyxfunc.C (dispatch): adjust for lyx::find
5743
5744         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5745         lyx::find instead. Reorganize a bit.
5746         (LyXReplace): rename to replace
5747         (LyXFind): rename to find
5748
5749         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5750         (dispatch): ditto
5751
5752 2003-07-26  André Pönitz  <poenitz@gmx.net>
5753
5754         * text.C (setHeightOfRow): restrict scope of temporary variable
5755
5756         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
5757           code (never has been used?)
5758
5759 2003-07-27  Asger Alstrup  <alstrup@local>
5760
5761         * text.C (fill): Optimise algorithm to exploit that we can reuse
5762         the LyXFont for many characters.
5763         (setHeightOfRow): Same thing.
5764         (rowBreakPoint): Same thing.
5765
5766 2003-07-26  Asger Alstrup  <alstrup@local>
5767
5768         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
5769
5770         * text.C (singleWidth): Spurious font copying in hot-spot
5771         singleWidth avoided. Reorder tests for arabic for efficiency.
5772
5773         * text.C (fill): handle empty paragraphs better.
5774
5775 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5776
5777         * ispell.C:
5778         * encoding.h: add includes
5779
5780         * lyxrc.C: remove reading of bind files
5781
5782         * lyx_main.C (init): setup bindings and menus only if we have a
5783         gui.
5784
5785         * kbmap.C (read): new method. Do the actual reading of bind
5786         files.
5787
5788         * converter.C (dvipdfm_options):
5789         * bufferparams.C:
5790         * lyxrc.C (read):
5791         (output): adapt PAPER_* enums.
5792
5793         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
5794
5795         * bufferparams.h: remove paper-related enums from there
5796
5797         * paper.h: New file. A trivial header file to hold paper-related
5798         enums. It should later expand to contain many paper-related
5799         horrors access.
5800
5801         * lyxrc.C: declare extern displayTranslator
5802
5803 2003-07-27  José Matos  <jamatos@fep.up.pt>
5804
5805         * tabular.[Ch] (linuxdoc): add support for tables and figures
5806         (linuxdoc).
5807
5808 2003-07-27  José Matos  <jamatos@fep.up.pt>
5809
5810         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
5811         consistency in both functions.
5812         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
5813
5814 2003-07-26  Asger Alstrup  <alstrup@local>
5815
5816         * rowpainter.C (paintRows): Change algorithm to work directly on
5817         the insets rather than asking every character in the document
5818         whether its an inset.
5819
5820 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
5821
5822         * buffer.C (openFileWrite): factorize some code
5823
5824 2003-07-26  Angus Leeming  <leeming@lyx.org>
5825
5826         * lyx_cb.C:
5827         * lyx_main.[Ch]: replace occurances of system_tempdir with
5828         os::getTmpDir().
5829
5830 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5831
5832         * rename Inset to InsetOld
5833
5834 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
5835
5836         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
5837         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
5838         which I think is a bit clearer. EDIT is gone, since it was
5839         premature optimisation, and broken for mathed anyway.
5840         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
5841         with cursor positioning in insets as well (math insets still do not
5842         work, but that's a different story anyway.) It mysteriously
5843         crashes sometimes with undo in the first paragraph, but I'm fairly
5844         confident that this is a compiler bug.
5845
5846 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5847
5848         * paragraph.C (Paragraph): adjust for new clone return type
5849         (operator==): ditto
5850         (copyIntoMinibuffer): ditto
5851
5852 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
5853
5854         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
5855         by not having a special case, and always doing a full rebreak of
5856         the document after undo.
5857
5858 2003-07-23  Angus Leeming  <leeming@lyx.org>
5859
5860         * factory.C (createInset): InsetExternal::setParams now takes a
5861         Buffer const * arg.
5862
5863 2003-07-23  Angus Leeming  <leeming@lyx.org>
5864
5865         * factory.C (createInset): changed interface to the external and
5866         graphics mailers' string2params functions.
5867
5868 2003-07-23  Angus Leeming  <leeming@lyx.org>
5869
5870         * factory.C (createInset): pass a
5871         Buffer const * parameter to InsetExternalMailer's string2params.
5872
5873 2003-07-22  John Levon  <levon@movementarian.org>
5874
5875         * Thesaurus.h: include the right aiksaurus header
5876
5877 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5878
5879         * MenuBackend.C (expand): check menu shortcuts unconditionally
5880
5881 2003-07-21  Angus Leeming  <leeming@lyx.org>
5882
5883         * factory.C (createInset): pass a
5884         buffer_path parameter to InsetGraphicsMailer's string2params.
5885
5886 2003-07-21  Angus Leeming  <leeming@lyx.org>
5887
5888         * BufferView_pimpl.C (buffer):
5889         * buffer.C (d-tor):
5890         * lyx_main.C (LyX):
5891         * lyxfunc.C (dispatch):
5892         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
5893         rather than the grfx shortcut.
5894
5895 2003-07-21  André Pönitz  <poenitz@gmx.net>
5896
5897         * rowpainter.C: remove unused variables
5898
5899         * tabular_funcs.C:
5900         * tabular_funcs.h: move to tabular.C
5901         * Makefile.am: adjust
5902
5903         * tabular.[Ch]: basic optical cleaning
5904
5905         * author.h: pass references, not values
5906
5907 2003-07-18  André Pönitz  <poenitz@gmx.net>
5908
5909         * lyxtext.h:
5910         * metricsinfo.C:
5911         * metricsinfo.h:
5912         * rowpainter.C:
5913         * text.C:
5914         * text2.C:
5915         * text3.C: two-phase drawing for InsetText and InsetTabular
5916         some float -> int changes.
5917
5918 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5919
5920         * lyx_main.C: fix the fix
5921
5922 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5923
5924         * lyx_main.C: fix a crash in batch mode if no files specified
5925         * converter.C: ws
5926
5927 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
5928
5929         * format.[Ch] (papersize): moved to BufferParams
5930         * converter.[Ch] (dvips_options): moved to BufferParams
5931         (dvipdfm_options): moved to anon namespace
5932         * bufferparams.[Ch]: added above functions.
5933
5934 2003-07-17  André Pönitz  <poenitz@gmx.net>
5935
5936         * lyxtext.h:
5937         * rowpainter.C:
5938         * text2.C: don't call inset->update() anymore
5939
5940         * metricsinfo.[Ch]: add convenience constructor
5941
5942 2003-07-16  André Pönitz  <poenitz@gmx.net>
5943
5944         * lyxcursor.[Ch]:
5945         * lyxfunc.[Ch]:
5946         * text.C:
5947         * text2.C: replace the LyXCursor::irow_ member with
5948          on-demand computation of the value
5949
5950 2003-07-16  John Levon  <levon@movementarian.org>
5951
5952         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
5953
5954 2003-07-15  André Pönitz  <poenitz@gmx.net>
5955
5956         * text.C:
5957         * text2.C: remove no more needed refresh_row
5958
5959 2003-07-15  André Pönitz  <poenitz@gmx.net>
5960
5961         * lyxtext.h:
5962         * rowpainter.C:
5963         * text2.C:
5964         * text3.C: refresh_status tristate -> need_update bool
5965
5966 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
5967
5968         * lyxtext.h (init): remove reinit argument (act as if always true)
5969         * text2.C: adjust to that
5970
5971 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5972
5973         * bufferview_funcs.[Ch]: introduce function replaceSelection()
5974         * text3.C: use it to delete selections in some cases
5975         (bugs 441, 673, 702, 954).
5976
5977 2003-07-14  André Pönitz  <poenitz@gmx.net>
5978
5979         * rowpainter.[Ch]: reduce interface
5980
5981 2003-07-14  André Pönitz  <poenitz@gmx.net>
5982
5983         * BufferView_pimpl.C:
5984         * text2.C: adjust after removing unused BufferView * argument
5985
5986 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
5987
5988         * text2.C (init): fix a crash fired on resize
5989
5990 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
5991
5992         * buffer.[Ch]: added new closing signal
5993         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
5994         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
5995         BufferView::Pimpl via the closing the signal
5996
5997 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
5998
5999         * buffer.[Ch]: take out all bv-related from buffer
6000         * BufferView.C:
6001         * BufferView_pimpl.[Ch]: connect to new signals
6002         * CutAndPaste.C: removed useless asserts
6003         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
6004         * lyxvc.[Ch]:
6005         * vc-backend.[Ch]:
6006         * lyxfunc.C: moved view-related funciontality from vc here
6007         * paragraph.C: removed outdated comments
6008         * text.C: ws
6009
6010 2003-07-10  André Pönitz  <poenitz@gmx.net>
6011
6012         * BufferView_pimpl.C:
6013         * tabular.h:
6014         * tabular_funcs.C:
6015         * text.C:
6016         * text2.C: remove InsetText::InnerCache, clean up consequences
6017
6018 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
6019
6020         * ispell.C: fix two typos in error messages
6021
6022 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
6023
6024         * Extend Note inset to other forms of annotation like Comment
6025         and Greyedout. Right button click gives dialog.
6026
6027         Files modified or added (+):
6028
6029         * insetnote.[Ch]
6030         * FormNote.[Ch]      +
6031         * ControlNote.[Ch]   +
6032         * form_note.fd       +
6033         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6034         frontends/controllers
6035         * xforms/Dialogs.C
6036         * factory.C
6037
6038 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6039
6040         * aspell.C: add missing namespace lyx::support
6041
6042 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6043
6044         * BufferView.[Ch] (newFile): Add
6045         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6046         * LaTeX.[Ch] (message): added this signal and use it
6047         * buffer.[Ch] (busy, message): added these signals and use them
6048         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6049         * converter.C:
6050         * exporter.C:
6051         * format.C:
6052         * importer.C: use buffer signals instead of direct bv calling
6053         * lyx_cb.[Ch] (ShowMessage): removed
6054         * lyx_main.C:
6055         * lyxfunc.C:
6056         * paragraph_funcs.C:
6057         * text2.C: use buffer signals
6058
6059 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6060
6061         * introduce namespace lyx::graphics
6062
6063 2003-07-02  André Pönitz  <poenitz@gmx.net>
6064
6065         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6066
6067 2003-07-01  André Pönitz  <poenitz@gmx.net>
6068
6069         * text.C:
6070         * text2.C:
6071         * text3.C:
6072         * text_funcs.[Ch]:
6073         * textcursor.h:
6074         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6075           text*.C to text_func.C
6076
6077 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6078
6079         * introduce namespace lyx::support
6080
6081 2003-06-30  André Pönitz  <poenitz@gmx.net>
6082
6083         * Chktex.C:
6084         * funcrequest.C:
6085         * lyxtext.h:
6086         * text.C: re-enable --with-included-string
6087
6088 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6089
6090         * textcursor.C: add <config.h>
6091
6092         * text.C (getWord): remove const from word_location arg
6093
6094         * lyxvc.C (getLogFile): fix const type order
6095
6096         * lyxtext.h: remove const from word_location arg, add arg name
6097
6098         * lyxlayout.h: currect type on labeltype.
6099
6100         * importer.C: correct \file
6101
6102         * converter.C (intToFormat): use std:: on ret val, ws changes
6103
6104         * bufferlist.h: correct \file
6105
6106         * buffer.C (makeLinuxDocFile): fix const type order
6107         (makeDocBookFile): ditto
6108         (fillWithBibKeys): use std:: on stdlib args.
6109
6110         * CutAndPaste.C: fix authors.
6111         (availableSelections): use std:: on return vector
6112
6113 2003-06-27  André Pönitz  <poenitz@gmx.net>
6114
6115         * BufferView_pimpl.C:
6116         * bufferview_funcs.C:
6117         * lyxcursor.C:
6118         * lyxcursor.h:
6119         * lyxfunc.C:
6120         * lyxtext.h:
6121         * rowpainter.C:
6122         * text.C:
6123         * text2.C:
6124         * text3.C: remove LyXCursor::row_ member
6125
6126         * lyxtext.h:
6127         * text.C: rename fullRebreak() to partialRebreak() and implement
6128           a fullRebreak() that really bereks fully
6129
6130         * textcursor.h: new struct for cursor-related data
6131
6132 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6133
6134         * lyx_main.C (LyX): get full path of document loaded on the
6135         command line
6136
6137 2003-06-26  André Pönitz  <poenitz@gmx.net>
6138
6139         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6140           remove unused/broken operator>,<,>=.
6141
6142         *       text.C: remove only use of broken operator<= in an Assert().
6143
6144 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6145
6146         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6147         moved errorlist_.clear to showErrorList
6148
6149 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6150
6151         * converter.C (scanLog, runLaTeX):
6152         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6153         move the bv->showErrorList call to the callers
6154         * lyxfunc.C: i.e. here...
6155         * text2.C: and here
6156         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6157         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6158         namespace, the second to...
6159         * buffer_funcs (BufferFormat, parseErrors): added
6160         * errorlist.C (ErrorList(TeXErrors const &)): removed
6161
6162 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6163
6164         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6165
6166 2003-06-24  "Garst R. Reese" <reese@isn.net>
6167
6168         * debug.C: fix typo
6169
6170 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6171
6172         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6173
6174         * version.C.in: change docversion to 1.4
6175
6176 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6177
6178         * buffer.C: fix a bug just introduced
6179
6180 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6181
6182         * buffer.[Ch]: added the parseError signal and use it, removed
6183         sgmlError
6184         * BufferView.[Ch] (addError): moved to ...
6185         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6186         to the Buffer::parseError signal to catch (guess what) parse errors
6187         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6188
6189 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6190
6191         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6192         ability to create a buffer and to return an existing one from
6193         the list. Moved these functions to...
6194         * buffer_funcs.[Ch]: added
6195         * BufferView.[Ch] (loadLyXFile): added
6196         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6197         job removed from bufferlist::loadLyXFile.
6198         * buffer.C (setReadOnly): make it work without view
6199         (i.e added an if (users))
6200
6201 2003-06-19  Angus Leeming  <leeming@lyx.org>
6202
6203         * lfuns.h:
6204         * LyXAction.C (init):
6205         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6206         with LFUN_DIALOG_SHOW <name> <data>.
6207
6208 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6209
6210         * CutAndPaste.C (availableSelections): small compilation fix for
6211         ancient (gcc 2.9x) compilers
6212
6213 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6214
6215         * text3.C (cursorNext): add tmp var
6216
6217         * text2.C (updateCounters): for function calling out of for clause
6218         (replaceSelectionWithString): ditto
6219         (insertStringAsParagraphs): ditto
6220         (getColumnNearX): add tmp var
6221         (setCursorFromCoordinates): add tmp var
6222         (cursorDownParagraph): add tmp var
6223         (deleteEmptyParagraphMechanism): add tmp var
6224
6225         * text.C (insertChar): add tmp var
6226
6227         * rowpainter.C (paintDepthBar): add tmp var
6228
6229         * CutAndPaste.C (availableSelections): potentially check all
6230         paragraphs in a cut to fill the shown strings.
6231
6232 2003-06-18  André Pönitz  <poenitz@gmx.net>
6233
6234         * kbmap.[Ch]: use vector<> instead of list<>
6235
6236 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6237
6238         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6239         pasteSelection with index
6240
6241         * text2.C (pasteSelection): modify, call pasteSelection with index
6242
6243         * paragraph.C (asString): reimplement version with no interval to
6244         call the one with interval.
6245
6246         * lyxtext.h: add index arg to pasteSelection
6247
6248         * MenuBackend.C (MenuItem): handle PasteRecent
6249         (Menu::read::Menutags): add md_pasterecent
6250         (read): handle it
6251         (expandPasteRecent): new function
6252         (expand): use it
6253
6254         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6255
6256         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6257         the limited stack
6258         (availableSelections): new function
6259
6260 2003-06-17  Angus Leeming  <leeming@lyx.org>
6261
6262         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6263
6264 2003-06-17  Angus Leeming  <leeming@lyx.org>
6265
6266         * lfuns.h:
6267         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6268
6269         * lyxfunc.C (dispatch): invoke it.
6270
6271 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6272
6273         * iterators.C (operator++, ParPosition): reintroduce some
6274         const_cast for the benefit of older compilers.
6275
6276 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6277
6278         * text3.C (dispatch): do not modify clipboard when doing
6279         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6280         LFUN_DELETE_SKIP on a selection selection
6281
6282 2003-06-16  André Pönitz  <poenitz@gmx.net>
6283
6284         * BufferView.C:
6285         * buffer.C:
6286         * buffer.h:
6287         * paragraph.C:
6288         * tabular.[Ch]: IU of clone() and getLabelList();
6289
6290 2003-06-13  André Pönitz  <poenitz@gmx.net>
6291
6292         * tabular.h: compactification
6293
6294 2003-06-12  André Pönitz  <poenitz@gmx.net>
6295
6296         * tabular.C:
6297         * tabular.h:
6298         * tabular_funcs.h: some renaming plus whitespace
6299
6300 2003-06-12  André Pönitz  <poenitz@gmx.net>
6301
6302         * BufferView.C:
6303         * BufferView_pimpl.C:
6304         * CutAndPaste.C:
6305         * buffer.C:
6306         * iterators.[Ch]:
6307         * lyxfunc.C:
6308         * text.C:
6309         * toc.C: Return a Paragraph & for ParIterator::operator*()
6310
6311 2003-06-11  John Levon  <levon@movementarian.org>
6312
6313         * lyx_main.C:
6314         * ToolbarBackend.h:
6315         * ToolbarBackend.C: add "Toolbars" section and
6316         put the flags there
6317
6318 2003-06-10  Angus Leeming  <leeming@lyx.org>
6319
6320         * lfuns.h:
6321         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6322
6323         * lyxfunc.C (dispatch): invoke it.
6324
6325 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6326
6327         * main.C: protect <ios> with HAVE_IOS
6328         (main): protect sync_with_stdio with HAVE_IOS
6329
6330 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6331
6332         * text2.C (cutSelection): adjust
6333         (pasteSelection): adjust
6334
6335         * messages.C: handle get of empty string
6336
6337         * main.C (main): use sync_with_stdio(false)
6338
6339         * lyxfunc.C (dispatch): adjust
6340
6341         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6342         (WriteAs): remove unneeded BufferView arg.
6343
6344         * bufferparams.h: use correct types on papersize, papersize2 and
6345         paperpackage.
6346
6347         * bufferparams.C (readToken): adjust for type
6348         (writeLaTeX): add missing cases to switch.
6349
6350         * bufferlist.C (quitWriteBuffer): adjust
6351         (close): adjust
6352
6353         * buffer.C (asciiParagraph): remove some commented code.
6354
6355         * CutAndPaste.C: remove current_view extern variable.
6356         (cutSelection): add BufferParams arg.
6357         (eraseSelection): add BufferParams arg.
6358         (pasteSelection): add Buffer const & arg
6359
6360 2003-06-07  John Levon  <levon@movementarian.org>
6361
6362         * buffer.C:
6363         * paragraph_funcs.C:
6364         * paragraph_pimpl.C:
6365         * text.C:
6366         * text2.C:
6367         * paragraph.h:
6368         * paragraph.C: allow InsetERT to freely space lines,
6369         and some consolidation of code
6370
6371 2003-06-06  José Matos  <jamatos@fep.up.pt>
6372
6373         * buffer.C (makeDocBookFile): fix bug #821
6374
6375 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6376
6377         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6378
6379 2003-06-04  Angus Leeming  <leeming@lyx.org>
6380
6381         * buffer.C: bump format to 224.
6382
6383 2003-06-05  André Pönitz  <poenitz@gmx.net>
6384
6385         * text2.C (redoParagraphs): remove two const_cast<>
6386
6387 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6388
6389         * ParagraphList.h: remove last remnants of NO_STD_LIST
6390
6391 2003-06-03  Angus Leeming  <leeming@lyx.org>
6392
6393         * factory.C (createInset): small change to the way InsetExternal's params
6394         are set.
6395
6396 2003-06-04  André Pönitz  <poenitz@gmx.net>
6397
6398         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6399
6400         * paragraph_pimpl.h:
6401         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6402
6403         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6404
6405         * undo_funcs.C: make some simple cases of undo work again
6406
6407 2003-06-03  John Levon  <levon@movementarian.org>
6408
6409         * ispell.C: HPUX doesn't have sys/select.h
6410         (from Albert Chin)
6411
6412 2003-06-03  John Levon  <levon@movementarian.org>
6413
6414         * CutAndPaste.C: update tabular and include inset
6415         buffer references
6416
6417         * buffer.h:
6418         * paragraph.h:
6419         * paragraph.C: remove owningBuffer(), don't pass Buffer
6420         to clone()
6421
6422         * factory.C: insetGraphicsParams changed
6423
6424 2003-06-02  John Levon  <levon@movementarian.org>
6425
6426         * LyXAction.C:
6427         * factory.C:
6428         * lfuns.h:
6429         * lyxfunc.C:
6430         * text3.C: remove insetparent
6431
6432 2003-06-02  John Levon  <levon@movementarian.org>
6433
6434         * buffer.h:
6435         * buffer.C: fix inset_iterator.end(), move out of line
6436         (bug 1149)
6437
6438 2003-06-01  John Levon  <levon@movementarian.org>
6439
6440         * text3.C: use a proper cut/paste when doing inset
6441         insert (from Jürgen Spitzmüller)
6442
6443 2003-06-01  John Levon  <levon@movementarian.org>
6444
6445         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6446
6447 2003-05-30  André Pönitz  <poenitz@gmx.net>
6448
6449         * rowpainter.C: unify second drawing phase
6450
6451 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6452
6453         * trans_mgr.C: remove one case of current_view
6454
6455         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6456
6457         * paragraph_funcs.h: remove paragraph.h include
6458
6459         * paragraph.h: delete NO_STD_LIST stuff
6460
6461         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6462
6463         * buffer.h: remove paragraph.h include
6464
6465         * ParagraphList.C: delete file
6466
6467         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6468
6469         * toc.C (getTocList): adjust
6470
6471         * paragraph_pimpl.C (validate): adjust
6472
6473         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6474
6475         * paragraph.C (Paragraph): adjust
6476         (getPositionOfInset): use const_iterator, adjust
6477         (bibitem): use const_iterator, adjust
6478         (setInsetOwner): adjust
6479
6480         * iterators.C (operator++): adjust
6481
6482         * InsetList.[Ch]: Replace selfmade iterator with standard
6483         vector::iterator also introduce const_iterator. Remove getPos,
6484         getInset and setInset from InsetTable. Adjust accordingly.
6485
6486         * BufferView.C (lockInset): adjust
6487         (ChangeInsets): adjust
6488
6489         * tabular.[Ch]: delete commented same_id functions
6490
6491 2003-05-28  John Levon  <levon@movementarian.org>
6492
6493         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6494
6495 2003-05-28  André Pönitz  <poenitz@gmx.net>
6496
6497         * metricsinfo.[Ch]: remove 'fullredraw' member
6498
6499 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6500
6501         * lyxtextclass.C (operator): remove caching.
6502
6503 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6504
6505         * text3.C: adjust
6506
6507         * text2.C (cursorBottom): adjust
6508         (setCounter): use ParagraphList::find, adjust
6509
6510         * text.C (workWidth): use ParagraphList::find, adjust
6511
6512         * lyxcursor.C (LyXCursor): adjust
6513
6514         * buffer.C (inset_iterator): adjust
6515
6516         * ParagraphList.h: make iterator(value_type) private, make
6517         ParagraphList a friend of iterator.
6518
6519         * ParagraphList.C (find): new function
6520
6521         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6522
6523 2003-05-27  André Pönitz  <poenitz@gmx.net>
6524
6525         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6526
6527 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6528
6529         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6530
6531 2003-05-26  John Levon  <levon@movementarian.org>
6532
6533         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6534
6535 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6536
6537         * remove same_id from function signatures, adjust.
6538
6539 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6540
6541         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6542
6543         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6544
6545         * paragraph.C (Paragraph): get rid of same_ids parameter
6546
6547         * ParagraphList.C (insert): adjust
6548         (push_back): adjust
6549
6550 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6551
6552         * paragraph_funcs.C (breakParagraph): adjust
6553         (breakParagraphConservative): adjust
6554
6555         * buffer.C (readParagraph): adjust
6556
6557         * ParagraphList.C (insert): take a reference instead of a pointer
6558         (insert): adjust
6559
6560         * paragraph.[Ch] (id): new function
6561
6562         * bufferlist.C (newFile): adjust
6563
6564         * ParagraphList.C (ParagraphList): adjust
6565         (assign): adjust
6566         (push_back): take a reference instead of a pointer.
6567
6568         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6569
6570         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6571         instead.
6572
6573         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6574         set else use old code.
6575
6576         * ParagraphList.C: remove all NO_NEXT code and only compile this
6577         code of NO_STD_LIST is set.
6578
6579 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6580
6581         * BufferView_pimpl.C:
6582         * TextCache.C:
6583         * TextCache.h:
6584         * bufferlist.C:
6585         * errorlist.h:
6586         * format.C:
6587         * format.h:
6588         * graph.C:
6589         * lyxfunc.C:
6590         * lyxrc.C:
6591         * graphics/GraphicsConverter.C:
6592         * graphics/PreviewLoader.C: header adjustment
6593
6594 2003-05-23  Angus Leeming  <leeming@lyx.org>
6595
6596         * LaTeXFeatures.[Ch] (useBabel): new method.
6597         * bufferparams.C (writeLaTeX): use it.
6598
6599 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6600
6601         * ParagraphList.h (set): remove unused function.
6602
6603 2003-05-23  André Pönitz  <poenitz@gmx.net>
6604
6605         * BufferView.C:
6606         * BufferView_pimpl.C:
6607         * buffer.C:
6608         * buffer.h:
6609         * lyxfunc.C:
6610         * undo_funcs.C: setUndo reworked
6611
6612         * iterators.[Ch]: add access to topmost ParagraphList
6613
6614         * lyxtext.[Ch] (workWidth): add a const
6615
6616 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6617
6618         * texrow.[Ch] (increasePos): remove function
6619         * exporter.C (export): removed unused var and outdated comment
6620
6621 2003-05-23  Angus Leeming  <leeming@lyx.org>
6622
6623         * latexrunparams.h: rename fragile as moving_arg.
6624         * paragraph.C (simpleTeXOnePar): ditto.
6625         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6626
6627 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6628
6629         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6630         (createUndo): ditto
6631         (textUndoOrRedo): comment out a currently unused var.
6632
6633         * paragraph.h (NO_NEXT): enable NO_NEXT
6634
6635         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6636
6637         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6638
6639         * exporter.C (Export): adjust for removeAutoInsets removal.
6640
6641         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6642
6643         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6644
6645         * BufferView.[Ch] (removeAutoInsets): delete function
6646
6647 2003-05-22  Angus Leeming  <leeming@lyx.org>
6648
6649         * latexrunparams.h: add a free_spacing variable.
6650
6651         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6652         to pass moving_arg, as the data is stored in runparams.fragile.
6653
6654         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6655         to Inset::latexOptional or to simpleTeXOnePar.
6656
6657         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6658         free_spacing arg to Inset::latexOptional.
6659
6660         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6661         free_spacing arg.
6662
6663 2003-05-22  Angus Leeming  <leeming@lyx.org>
6664
6665         * latexrunparams.h: add fragile and use_babel variables.
6666
6667         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6668         * buffer.C (makeLaTeXFile): store this returned value in
6669         runparams.use_babel, thus passing it to the inset::latex methods.
6670
6671         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6672         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6673
6674         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6675         longer has a fragile arg, as it is stored in runparams.fragile.
6676
6677         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6678         moving_arg parameter as the data is stored in runparams.fragile.
6679
6680         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6681         a fragile parameter as the data is stored in runparams.fragile.
6682
6683 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6684
6685         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6686
6687 2003-05-22  Angus Leeming  <leeming@lyx.org>
6688
6689         * latexrunparams.h: add a 'bool nice' which defaults to false.
6690
6691         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6692         now encapsulated within runparams.
6693
6694         * bufferlist.C (updateIncludedTeXfiles):
6695         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6696
6697 2003-05-22  Angus Leeming  <leeming@lyx.org>
6698
6699         * latexrunparams.h: new file containing struct LatexRunParams.
6700         * Makefile.am: add new file.
6701
6702         * LaTeX.[Ch] (c-tor, run):
6703         * buffer.[Ch] (makeLaTeXFile):
6704         * bufferlist.[Ch] (updateIncludedTeXfiles):
6705         * converter.C (convert, scanLog):
6706         * converter.[Ch] (runLaTeX):
6707         * exporter.C (Export):
6708         * paragraph.[Ch] (simpleTeXOnePar):
6709         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6710         * paragraph_funcs.[Ch] (latexParagraphs):
6711         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6712         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6713         pass around a LatexRunParams parameter.
6714
6715 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6716
6717         * paragraph.[Ch]: remove unused constructor
6718
6719         * ParagraphList.C (erase): new function, taking two iterators
6720
6721 2003-05-22  André Pönitz  <poenitz@gmx.net>
6722
6723         * undo_funcs.C: remove duplicated code
6724
6725         * iterator.[Ch]: operator=
6726
6727 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6728
6729         * tabular.C (SetMultiColumn): ws changes
6730
6731         * rowpainter.C (paintFirst): get rid of a ->previous
6732
6733         * lyx_cb.C (getPossibleLabel): parlist simplification
6734
6735         * BufferView.C (ChangeInsets): simplify slightly.
6736
6737 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6738
6739         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6740         * lfuns.h: new LFUN_SPACE
6741         * lyxfunc.C: protected space has a new lfun
6742         * paragraph_funcs.C: read new space insets
6743         * text3.C:
6744         * factory.C: handle new space insets
6745
6746 2003-05-22  André Pönitz  <poenitz@gmx.net>
6747
6748         * BufferView.C:
6749         * BufferView_pimpl.C:
6750         * buffer.[Ch]:
6751         * lyxfunc.C:
6752         * undo_funcs.C: return a ParIterator from getParFromID.
6753
6754         * iterators.[Ch]: add two const's
6755
6756 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6757
6758         * toc.C (getTocList): adjust
6759
6760         * iterators.[Ch]: rework for parlist
6761
6762         * buffer.C (par_iterator_begin): adjust
6763         (par_iterator_end): adjust
6764
6765         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
6766
6767         * BufferView.C (removeAutoInsets): adjust
6768         (ChangeInsets): adjust
6769
6770 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
6771
6772         * text.C (top_y): fix bug 1110
6773
6774 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
6775
6776         * errorlist.[Ch]: added
6777         * buffer.C:
6778         * BufferView.[Ch]:
6779         * BufferView_pimpl.C:
6780         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
6781         instead
6782
6783 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6784
6785         * Makefile.am: ensure that lyx is relinked upon changes to the
6786         various "convenience" libs.
6787
6788 2003-05-20  Angus Leeming  <leeming@lyx.org>
6789
6790         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
6791         files are compiled in alphabetical order again.
6792
6793         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
6794
6795 2003-05-19  Angus Leeming  <leeming@lyx.org>
6796
6797         * gettext.[Ch]: remove "char const * _(char const *)".
6798
6799 2003-05-19  André Pönitz  <poenitz@gmx.net>
6800
6801         * dimension.[Ch]: promote from mathed/dimension.[Ch]
6802
6803         * Makefile.am:
6804         * BufferView.C:
6805         * DepTable.h:
6806         * LaTeXFeatures.C:
6807         * buffer.C:
6808         * lyxfont.C:
6809         * lyxlex.h:
6810         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
6811
6812 2003-05-19  André Pönitz  <poenitz@gmx.net>
6813
6814         * buffer.C:
6815         * lyxlayout.[Ch]:
6816         * lyxtextclass.[Ch]:
6817         * paragraph.C:
6818         * paragraph_funcs.[Ch]:
6819         * text2.C:
6820         * text3.C: more insetenv work
6821
6822 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
6823
6824         * ParagraphParameters.C (params2string): small bug fixed
6825
6826 2003-05-16  André Pönitz  <poenitz@gmx.net>
6827
6828         * debug.C:
6829         * bufferview_funcs.C: patch from Kornel Benko to prevent
6830           crash when _(...) is called twice in a statement
6831
6832 2003-05-16  André Pönitz  <poenitz@gmx.net>
6833
6834         * BufferView.C:
6835         * lyxfunc.C:
6836         * text.C:
6837         * text2.C:
6838         * text3.C:
6839         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
6840
6841 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
6842
6843         * lyx_main.C (init): remove spurious static_cast
6844
6845 2003-05-14  André Pönitz  <poenitz@gmx.net>
6846
6847         * BufferView.C: fix format string
6848
6849 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
6850
6851         * BufferView.[Ch] (insertErrors): removed
6852         * BufferView.[Ch] (showErrorList): added
6853         * buffer.C (runChkTeX):
6854         * converter.C (scanLog): call showErrorList instead of inserterrors
6855
6856 2003-05-13  André Pönitz  <poenitz@gmx.net>
6857
6858         * BufferView_pimpl.C:
6859         * buffer.C:
6860         * bufferview_func.C:
6861         * MenuBackend.C:
6862         * lyxfunc.C:
6863         * lyxrc.C:
6864         * tex-accent.C:
6865         * text3.C:
6866         * toc.C:
6867         * tabular_funcs.h: tostr() from its own header
6868
6869         * ParagraphParameters.C:
6870         * ToolbarBackend.C:
6871         * bufferparams.C:
6872         * format.C:
6873         * lyxlex_pimpl.C:
6874         * text3.C: STRCONV()
6875
6876 2003-05-12  André Pönitz  <poenitz@gmx.net>
6877
6878         * BufferView.C:
6879         * BufferView_pimpl.C:
6880         * CutAndPaste.C:
6881         * LaTeX.C:
6882         * LaTeXFeatures.C:
6883         * ParagraphParameters.C:
6884         * buffer.C:
6885         * bufferlist.C:
6886         * bufferparams.C:
6887         * bufferview_funcs.C:
6888         * converter.C:
6889         * counters.C:
6890         * debug.C:
6891         * exporter.C:
6892         * format.C:
6893         * importer.C:
6894         * lyx_cb.C:
6895         * lyx_main.C:
6896         * lyxfont.C:
6897         * lyxfunc.C:
6898         * lyxvc.C:
6899         * paragraph.C:
6900         * paragraph_funcs.C:
6901         * tabular.C:
6902         * tabular_funcs.C:
6903         * text2.C:
6904         * text3.C:  boost::format -> bformat  all over the place
6905
6906
6907 2003-05-09  André Pönitz  <poenitz@gmx.net>
6908
6909         * LColor.[Ch]: Pimpl the #include <map> away
6910
6911 2003-05-09  John Levon  <levon@movementarian.org>
6912
6913         * bufferlist.C: never remove emergency saves
6914
6915 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6916
6917         * Makefile.am: better lib building
6918
6919 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
6920
6921         * texrow.[Ch]: remove dependency on Paragraph and just store a id
6922         instead.
6923         * paragraph_pimpl.C (simpleTeXBlanks): adjust
6924         (simpleTeXSpecialChars): adjust
6925         (simpleTeXSpecialChars): adjust
6926         * paragraph.C (simpleTeXOnePar): adjust
6927         * buffer.C (makeLaTeXFile): adjust
6928
6929         * Makefile.am (BOOST_LIBS): allow boost as system lib.
6930
6931         * text2.C (changeDepth): parlist cleanup
6932         (getColumnNearX): ditto
6933
6934         * rowpainter.C (getLabelFont): parlist cleanup
6935
6936         * bufferlist.C (newFile): parlist cleanup
6937
6938         * CutAndPaste.C (eraseSelection): parlist cleanup
6939
6940         * BufferView_pimpl.C (trackChanges): parlist cleanup
6941         (dispatch): ditto
6942
6943         * BufferView.C (lockInset): parlist cleanup.
6944         (ChangeInsets): ditto
6945
6946 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6947
6948         * CutAndPaste.h: Update file header.
6949
6950         * CutAndPaste.C: Update file header.
6951         Store the parts cut out of the Document in a limited_stack.
6952         (copySelection): adjust
6953         (pasteSelection): new function, takes the index in the limited stack.
6954         (nrOfParagraphs): adjust
6955         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
6956         simplify error inset insertion.
6957         (checkPastePossible): adjust
6958
6959 2003-05-06  John Levon  <levon@movementarian.org>
6960
6961         * text2.C: don't cast wrap inset to float
6962
6963 2003-05-05  André Pönitz  <poenitz@gmx.net>
6964
6965         * iterator.C:
6966         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
6967
6968         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
6969           few naked Paragraph *.
6970
6971 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
6972
6973         * bufferparams.C: Output warning if a document with missing
6974         TeX document class is loaded
6975         * exporter.C: Disable TeX exports if the document class is missing
6976         * lyxtextclass.C:
6977         * lyxtextclass.h:
6978         * lyxtextclasslist.C: Handle new textclass.lst format; new method
6979         isTeXClassAvailable()
6980
6981 2003-05-03  John Levon  <levon@movementarian.org>
6982
6983         * BufferView.h:
6984         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
6985         explicit cursor show/hide
6986
6987         * BufferView_pimpl.h:
6988         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
6989         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
6990
6991         * lyxfunc.C: hide cursor before dispatching.
6992
6993         * lyx_cb.C:
6994         * lyxfind.C:
6995         * text.C:
6996         * text3.C: remove explicit cursor hides
6997
6998 2003-05-02  André Pönitz  <poenitz@gmx.net>
6999
7000         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
7001
7002         * undo_funcs.C:
7003         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
7004           linked lists
7005
7006         * text2.C: tiny whitespace
7007
7008 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7009
7010         * undo_funcs.C: almost only ws changes.
7011
7012         * ParagraphList.C (splice): just return if pl is empty.
7013
7014 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7015
7016         * ParagraphList.C (splice): new function.
7017
7018         * CutAndPaste.C (pasteSelection): use it
7019
7020 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7021
7022         * CutAndPaste.C (pasteSelection): remove the last next and
7023         previous from this file.
7024
7025 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7026
7027         * CutAndPaste.C (pasteSelection): more clean up, user proper
7028         ParagraphList functions for pasteing.
7029
7030         * ParagraphList.C (insert): new function, three arg insert
7031
7032 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7033
7034         * ParagraphList.C (insert): new function, three arg insert
7035
7036         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7037         not on paragraphs.
7038
7039 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7040
7041         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7042
7043 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7044
7045         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7046
7047 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7048
7049         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7050         (copySelection): clean up a bit.
7051         (pasteSelection): use make_pair
7052
7053         * ParagraphList.C (ParagraphList): implement copy constructor
7054         (operator=): implement, base on copy constructor.
7055         (assign): new func
7056
7057         * paragraph.C (erase): return a bool
7058
7059         * paragraph_pimpl.C (erasePos): remove function, move contents...
7060         (erase): ... here. Return a bool.
7061         (erase): call erase instead of erasePos.
7062
7063 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7064
7065         * ParagraphList.h: define PitPosPair
7066         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7067         ParagraphList, fix a bug on pasting multiple pars
7068         * text2.C: change interface to C&P
7069
7070 2003-04-30  André Pönitz  <poenitz@gmx.net>
7071
7072         * undo_func.C: revert part of yesterday's patch 2
7073
7074 2003-04-30  John Levon  <levon@movementarian.org>
7075
7076         * LColor.C: s/tabular/table/
7077
7078 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7079
7080         * text3.C (dispatch): do not convert iterator -> pointer
7081         * undo_funcs.C (setCursorParUndo): ditto
7082         * text_funcs.C (transposeChars): ditto
7083
7084         * text2.C (setLayout): ws changes only
7085
7086         * text.C (breakParagraph): do not convert iterator -> pointer
7087         (insertChar): ditto
7088         (acceptChange): ditto
7089         (rejectChange): ditto
7090         (changeCase): ditto
7091         (Delete): ditto
7092         (backspace): ditto
7093
7094         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7095         pointer
7096
7097 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7098
7099         * text3.C (gotoInset): YABG (yet another bad getChar)
7100
7101 2003-04-29  André Pönitz  <poenitz@gmx.net>
7102
7103         * paragraph.h: make operator= private unimplemented as long as
7104           it is unusable
7105
7106         * ParagraphList.C: whitespace
7107
7108         * paragraph.[Ch]:
7109         * paragraph_pimpl.[Ch]:
7110         * paragraph_funcs.C:
7111         * CutAndPaste.C:
7112         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7113
7114         * text2.C:
7115           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7116
7117 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7118
7119         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7120         * paragraph.[Ch] (erase):
7121         * paragraph_pimpl.[Ch] (erase): change return type and value
7122         * text2.C (cutSelection): some rework
7123
7124 2003-04-28  John Levon  <levon@movementarian.org>
7125
7126         * bufferlist.C: changes for unsaved changes dialog
7127
7128 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7129
7130         * bufferlist.C (newFile): set language (messages_) for new
7131         documents also.
7132
7133         * buffer.C (readFile): ws changes only.
7134
7135 2003-04-28  André Pönitz  <poenitz@gmx.net>
7136
7137         * undo_funcs.C:
7138         * lyxfunc.C:
7139         * buffer.[Ch]:
7140         * BufferView_pimpl.C:
7141         * BufferView.C: getParFromID related ParagraphList::iterator changes
7142
7143 2003-04-28  André Pönitz  <poenitz@gmx.net>
7144
7145         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7146           Changes
7147
7148 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7149
7150         * messages.C: remove one more localedir class variable.
7151
7152 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7153
7154         * messages.C (getLocaleDir): singleton generation function
7155         (Pimpl): use it.
7156         (Messages): add a default constructor.
7157
7158         * main.C (main): do not setup localedir here, do not call
7159         gettext_init.
7160
7161         * gettext.C (_): use it.
7162         (gettext_init): delete funciton
7163
7164 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7165
7166         * gettext.C (getLyXMessages): new singleton generating function.
7167
7168         * buffer.C (updateDocLang): adjust
7169
7170         * Makefile.am (messages.o): add target
7171         (main.o): remove target
7172
7173 2003-04-27  John Levon  <levon@movementarian.org>
7174
7175         * bufferlist.C:
7176         * lyx_cb.C:
7177         * lyxfunc.C:
7178         * lyxvc.C: specify cancel button in Alert::prompt
7179
7180 2003-04-26  John Levon  <levon@movementarian.org>
7181
7182         * text3.C:
7183         * lyxfunc.C:
7184         * lfuns.h:
7185         * LyXAction.C: add LFUN_INSET_SETTINGS
7186
7187         * lyxfunc.C: don't enable tabular-feature when there's
7188         just any locking inset
7189
7190 2003-04-26  John Levon  <levon@movementarian.org>
7191
7192         * bufferlist.C: re-add Cancel to buffer close question
7193
7194         * lyxfunc.C: fix import UI a bit
7195
7196 2003-04-25  John Levon  <levon@movementarian.org>
7197
7198         * gettext.C: remove the broken asserts for now
7199
7200 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7201
7202         * messages.C: make case where setlocale cannot comply work better.
7203
7204         * buffer.C (updateDocLang): new function
7205         (changeLanguage): use it
7206         (readFile): use it
7207
7208         * text2.C (setCounter): use B_ a bit.
7209
7210         * lyxlayout.C (Read): be sure to trim the label strings.
7211
7212         * messages.C (Messages): fix typo in comment
7213
7214         * buffer.C (readFile): set message_ after file is loaded.
7215         (makeDocBookFile): remove double return
7216         (changeLanguage): reset message_ upon language change.
7217         (B_): new func, use this to get translated buffer strings.
7218
7219         * main.C: add myself and Jean Marc as authors.
7220
7221 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7222
7223         * messages.[hC]: pimplify Messages, and three different pimpls to be
7224         used in different circumstances.
7225
7226         * gettext.[Ch]: change for use with new message code.
7227
7228 2003-04-24 André Pönitz <poenitz@gmx.net>
7229
7230         * factory.C: support for eqref
7231
7232 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7233
7234         * messages.[Ch]: add missing char
7235
7236         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7237
7238         * messages.[Ch]: New files
7239
7240 2003-04-18  John Levon  <levon@movementarian.org>
7241
7242         * BufferView.h:
7243         * BufferView.C:
7244         * BufferView_pimpl.C:
7245         * lfuns.h:
7246         * LyXAction.C:
7247         * lyxtext.h:
7248         * text2.C: remove layout-copy/paste (bug 778)
7249
7250 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7251
7252         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7253
7254 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7255
7256         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7257         if they succeed. Act accordingly.
7258
7259 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7260
7261         * text2.C (setCharFont): adjust
7262         (setCounter): adjust
7263         (insertStringAsLines): adjust
7264
7265         * text.C (leftMargin): adjust
7266         (setHeightOfRow): adjust
7267
7268         * rowpainter.C (paintFirst): adjust
7269         (paintLast): adjust
7270
7271         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7272         (outerHook): ditto
7273         (isFirstInSequence): ditto
7274         (getEndLabel): ditto
7275         (outerFont): adjust
7276
7277         * paragraph.C (getParLanguage): comment out some hard stuff.
7278
7279         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7280         (sgmlError): ditto
7281         (simpleDocBookOnePar): ditto
7282         (makeDocBookFile): use ParagraphList::iterator
7283
7284         * CutAndPaste.C (pasteSelection): adjust
7285
7286 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7287
7288         * text2.C (getFont): adjust
7289         (getLayoutFont): adjust
7290         (getLabelFont): adjust
7291
7292         * paragraph_funcs.C (TeXOnePar): adjust
7293
7294         * buffer.C (simpleLinuxDocOnePar): adjust
7295         (simpleDocBookOnePar): adjust
7296
7297         * CutAndPaste.C (pasteSelection): adjust
7298
7299         * BufferView.C (getEncoding): adjust
7300
7301         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7302
7303 2003-04-16  John Levon  <levon@movementarian.org>
7304
7305         * lyxfind.C: use parlist stuff for search/changes
7306
7307 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7308
7309         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7310
7311         * text2.C (deleteEmptyParagraphMechanism): adjust
7312
7313         * text2.[Ch] (ownerParagraph): delete func (both of them
7314
7315 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7316
7317         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7318
7319 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7320
7321         * ParagraphList.C: prepare for NO_NEXT
7322
7323 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7324
7325         * text2.C (getFont): adjust
7326         (getLayoutFont): adjust
7327         (getLabelFont): adjust
7328
7329         * paragraph.C (getFont): adjust
7330         (getLabelFont): adjust
7331         (getLayoutFont): adjust
7332
7333         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7334
7335 2003-04-15  John Levon  <levon@movementarian.org>
7336
7337         From Angus Leeming
7338
7339         * lyx_main.C: handle Include in .ui files
7340
7341 2003-04-15  John Levon  <levon@movementarian.org>
7342
7343         * MenuBackend.C: make the doc files length shorter
7344
7345         * ToolbarBackend.h:
7346         * ToolbarBackend.C: handle toolbar placement flags,
7347         Minibuffer
7348
7349 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7350
7351         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7352         adjust
7353
7354         * paragraph_funcs.C (TeXOnePar): adjust
7355
7356         * paragraph.C (getLabelFont): add outerfont arg, adjust
7357         (getLayoutFont): ditto
7358         (simpleTeXOnePar): adjust
7359
7360         * paragraph_pimpl.C (realizeFont): delete func
7361
7362 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7363
7364         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7365         row argument, constify cur argument.
7366
7367 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7368
7369         * text2.C (getFont): adjust
7370         (getLayoutFont): adjust
7371         (getLabelFont): adjust
7372
7373         * paragraph_funcs.C (TeXOnePar): adjust
7374         (outerFont): new func...
7375         (realizeFont): ...moved out from here, changed this to facilitate
7376         transition
7377
7378         * paragraph.C (getFont): take outerfont as arg, adjust
7379         (simpleTeXOnePar): add outerfont arg, adjust
7380
7381         * buffer.C (simpleLinuxDocOnePar): adjust
7382         (simpleDocBookOnePar): adjust
7383
7384         * CutAndPaste.C (pasteSelection): adjust
7385
7386         * BufferView.C (getEncoding): adjust
7387
7388 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7389
7390         * text2.C (setCharFont): adjust
7391         (setCounter): adjust
7392
7393         * text.C (leftMargin): adjust
7394         (setHeightOfRow): adjust
7395
7396         * rowpainter.C (paintFirst): adjust
7397         (paintLast): adjust
7398
7399         * paragraph_pimpl.C (realizeFont): adjust
7400
7401         * paragraph.C (isFirstInSequence): move from here...
7402         * paragraph_funcs.C (isFirstInSequence): ...to here
7403
7404         * paragraph.C (outerHook): move from here...
7405         * paragraph_funcs.C (outerHook): ...to here
7406
7407         * paragraph.C (depthHook): move from here...
7408         * paragraph_funcs.C (depthHook): ...to here
7409
7410         * paragraph.C (getEndLabel): move from here...
7411         * paragraph_funcs.C (getEndLabel): ...to here
7412
7413         * text2.C (realizeFont): move from here...
7414         * paragraph_funcs.C (realizeFont): ...to here
7415
7416 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7417
7418         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7419
7420 2003-04-14  Angus Leeming  <leeming@lyx.org>
7421
7422         * LColor.[Ch]: scrap LColor mathcursor.
7423
7424 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7425
7426         * lyxlex.[Ch] (text): delete function
7427         * trans.C (Load): adjust
7428         * paragraph_funcs.C (readParToken): adjust
7429
7430 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7431
7432         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7433         vector<char> instead of a char[].
7434
7435         * lyxlex_pimpl.C (getString): adjust
7436         (next): adjust
7437         (lex): use getString
7438         (eatLine): adjust
7439         (nextToken): adjust
7440
7441         * lyxlex.C (text): use pimpl_->getString()
7442         (getBool): ditto
7443         (findToken): ditto
7444
7445 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7446
7447         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7448         (makeFontEntriesLayoutSpecific): temp var for par.size()
7449         (setLayout): temp var for ownerParagraphs().end()
7450         (fullRebreak): temp var for rows().end()
7451         (selectionAsString): temp var for boost::next(startpit), realize
7452         that the while really is a regular for loop.
7453         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7454         setCursor in one place.
7455         (setParagraph): temp vr for ownerParagraphs().end()
7456         (updateCounters): make the while loop a for loop
7457         (cutSelection): temp var for ownerParagraphs().end()
7458         (updateInset): make the do {} while() a regular for loop
7459         (getCursorX): use temp vars
7460         (setCurrentFont): use temp vars
7461         (getColumnNearX): use temp vars
7462
7463 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7464
7465         * text.C (transformChar): use temp var for getChar
7466         (computeBidiTables): use temp var for row->par()
7467         (fill): move temp vars for row->par() and pit->layout() earlier in
7468         the function.
7469         (labelFill): use temp var for row->par()
7470         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7471         asc and desc, realize that pit never changes and that firstpit is
7472         just a duplicate and not needed. Exchange rit->par() with pit in a
7473         lot of places.
7474         (breakAgain): use a temp var for boost::next(rit)
7475         (breakAgainOneRow): ditto
7476         (breakParagraph): use a temp var for rows().begin()
7477         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7478         (cursorRightOneWord): use temp var for cursor.par() and
7479         cursor.pos(), remove usage of tmpcursor.
7480         (cursorLeftOneWord): use temp var for cursor.par() and
7481         cursor.pos() only set cur at end of function.
7482
7483 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7484
7485         * text.C, text2.C: exchange all usage of Paragraph::next with
7486         boost::next(ParagraphList::iterator)
7487
7488         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7489
7490         * text2.C (cursorTop): simplify implementation
7491         (cursorBottom): ditto
7492         (setParagraph): use ParagraphList::iterator
7493         (setCurrentFont): adjust
7494         (getColumnNearX): adjust
7495         (cursorRight): adjust
7496         (cursorLeft): remove usage of Paragraph::previous
7497         (cursorUpParagraph): ditto
7498         (deleteEmptyParagraphMechanism): slight cleanup
7499
7500         * text.C (isBoundary): take a Paragraph const & instead of a
7501         pointer as arg.
7502         (addressBreakPoint): ditto
7503         (leftMargin): remove usage of Paragraph::previous.
7504         (setHeightOfRow): ditto
7505         (cursorLeftOneWord): ditto
7506         (selectNextWordToSpellcheck): ditto
7507         (Delete): ditto
7508         (backspace): ditto
7509         (breakParagraph): remove one usage of Paragraph::next
7510         (redoParagraph): ditto
7511         (acceptChange): ditto
7512         (insertChar): adjust
7513         (rowBreakPoint): adjust
7514
7515         * bufferview_funcs.C (toggleAndShow): adjust
7516
7517 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7518
7519         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7520         methods to access it.
7521         * lyxtext.h:
7522         * text.C: Added updateRowPositions to compute all row positions.
7523         Make top_y and getRowNearY() to use the cached y position
7524
7525 2003-04-11  John Levon  <levon@movementarian.org>
7526
7527         * text.C (rowBreakPoint): reintroduce the labelEnd
7528         checks, code copied from the row fill stuff. Deep voodoo.
7529
7530         * text.C (fill): add a comment and debugging for the
7531         next poor soul.
7532
7533 2003-04-11  John Levon  <levon@movementarian.org>
7534
7535         * text.C: make sure fullrow insets get wrapped to the next line,
7536         even when they're in a manual label
7537
7538 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7539
7540         * text2.C (insertParagraph): make it take ParagraphList::iterator
7541         as arg.
7542         (setLayout): make it return ParagraphList::iterator
7543         (redoParagraphs): ditto
7544         (setCounter): ditto
7545         (checkParagraph): ditto
7546
7547         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7548
7549         * text2.C: adjust several funcs.
7550         (realizeFont): take a ParagraphList::iterator as arg.
7551         (getLayoutFont): ditto
7552         (getLabelFont): ditto
7553         (setCharFont): ditto
7554
7555         * text.C: adjust several funcs.
7556
7557 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7558
7559         * text.C (selectNextWordToSpellcheck): don't accidentally
7560         skip insets
7561
7562 2003-04-10  John Levon  <levon@movementarian.org>
7563
7564         * ToolbarBackend.C (getIcon): special handling for
7565         LFUN_MATH_DELIM
7566
7567 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7568
7569         * text2.C (cursorRight): a getChar assert fixed
7570
7571 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7572
7573         * text2.C (getFont): change to take a ParagraphList::iterator
7574         instead of Paragraph*
7575         Adjust several functions.
7576
7577         * text.C (transformChar): change to take a ParagraphList::iterator
7578         instead of Paragraph*
7579         (singleWidth): ditto
7580         Adjust several functions.
7581
7582         * rowpainter.C: adjust several functions
7583         * rowpainter.h:store a ParagraphList::iterator and not a
7584         Paragraph&.
7585
7586
7587 2003-04-09  John Levon  <levon@movementarian.org>
7588
7589         * lyxfunc.C:
7590         * lfuns.h:
7591         * LyXAction.h:
7592         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7593         and the "help" bits as well
7594
7595 2003-04-09  John Levon  <levon@movementarian.org>
7596
7597         * ToolbarBackend.h:
7598         * ToolbarBackend.C: allow multiple toolbars
7599
7600 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7601
7602         * undo_funcs.C (setCursorParUndo): adjust
7603
7604         * text_funcs.C (transposeChars): adjust
7605
7606         * text3.C (gotoNextInset): adjust
7607         (dispatch): adjust
7608
7609         * text2.C (setLayout): adjust
7610         (changeDepth): adjust
7611         (setFont): adjust
7612         (redoParagraphs): adjust
7613         (selectionAsString): adjust
7614         (setParagraph): adjust
7615         (insertInset): adjust
7616         (cutSelection): adjust
7617         (copySelection): adjust
7618         (pasteSelection): adjust
7619         (insertStringAsLines): adjust
7620         (updateInset): adjust
7621         (setCursor): change to take a ParagraphList::iterator parameter
7622         (setCursorIntern): change to take a ParagraphList::iterator parameter
7623         (setCurrentFont): adjust
7624         (cursorLeft): adjust
7625         (cursorRight): adjust
7626         (deleteEmptyParagraphMechanism): adjust
7627
7628         * text.C (breakParagraph): adjust
7629         (insertChar): adjust
7630         (acceptChange): adjust
7631         (rejectChange): adjust
7632         (selectNextWordToSpellcheck): adjust
7633         (changeCase): adjust
7634         (Delete): adjust
7635         (backspace): adjust
7636
7637         * lyxfind.C (SearchForward): adjust
7638         (SearchBackward): adjust
7639         (nextChange): adjust
7640
7641         * lyxcursor.C (par): adjust
7642
7643         * lyxcursor.h: store a ParagraphList::iterator instead of a
7644         Paragraph*
7645
7646         * lyx_cb.C (getPossibleLabel): adjust
7647
7648         * bufferview_funcs.C (toggleAndShow): adjust
7649
7650         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7651         (dispatch): adjust
7652
7653         * BufferView.C (removeAutoInsets): adjust
7654         (lockedInsetStoreUndo): adjust
7655
7656 2003-04-09  John Levon  <levon@movementarian.org>
7657
7658         * ToolbarBackend.C: try icon without argument
7659         if with argument fails
7660
7661 2003-04-08  John Levon  <levon@movementarian.org>
7662
7663         * ToolbarBackend.h:
7664         * ToolbarBackend.C: add getIcon(), handle tooltip,
7665         and change from "Icon" to "Item".
7666
7667 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7668
7669         * BufferView.C (lockInset): another bad getchar crunched
7670
7671 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7672
7673         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7674         again)
7675
7676 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7677
7678         * lyxfind.C (searchForward, searchBackwards): bug 782
7679
7680 2003-04-07  John Levon  <levon@movementarian.org>
7681
7682         * paragraph.C: remove dead comment
7683
7684         * text.C: remove troublesome depth-fiddling code
7685         in leftMargin() and rightMargin() (bug 1017)
7686
7687         * text.C: fix breaking of rows in nested lists
7688         (bug 1004)
7689
7690         * text2.C (updateCounters): fix up depth values
7691         (bug 1013)
7692
7693 2003-04-07  John Levon  <levon@movementarian.org>
7694
7695         * BufferView_pimpl.C: clear message when doc finishes resizing,
7696         and after a mouse event
7697
7698         * lyxfunc.C: clear message after exiting inset
7699
7700 2003-04-07  John Levon  <levon@movementarian.org>
7701
7702         * bufferview_funcs.C: show math status not outside
7703         status in the statusbar
7704
7705 2003-04-07  John Levon  <levon@movementarian.org>
7706
7707         * lyxfunc.C: note status changed after a depth change
7708
7709 2003-04-04  Angus Leeming  <leeming@lyx.org>
7710
7711         * LaTeX.h: move AuxInfo operator==, != out of line.
7712         Remove LaTeX virtual destructor; nothing derives from it.
7713         Move operator()() out of public area and rename it startscript().
7714         Change protected for private.
7715
7716 2003-04-04  Angus Leeming  <leeming@lyx.org>
7717
7718         * lyxfunc.C:
7719         * text2.C: remove unneeded #includes.
7720
7721 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7722
7723         * text2.C (dEPM): fix the heigth of the next row
7724
7725 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7726
7727         * text.C: squashed an invalid getChar requester + some ws changes
7728
7729 2003-04-03  John Levon  <levon@movementarian.org>
7730
7731         * bufferview_funcs.h:
7732         * bufferview_funcs.C:
7733         * lyxfunc.C:
7734         * lyxtext.h:
7735         * text2.C: make getStatus work for the env depth lfuns
7736
7737 2003-04-03  John Levon  <levon@movementarian.org>
7738
7739         * bufferview_funcs.h:
7740         * bufferview_funcs.C:
7741         * lyxfunc.C:
7742         * lyxtext.h:
7743         * text2.C: parlistize decDepth(), by merging it with incDepth()
7744
7745 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7746
7747         * lyxrow.h: store a ParagraphList::iterator instead of a
7748         Paragraph* and adjust other class functions to suit.
7749
7750         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7751         above.
7752
7753 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7754
7755         * text2.C (setCursor): do not anchor to cursor row for the time being
7756
7757 2003-04-02  John Levon  <levon@movementarian.org>
7758
7759         * LyXAction.C:
7760         * lfuns.h:
7761         * lyx_main.C:
7762         * lyxtext.h:
7763         * text.C:
7764         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
7765
7766 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7767
7768         * paragraph.h: make ParagraphList and ParagraphList::iterator
7769         friends of Paragraph.
7770
7771         * buffer.C (makeLinuxDocFile): move towards ParagraphList
7772
7773         * ParagraphList.C: Use the private next_ and previous_ from
7774         Paragraph.
7775
7776 2003-04-01  John Levon  <levon@movementarian.org>
7777
7778         * ToolbarBackend.h:
7779         * ToolbarBackend.C:
7780         * Makefile.am: rename, remove defaults gunk
7781
7782         * MenuBackend.h:
7783         * MenuBackend.C: remove defaults gunk
7784
7785         * Languages.h:
7786         * Languages.C: remove defaults gunk
7787
7788         * lyx_main.h:
7789         * lyx_main.C: error out if files couldn't be found.
7790
7791 2003-04-02  John Levon  <levon@movementarian.org>
7792
7793         * text2.C: make incDepth() use parlist
7794
7795 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7796
7797         * undo_funcs.C (firstUndoParagraph): adjust
7798
7799         * text3.C (gotoInset): adjust
7800         (dispatch): adjust, and rewrite loop.
7801
7802         * text2.C (init): adjust, and rewrite loop.
7803         (redoParagraphs): adjust
7804         (updateInset): adjust, and rewrite loop.
7805         (deleteEmptyParagraphMechanism): adjust
7806
7807         * tabular.C (LyXTabular): adjust
7808         (SetMultiColumn): adjust
7809         (TeXRow): adjust
7810
7811         * lyxtext.[Ch] (ownerParagraph): delete function
7812         (ownerParagraphs): new function returns a ParagraphList.
7813
7814         * BufferView.C (removeAutoInsets): adjust
7815         (insertErrors): adjust
7816         (setCursorFromRow): adjust
7817
7818 2003-04-01  Angus Leeming  <leeming@lyx.org>
7819
7820         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
7821         in the frontends.
7822
7823 2003-04-02  John Levon  <levon@movementarian.org>
7824
7825         * lyxtext.h:
7826         * text.C:
7827         * Makefile.am:
7828         * text_funcs.h:
7829         * text_funcs.C: make transposeChars a free function
7830
7831         * lyxrow_funcs.C: remove wrong comment
7832
7833 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7834
7835         * lyxtext.h: adjust
7836         * rowpainter.C: adjust
7837         * text.C: adjust
7838         * text2.C: adjust
7839         * text3.C: adjust
7840
7841         * lyxrow_funcs. [Ch]: new files
7842
7843         * lyxrow.[Ch]: remove next and previous pointers
7844         (next,previous): remove accessor functions
7845         (isParEnd): move to lyxrow_funcs
7846         (lastPos): move to lyxrow_funcs
7847         (nextRowIsAllInset): move to lyxrow_funcs
7848         (lastPrintablePos): move to lyxrow_funcs
7849         (numberOfSeparators): move to lyxrow_funcs
7850         (numberOfHfills): move to lyxrow_funcs
7851         (numberOfLabelHfills): move to lyxrow_funcs
7852         (hfillExpansion): move to lyxrow_funcs
7853
7854         * lyxfunc.C: adjust
7855
7856         * bufferview_funcs.C (toggleAndShow): adjust
7857
7858         * RowList.h: Remove class RowList from file leave just a
7859         std::list<Row>.
7860
7861         * RowList.C: delete file
7862
7863         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
7864         and lyxrow_funcs.h
7865
7866 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7867
7868         * text3.C (cursorPrevious): adjust
7869         (cursorNext): adjust
7870         (dispatch): adjust
7871
7872         * text2.C (redoHeightOfParagraph): adjust
7873         (redoDrawingOfParagraph): adjust
7874         (setCursor): adjust
7875
7876         * text.C (breakParagraph): adjust
7877         (insertChar): adjust
7878         (backspace): adjust
7879
7880         * rowpainter.C (RowPainter): adjust
7881         (leftMargin): simplify and adjust
7882         (most rowpainter functions): adjust.
7883
7884         * rowpainter.h: store the row as RowList::iterator not as Row*
7885
7886         * lyxcursor.C (row): taka RowList::iterator as arg
7887         (irow): ditto
7888
7889         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
7890         of Row*.
7891
7892 2003-04-01  Angus Leeming  <leeming@lyx.org>
7893
7894         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
7895         stuff like bool Bool.
7896
7897 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7898
7899         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
7900         rewrite a loop
7901
7902 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7903
7904         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
7905         RowList::iterator.
7906
7907         * lyxtext.h (rows): drop one version and leve a const variant that
7908         returns a RowList::iterator.
7909
7910 2003-03-31  Angus Leeming  <leeming@lyx.org>
7911
7912         * text.C (fill): ensure that the signature is the same as that in the
7913         header file.
7914
7915 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
7916
7917         * text2.C (redoParagraphs): adjust
7918         (updateCounters): adjust
7919         (checkParagraph): adjust
7920         (getColumnNearX): adjust and reformat a bit.
7921
7922         * text.C (top_y): adjust
7923         (workWidth): adjust
7924         (leftMargin): adjust
7925         (prepareToPrint): adjust
7926         (getRow): adjust
7927         (getRowNearY): adjust
7928
7929         * lyxtext.h: make rowlist_ mutable.
7930
7931         * RowList.h: add const_iterator
7932         * RowList.C: adjust for RowList::const_iterator.
7933
7934         * text2.C (getCursorX): make it take a RowList::iterator as arg,
7935         adjust.
7936
7937 2003-03-31  John Levon  <levon@movementarian.org>
7938
7939         * lyxrc.h:
7940         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
7941
7942         * lyx_main.C: set default fonts from using lyx_gui funcs
7943
7944         * exporter.C: pdf_mode moved from lyxrc
7945
7946         * lyx_cb.C:
7947         * lyxfunc.C: changes from above
7948
7949 2003-03-31  John Levon  <levon@movementarian.org>
7950
7951         * lyx_main.C: fix to the last fix
7952
7953 2003-03-31  John Levon  <levon@movementarian.org>
7954
7955         * bufferlist.C: "Load original" -> "Load Original"
7956
7957         * converter.C:
7958         * exporter.C:
7959         * importer.C:
7960         * lyx_main.C:
7961         * format.C: more Alert cleanups
7962
7963 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7964
7965         * text2.C (removeParagraph): make it take a RowList::iterator as
7966         arg, adjust.
7967         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
7968         (postRowPaint): make it take a RowList::iterator as arg, adjust.
7969
7970         * text.C (anchor_row): make it take a RowList::iterator as arg,
7971         adjust.
7972         (computeBidiTables): make it take a const reference to Row instead
7973         of Row pointer, adjust.
7974         (leftMargin): make it take a RowList::iterator as arg, adjust.
7975         (rowBreakPoint): adjust
7976         (breakAgainOneRow): make it take a RowList::iterator as arg,
7977         adjust.
7978         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
7979
7980         * bufferview_funcs.C (toggleAndShow): adjust
7981
7982 2003-03-30  John Levon  <levon@movementarian.org>
7983
7984         * Makefile.am:
7985         * BoostFormat.h:
7986         * boost-inst.C: moved to support
7987
7988         * several files: changes as a result
7989
7990 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7991
7992         * text2.C (LyXText): adjust.
7993         (init): adjust
7994         (removeRow): make it take a RowList::iterator as arg, adjust.
7995         (fullRebreak): adjust
7996         (deleteEmptyParagraphMechanism): adjust
7997         (clearPaint): adjust
7998         (postPaint): adjust
7999
8000         * text.C (top_y): adjust
8001         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
8002         (breakAgain): make it take a RowList::iterator as arg, adjust.
8003         (breakParagraph): adjust
8004         (insertChar): adjust
8005         (backspace): adjust
8006
8007         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
8008         need_break_row, and refresh_row.
8009
8010         * text3.C (dispatch): adjust
8011
8012         * text2.C (checkParagraph): adjust
8013         (setCursor): adjust
8014         (setCursorFromCoordinates): adjust
8015
8016         * text.C (top_y): adjust
8017         (workWidth): adjust
8018         (getRow): make it return a RowList::iterator, adjust
8019         (getRowNearY): make it return a RowList::iterator, adjust
8020
8021         * text2.C (init): adjust
8022         (insertRow): remove function
8023         (insertParagraph): adjust
8024         (redoParagraphs): adjust
8025         (fullRebreak): adjust
8026         (updateCounters): adjust
8027
8028         * text.C (top_y): rewrite to use RowList iterators.
8029         (top_y): adjust
8030         (setHeightOfRow): rewrite to sue RowList iterators.
8031         (appendParagraph): adjust
8032         (breakAgain): adjust
8033         (breakAgainOneRow): adjust
8034         (breakParagraph): adjust
8035         (getRow): adjust
8036         (getRowNearY): adjust, and remove commented code.
8037
8038         * lyxtext.h (firstRow): delete function
8039         (lastRow): delete function
8040         (rows): new function (const and non-const versions.)
8041         (insertRow): delete function
8042
8043         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8044
8045 2003-03-29  John Levon  <levon@movementarian.org>
8046
8047         * BufferView_pimpl.C: always update scrollbar top
8048         because pasting text when we're anchored could mean we
8049         miss an update altogether
8050
8051 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8052
8053         * text2.C (init): use rowlist_.end() and not 0.
8054         (insertRow): change to take a RowList::iterator as arg, adjust
8055         for this.
8056         (insertParagraph): change to take a RowList::iterator as arg,
8057         adjust for this.
8058         (redoParagraphs): remove some debug msgs.
8059
8060         * text.C (appendParagraph): change to take a RowList::iterator
8061         arg, adjust for this.
8062         (breakAgain): add an assert
8063         (breakAgainOneRow): ditto
8064
8065 2003-03-29  John Levon  <levon@movementarian.org>
8066
8067         * text2.C: do not clear selection after inc/decDepth
8068         (bug 550)
8069
8070 2003-03-29  John Levon  <levon@movementarian.org>
8071
8072         * BufferView.C:
8073         * buffer.C: fix broken strerrors according to Lars
8074
8075 2003-03-29  John Levon  <levon@movementarian.org>
8076
8077         * converters.C: more Alert cleanups
8078
8079 2003-03-29  John Levon  <levon@movementarian.org>
8080
8081         * bufferview_funcs.C: remove pointless Alert
8082
8083         * buffer.C: fix confusing error message when
8084         a template is chmoded 000
8085
8086 2003-03-29  John Levon  <levon@movementarian.org>
8087
8088         * BufferView.C:
8089         * BufferView.h:
8090         * BufferView_pimpl.C: Alert fixes
8091
8092         * Makefile.am:
8093         * tabular.C:
8094         * tabular-old.C: remove unused table compat reading
8095
8096 2003-03-29  John Levon  <levon@movementarian.org>
8097
8098         * BufferView.C:
8099         * buffer.C:
8100         * lyx_cb.h:
8101         * lyx_cb.C: more Alert cleanups
8102
8103         * lyxfunc.C: don't allow chktex if not latex document
8104
8105 2003-03-29  John Levon  <levon@movementarian.org>
8106
8107         * lyx_cb.C:
8108         * BufferView.C:
8109         * buffer.C: warnings pushed down from support/,
8110         kill err_alert
8111
8112 2003-03-29  John Levon  <levon@movementarian.org>
8113
8114         * lyxfunc.C: safety check for C-r (revert)
8115
8116 2003-03-29  John Levon  <levon@movementarian.org>
8117
8118         * bufferlist.h:
8119         * bufferlist.C: several UI fixes using Alert::prompt.
8120         Fix the pointless looping quit code. Fix stupid revert
8121         behaviour (bug 938)
8122
8123         * lyxvc.h:
8124         * lyxvc.C:
8125         * lyx_cb.C: use Alert::prompt
8126
8127         * lyx_main.C: remove a silly question
8128
8129         * lyxfunc.C: remove a couple of silly questions,
8130         use Alert::prompt
8131
8132 2003-03-28  John Levon  <levon@movementarian.org>
8133
8134         * text2.C: fix bug 974 (End on empty par)
8135
8136 2003-03-28  John Levon  <levon@movementarian.org>
8137
8138         * BufferView_pimpl.C:
8139         * LyXAction.C:
8140         * lfuns.h: remove do-nothing math greek lfuns
8141
8142 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8143
8144         * lyxgluelength.h (isValidGlueLength): add default arg on
8145         parameter 2. Remove default arg from friend in class.
8146
8147         * lyxlength.h (isValidLength): add default arg on parameter 2.
8148         Remove default arg from friend in class.
8149
8150         * text2.C (LyXText): adjust, initialize refresh_row.
8151         (init): adjust
8152         (removeRow): adjust
8153         (insertRow): adjust
8154         (insertParagraph): adjst
8155         (redoParagraphs): adjust
8156         (fullRebreak): adjust
8157         (updateCounters): adjust
8158         (deleteEmptyParagraphMechanism): first attempt at fixing a
8159         crashing bug.
8160
8161         * text.C (top_y): adjust
8162         (setHeightOfRow): adjust
8163         (getRow): adjust
8164         (getRowNearY): adjust
8165
8166         * lyxtext.h: include RowList.h
8167         (~LyXText): not needed anymore, deleted.
8168         (firstRow): modify for RowList
8169         (lastRow): new function
8170         Delete firstrow and lastrow class variables, add a Rowlist
8171         rowlist_ class variable.
8172
8173         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8174         paragraph is empty.
8175
8176         * RowList.C (insert): fix case where it == begin().
8177
8178 2003-03-26  Angus Leeming  <leeming@lyx.org>
8179
8180         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8181         the thesaurus dialog.
8182
8183 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8184
8185         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8186
8187         * RowList.[Ch]: new files
8188
8189         * ParagraphList.C (erase): handle the case where it == begin
8190         correctly.
8191
8192 2003-03-25  John Levon  <levon@movementarian.org>
8193
8194         * Makefile.am:
8195         * aspell_local.h:
8196         * aspell.C: add new aspell support
8197
8198         * lyxrc.h:
8199         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8200         have it accessible.
8201
8202 2003-03-25  Angus Leeming  <leeming@lyx.org>
8203
8204         * lfuns.h:
8205         * LyXAction.C (init): new LFUN_INSET_INSERT.
8206
8207         * BufferView_pimpl.C (dispatch): split out part of the
8208         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8209
8210         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8211         LFUN_INSET_APPLY.
8212
8213 2003-03-25  Angus Leeming  <leeming@lyx.org>
8214
8215         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8216
8217 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8218
8219         * text2.C:
8220         * text3.C: remove useless row->height(0)
8221
8222 2003-03-25  John Levon  <levon@movementarian.org>
8223
8224         * lyxtext.h:
8225         * text2.C:
8226         * text3.C: rename the refreshing stuff to better names
8227
8228 2003-03-24  John Levon  <levon@movementarian.org>
8229
8230         * BufferView_pimpl.h:
8231         * BufferView_pimpl.C: update layout choice on a mouse
8232         press/release
8233
8234 2003-03-23  John Levon  <levon@movementarian.org>
8235
8236         * Makefile.am: fix commandtags.h reference
8237
8238 2003-03-22  John Levon  <levon@movementarian.org>
8239
8240         * BufferView_pimpl.C:
8241         * lyxtext.h:
8242         * rowpainter.C:
8243         * rowpainter.h:
8244         * text.C:
8245         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8246
8247 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8248
8249         * lyxtext.h:
8250         * text.C: take the rtl methods out of line
8251
8252 2003-03-21 André Pönitz <poenitz@gmx.net>
8253
8254         * metricsinfo.[Ch]: new files containing structures to be passed around
8255         during the two-phase-drawing...
8256
8257 2003-03-21 André Pönitz <poenitz@gmx.net>
8258
8259         * lyxtextclass.C: read 'environment' tag.
8260
8261 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8262
8263         * text2.C (removeRow): fix bug 964
8264
8265 2003-03-20  John Levon  <levon@movementarian.org>
8266
8267         * rowpainter.C:
8268         * text.C:
8269         * text2.C: paint cleanups. Inset::update() dropped font
8270         parameter
8271
8272 2003-03-19  John Levon  <levon@movementarian.org>
8273
8274         * lyxfunc.C: only fitcursor/markDirty if available()
8275
8276 2003-03-19  John Levon  <levon@movementarian.org>
8277
8278         * commandtags.h: rename to ...
8279
8280         * lfuns.h: ... this, and renumber / cleanup
8281
8282 2003-03-19  John Levon  <levon@movementarian.org>
8283
8284         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8285         fit the cursor after an lfun
8286
8287         * BufferView.h:
8288         * BufferView.C:
8289         * BufferView_pimpl.h:
8290         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8291
8292         * LyXAction.C: layout-character should have ReadOnly
8293
8294         * ParagraphParameters.C:
8295         * buffer.C:
8296         * bufferview_funcs.C:
8297         * lyx_cb.C:
8298         * lyxfind.C:
8299         * lyxtext.h:
8300         * text.C:
8301         * text2.C:
8302         * text3.C:
8303         * undo_funcs.C: changes from above
8304
8305 2003-03-18  John Levon  <levon@movementarian.org>
8306
8307         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8308         remove it from update()
8309
8310         * lyxfunc.C: update layout choice after an lfun
8311
8312         * text3.C: remove extra updateLayoutChoice()s
8313
8314 2003-03-18  John Levon  <levon@movementarian.org>
8315
8316         * text.C: top_y change means full repaint, fix
8317         a drawing bug with cursor movement
8318
8319 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8320
8321         * lyxtext.h:
8322         * text.C:
8323         * text2.C: anchor row on setCursor
8324
8325 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8326
8327         * lyxtext.h: remove almost all mutable keywords
8328         * text.C:
8329         * text2.C:
8330         * text3.C: remove const keywords accordingly
8331
8332 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8333
8334         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8335         anon namespace
8336         (TeXEnvironment): ditto
8337         (TeXOnePar): ditto
8338
8339 2003-03-17  John Levon  <levon@movementarian.org>
8340
8341         * text.C (rowBreakPoint): remove attempt to fix displayed
8342         math insets inside a manual label
8343
8344 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8345
8346         * lyxtext.h: remove BufferView* as first arg from almost all class
8347         functions.
8348         * other files: adjust.
8349
8350 2003-03-17  John Levon  <levon@movementarian.org>
8351
8352         * lyxtext.h:
8353         * undo_funcs.C:
8354         * text2.C: more paint cleanups
8355
8356         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8357
8358         * rowpainter.h:
8359         * rowpainter.C: remove "smart" background painting code
8360
8361 2003-03-16  John Levon  <levon@movementarian.org>
8362
8363         * lyxtext.h:
8364         * text.C:
8365         * text2.C:
8366         * text3.C: add helper functions for setting refresh_row/y
8367
8368 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8369
8370         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8371         newline inset which *can* get inserted in the pass_thru layouts.
8372         This is primarily for literate documents.
8373
8374 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8375
8376         * buffer.C: increment LYX_FORMAT to 223
8377
8378 2003-03-14 André Pönitz <poenitz@gmx.net>
8379
8380         * textclass.h: prepare for environment handling, ws changes
8381         * lyxlayout.C: read latexheader and latexfooter tags
8382
8383 2003-03-14  John Levon  <levon@movementarian.org>
8384
8385         * text2.C: rewrite ::status() a bit
8386
8387 2003-03-13  John Levon  <levon@movementarian.org>
8388
8389         * lyxtext.h: add some docs
8390
8391 2003-03-13  John Levon  <levon@movementarian.org>
8392
8393         * lyxtext.h:
8394         * text.C:
8395         * text2.C:
8396         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8397
8398 2003-03-13  John Levon  <levon@movementarian.org>
8399
8400         * text3.C: fix appendix redrawing
8401
8402 2003-03-13  John Levon  <levon@movementarian.org>
8403
8404         * text.C (setHeightOfRow):
8405         * rowpainter.h:
8406         * rowpainter.C: make appendix mark have the text
8407           "Appendix" so the user knows what it is
8408
8409         * LColor.h:
8410         * LColor.C: s/appendixline/appendix/ from above
8411
8412 2003-03-13  John Levon  <levon@movementarian.org>
8413
8414         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8415
8416         * text.C: fix a getChar(pos) bug properly
8417
8418 2003-03-13  Angus Leeming  <leeming@lyx.org>
8419
8420         * commandtags.h:
8421         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8422         Probably only temporary. Let's see how things pan out.
8423
8424         * BufferView.C (unlockInset):
8425         * BufferView_pimpl.C (fitCursor):
8426         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8427
8428         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8429         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8430
8431         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8432         new functions that convert ParagraphParameters to and from a string.
8433
8434         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8435         BufferView::Pimpl's dispatch.
8436         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8437
8438 2003-03-13 André Pönitz <poenitz@gmx.net>
8439
8440         * lyxfunc.C:
8441         * text3.C:
8442         * factory.C: make it aware of InsetEnv
8443
8444 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8445
8446         * text2.C (setCursor): never ask for one past last
8447         (setCursor): add some debugging messages.
8448
8449         * text.C (singleWidth): never ask for one past last
8450         (singleWidth): ditto
8451         (leftMargin): ditto
8452         (rightMargin): ditto
8453         (rowBreakPoint): ditto
8454         (setHeightOfRow): ditto
8455         (prepareToPrint): ditto
8456
8457         * rowpainter.C (paintBackground): never ask for one past last
8458         (paintText): never ask for one past last
8459
8460         * paragraph_pimpl.C (getChar): make the assert stricter, never
8461         allow the one past last pos to be taken
8462
8463         * paragraph.C (getChar): ws changes only
8464
8465         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8466         (numberOfSeparators): ditto
8467         (numberOfHfills): ditto
8468
8469 2003-03-12  John Levon  <levon@movementarian.org>
8470
8471         * author.h:
8472         * author.C:
8473         * bufferparams.h:
8474         * bufferparams.C:
8475         * paragraph_funcs.C: fix per-buffer authorlists
8476
8477 2003-03-12  John Levon  <levon@movementarian.org>
8478
8479         * text.C: fix newline in right address
8480
8481 2003-03-12  Angus Leeming  <leeming@lyx.org>
8482
8483         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8484         duplicate those in LyXFunc::dispatch.
8485
8486         * commandtags.h:
8487         * LyXAction.C:
8488         * ToolbarDefaults.C:
8489         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8490         Add LFUN_FONTFREE_UPDATE.
8491
8492         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8493         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8494
8495         * bufferview_func.[Ch]: several new functions to facilliate
8496         transfer of data to and from the character dialog.
8497
8498 2003-03-12  John Levon  <levon@movementarian.org>
8499
8500         * buffer.C:
8501         * paragraph.h:
8502         * paragraph.C:
8503         * paragraph_funcs.C:
8504         * paragraph_pimpl.C:
8505         * sgml.C:
8506         * tabular.C:
8507         * text.C:
8508         * text3.C: remove META_NEWLINE in favour of an inset
8509
8510         * rowpainter.h:
8511         * rowpainter.C: remove paintNewline (done by inset)
8512
8513 2003-03-12  John Levon  <levon@movementarian.org>
8514
8515         * paragraph_pimpl.C: complain about bad getChar()s
8516         for a while at least
8517
8518 2003-03-12  John Levon  <levon@movementarian.org>
8519
8520         * buffer.h:
8521         * buffer.C: move paragraph read into a separate function,
8522         a little renaming to reflect that.
8523
8524         * bufferparams.h:
8525         * bufferparams.C: remove the author_ids map, not necessary now
8526
8527         * factory.h:
8528         * factory.C: moved Buffer::readInset to here
8529
8530         * paragraph_funcs.h:
8531         * paragraph_funcs.C: readParagraph free function moved from
8532         buffer.C
8533
8534         * tabular.C: name change
8535
8536 2003-03-12  John Levon  <levon@movementarian.org>
8537
8538         * buffer.C:
8539         * ParagraphParameters.C: move par params input to
8540         a read() method
8541
8542         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8543         behave like a normal read from the stream wrt reading
8544         a line vs. a \\token
8545
8546 2003-03-12  John Levon  <levon@movementarian.org>
8547
8548         * paragraph.C:
8549         * ParagraphParameters.h:
8550         * ParagraphParameters.C: move output code to a
8551         ::write() method
8552
8553 2003-03-12  John Levon  <levon@movementarian.org>
8554
8555         * BufferView.C (insertLyXFile):
8556         * buffer.h:
8557         * buffer.C:
8558         * tabular.C: use a parlist iterator for creating the
8559           document.
8560
8561 2003-03-12  John Levon  <levon@movementarian.org>
8562
8563         * buffer.C: make current_change static local not
8564           static file-scope
8565
8566 2003-03-12  John Levon  <levon@movementarian.org>
8567
8568         * buffer.C: fix insertStringAsLines for change tracking
8569
8570 2003-03-12  John Levon  <levon@movementarian.org>
8571
8572         * BufferView.C:
8573         * tabular.C:
8574         * buffer.h:
8575         * buffer.C:
8576         * bufferparams.h:
8577         * bufferparams.C: move author list into params. Rename some
8578           functions. Move the header reading into a separate token
8579           loop. Move the header token reading into BufferParams.
8580
8581 2003-03-12  John Levon  <levon@movementarian.org>
8582
8583         * changes.C: put debug inside lyxerr.debugging() checks
8584
8585 2003-03-11 André Pönitz <poenitz@gmx.net>
8586
8587         * factory.C: make it aware of InsetHFill
8588
8589 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8590
8591         * buffer.C (latexParagraphs): move function from here...
8592         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8593         args.
8594
8595 2003-03-10  Angus Leeming  <leeming@lyx.org>
8596
8597         * LyXAction.C (init): fix bug in poplating array with multiple entries
8598         with the same LFUN (spotted by JMarc).
8599
8600 2003-03-10  John Levon  <levon@movementarian.org>
8601
8602         * text.C:
8603         * text2.C: move getColumnNearX() near its
8604         only call site
8605
8606 2003-03-10  John Levon  <levon@movementarian.org>
8607
8608         * text.C: fix break before a minipage
8609
8610 2003-03-10  John Levon  <levon@movementarian.org>
8611
8612         * text.C: fix the last commit
8613
8614 2003-03-09  John Levon  <levon@movementarian.org>
8615
8616         * lyxtext.h:
8617         * text.C:
8618         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8619         bug 365 (don't break before insets unless needed). Don't
8620         return a value > last under any circumstances.
8621
8622 2003-03-09  Angus Leeming  <leeming@lyx.org>
8623
8624         * BufferView_pimpl.C (trackChanges, dispatch): call
8625         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8626
8627 2003-03-09  Angus Leeming  <leeming@lyx.org>
8628
8629         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8630         than Dialogs::showAboutlyx().
8631
8632 2003-03-09  Angus Leeming  <leeming@lyx.org>
8633
8634         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8635         than Dialogs::showTabularCreate().
8636
8637 2003-03-09  John Levon  <levon@movementarian.org>
8638
8639         * lyxtext.h:
8640         * text.C:
8641         * text2.C: 3rd arg to nextBreakPoint was always the same.
8642           Use references.
8643
8644 2003-03-08  John Levon  <levon@movementarian.org>
8645
8646         * lyxrow.C:
8647         * paragraph.C:
8648         * paragraph.h:
8649         * rowpainter.C:
8650         * text.C:
8651         * text2.C: Remove the "main" bit from the "main body"
8652           notion.
8653
8654 2003-03-08  John Levon  <levon@movementarian.org>
8655
8656         * text.C (leftMargin): The left margin of an empty
8657         manual label paragraph should not include the label width
8658         string length.
8659
8660         * text.C (prepareToPrint): don't attempt to measure hfills
8661         for empty manual label paragraphs - the answer should be 0
8662
8663 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8664
8665         * CutAndPaste.C: remove commented code and reindent.
8666
8667 2003-03-08  John Levon  <levon@movementarian.org>
8668
8669         * lyxfunc.h:
8670         * lyxfunc.C: move reloadBuffer()
8671
8672         * BufferView.h:
8673         * BufferView.C: to here
8674
8675         * lyxvc.C: add comment
8676
8677         * vc-backend.h:
8678         * vc-backend.C: call bv->reload() to avoid
8679           getStatus() check on MENURELOAD
8680
8681 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8682
8683         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8684         to an old format .dep file.
8685
8686 2003-03-07  Angus Leeming  <leeming@lyx.org>
8687
8688         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8689         when the LFUN_MOUSE_RELEASE should have been handled by
8690         inset->localDispatch.
8691
8692 2003-03-07  Angus Leeming  <leeming@lyx.org>
8693
8694         * BufferView_pimpl.C (dispatch):
8695         * LyXAction.C (init):
8696         * ToolbarDefaults.C (init):
8697         * commandtags.h:
8698         * lyxfunc.C (getStatus):
8699         remove LFUN_INSET_GRAPHICS.
8700
8701         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8702
8703 2003-03-07  Angus Leeming  <leeming@lyx.org>
8704
8705         * commandtags.h:
8706         * LyXAction.C (init):
8707         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8708
8709         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8710
8711         * commandtags.h:
8712         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8713
8714         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8715         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8716
8717 2003-03-07  Angus Leeming  <leeming@lyx.org>
8718
8719         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8720         remove "ert".
8721
8722 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8723
8724         * ParagraphList.C (front): new function
8725         (back): implement
8726
8727 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8728
8729         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8730         and top_row_offset_. removed var first_y.
8731         * text.C (top_y):
8732         * text2.C (LyXText, removeRow):
8733         * text3.C:
8734         * BufferView_pimpl.C:
8735         use these methods instead of using first_y
8736
8737 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8738
8739         * text2.C (pasteSelection): adjust for checkPastePossible
8740
8741         * CutAndPaste.C: remove Paragraph * buf and replace with
8742         ParagraphList paragraphs.
8743         (DeleteBuffer): delete
8744         (cutSelection): change the tc type to textclass_type
8745         (copySelection): change the tc type to textclass_type
8746         (copySelection): adjust for ParagraphList
8747         (pasteSelection): change the tc type to textclass_type
8748         (pasteSelection): adjust for Paragraphlist
8749         (nrOfParagraphs): simplify for ParagraphList
8750         (checkPastePossible): simplify for ParagraphList
8751         (checkPastePossible): remove unused arg
8752
8753         * ParagraphList.C (insert): handle the case where there are no
8754         paragraphs yet.
8755
8756         * CutAndPaste.h: make CutAndPaste a namespace.
8757
8758         * text3.C (dispatch): adjust
8759
8760         * text.C (breakParagraph): add a ParagraphList as arg
8761
8762         * paragraph_funcs.C (breakParagraph): change to take a
8763         BufferParams and a ParagraphList as args.
8764         (breakParagraphConservative): ditto
8765         (mergeParagraph): ditto
8766         (TeXDeeper): add a ParagraphList arg
8767         (TeXEnvironment): ditto
8768         (TeXOnePar): ditto
8769
8770         * buffer.C (readLyXformat2): adjust
8771         (insertStringAsLines): adjust
8772         (latexParagraphs): adjust
8773
8774         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
8775         (cutSelection): adjust
8776         (pasteSelection): adjust
8777
8778         * BufferView_pimpl.C (insertInset): adjust
8779
8780 2003-03-05  Angus Leeming  <leeming@lyx.org>
8781
8782         * commandtags.h:
8783         * LyXAction.C (init):
8784         * BufferView_pimpl.C (dispatch):
8785         * lyxfunc.C (getStatus):
8786         remove LFUN_CHILD_INSERT.
8787
8788         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
8789
8790 2003-03-05  Angus Leeming  <leeming@lyx.org>
8791
8792         * commandtags.h:
8793         * LyXAction.C (init):
8794         * src/factory.C (createInset):
8795         * lyxfunc.C (getStatus):
8796         * text3.C (dispatch):
8797         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
8798
8799         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
8800
8801 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8802
8803         * ParagraphList.C (insert): handle insert right before end()
8804         (erase): fix cases where it can be first or last paragraph.
8805
8806 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8807
8808         * paragraph_funcs.C (TeXEnvironment): remove all usage of
8809         Paragraph::next and Paragraph::previous
8810         (TeXOnePar): ditto
8811
8812         * text.C (breakParagraph): adjust
8813
8814         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
8815         BufferParams& as arg.
8816         (breakParagraph): use ParagraphList::insert
8817         (breakParagraphConservative): take a Buffer* instead of a
8818         BufferParams& as arg.
8819         (breakParagraphConservative): use ParagraphList::insert.
8820
8821         * buffer.C (insertStringAsLines): un-const it
8822         (insertStringAsLines): adjust
8823
8824         * ParagraphList.C (insert): new function
8825
8826         * CutAndPaste.C (pasteSelection): adjust
8827
8828         * text.C (backspace): adjust
8829
8830         * tabular.C (SetMultiColumn): adjust
8831
8832         * CutAndPaste.C (cutSelection): adjust
8833         (pasteSelection): adjust
8834
8835         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
8836         Buffer const * as arg
8837
8838         * ParagraphList.C (erase): new function
8839         * paragraph_funcs.C (mergeParagraph): use it
8840         (mergeParagraph): make it take a Buffer* instead of a
8841         BufferParams* as arg
8842
8843         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
8844         as arg
8845         (breakParagraphConservative): ditto
8846
8847         * paragraph.h: remove the breakParagraph friend
8848
8849         * paragraph.C (eraseIntern): new function
8850         (setChange): new function
8851
8852         * paragraph_funcs.C (mergeParagraph): make it take a
8853         ParagraphList::iterator instead of a Paragraph *, adjust
8854         accordingly.
8855
8856         * paragraph.h: move an #endif so that the change tracking stuff
8857         also works in the NO_NEXT case.
8858
8859 2003-03-04  Angus Leeming  <leeming@lyx.org>
8860
8861         * commandtags.h:
8862         * LyXAction.C: new LFUN_INSET_MODIFY.
8863
8864         * BufferView_pimpl.C (dispatch): if an inset is found to be open
8865         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
8866
8867 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8868
8869         * several files: ws changes only
8870
8871         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
8872         (TeXEnvironment): ditto
8873         (TeXDeeper): ditto
8874
8875         * buffer.C (makeLaTeXFile): adjust
8876         (latexParagraphs): make it take ParagraphList::iterator as args
8877
8878 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8879
8880         * buffer.C (latexParagraphs): adjust
8881
8882         * paragraph.C (TeXOnePar): move function...
8883         (optArgInset): move function...
8884         (TeXEnvironment): move function...
8885         * paragraph_pimpl.C (TeXDeeper): move function...
8886         * paragraph_funcs.C: ...here
8887
8888         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
8889
8890 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8891
8892         * buffer.C (readInset): remove compability code for old Figure and
8893         InsetInfo insets
8894
8895 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8896
8897         * buffer.C: ws changes
8898         (readInset):
8899
8900         * BufferView_pimpl.C: ditto
8901         * author.C: ditto
8902         * buffer.h: ditto
8903         * bufferlist.h: ditto
8904         * changes.h: ditto
8905         * lyxfunc.C: ditto
8906
8907 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
8908
8909         * converter.[Ch]: split into itself +
8910         * graph.[Ch]
8911         * format.[Ch]
8912         * Makefile.am: += graph.[Ch] + format.[Ch]
8913         * MenuBackend.C
8914         * buffer.C
8915         * exporter.C
8916         * importer.C
8917         * lyx_main.C
8918         * lyxfunc.C
8919         * lyxrc.C: added #include "format.h"
8920
8921 2003-02-27  Angus Leeming  <leeming@lyx.org>
8922
8923         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
8924           a label.
8925
8926         * factory.C (createInset): add "label" to the factory.
8927
8928         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
8929           string and do no more.
8930
8931 2003-02-27  Angus Leeming  <leeming@lyx.org>
8932
8933         * commandtags.h:
8934         * LyXAction.C (init):
8935         * factory.C (createInset):
8936         * BufferView_pimpl.C (dispatch):
8937           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
8938
8939         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
8940
8941         * lyxfunc.C (dispatch):
8942         * text3.C (dispatch): pass name to params2string.
8943
8944 2003-02-26  Angus Leeming  <leeming@lyx.org>
8945
8946         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
8947           blocks together.
8948           Rearrange the ~includes. Strip out the unnecessary ones.
8949
8950         * factory.C (createInset): reformat.
8951           create new insets for the various LFUN_XYZ_APPLY lfuns.
8952
8953 2003-02-26  John Levon  <levon@movementarian.org>
8954
8955         * lyxrow.h:
8956         * lyxrow.C: add isParStart,isParEnd helpers
8957
8958         * paragraph.h: make isInserted/DeletedText take refs
8959
8960         * paragraph_funcs.h:
8961         * paragraph_funcs.C: remove #if 0'd code
8962
8963         * lyxtext.h:
8964         * text3.C:
8965         * text2.C:
8966         * text.C: use lyxrow helpers above.
8967           Move draw and paint routines to RowPainter.
8968           Make several methods use refs not pointers.
8969           Make backgroundColor() const.
8970           Add markChangeInDraw(), isInInset().
8971           Merge changeRegionCase into changeCase.
8972           Make workWidth() shouldn't-happen code into an Assert.
8973
8974         * rowpainter.h:
8975         * rowpainter.C: new class for painting a row.
8976
8977         * vspace.h:
8978         * vspace.C: make inPixels take a ref
8979
8980 2003-02-26  Angus Leeming  <leeming@lyx.org>
8981
8982         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
8983         LFUN_REF_APPLY.
8984
8985 2003-02-25  John Levon  <levon@movementarian.org>
8986
8987         * ispell.C: give the forked command a more accurate name
8988
8989 2003-02-22  John Levon  <levon@movementarian.org>
8990
8991         * toc.h:
8992         * toc.C: make TocItem store an id not a Paragraph *
8993           (bug #913)
8994
8995 2003-02-21  Angus Leeming  <leeming@lyx.org>
8996
8997         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
8998           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
8999           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
9000           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
9001           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
9002           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
9003
9004         * BufferView_pimpl.C (dispatch):
9005         * LyXAction.C (init):
9006         * factory.C (createInset):
9007         * lyxfunc.C (getStatus, dispatch):
9008         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
9009
9010 2003-02-21  Angus Leeming  <leeming@lyx.org>
9011
9012         * BufferView_pimpl.C (MenuInsertLyXFile):
9013         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
9014         * lyxfunc.C (menuNew, open, doImport):
9015           no longer pass a LyXView & to fileDlg.
9016
9017 2003-02-21  Angus Leeming  <leeming@lyx.org>
9018
9019         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
9020         * LyXAction.C: change, BIBKEY to BIBITEM.
9021         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
9022         Change InsetBibKey to InsetBibitem.
9023         Change BIBKEY_CODE to BIBITEM_CODE.
9024         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9025         * factory.C: replace insetbib.h with insetbibitem.h.
9026         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9027         * paragraph.C: replace insetbib.h with insetbibitem.h.
9028         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
9029         Change bibkey() to bibitem().
9030         * text.C: remove insetbib.h.
9031         * text2.C: replace insetbib.h with insetbibitem.h.
9032         change bibkey() to bibitem().
9033         * text3.C: remove insetbib.h.
9034         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9035
9036 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9037
9038         * lyxrc.C (output): enclose user email in quotes (in case there are
9039         several words)
9040
9041 2003-02-18  John Levon  <levon@movementarian.org>
9042
9043         * buffer.h: add std::
9044
9045 2003-02-17  John Levon  <levon@movementarian.org>
9046
9047         * SpellBase.h:
9048         * ispell.h:
9049         * ispell.C:
9050         * pspell.h:
9051         * pspell.C: reworking. Especially in ispell, a large
9052           number of clean ups and bug fixes.
9053
9054         * lyxfunc.C: fix revert to behave sensibly
9055
9056 2003-02-17 André Pönitz <poenitz@gmx.net>
9057
9058         * LyXAction.C:
9059         * commandtags.h: new LFUN_INSERT_BIBKEY
9060
9061         * layout.h:
9062         * lyxlayout.C:
9063         * buffer.C:
9064         * factory.C:
9065         * text.C:
9066         * text2.C:
9067         * text3.C:
9068         * paragraph.[Ch]:
9069         * paragraph_func.C: remove special bibkey handling
9070
9071 2003-02-17  John Levon  <levon@movementarian.org>
9072
9073         * text.C (Delete): fix case where delete at the end of
9074           the very first paragraph would not merge the pars
9075
9076 2003-02-17  John Levon  <levon@movementarian.org>
9077
9078         * lyxrow.C: fix lastPrintablePos()
9079
9080 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9081
9082         * bufferparams.C (writeLaTeX): add a std:here
9083
9084         * buffer.C: and remove a using directive there
9085
9086 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9087
9088         * buffer.C (makeLaTeXFile): move the code that generates the
9089           preamble...
9090
9091         * bufferparams.C (writeLaTeX): ... in this new method
9092
9093         * LaTeXFeatures.C (getEncodingSet): make const
9094           (getLanguages): make const
9095
9096         * MenuBackend.C (binding): returns the binding associated to this
9097           action
9098           (add): sets the status of each item by calling getStatus. Adds
9099           some intelligence.
9100           (read): add support for OptSubMenu
9101           (expand): remove extra separator at the end of expanded menu
9102
9103 2003-02-15  John Levon  <levon@movementarian.org>
9104
9105         * BufferView.C:
9106         * BufferView_pimpl.C:
9107         * bufferlist.h:
9108         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9109           inset code that had no actual effect. Remove unneeded status
9110           code.
9111
9112 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9113
9114         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9115           in preamble
9116
9117 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9118
9119         * text.C (drawLengthMarker): also draw an arrow marker for
9120           symbolic lengths (medskip...)
9121
9122 2003-02-14  John Levon  <levon@movementarian.org>
9123
9124         * tabular.h:
9125         * tabular.C: better method names
9126
9127 2003-02-14  John Levon  <levon@movementarian.org>
9128
9129         * BufferView_pimpl.C:
9130         * bufferlist.C:
9131         * buffer.C:
9132         * converter.C:
9133         * lyx_cb.C:
9134         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9135           it's a more accurate name. Remove some pointless uses.
9136
9137 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9138
9139         * text2.C (LyXText): change order of initilizers to shut off
9140           warnings
9141
9142 2003-02-14  John Levon  <levon@movementarian.org>
9143
9144         * buffer.C: use ParIterator for getParFromID()
9145
9146         * paragraph.h:
9147         * paragraph.C:
9148         * paragraph_pimpl.h:
9149         * paragraph_pimpl.C: remove unused getParFromID()
9150
9151 2003-02-14  John Levon  <levon@movementarian.org>
9152
9153         * buffer.C: remove some very old #if 0'd parse code
9154
9155 2003-02-13  John Levon  <levon@movementarian.org>
9156
9157         * text.h:
9158         * text.C:
9159         * text2.C: move hfillExpansion(), numberOfSeparators(),
9160           rowLast(), rowLastPrintable(), numberofHfills(),
9161           numberOfLabelHfills() ...
9162
9163         * lyxrow.h:
9164         * lyxrow.C: ... to member functions here.
9165
9166         * paragraph.h:
9167         * paragraph.C:
9168         * lyxtext.h:
9169         * text.C: remove LyXText::beginningOfMainBody(), and call
9170           p->beginningOfMainBody() directly. Move the check for
9171           LABEL_MANUAL into the latter.
9172
9173         * text.h:
9174         * text.C:
9175         * text2.C:
9176         * vspace.C:
9177         * BufferView.h:
9178         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9179
9180         * text.h:
9181         * text.C:
9182         * text2.C:
9183         * text3.C:
9184         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9185           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9186
9187 2003-02-13  John Levon  <levon@movementarian.org>
9188
9189         * CutAndPaste.C: remove debug
9190
9191 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9192
9193         * paragraph.C (asString): remove two unused variables
9194
9195         * lyxtextclass.C (readTitleType):
9196           (Read):
9197           (LyXTextClass): handle new members titletype_ and titlename_
9198
9199         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9200
9201 2003-02-09  John Levon  <levon@movementarian.org>
9202
9203         * buffer.h:
9204         * buffer.C: replace hand-coded list with a map for the dep clean
9205
9206 2003-02-08  John Levon  <levon@movementarian.org>
9207
9208         * LaTeX.C: consolidate code into showRunMessage() helper
9209
9210 2003-02-08  John Levon  <levon@movementarian.org>
9211
9212         * lyxfind.C:
9213         * lyxtext.h:
9214         * text2.C:
9215         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9216           and pass the size in explicitly
9217
9218         * BufferView_pimpl.h:
9219         * BufferView_pimpl.C:
9220         * BufferView.h:
9221         * BufferView.C: add getCurrentChange()
9222
9223         * BufferView_pimpl.h:
9224         * BufferView_pimpl.C: handle change lfuns
9225
9226         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9227           for changes. Mark pasted paragraphs as new.
9228
9229         * support/lyxtime.h:
9230         * support/lyxtime.C:
9231         * DepTable.C: abstract time_t as lyx::time_type
9232
9233         * LColor.h:
9234         * LColor.C: add colours for new text, deleted text, changebars
9235
9236         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9237           package use "usenames" option.
9238
9239         * commandtags.h:
9240         * lyxfunc.C:
9241         * LyXAction.C: add change lfuns
9242
9243         * Makefile.am:
9244         * author.h:
9245         * author.C: author handling
9246
9247         * buffer.h:
9248         * buffer.C: add a per-buffer author list, with first entry as
9249           current author. Handle new .lyx tokens for change tracking. Output
9250           author list to .lyx file. Output dvipost stuff to .tex preamble.
9251           Bump lyx format to 222.
9252
9253         * bufferlist.h:
9254         * bufferlist.C: add setCurrentAuthor() to reset current author details
9255           in all buffers.
9256
9257         * bufferparams.h:
9258         * bufferparams.C: add param for tracking
9259
9260         * bufferview_funcs.C: output change info in minibuffer
9261
9262         * Makefile.am:
9263         * changes.h:
9264         * changes.C: add change-tracking structure
9265
9266         * debug.h:
9267         * debug.C: add CHANGES debug flag
9268
9269         * lyxfind.h:
9270         * lyxfind.C: add code for finding the next change piece
9271
9272         * lyxrc.h:
9273         * lyxrc.C: add user_name and user_email
9274
9275         * lyxrow.h:
9276         * lyxrow.C: add a metric for the top of the text line
9277
9278         * lyxtext.h:
9279         * text.C: implement accept/rejectChange()
9280
9281         * lyxtext.h:
9282         * text.C: paint changebars. Paint new/deleted text in the chosen
9283         colours. Strike through deleted text.
9284
9285         * paragraph.h:
9286         * paragraph.C:
9287         * paragraph_pimpl.h:
9288         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9289           in the current change to the insert functions. Rework erase to
9290           mark text as deleted, adding an eraseIntern() and a range-based
9291           erase(). Implement per-paragraph change lookup and
9292           accept/reject.
9293
9294         * paragraph_funcs.C: Fixup paste for change tracking.
9295
9296         * tabular.C: mark added row/columns as new.
9297
9298         * text.C: fix rowLast() to never return -1. Don't allow
9299           spellchecking of deleted text. Track transpose changes. Don't
9300           allow paragraph break or merge where appropriate.
9301
9302         * text2.C: leave cursor at end of selection after a cut.
9303
9304 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9305
9306         * text.C (getLengthMarkerHeight):
9307         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9308         visible on screen too.
9309
9310 2003-02-07  John Levon  <levon@movementarian.org>
9311
9312         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9313
9314 2003-02-05  Angus Leeming  <leeming@lyx.org>
9315
9316         * lyxserver.C (read_ready): revert my patch of 11 September last year
9317         as it sends PC cpu through the roof. Presumably this means that
9318         the lyxserver will no longer run on an Alpha...
9319
9320 2003-01-30  Angus Leeming  <leeming@lyx.org>
9321
9322         * factory.C (createInset): create an InsetCommandParam of type "index"
9323         and use it to 'do the right thing'.
9324
9325         * text2.C (getStringToIndex): ensure that cursor position is always
9326         reset to the reset_cursor position.
9327
9328 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9329
9330         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9331         disabled.
9332
9333 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9334
9335         * bufferview.C:
9336         * lyxcb.C:
9337         * lyxfunc.C: Output messages with identical spelling, punctuation,
9338         and spaces
9339
9340 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9341
9342         * MenuBackend.C (expandFormats): List only viewable export formats
9343         in "View" menu
9344
9345         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9346         message
9347
9348         * lyxfunc.C (getStatus): Make sure that formats other than
9349         "fax" can also be disabled
9350
9351 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9352
9353         * text3.C (dispatch): put the lfuns that insert insets in 3
9354         groups, and call doInsertInset with appropriate arguments.
9355         (doInsertInset): new function, that creates an inset and inserts
9356         it according to some boolean parameters.
9357
9358 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9359
9360         * buffer.C (readFile): remember to pass on 'par' when calling
9361         readFile recursively.
9362
9363 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9364
9365         * MenuBackend.C (expandFormats): add "..." to import formats.
9366
9367 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9368
9369         * paragraph.C (asString): Remove XForms RTL hacks.
9370
9371 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9372         * buffer.C: fix typo
9373
9374 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9375
9376         * Makefile.am (LIBS): delete var
9377         (lyx_LDADD): add @LIBS@ here instead.
9378
9379 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9380
9381         * Clarify the meaning of "wheel mouse jump"
9382
9383 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9384
9385         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9386         tabular in a float
9387
9388 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9389
9390         * importer.C (Loaders): do not preallocate 3 elements in the
9391         vector, since one ends up with 6 elements otherwise
9392
9393 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9394
9395         * DepTable.C (write): write the file name as last element of the
9396         .dep file (because it may contain spaces)
9397         (read): read info in the right order
9398
9399 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9400
9401         * paragraph_pimpl.C (simpleTeXBlanks):
9402         (simpleTeXSpecialChars):
9403         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9404
9405         * tabular.C (latex): add some missing case statements. Reindent.
9406
9407         * MenuBackend.C (expandToc): remove unused variable.
9408
9409 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9410
9411         * LColor.C:
9412         * LaTeX.C:
9413         * LyXAction.C:
9414         * MenuBackend.C:
9415         * buffer.C:
9416         * exporter.C:
9417         * lyxfunc.C:
9418         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9419         and the like.
9420
9421 2003-01-05  John Levon  <levon@movementarian.org>
9422
9423         * BufferView.h:
9424         * BufferView.C: add getEncoding()
9425
9426         * kbsequence.h:
9427         * kbsequence.C: do not store last keypress
9428
9429         * lyxfunc.h:
9430         * lyxfunc.C: store last keypress here instead. Pass encoding
9431           to getISOEncoded()
9432
9433 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9434
9435         * lyx_main.C (init): remove annoying error message when following
9436         symbolic links (bug #780)
9437
9438 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9439
9440         * text.C (insertChar):
9441         * lyxrc.C (getDescription): remove extra spaces
9442
9443 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9444
9445         * lyxrc.C (getDescription): remove extra spaces
9446
9447 2002-12-20  John Levon  <levon@movementarian.org>
9448
9449         * text3.C: hack fix for page up/down across tall rows
9450
9451 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9452
9453         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9454         not been invoked
9455
9456 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9457
9458         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9459         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9460         thesaurus is not compiled in
9461
9462 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9463
9464         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9465
9466 2002-12-16  Angus Leeming  <leeming@lyx.org>
9467
9468         * lyxrc.[Ch]:
9469         * lyx_main.C (init): remove override_x_deadkeys stuff.
9470
9471 2002-12-12  John Levon  <levon@movementarian.org>
9472
9473         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9474           insert. Only remove shift modifier under strict
9475           circumstances.
9476
9477 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9478
9479         * MenuBackend.C (expandToc): fix crash.
9480
9481 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9482
9483         * MenuBackend.C (expandToc): gettext on float names.
9484
9485 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9486
9487         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9488         implement bool empty() [bug 490]
9489
9490 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9491
9492         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9493
9494 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9495
9496         * several files: ws changes
9497
9498 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9499
9500         * text2.C (setCounter): clean up a bit, use boost.format.
9501         (updateCounters): initialize par upon declaration.
9502
9503         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9504         if the layout exists. We do not just store the layout any more.
9505         (SwitchLayoutsBetweenClasses): use boost.format
9506
9507 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9508
9509         * converter.C (convert): if from and to files are the same, use a
9510         temporary files as intermediary
9511
9512 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9513
9514         * commandtags.h:
9515         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9516
9517 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9518
9519         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9520
9521 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9522
9523         * tabular.C (asciiPrintCell): use string(size, char) instead of
9524         explicit loop.
9525
9526         * sgml.C (openTag): fix order of arguments to string constructor
9527         (closeTag): ditto
9528
9529         * lyxfunc.C (dispatch): use boost.format
9530
9531         * lots of files: change "c" -> 'c'
9532
9533 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9534
9535         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9536
9537 2002-11-25  Angus Leeming  <leeming@lyx.org>
9538
9539         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9540
9541         * lyx_main.C (init): compile fix.
9542
9543 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9544
9545         * lyx_cb.C (start): boost.formatify
9546         do not include <iostream>
9547
9548         * lengthcommon.C: ws only
9549
9550         * boost-inst.C,BoostFormat.h: add more explict instantations
9551
9552 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9553
9554         * lots of files: handle USE_BOOST_FORMAT
9555
9556 2002-11-21  John Levon  <levon@movementarian.org>
9557
9558         * pspell.C: fix compile
9559
9560 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9561
9562         * lyxfunc.C (dispatch): use boost::format
9563         (open): ditto
9564         (doImport): ditto
9565
9566         * lyxfont.C (stateText): use boost::format
9567
9568         * lyx_main.C (LyX): use boost::format
9569         (init): ditto
9570         (queryUserLyXDir): ditto
9571         (readRcFile): ditto
9572         (parse_dbg): ditto
9573         (typedef boost::function): use the recommened syntax.
9574
9575         * importer.C (Import): use boost::format
9576
9577         * debug.C (showLevel): use boost::format
9578
9579         * converter.C (view): use boost::format
9580         (convert): ditto
9581         (move): ditto
9582         (scanLog): ditto
9583
9584         * bufferview_funcs.C (currentState): use boost::format
9585
9586         * bufferlist.C (emergencyWrite): use boost::format
9587
9588         * buffer.C (readLyXformat2): use boost::format
9589         (parseSingleLyXformat2Token): ditto
9590
9591         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9592
9593         * LaTeX.C (run): use boost::format
9594
9595         * Chktex.C (scanLogFile): use boost::format
9596
9597         * BufferView_pimpl.C (savePosition): use boost::format
9598         (restorePosition): ditto
9599         (MenuInsertLyXFile): ditto
9600
9601         * BoostFormat.h: help file for explicit instation.
9602
9603 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9604
9605         * tabular.C (latex): Support for block alignment in fixed width
9606         columns.
9607
9608 2002-11-17  John Levon  <levon@movementarian.org>
9609
9610         * BufferView_pimpl.C:
9611         * lyx_cb.C:
9612         * lyxfunc.C: split filedialog into open/save
9613
9614 2002-11-08  Juergen Vigna  <jug@sad.it>
9615
9616         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9617         by my last patch (hopefully).
9618
9619 2002-11-08  John Levon  <levon@movementarian.org>
9620
9621         * iterators.h:
9622         * iterators.C:
9623         * buffer.h:
9624         * buffer.C:
9625         * paragraph.h:
9626         * paragraph.C:
9627         * toc.h:
9628         * toc.C: ParConstIterator, and use it (from Lars)
9629
9630 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9631
9632         * lyxtextclass.[Ch]: revise and add doxygen comments
9633
9634 2002-11-07  John Levon  <levon@movementarian.org>
9635
9636         * text.C: fix progress value for spellchecker
9637
9638         * toc.C: fix navigate menu for insetwrap inside minipage
9639
9640         * paragraph_funcs.C: added FIXME for suspect code
9641
9642 2002-11-07  John Levon  <levon@movementarian.org>
9643
9644         * BufferView_pimpl.C: fix redrawing of insets
9645           on buffer switch
9646
9647 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9648
9649         * text2.C (updateCounters): fix bug 668
9650
9651 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9652
9653         * text3.C (dispatch): Do not make the buffer dirty when moving the
9654         cursor.
9655
9656 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9657
9658         * vc-backend.C: STRCONV
9659         (scanMaster): ditto
9660
9661         * text2.C (setCounter): STRCONV
9662
9663         * paragraph.C (asString): STRCONV
9664
9665         * lyxlength.C (asString): STRCONV
9666         (asLatexString): ditto
9667
9668         * lyxgluelength.C (asString): STRCONV
9669         (asLatexString): ditto
9670
9671         * lyxfunc.C (dispatch): STRCONV
9672         (open): ditto
9673
9674         * lyxfont.C (stateText): STRCONV
9675
9676         * importer.C (Import): STRCONV
9677
9678         * counters.C (labelItem): STRCONV
9679         (numberLabel): ditto
9680         (numberLabel): remove unused ostringstream o
9681
9682         * chset.C: STRCONV
9683         (loadFile): ditto
9684
9685         * bufferview_funcs.C (currentState): STRCONV
9686
9687         * buffer.C (readFile): STRCONV
9688         (asciiParagraph): ditto
9689         (makeLaTeXFile): ditto
9690
9691         * Spacing.C (writeEnvirBegin): STRCONV
9692
9693         * LaTeXFeatures.C (getLanguages): STRCONV
9694         (getPackages): ditto
9695         (getMacros): ditto
9696         (getBabelOptions): ditto
9697         (getTClassPreamble): ditto
9698         (getLyXSGMLEntities): ditto
9699         (getIncludedFiles): ditto
9700
9701         * LaTeX.C: STRCONV
9702         (run): ditto
9703         (scanAuxFile): ditto
9704         (deplog): ditto
9705
9706         * LString.h: add the STRCONV macros
9707
9708         * BufferView_pimpl.C (savePosition): STRCONV
9709         (restorePosition): ditto
9710         (MenuInsertLyXFile): ditto
9711
9712         * vc-backend.C (scanMaster): change from submatch[...] to
9713         submatch.str(...)
9714
9715         * funcrequest.C: include config.h
9716
9717         * factory.C: include config.h
9718
9719         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9720
9721         * box.C: include config.h
9722
9723         * LaTeX.C (scanAuxFile): change from submatch[...] to
9724         submatch.str(...)
9725         (deplog): ditto
9726
9727 2002-10-25  Angus Leeming  <leeming@lyx.org>
9728
9729         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9730
9731         * ispell.[Ch] (setError): new method.
9732         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9733         Use setError() insetead of goto END.
9734
9735         * lyx_cb.C (AutoSave): move out child process into new class
9736         AutoSaveBuffer.
9737
9738 2002-10-30  John Levon  <levon@movementarian.org>
9739
9740         * text3.C: make start appendix undoable
9741
9742 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9743
9744         * lyxlength.C (inPixels): Fix returned value.
9745
9746         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9747         environment.
9748
9749 2002-10-24  Angus Leeming  <leeming@lyx.org>
9750
9751         * lyxgluelength.h: no need to forward declare BufferParams
9752         or BufferView, so don't.
9753
9754 2002-10-21  John Levon  <levon@movementarian.org>
9755
9756         * BufferView.C: menuUndo ->undo, redo
9757
9758         * BufferView.h: document, remove dead, make some methods private
9759
9760         * paragraph_funcs.h:
9761         * paragraph_funcs.C:
9762         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
9763
9764         * buffer.h:
9765         * buffer.C:
9766         * sgml.h:
9767         * sgml.C: move sgml open/close tag into sgml.C
9768
9769         * bufferview_funcs.h: unused prototype
9770
9771         * lyxfunc.h:
9772         * lyxfunc.C: remove unused
9773
9774         * lyxtext.h:
9775         * text.C: remove unused
9776
9777 2002-10-21  John Levon  <levon@movementarian.org>
9778
9779         * BufferView.h:
9780         * BufferView.C:
9781         * BufferView_pimpl.h:
9782         * BufferView_pimpl.C: fix mouse wheel handling based on
9783           patch from Darren Freeman
9784
9785 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
9786
9787         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
9788
9789 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
9790
9791         * lyxlength.C (inPixels): Fix hanfling of negative length.
9792         Fix LyXLength::MU case.
9793
9794 2002-10-16  John Levon  <levon@movementarian.org>
9795
9796         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
9797
9798 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9799
9800         * converter.C (view): add support for $$i (file name) and $$p
9801         (file path) for the viewer command. If $$i is not specified, then
9802         it is appended to the command (for compatibility with old syntax)
9803
9804 2002-10-14  Juergen Vigna  <jug@sad.it>
9805
9806         * undo_funcs.C (textHandleUndo): alter the order in which the
9807         new undopar is added to the LyXText, as we have to set first
9808         the right prev/next and then add it as otherwise the rebuild of
9809         LyXText is not correct. Also reset the cursor to the right paragraph,
9810         with this IMO we could remove the hack in "redoParagraphs()".
9811
9812 2002-10-09  Angus Leeming  <leeming@lyx.org>
9813
9814         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
9815         to turn off an optimisation if a new inset is to be inserted.
9816
9817 2002-10-11 André Pönitz <poenitz@gmx.net>
9818
9819         * lyxtext.h: make some functions public to allow access
9820         from inset/lyxtext for handling LFUN_PRIOR/NEXT
9821
9822 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9823
9824         * text3.C (dispatch): when changing layout, avoid an infinite loop
9825         [bug #652]
9826
9827 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9828
9829         * lyxrc.C (read): treat a viewer or converter command of "none" as
9830         if it were empty.
9831
9832         * MenuBackend.C (expandFormats): for an update, also allow the
9833         formats that are not viewable
9834
9835         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
9836         script if it is newer than the lyxrc.defaults in user directory
9837
9838 2002-10-07 André Pönitz <poenitz@gmx.net>
9839
9840         * text.C: Vitaly Lipatov's small i18n fix
9841
9842 2002-09-25  Angus Leeming  <leeming@lyx.org>
9843
9844         * ispell.h: doxygen fix.
9845
9846 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
9847
9848         * buffer.h (readFile): Add a new argument to the method, to allow
9849         reading of old-format templates.
9850
9851 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
9852
9853         * toc.C (getTocList): Get TOC from InsetWrap.
9854
9855 2002-09-16  John Levon  <levon@movementarian.org>
9856
9857         * lyxfunc.C: check tabular for cut/copy too
9858
9859 2002-09-12  John Levon  <levon@movementarian.org>
9860
9861         * LyXAction.C: tidy
9862
9863         * factory.h:
9864         * factory.C: add header
9865
9866         * paragraph_funcs.h:
9867         * paragraph_funcs.C: cleanup
9868
9869 2002-09-11  John Levon  <levon@movementarian.org>
9870
9871         * PrinterParams.h: odd/even default to true
9872
9873 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
9874
9875         * PrinterParams.h: update printer parameters for new xforms dialog
9876
9877 2002-09-11  Angus Leeming  <leeming@lyx.org>
9878
9879         * lyxserver.C (read_ready): re-write to make it more transparent
9880         and to make it work in coherent fashion under Tru64 Unix.
9881
9882 2002-09-11  André Pönitz <poenitz@gmx.net>
9883
9884         * commandtags.h:
9885         * LyXAction.C:
9886         * text3.C: implement LFUN_WORDSEL
9887
9888 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9889
9890         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
9891         make floatlist_ a boost::shared_ptr<FloatList>
9892
9893         * lyxtextclass.C: include FloatList.h
9894         (LyXTextClass): initialize floatlist_
9895         (TextClassTags): add TC_NOFLOAT
9896         (Read): match "nofloat" to TC_NOFLOAT and use it.
9897         (readFloat): modify call to floatlist_
9898         (floats): ditto
9899         (floats): ditto
9900
9901         * FloatList.[Ch] (FloatList): remove commented out float
9902         initialization.
9903         (erase): new function
9904
9905 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9906
9907         * MenuBackend.C (expandToc): fix crash when there is no document
9908         open
9909
9910 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
9911
9912         * many files: Add insetwrap.
9913
9914 2002-09-09  John Levon  <levon@movementarian.org>
9915
9916         * text2.C: remove confusing and awkward depth wraparound
9917
9918 2002-09-09  John Levon  <levon@movementarian.org>
9919
9920         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
9921
9922         * buffer.h:
9923         * buffer.C: remove getIncludeonlyList()
9924
9925         * paragraph.C:
9926         * lyxfunc.C: remove headers
9927
9928 2002-09-09  Juergen Vigna  <jug@sad.it>
9929
9930         * text.C (getColumnNearX): fix form Michael this is most
9931         probably a cut&paste bug.
9932
9933 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9934
9935         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
9936
9937         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
9938         references, ws changes.
9939
9940         * text2.C (init): update counters after init
9941         (insertParagraph): no need to set counter on idividual paragraphs.
9942         (setCounter): access the counters object in the textclass object
9943         on in the buffer object.
9944         (updateCounters): ditto
9945
9946         * lyxtextclass.C: include counters.h, add variable ctrs_ as
9947         shared_ptr<Counters> to avoid loading counters.h in all
9948         compilation units.
9949         (LyXTextClass): initialize ctrs_
9950         (TextClassTags): add TC_COUNTER, and ...
9951         (Read): use it here.
9952         (CounterTags): new tags
9953         (readCounter): new function
9954         (counters): new funtion
9955         (defaultLayoutName): return a const reference
9956
9957         * counters.C (Counters): remove contructor
9958         (newCounter): remove a couple of unneeded statements.
9959         (newCounter): simplify a bit.
9960         (numberLabel): some small formatting changes.
9961
9962         * buffer.[Ch]: remove all traces of counters, move the Counters
9963         object to the LyXTextClass.
9964
9965 2002-09-06  Alain Castera  <castera@in2p3.fr>
9966
9967         * tabular.C: uses \tabularnewline; uses >{...} construct from array
9968         package to set the horizontal alignment on fixed width columns.
9969
9970         * lyx_sty.C:
9971         * lyx_sty.h: added tabularnewline macro def.
9972
9973         * LaTeXFeatures.C: added NeedTabularnewline macro feature
9974
9975 2002-09-06  John Levon  <levon@movementarian.org>
9976
9977         * LyXAction.C: tooltips for sub/superscript
9978
9979         * MenuBackend.C: a bit more verbose
9980
9981         * lyxfunc.C: tiny clean
9982
9983         * undo_funcs.C: document undo_frozen
9984
9985 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9986
9987         * counters.C (Counters): add missing algorithm counter.
9988
9989         * text2.C (setCounter): lookup the counter with layouts latexname
9990         instead of by section number.
9991         (setCounter): use a hackish way to lookup the correct enum
9992         counter.
9993         a float name->type change
9994         reset enum couners with counter name directly instead of depth value.
9995
9996         * counters.C (Counters): remove the push_backs, change to use the
9997         float type not the float name.
9998         (labelItem): remove unused string, float name->type change
9999
10000         * counters.h: don't include vector, loose the enums and sects vectors
10001
10002 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
10003
10004         * lyxtextclass.C (TextClassTags): add TC_FLOAT
10005         (Read): add float->TC_FLOAT to textclassTags
10006         (Read): and handle it in the switch
10007         (readFloat): new function
10008
10009         * FloatList.C (FloatList): comment out the hardcoded float
10010         definitions.
10011
10012         * lyxlayout.h: ws change.
10013
10014 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
10015
10016         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
10017
10018 2002-09-03  Angus Leeming  <leeming@lyx.org>
10019
10020         * BufferView_pimpl.h: qualified name is not allowed in member
10021         declaration: WorkArea & Pimpl::workarea() const;
10022
10023         * factory.C: added using std::endl directive.
10024
10025         * text3.C: added using std::find and std::vector directives.
10026
10027 2002-08-29  André Pönitz <poenitz@gmx.net>
10028
10029         * lyxtext.h:
10030         * text2.C: remove unused member number_of_rows
10031
10032         * Makefile.am:
10033         * BufferView2.C: remove file, move contents to...
10034         * BufferView.C: ... here
10035
10036         * BufferView_pimpl.C:
10037         * factory.C: move more inset creation to factory
10038
10039         * vspace.C: avoid direct usage of LyXText, ws changes
10040
10041         * BufferView.[Ch]:
10042                 don't provide direct access to WorkArea, use two simple
10043                 acessors haveSelction() and workHeight() instead
10044
10045
10046 2002-08-29  John Levon  <levon@movementarian.org>
10047
10048         * BufferView_pimpl.C (dispatch): do not continue when
10049           no buffer
10050
10051 2002-08-28  André Pönitz <poenitz@gmx.net>
10052
10053         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10054
10055         * BufferView.h:
10056         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10057
10058 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10059
10060         * buffer.C: increment LYX_FORMAT to 221
10061
10062         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10063         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10064
10065         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10066
10067         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10068
10069 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10070
10071         * factory.C (createInset): use LyXTextClass::floats
10072
10073         * MenuBackend.C (expandFloatListInsert):
10074         (expandFloatInsert):
10075         (expandToc):
10076
10077         * text2.C (setCounter):
10078
10079         * LaTeXFeatures.C (useFloat):
10080         (getFloatDefinitions):
10081
10082         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10083
10084         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10085         floatlist_, with accessor floats().
10086
10087         * FloatList.h: remove global FloatList
10088
10089 2002-08-26  André Pönitz <poenitz@gmx.net>
10090
10091         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10092
10093         * BufferView.h:
10094         * BufferView2.C:
10095         * BufferView_pimpl.C:
10096         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10097
10098 2002-08-25  John Levon  <levon@movementarian.org>
10099
10100         * LyXAction.C: fix margin note description
10101
10102 2002-08-24  John Levon  <levon@movementarian.org>
10103
10104         * buffer.C:
10105         * bufferlist.C:
10106         * bufferview_funcs.C:
10107         * lyxfont.C:
10108         * undo_funcs.C: cleanups
10109
10110         * lyxfunc.C: disable CUT/COPY when no selection
10111
10112 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10113
10114         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10115         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10116
10117         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10118         Add backward compatibility to "mono", "gray" and "no".
10119
10120 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10121
10122         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10123         (and file_format >= 200).
10124
10125 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10126
10127         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10128
10129 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10130
10131         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10132
10133 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10134
10135         * BufferView_pimpl.C:
10136         * LyXAction.C:
10137         * buffer.C:
10138         * commandtags.h:
10139         * lyxfunc.C:
10140         * paragraph.[Ch]:
10141         * text2.C:
10142         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10143         inset and code to make it  work with the paragraph code. The inset
10144         can be anywhere in the paragraph, but will only do the expected
10145         thing in LaTeX if the layout file contains the parameter line
10146                         OptionalArgs    1
10147         (or more generally, a nonzero value) for that layout.
10148
10149 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10150
10151         * paragraph.h: remove the declaration of undefined counters class
10152         function.
10153
10154 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10155
10156         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10157         Dr. Richard Hawkins.
10158
10159 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10160
10161         * paragraph_funcs.h: remove some unneeded includes
10162
10163         * text.C (backspace): pasteParagraph now in global scipe
10164
10165         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10166         (pasteSelection): ditto
10167
10168         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10169         * paragraph_funcs.C (pasteParagraph): ... here
10170
10171 2002-08-20  André Pönitz <poenitz@gmx.net>
10172
10173         * commandtags.h: new LFUNs for swapping/copying table row/colums
10174
10175         * LyXAction.C:
10176         * lyxfunc.C: support for new lfuns
10177
10178 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10179
10180         * tabular.C:
10181         * buffer.[Ch]: remove NO_COMPABILITY stuff
10182
10183 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10184
10185         * boost.C (throw_exception): new file, with helper function for
10186         boost compiled without exceptions.
10187
10188         * paragraph.h:
10189         * lyxlength.C:
10190         * buffer.C:
10191         * ParameterStruct.h:
10192         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10193
10194         * bufferlist.C (emergencyWriteAll): use boost bind
10195
10196         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10197
10198         * text.C: include paragraph_funcs.h
10199         (breakParagraph): breakParagraph is now in global scope
10200
10201         * paragraph_funcs.[Ch]: new files
10202
10203         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10204         global scope
10205
10206         * buffer.C: include paragraph_funcs.h
10207         (insertStringAsLines): breakParagraph is now in global scope
10208
10209         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10210         paragraph_funcs.C
10211
10212         * CutAndPaste.C: include paragraph_funcs.h
10213         (cutSelection): breakParagraphConservative is now in global scope
10214         (pasteSelection): ditto
10215
10216         * buffer.h: declare oprator== and operator!= for
10217         Buffer::inset_iterator
10218
10219         * bufferlist.C (emergencyWrite): don't use fmt(...)
10220
10221         * text3.C: add using std::endl
10222
10223         * BufferView.C (moveCursorUpdate): remove default arg
10224
10225 2002-08-20  André Pönitz <poenitz@gmx.net>
10226
10227         * buffer.[Ch]: move inline functions to .C
10228
10229         * BufferView2.C:
10230         * BufferView_pimpl.C:
10231         * text.C:
10232         * buffer.[Ch]: use improved inset_iterator
10233
10234         * buffer.C:
10235         * paragraph.[Ch]: write one paragraph at a time
10236
10237 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10238
10239         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10240         style if style is not specified.
10241
10242 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10243
10244         * text2.C (setCounter): when searching for right label for a
10245         caption, make sure to recurse to parent insets (so that a caption
10246         in a minipage in a figure float works) (bug #568)
10247
10248 2002-08-20  André Pönitz <poenitz@gmx.net>
10249
10250         * text3.C: new file for LyXText::dispatch() and helpers
10251
10252         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10253
10254         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10255
10256 2002-08-19  André Pönitz <poenitz@gmx.net>
10257
10258         * lyxtext.h:
10259         * text.C: new LyXText::dispatch()
10260
10261         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10262
10263 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10264
10265         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10266
10267         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10268         Hebrew text.
10269
10270 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10271
10272         * Makefile.am: use $(variables) instead of @substitutions@
10273
10274 2002-08-15  André Pönitz <poenitz@gmx.net>
10275
10276         * lyxfunc.C:
10277         * BufferView_pimpl.C: streamlining mathed <-> outer world
10278         interaction
10279
10280         * commandtags.h:
10281         * LyXAction.C: remove unused LFUN_MATH
10282
10283 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10284
10285         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10286
10287 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10288
10289         * paragraph.C (Paragraph): reformat a bit
10290         (cutIntoMinibuffer): use builtin InsetList function instad of
10291         doing it manually.
10292         (getInset): ditto
10293
10294         * buffer.C: include boost/bind.hpp, add using std::for_each
10295         (writeFileAscii): use ParagraphList iterators
10296         (validate): use for_each for validate traversal of paragraphs
10297         (getBibkeyList): use ParagraphList iterators
10298         (resizeInsets): use for_each to resizeInsetsLyXText for all
10299         paragraphs.
10300         (getParFromID): use ParagraphList iterators
10301
10302         * BufferView2.C (lockInset): use paragraph list and iterators
10303
10304 2002-08-14  John Levon  <levon@movementarian.org>
10305
10306         * lyxserver.C: remove spurious xforms include
10307
10308 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10309
10310         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10311
10312 2002-08-13  André Pönitz <poenitz@gmx.net>
10313
10314         * LyXAction.[Ch]:
10315         * lyxfunc.C: further cleaning
10316
10317 2002-08-13  André Pönitz <poenitz@gmx.net>
10318
10319         * funcrequest.h: new constructor
10320
10321         * funcrequest.C: move stuff here from .h
10322
10323         * Makefile.am:
10324         * BufferView_pimpl.C:
10325         * LyXAction.C:
10326         * toc.C:
10327         * lyxfunc.C: subsequent changes
10328
10329         * lyxfunc.h: new view() member function
10330
10331         * lyxfunc.C: subsequent changes
10332
10333 2002-08-13  Angus Leeming  <leeming@lyx.org>
10334
10335         * BufferView2.C:
10336         * BufferView_pimpl.C:
10337         * buffer.C:
10338         * converter.C:
10339         * importer.C:
10340         * lyxfunc.C:
10341         * lyxvc.C:
10342         * toc.C:
10343         * vc-backend.C:
10344         changes due to the changed LyXView interface that now returns references
10345         to member variables not pointers.
10346
10347 2002-08-13  Angus Leeming  <leeming@lyx.org>
10348
10349         * WordLangTuple (word, lang_code): return references to strings,
10350         not strings.
10351
10352         * BufferView.h:
10353         * SpellBase.h:
10354         * lyxtext.h: forward-declare WordLangTuple.
10355
10356         * BufferView2.C:
10357         * ispell.C:
10358         * pspell.C:
10359         * text.C: #include "WordLangTuple.h".
10360
10361         * lyxtext.h:
10362         * text.C: (selectNextWordToSpellcheck): constify return type.
10363
10364 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10365
10366         * buffer.C:
10367         * buffer.h:
10368         * lyxtext.h:
10369         * paragraph.C:
10370         * paragraph_pimpl.h:
10371         * text.C:
10372         * text2.C:
10373         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10374         suggested by Angus.
10375         Made updateCounter always count from start of buffer, and removed
10376         second argument (par).
10377         Reverted floats number display to '#'. Perhaps I'll try again when the
10378         code base is sanitized a bit.
10379
10380 2002-08-12  Angus Leeming  <leeming@lyx.org>
10381
10382         * buffer.[Ch] (getLabelList): constify.
10383
10384 2002-08-07  André Pönitz <poenitz@gmx.net>
10385
10386         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10387
10388         * funcrequest.h: extension to keep mouse (x,y) position
10389
10390 2002-08-12  Juergen Vigna  <jug@sad.it>
10391
10392         * BufferView2.C (insertErrors): forbid undo when inserting error
10393         insets.
10394
10395         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10396
10397 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10398
10399         * ParagraphList.[Ch]: new files
10400
10401         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10402
10403         * BufferView2.C (lockInset): ParagraphList changes
10404         * toc.C: ditto
10405         * text2.C: ditto
10406         * bufferlist.C: ditto
10407         * buffer.h: ditto
10408         * buffer.C: ditto
10409
10410 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10411
10412         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10413         unused class variable counter_,
10414
10415         * paragraph.[Ch] (getFirstCounter): delete unused function
10416
10417         * counters.C: include LAssert.h
10418         (reset): add a new function with no arg, change other version to
10419         not have def. arg and to not allow empty arg.
10420
10421         * text2.C (setCounter): remove empty arg from call to Counters::reset
10422
10423 2002-08-11  John Levon  <levon@movementarian.org>
10424
10425         * Makefile.am: add WordLangTuple.h
10426
10427 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10428
10429         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10430         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10431
10432         * insets/insettext.C: InsetList changes
10433
10434         * graphics/GraphicsSupport.C (operator()): InsetList changes
10435
10436         * toc.C (getTocList): InsetList changes
10437
10438         * paragraph_pimpl.[Ch]: InsetList changes
10439
10440         * paragraph.[Ch]: InsetList changes
10441
10442         * buffer.C (inset_iterator): InsetList changes
10443         (setParagraph): ditto
10444         * buffer.h (inset_iterator): ditto
10445         * iterators.C (operator++): ditto
10446         * iterators.h: ditto
10447
10448         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10449
10450         * InsetList.[Ch]: new files, most InsetList handling moved out of
10451         paragraph.C.
10452
10453         * BufferView2.C (removeAutoInsets): InsetList changes
10454         (lockInset): ditto
10455         (ChangeInsets): ditto
10456
10457 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10458
10459         * paragraph_pimpl.h (empty): new function
10460
10461         * paragraph.[Ch] (empty): new function
10462
10463         * other files: use the new Paragraph::empty function
10464
10465 2002-08-09  John Levon  <levon@movementarian.org>
10466
10467         * lyxtext.h: remove unused refresh_height
10468
10469 2002-08-09  John Levon  <levon@movementarian.org>
10470
10471         * Makefile.am:
10472         * sgml.h:
10473         * sgml.C:
10474         * buffer.C:
10475         * paragraph.h:
10476         * paragraph.C: move sgml char escaping out of paragraph
10477
10478         * paragraph.h:
10479         * paragraph.C: remove id setter
10480
10481         * buffer.C:
10482         * paragraph.C:
10483         * paragraph_pimpl.C: remove dead tex_code_break_column
10484
10485         * bufferview_funcs.C: small cleanup
10486
10487         * lyxfunc.C: remove dead proto
10488
10489         * lyxtext.h: make some stuff private. Remove some dead stuff.
10490
10491         * lyxgluelength.C: make as[LyX]String() readable
10492
10493 2002-08-08  John Levon  <levon@movementarian.org>
10494
10495         * LyXAction.h:
10496         * LyXAction.C:
10497         * MenuBackend.C:
10498         * ToolbarDefaults.C:
10499         * lyxfunc.C:
10500         * lyxrc.C:
10501         * toc.C: lyxaction cleanup
10502
10503 2002-08-08  John Levon  <levon@movementarian.org>
10504
10505         * BufferView2.C: small cleanup
10506
10507         * lyxfind.h:
10508         * lyxfind.C: move unnecessary header into the .C
10509
10510 2002-08-08  John Levon  <levon@movementarian.org>
10511
10512         * funcrequest.h: just tedious nonsense
10513
10514         * lyx_main.h:
10515         * lyx_main.C: cleanups
10516
10517         * buffer.C:
10518         * vspace.C: remove dead header lyx_main.h
10519
10520 2002-08-07  Angus Leeming  <leeming@lyx.org>
10521
10522         * Paragraph.[Ch]:
10523         * paragraph_pimpl.h:
10524         Forward declare class Counters in paragraph.h by moving the ctrs member
10525         variable into Paragraph::Pimpl.
10526         (counters): new method, returning a reference to pimpl_->ctrs.
10527
10528         * text2.C: ensuing changes.
10529
10530 2002-08-07  John Levon  <levon@movementarian.org>
10531
10532         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10533
10534         * BufferView_pimpl.C: announce X selection on double/triple
10535           click
10536
10537         * lyx_main.C: use correct bool in batch dispatch
10538
10539         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10540
10541 2002-08-07  André Pönitz <poenitz@gmx.net>
10542
10543         * funcrequest.h: new class to wrap a kb_action and its argument
10544
10545         * BufferView.[Ch]:
10546         * BufferView_pimpl[Ch]:
10547         * LaTeX.C:
10548         * LyXAction.[Ch]:
10549         * lyxfunc.[Ch]:
10550         * lyxrc.C: subsequent changes
10551
10552
10553 2002-08-07  John Levon  <levon@movementarian.org>
10554
10555         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10556           document options change.
10557
10558 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10559
10560         * counters.[Ch]
10561         * text2.C
10562         * paragraph.[Ch]
10563         * makefile.am: move counters functionality over from
10564         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10565
10566 2002-08-06  John Levon  <levon@movementarian.org>
10567
10568         * WordLangTuple.h: new file for word + language code tuple
10569
10570         * SpellBase.h:
10571         * pspell.h:
10572         * pspell.C:
10573         * ispell.h:
10574         * ispell.C:
10575         * lyxtext.h:
10576         * text.C:
10577         * text2.C:
10578         * BufferView.h:
10579         * BufferView2.C: use WordLangTuple
10580
10581         * layout.h:
10582         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10583
10584 2002-08-06  John Levon  <levon@movementarian.org>
10585
10586         * lyx_main.C: fix cmdline batch handling
10587
10588 2002-08-06  André Pönitz <poenitz@gmx.net>
10589
10590         * lyxrc.C: set default for show_banner to true
10591
10592 2002-08-06  John Levon  <levon@movementarian.org>
10593
10594         * pspell.C: fix a crash, and allow new aspell to work
10595
10596 2002-08-06  John Levon  <levon@movementarian.org>
10597
10598         * lyxfunc.C:
10599         * kbmap.C: small cleanup
10600
10601         * vspace.h:
10602         * vspace.C: add const
10603
10604 2002-08-05  John Levon  <levon@movementarian.org>
10605
10606         * LyXAction.C: back to tabular-insert
10607
10608 2002-08-04  John Levon  <levon@movementarian.org>
10609
10610         * BufferView.h:
10611         * BufferView.C: cosmetic change
10612
10613         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10614
10615         * bufferlist.C:
10616         * buffer.h:
10617         * buffer.C:
10618         * lyxcb.h:
10619         * lyxcb.C:
10620         * lyxserver.C:
10621         * lyxvc.C:
10622         * vc-backend.C:
10623         * BufferView2.C: purge all "Lyx" not "LyX" strings
10624
10625         * lyxcursor.h:
10626         * lyxcursor.C: attempt to add some documentation
10627
10628         * lyxfunc.C:
10629         * commandtags.h:
10630         * LyXAction.C:
10631         * ToolbarDefaults.C:
10632         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10633           merge with LFUN_TABULAR_INSERT
10634
10635         * Makefile.am:
10636         * SpellBase.h:
10637         * ispell.h:
10638         * ispell.C:
10639         * pspell.h:
10640         * pspell.C: split up i/pspell implementations into separate
10641           files, many cleanups
10642
10643         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10644
10645         * text2.C: some cleanup
10646
10647         * lyxfunc.C: don't check for isp_command == "none" any more, it
10648           didn't make any sense
10649
10650 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10651
10652         * counters.[Ch]
10653         * text2.C
10654         * paragraph.[Ch]
10655         * makefile.am: move counters functionality over
10656         from text2.C/paragraph.[Ch] to counters.[Ch], and
10657         make proper C++.
10658 2002-08-02  John Levon  <levon@movementarian.org>
10659
10660         * buffer.C: s/lyxconvert/lyx2lyx/
10661
10662 2002-08-02  Angus Leeming  <leeming@lyx.org>
10663
10664         * lyxlex.C: revert John's change as it breaks reading of the user
10665         preamble.
10666
10667 2002-08-02  Angus Leeming  <leeming@lyx.org>
10668
10669         * importer.C (Import):
10670         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10671         changes due to LyXView::view() now returning a boost::shared_ptr.
10672
10673 2002-08-02  John Levon  <levon@movementarian.org>
10674
10675         * lyxlex.C: small cleanup
10676
10677 2002-08-02  John Levon  <levon@movementarian.org>
10678
10679         * text2.C (status): small cleanup, no logic change
10680
10681 2002-08-01  John Levon  <levon@movementarian.org>
10682
10683         * buffer.h:
10684         * buffer.C (writeFile): don't output alerts, caller
10685           handles this
10686
10687         * bufferlist.C:
10688         * lyx_cb.C: from above
10689
10690         * lyxfunc.C: allow to open non-existent files
10691
10692 2002-07-31  John Levon  <levon@movementarian.org>
10693
10694         * lyxserver.C: don't let incidental errors get
10695           in the way (errno)
10696
10697 2002-07-30  John Levon  <levon@movementarian.org>
10698
10699         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10700
10701 2002-07-30  John Levon  <levon@movementarian.org>
10702
10703         * lyxserver.h:
10704         * lyxserver.C: remove I/O callback too
10705
10706 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10707
10708         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10709         log.
10710
10711 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10712
10713         * many files: strip,frontStrip -> trim,ltrim,rtrim
10714
10715 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10716
10717         * PrinterParams.h: remove extern containsOnly, and include
10718         support/lstrings.h instead.
10719
10720         * LaTeX.C (scanAuxFile): modify because of strip changes
10721         (deplog): ditto
10722         * buffer.C (makeLaTeXFile): ditto
10723         * bufferparams.C (writeFile): ditt
10724         * lyxfont.C (stateText): ditto
10725         * lyxserver.C (read_ready): ditto
10726         * vc-backend.C (scanMaster): ditto
10727
10728         * BufferView_pimpl.h: ws changes
10729
10730         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10731
10732 2002-07-26  André Pönitz <poenitz@gmx.net>
10733
10734         * kb_sequence.C: remove unnedred usings
10735
10736 2002-07-26  Juergen Vigna  <jug@sad.it>
10737
10738         * lyxfind.C (LyXReplace): we have to check better if the returned
10739         text is not of theLockingInset()->getLockingInset().
10740
10741 2002-07-25  Juergen Vigna  <jug@sad.it>
10742
10743         * lyxfind.C (LyXReplace): don't replace if we don't get the
10744         right LyXText.
10745
10746         * undo_funcs.C (createUndo): remove debugging code.
10747
10748 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10749
10750         * buffer.C (parseSingleLyXformat2Token): Use default placement
10751         when reading old floats.
10752
10753         * FloatList.C (FloatList): Change the default placement of figure
10754         and tables to "tbp".
10755
10756 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
10757
10758         * MenuBackend.C: using std::max
10759
10760 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10761
10762         * MenuBackend.C (expandToc):
10763         (expandToc2): code moved from xforms menu frontend. It is now
10764         generic and TOCs are transparent to menu frontends.
10765
10766 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10767
10768         * toc.C (getTocList): protect against buf=0
10769
10770         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
10771         Menu as first parameter. Now, this calls itself recursively to
10772         expand a whole tree (this will be useful for TOC handling)
10773         (expandFloatInsert): remove 'wide' version of floats
10774
10775         * MenuBackend.h (submenuname): returns the name of the submenu.
10776         (submenu): returns the submenu itself, provided it has been
10777         created by MenuBackend::expand
10778
10779 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10780
10781         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
10782         insets which have noFontChange == true. (bug #172)
10783
10784 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10785
10786         * BufferView_pimpl.C: add connection objects and use them...
10787         (Pimpl): here.
10788
10789 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10790
10791         * MenuBackend.C (expandLastfiles):
10792         (expandDocuments):
10793         (expandFormats):
10794         (expandFloatListInsert):
10795         (expandFloatInsert):
10796         (expand): split expand in parts
10797
10798 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10799
10800         * lyx_gui.C: use lyx_gui::exit()
10801
10802 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10803
10804         * LyXAction.C: show the failing pseudo action
10805
10806 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
10807
10808         * buffer.C (readFile): Run the lyxconvert script in order to read
10809         old files.
10810
10811 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10812
10813         * LyXAction.C:
10814         * commandtags.h:
10815         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
10816
10817 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10818
10819         * LyXAction.C:
10820         * commandtags.h:
10821         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
10822
10823 2002-07-22  Herbert Voss  <voss@lyx.org>
10824
10825         * lengthcommon.C:
10826         * lyxlength.[Ch]: add support for the vertical lengths
10827
10828 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
10829
10830         * toc.[Ch]: std:: fixes
10831
10832 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10833
10834         * lyxrc.C: do not include lyx_main.h
10835
10836         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
10837         for layouts
10838
10839         * lyxrc.C:
10840         * encoding.C:
10841         * bufferlist.C:
10842         * BufferView2.C: include "lyxlex.h"
10843
10844         * tabular.h:
10845         * bufferparams.h: do not #include "lyxlex.h"
10846
10847         * lyxtextclasslist.C (Add): remove method
10848         (classlist): renamed to classlist_
10849
10850         * paragraph_pimpl.C:
10851         * paragraph.C:
10852         * text2.C:
10853         * CutAndPaste.C:
10854         * bufferview_funcs.C:
10855         * bufferlist.C:
10856         * text.C:
10857         * LaTeXFeatures.C:
10858         * buffer.C:
10859         * toc.C (getTocList): use BufferParams::getLyXTextClass
10860
10861         * toc.C (getTocList): use InsetFloat::addToToc
10862
10863         * toc.[Ch]: new files, containing helper functions to handle table
10864         of contents
10865
10866         * lyxfunc.C (dispatch): no need to remove spaces around command
10867         given as a string
10868         (getStatus): handle LFUN_SEQUENCE by returning the status of the
10869         first command of the sequence; it is not very clever, but I do not
10870         have a better idea, actually
10871
10872         * LyXAction.C (LookupFunc): make sure to remove space at the
10873         beginning and end of the command
10874
10875 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10876
10877         * MenuBackend.C (getMenubar): new method: return the menubar of
10878         this menu set
10879         (read): treat differently reading of menu and menubar (in
10880         particular, the menubar has no name now)
10881         (Menu::menubar): remove
10882
10883         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
10884         saving is finished
10885
10886 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10887
10888         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
10889         a bibitem inset in a RTL paragraph.
10890
10891 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
10892
10893         * paragraph_pimpl.C: constify
10894
10895         * BufferView_pimpl.C:
10896         * LaTeX.C:
10897         * lyxfunc.C: fix dispatch in a nicer way
10898
10899 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10900
10901         * lyxfunc.C (dispatch):
10902         * BufferView_pimpl.C:
10903         * BufferView_pimpl.h:
10904         * BufferView.C:
10905         * BufferView.h: rename Dispatch() to dispatch()
10906
10907         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
10908
10909         * lyxlayout.C (Read): honor DependsOn tag
10910
10911         * lyxlayout.[Ch] (depends_on): new method
10912
10913         * version.C.in: update lyx_docversion
10914
10915         * LaTeXFeatures.C (getMacros): only define \LyX when needed
10916
10917         * paragraph.C (validate): remove from here...
10918         * paragraph_pimpl.C (validate): ... and move here
10919         (isTextAt): make it const
10920
10921         * buffer.C (getLists): ws cleanup
10922
10923 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10924
10925         * language.C (read): Use iso8859-1 encoding in latex_lang
10926         (this prevents LyX from crashing when using iso10646-1 encoding).
10927
10928 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10929
10930         * text2.C (toggleInset): if cursor is inside an inset, close the
10931         inset and leave cursor _after_ it
10932
10933 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10934
10935         * lyxfunc.C: move minibuffer completion handling out of here
10936
10937 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10938
10939         * BufferView_pimpl.C:
10940         * LaTeX.C: fix dispatch calls
10941
10942 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
10943
10944         * text.C (drawChars): Fix Arabic text rendering.
10945
10946 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
10947
10948         * LyXAction.C:
10949         * commandtags.h:
10950         * lyxfunc.C: remove message-push/pop
10951
10952         * lyxserver.C:
10953         * lyxfunc.h:
10954         * lyxfunc.C: rationalise some code by removing verboseDispatch
10955           in favour of a bool argument to dispatch()
10956
10957 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10958
10959         * lyx_main.C (init): make sure to read symlinks as absolute paths
10960
10961 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10962
10963         * lyxfunc.h:
10964         * lyxfunc.C: no need for commandshortcut to be a member
10965
10966 2002-07-15  André Pönitz <poenitz@gmx.net>
10967
10968         * converter.C: add support for $$s (scripts from lib/scripts dir)
10969         * lyx_main.C: white space
10970
10971 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10972
10973         * bufferlist.C:
10974         * lyxrc.h:
10975         * lyxrc.C: remove second exit confirmation
10976
10977 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10978
10979         * BufferView.h:
10980         * BufferView.C:
10981         * BufferView2.C:
10982         * BufferView_pimpl.h:
10983         * BufferView_pimpl.C:
10984         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
10985
10986 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10987
10988         * MenuBackend.C (expand): add numeric shortcuts to document menu
10989
10990         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
10991
10992 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10993
10994         * lyxfont.C (setLyXFamily):
10995         (setLyXSeries):
10996         (setLyXShape):
10997         (setLyXSize):
10998         (setLyXMisc):
10999         (lyxRead):
11000         * debug.C (value):
11001         * buffer.C (asciiParagraph): use ascii_lowercase
11002
11003 2002-07-15  Mike Fabian  <mfabian@suse.de>
11004
11005         * lyxlex_pimpl.C (search_kw):
11006         * lyxlex.C (getLongString):
11007         * converter.h (operator<):
11008         * converter.C (operator<):
11009         * buffer.C (parseSingleLyXformat2Token):
11010         (asciiParagraph):
11011         * ToolbarDefaults.C (read):
11012         * MenuBackend.C (checkShortcuts):
11013         (read):
11014         * LColor.C (getFromGUIName):
11015         (getFromLyXName): use the compare_ascii_no_case instead of
11016         compare_no_case, because in turkish, 'i' is not the lowercase
11017         version of 'I', and thus turkish locale breaks parsing of tags.
11018
11019 2002-07-16  Angus Leeming  <leeming@lyx.org>
11020
11021         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
11022         now takes a Buffer const & argument.
11023
11024 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
11025
11026         * BufferView.C (resize): check there's a buffer to resize
11027
11028 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
11029
11030         * lyxfunc.C: remove dead code
11031
11032         * lyxserver.h:
11033         * lyxserver.C: use lyx_guii::set_read_callback
11034
11035 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11036
11037         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11038         an inset in a RTL paragraph.
11039
11040 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11041
11042         * lyxfunc.C: repaint after a font size update
11043
11044 2002-07-15  André Pönitz <poenitz@gmx.net>
11045
11046         * lyxlength.C: inBP should be able to return negative values
11047
11048 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11049
11050         * lyxfunc.C: use lyx_gui::update_fonts()
11051
11052 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11053
11054         * lyxfunc.C: use lyx_gui::update_color()
11055
11056 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11057
11058         * bufferlist.C:
11059         * lyxfunc.h:
11060         * lyxfunc.C:
11061         * lyxrc.h:
11062         * lyxrc.C: remove file->new asks for name option, and let
11063           buffer-new take an argument
11064
11065 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11066
11067         * BufferView_pimpl.C: remove unneeded extra repaint()
11068
11069 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11070
11071         * LyXAction.C: allow command-sequence with NoBuffer
11072
11073         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11074
11075 2002-07-10  Angus Leeming  <leeming@lyx.org>
11076
11077         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11078
11079 2002-07-09  Angus Leeming  <leeming@lyx.org>
11080
11081         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11082
11083 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11084
11085         * lengthcommon.h: whitespace
11086
11087         * lyxfunc.C: update scrollbar after goto paragraph
11088
11089         * lyxtext.h: factor out page break drawing, and fix it so
11090           page break/added space paints as selected nicely
11091
11092 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11093
11094         * BufferView_pimpl.C: add FIXMEs, clean up a little
11095
11096 2002-07-09  André Pönitz <poenitz@gmx.net>
11097
11098         * lyxfont.[Ch]: support for wasy symbols
11099
11100 2002-07-08  André Pönitz <poenitz@gmx.net>
11101
11102         * BufferView_pimpl.C: apply John's patch for #93.
11103
11104 2002-07-05  Angus Leeming  <leeming@lyx.org>
11105
11106         * BufferView_pimpl.C (buffer): generate previews if desired.
11107
11108         * LColor.h: add "preview" to the color enum.
11109
11110         * LColor.C (LColor): add a corresponding entry to the items array.
11111
11112         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11113         with this buffer.
11114
11115 2002-07-05  Angus Leeming  <leeming@lyx.org>
11116
11117         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11118         The body of the code is now in the method that is passed an ostream &
11119         rather than a file name.
11120         Pass an additional only_preamble parameter, useful for the forthcoming
11121         preview stuff.
11122
11123 2002-07-03  André Pönitz <poenitz@gmx.net>
11124
11125         * lyxfunc.C: simplify getStatus() a bit for math stuff
11126
11127 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11128
11129         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11130
11131 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11132
11133         * text.C (changeRegionCase): do not change case of all the
11134         document when region ends at paragraph end (bug #461)
11135
11136 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11137
11138         * paragraph.C (startTeXParParams):
11139         (endTeXParParams): add \protect when necessary
11140
11141 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11142
11143         * BufferView_pimpl.C (workAreaExpose): remove warning
11144
11145 2002-06-27  Angus Leeming  <leeming@lyx.org>
11146
11147         * Makefile.am: add lyxlayout_ptr_fwd.h.
11148
11149 2002-06-26  André Pönitz <poenitz@gmx.net>
11150
11151         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11152
11153 2002-06-25  Angus Leeming  <leeming@lyx.org>
11154
11155         * lyxfunc.C (dispatch): Comment out the call to
11156         grfx::GCache::changeDisplay. The method no longer exists now that the
11157         pixmap generation part of the graphics loader has been moved into
11158         InsetGraphics.
11159
11160 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11161
11162         * text2.C: layout as layout
11163
11164         * text.C: layout as layout
11165
11166         * tabular.C (OldFormatRead): layout as layout
11167
11168         * paragraph_pimpl.C (TeXDeeper): layout as layout
11169         (realizeFont): layout as layout
11170
11171         * paragraph.C (writeFile): layout as layout
11172         (validate): layout as layout
11173         (getFont): layout as layout
11174         (getLabelFont): layout as layout
11175         (getLayoutFont): layout as layout
11176         (breakParagraph): layout as layout
11177         (stripLeadingSpaces): layout as layout
11178         (getEndLabel): layout as layout
11179         (getMaxDepthAfter): layout as layout
11180         (applyLayout): layout as layout
11181         (TeXOnePar): layout as layout
11182         (simpleTeXOnePar): layout as layout
11183         (TeXEnvironment): layout as layout
11184         (layout): layout as layout
11185         (layout): layout as layout
11186
11187         * lyxtextclass.C (compare_name): new functor to work with
11188         shared_ptr, layout as layout
11189         (Read): layout as layout
11190         (hasLayout): layout as layout
11191         (operator): layout as layout
11192         (delete_layout): layout as layout
11193         (defaultLayout): layout as layout
11194
11195         * lyxlayout_ptr_fwd.h: new file
11196
11197         * lyxlayout.C (Read): layout as layout
11198
11199         * lyx_cb.C (MenuInsertLabel): layout as layout
11200
11201         * bufferlist.C (newFile): layout as layout
11202
11203         * buffer.C (readLyXformat2): layout as layout
11204         (parseSingleLyXformat2Token): layout as layout
11205         (insertStringAsLines): layout as layout
11206         (asciiParagraph): layout as layout
11207         (latexParagraphs): layout as layout
11208         (makeLinuxDocFile): layout as layout
11209         (simpleLinuxDocOnePar): layout as layout
11210         (makeDocBookFile): layout as layout
11211         (simpleDocBookOnePar): layout as layout
11212         (getLists): layout as layout
11213
11214         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11215
11216         * CutAndPaste.C (cutSelection): layout as layout
11217         (pasteSelection): layout as layout
11218         (SwitchLayoutsBetweenClasses): layout as layout
11219
11220         * BufferView_pimpl.C (Dispatch): layout as layout
11221         (smartQuote): layout as layout
11222
11223         * BufferView2.C (unlockInset): layout as layout
11224
11225 2002-06-24  André Pönitz <poenitz@gmx.net>
11226
11227         * lyxfunc.C: fix #487
11228
11229 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11230
11231         * lyxrc.h:
11232         * lyxrc.C:
11233         * lyxfunc.C: remove display_shortcuts, show_banner
11234
11235 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11236
11237         * Buffer_pimpl.C: oops, update on resize
11238
11239 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11240
11241         * buffer.C:
11242         * converter.C:
11243         * exporter.C:
11244         * lyxfunc.C:
11245         * BufferView.h:
11246         * BufferView.C: use repaint()
11247
11248         * BufferView_pimpl.h:
11249         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11250           as it's a clearer description. Remove superfluous
11251           redraws.
11252
11253 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11254
11255         * text.C: fix bug 488. Not ideal, but getting
11256           getWord() to work properly for the insets that
11257           matter is more difficult ...
11258
11259 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11260
11261         * BufferView_pimpl.C:
11262         * LyXAction.C:
11263         * commandtags.h:
11264         * lyxfunc.C: remove the six million index lyxfuncs to just
11265           one, and DTRT (bug 458)
11266
11267 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11268
11269         * BufferView.h:
11270         * BufferView.C:
11271         * BufferView_pimpl.h:
11272         * BufferView_pimpl.C: clean up resize() stuff,
11273           and unnecessary updateScreen()s
11274
11275 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11276
11277         * BufferView.h:
11278         * BufferView.C:
11279         * BufferView_pimpl.h:
11280         * BufferView_pimpl.C:
11281         * lyxfind.h:
11282         * lyxfind.C:
11283         * minibuffer.C: remove focus management of workarea,
11284           not needed. Use screen's greyOut()
11285
11286 2002-06-17  Herbert Voss  <voss@lyx.org>
11287
11288         * converter.C: (convert) do not post a message, when converting
11289         fails, let the calling function decide what to do in this case
11290
11291 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11292
11293         * lyxfunc.C: tidy up a little
11294
11295 2002-06-16    <alstrup@diku.dk>
11296
11297         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11298         Got rid of FORMS_H_LOCATION include. Now we are
11299         GUII.
11300
11301 2002-06-15  LyX Development team  <lyx@rilke>
11302
11303         * buffer.[Ch] (sgmlOpenTag):
11304         (sgmlCloseTag): Added support for avoiding pernicious mixed
11305         content. Return number of lines written.
11306
11307         (makeLinuxDocFile):
11308         (makeDocBookFile): Fixed calls to sgml*Tag.
11309         Simple white space clean.
11310
11311         (simpleDocBookOnePar): Simple white space clean.
11312
11313         * tabular.[Ch] (docBook): Renamed to docbook and got another
11314         argument to related with the pernicious mixed content.
11315
11316         (docbookRow): Fixed calls for docbook inset method.
11317
11318 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11319
11320         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11321         so it's X11 independent.
11322
11323         * kb*.[Ch]: ditto.
11324
11325         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11326
11327 2002-06-15  Lyx Development team  <lyx@electronia>
11328
11329         * intl.h: Renamed getTrans to getTransManager.
11330
11331 2002-06-14  Angus Leeming  <leeming@lyx.org>
11332
11333         * Makefile.am: nuke forgotten stl_string_fwd.h.
11334
11335 2002-06-12  Angus Leeming  <leeming@lyx.org>
11336
11337         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11338
11339 2002-06-13  Angus Leeming  <leeming@lyx.org>
11340
11341         * LaTeX.C:
11342         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11343
11344 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11345
11346         * kbmap.C (getiso): add support for cyrillic and greek
11347
11348 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11349
11350         * BufferView.h:
11351         * BufferView.C:
11352         * BufferView_pimpl.h:
11353         * BufferView_pimpl.C: move bogus scrolling logic
11354           to xforms
11355
11356 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11357
11358         * lyxfunc.C:
11359         * BufferView_pimpl.C: view->resize() change
11360
11361 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11362
11363         * BufferView_pimpl.C: topCursorVisible
11364           prototype change
11365
11366 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11367
11368         * Makefile.am:
11369         * lyx_gui.h:
11370         * lyx_gui.C: move to frontends/
11371
11372         * main.C:
11373         * lyx_main.h:
11374         * lyx_main.C: changes from above
11375
11376 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11377
11378         * intl.C:
11379         * intl.h:
11380         * kbmap.C:
11381         * kbsequence.C:
11382         * lyx_cb.C:
11383         * lyx_main.C: minor tidy
11384
11385 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11386
11387         * BufferView_pimpl.h:
11388         * BufferView_pimpl.C:
11389         * BufferView.h:
11390         * BufferView.C: make painter() const,
11391           remove dead code
11392
11393         * BufferView2.C: use screen() accessor
11394
11395         * lyx_main.h:
11396         * lyx_main.C: some minor cleanup
11397
11398 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11399
11400         * BufferView_pimpl.h:
11401         * BufferView_pimpl.C: remove enter/leaveView,
11402           use workHeight()
11403
11404 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11405
11406         * BufferView.h:
11407         * BufferView.C:
11408         * BufferView2.C:
11409         * BufferView_pimpl.h:
11410         * BufferView_pimpl.C: only construct screen once,
11411           rename
11412
11413         * lyxrc.C: remove pointless comment
11414
11415 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11416
11417         * BufferView.h:
11418         * BufferView.C: remove active() and belowMouse()
11419
11420         * BufferView_pimpl.h:
11421         * BufferView_pimpl.C: use workarea() not workarea_,
11422           and make it use a scoped_ptr instead
11423
11424 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11425
11426         * lyx_gui.C: add debug message on BadWindow
11427
11428 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11429
11430         * sp_spell.C: fdopen is not part of the C++ standard.
11431
11432         * paragraph.C (InsetIterator): use >= instead of ==
11433
11434 2002-06-07  Angus Leeming  <leeming@lyx.org>
11435
11436         Fixes needed to compile with Compaq cxx 6.5.
11437         * BufferView_pimpl.C:
11438         * DepTable.C:
11439         * buffer.C:
11440         * converter.C:
11441         * encoding.C:
11442         * lyx_gui.C:
11443         * lyx_main.C:
11444         * lyxtextclasslist.C:
11445         * minibuffer.C:
11446         * sp_spell.C:
11447         * tabular_funcs.C:
11448         * vc-backend.C:
11449         all c-library variables have been moved into namespace std. Wrap
11450         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11451
11452         * lyxlength.C:
11453         * tabular-old.C:
11454         * tabular.C:
11455         Add a using std::abs declaration.
11456
11457         * kbmap.h (modifier_pair):
11458         * paragraph.h (InsetTable, InsetList):
11459         * lyxfont.h (FontBits):
11460         type definition made public.
11461
11462         * bufferlist.C (emergencyWriteAll): the compiler complains that
11463         there is more than one possible lyx::class_fun template to choose from.
11464         I re-named the void specialisation as lyx::void_class_fun.
11465
11466         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11467
11468         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11469         the compiler is is unable to find tostr in write_attribute.
11470
11471 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11472
11473         * buffer.C (sgmlError): hide #warning
11474
11475 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11476
11477         * xtl/*: get rid of xtl, which is not in use anyway
11478
11479         * LyXAction.C (init):
11480         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11481         were unimplemented xtl experimentation
11482
11483 2002-06-04  André Pönitz <poenitz@gmx.net>
11484
11485         * lyxfunc.C: disable array operation on simple formulae
11486
11487 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11488
11489         * converter.C: constify a bit
11490
11491 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11492
11493         * lyx_gui.C: check xforms version correctly
11494
11495 2002-04-30  Herbert Voss  <voss@lyx.org>
11496
11497         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11498         "keep" option
11499
11500 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11501
11502         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11503           attempt to register it with a VCS)
11504
11505 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11506
11507         * lyx_main.C (init): honor variables LYX_DIR_13x and
11508         LYX_USERDIR_13x
11509
11510 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11511
11512         * buffer.h:
11513         * buffer.C:
11514         * lyx_main.C: fix a crash on bad command line,
11515           and give a useful exit status on error
11516
11517         * lyxfunc.C (doImport): allow -i lyx to work
11518
11519 2002-03-30  André Pönitz <poenitz@gmx.net>
11520
11521         * lyxfunc.C: mathed font changes
11522
11523 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11524
11525         * LaTeX.C:
11526         * importer.h:
11527         * importer.C:
11528         * lyx_sty.h:
11529         * lyx_sty.C:
11530         * lyxlex.C:
11531         * lyxrow.h:
11532         * lyxtext.h:
11533         * paragraph.h:
11534         * paragraph.C:
11535         * texrow.h:
11536         * texrow.C:
11537         * text.C:
11538         * trans_mgr.h: srcdocs, and some minor cleanups
11539
11540 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11541
11542         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11543         call getFont all the time)
11544
11545 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11546
11547         * switch from SigC signals to boost::signals
11548
11549 2002-05-29  André Pönitz <poenitz@gmx.net>
11550
11551         * paragraph_pimpl.C (getChar): don't call size() too often...
11552
11553 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11554
11555         * paragraph_pimpl.C (insertChar): do not try to update tables when
11556         appending (pos == size())
11557
11558         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11559         in order to reduce drastically the number of comparisons needed to
11560         parse a large document
11561
11562 2002-05-29  André Pönitz <poenitz@gmx.net>
11563
11564         * text.C:
11565         * text2.C:
11566         * lyxtextclass.C:
11567         * sp_pspell.h:
11568         * textclasslist.[Ch]:
11569         * sp_ispell.h: whitespace change
11570
11571 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11572
11573         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11574         lyxaction directly now.
11575
11576 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11577
11578         * trans.C:
11579         * lyxfont.C:
11580         * lyxvc.C: remove unused headers
11581
11582 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11583
11584         * Makefile.am:
11585         * buffer.h:
11586         * undostack.h:
11587         * undostack.C:
11588         * undo_funcs.h:
11589         * undo_funcs.C: some cleanups. Use shared_ptr
11590           and a template for the undo stacks.
11591
11592 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11593
11594         * BufferView_pimpl.h:
11595         * BufferView_pimpl.C:
11596         * kbmap.h:
11597         * kbmap.C:
11598         * kbsequence.h:
11599         * kbsequence.C:
11600         * lyxfunc.h:
11601         * lyxfunc.C:
11602         * text2.C: use key_state/mouse_state
11603
11604 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11605
11606         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11607         and LSubstring
11608
11609         * chset.C: change include order
11610         (loadFile): use boost regex and get rid of LRegex and LSubstring
11611
11612         * Makefile.am (BOOST_LIBS): new variable
11613         (lyx_LDADD): use it
11614
11615         * LaTeX.C: change include order.
11616         (scanAuxFile): use boost regex and get rid of LRegex and
11617         LSubstring
11618         (deplog): ditto
11619
11620 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11621
11622         * ColorHandler.h:
11623         * ColorHandler.C:
11624         * FontInfo.h:
11625         * FontInfo.C: moved to frontends/xforms/
11626
11627         * FontLoader.h:
11628         * FontLoader.C: moved into frontends for GUIIzation
11629
11630         * Makefile.am:
11631         * lyx_gui.C:
11632         * lyxfont.C:
11633         * lyxfunc.C: changes from above
11634
11635 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11636
11637         * LColor.C: remove spurious X include
11638
11639         * BufferView_pimpl.C:
11640         * Makefile.am:
11641         * font.h:
11642         * font.C:
11643         * text.C:
11644         * text2.C: move font metrics to frontends/
11645
11646 2002-05-24  Juergen Vigna  <jug@sad.it>
11647
11648         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11649         setting the undo_cursor.
11650
11651         * ParagraphParameters.h: include local includes first.
11652
11653 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11654
11655         * BufferView_pimpl.C:
11656         * BufferView_pimpl.h:
11657         * Makefile.am:
11658         * WorkArea.h:
11659         * WorkArea.C:
11660         * screen.C: move WorkArea into frontends/
11661
11662         * lyxscreen.h:
11663         * screen.C:
11664         * text.C:
11665         * BufferView.C:
11666         * BufferView2.C: move LyXScreen into frontends/
11667
11668         * lyxlookup.h:
11669         * lyxlookup.C:
11670         * lyx_gui.C: move lyxlookup into frontends/xforms/
11671
11672 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11673
11674         * BufferView2.C:
11675         * BufferView_pimpl.C:
11676         * FontLoader.C:
11677         * LyXView.h:
11678         * LyXView.C:
11679         * Makefile.am:
11680         * WorkArea.C:
11681         * XFormsView.h:
11682         * XFormsView.C:
11683         * buffer.C:
11684         * bufferlist.C:
11685         * bufferview_funcs.C:
11686         * converter.C:
11687         * importer.C:
11688         * lyx_cb.C:
11689         * lyx_gui.C:
11690         * lyx_main.C:
11691         * lyx_find.C:
11692         * lyxfunc.C:
11693         * lyxvc.C:
11694         * minibuffer.C:
11695         * text.C:
11696         * text2.C:
11697         * trans.C:
11698         * vc-backend.C: move LyX/XFormsView into frontends/
11699
11700 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11701
11702         * Makefile.am:
11703         * PainterBase.C:
11704         * PainterBase.h:
11705         * Painter.C:
11706         * Painter.h:
11707         * WorkArea.C:
11708         * WorkArea.h:
11709         * screen.C:
11710         * tabular.C:
11711         * text.C:
11712         * text2.C: move Painter to frontends/
11713
11714 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11715
11716         * buffer.C: comment out some some code that depend upon lyx_format
11717         < 220
11718
11719         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11720         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11721
11722         * buffer.h (NO_COMPABILITY): turn off compability
11723
11724         * ColorHandler.C: include scoped_array.hpp
11725
11726         * font.C: Use more specific smart_ptr header.
11727         * Painter.C: ditto
11728         * gettext.C: ditto
11729         * ShareContainer.h: ditto
11730         * lyx_main.h: ditto
11731         * kbmap.h: ditto
11732         * FontInfo.h: ditto
11733         * BufferView_pimpl.h: ditto
11734         * ColorHandler.h: ditto
11735
11736         * kbmap.C (defkey): change call to shared_ptr::reset
11737
11738 2002-05-21  Juergen Vigna  <jug@sad.it>
11739
11740         * buffer.C (insertErtContents): fix to insert ert asis if it is
11741         non empty. Skip it completely if it contains only whitespaces.
11742
11743 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11744
11745         * BufferView_pimpl.C:
11746         * BufferView2.C: clear selection on paste (bug 393)
11747
11748 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11749
11750         * DepTable.C: include ctime
11751
11752 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
11753
11754         * buffer.C (latexParagraphs): Add new argument (moving_arg).
11755
11756 2002-05-14  Juergen Vigna  <jug@sad.it>
11757
11758         * text.C (breakParagraph): fixed function to honor the keepempty
11759         layout in the right maner and also to permit the right breaking
11760         algorithm on empty or non empyt keepempty paragraphs.
11761
11762         * paragraph.C (breakParagraph): we have to check also if the par
11763         is really empty (!size()) for isempty otherwise we do the wrong
11764         paragraph break.
11765
11766 2002-05-10  Juergen Vigna  <jug@sad.it>
11767
11768         * buffer.[Ch] : The following are only changes to the ert
11769         compatibility read reading old LaTeX layout and font stuff and
11770         convert it to ERTInsets.
11771
11772         * buffer.h: added isErtInset().
11773
11774         * buffer.C (struct ErtComp): add a fromlayout bool to check
11775         if we're inside a LaTeX layout.
11776         (isErtInset): new helper function.
11777         (insertErtContents): look for other ert insets before this one
11778         and insert the contents there, so that we don't have subsequent
11779         ERT insets with nothing between them. This way we create only one
11780         inset with multiple paragraphs. Also check if we don't insert only
11781         spaces ' ' as they are ignored anyway afterwards in the .tex file
11782         so if we have only spaces we will ignore this latex part in the
11783         new file.
11784         (parseSingleLyXformat2Token \\layout): better compatibility when
11785         reading layout-latex stuff.
11786         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
11787         language tag.
11788         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
11789         stuff after reading the inset only get the information back from
11790         the stack.
11791
11792 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
11793
11794         * buffer.C (makeLaTeXFile): Put language options after loading babel.
11795
11796         * LaTeXFeatures.C (getBabelOptions): New method.
11797
11798 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11799
11800         * BufferView_pimpl.C (Dispatch): work around missing argument for
11801         'layout'
11802
11803 2002-05-08  Juergen Vigna  <jug@sad.it>
11804
11805         * text.C (leftMargin): handle paragraph leftindent.
11806
11807         * paragraph.C (writeFile): write the new \\leftindent tag.
11808         (validate): handle leftindent code.
11809         (TeXEnvironment): handle paragraphleftindent code again.
11810
11811         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
11812
11813         * buffer.C (parseSingleLyXformat2Token): added compatibility code
11814         for paragrap_extra indent code and new token \\leftindent.
11815         (latexParagraphs): handle the leftindent as environment.
11816
11817         * ParameterStruct.h: added leftindent support.
11818
11819         * ParagraphParameters.C (leftIndent): added support functions for
11820         the paragraph left indent.
11821
11822         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
11823         more appropriate.
11824
11825 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
11826
11827         * paragraph.C (isRightToLeftPar): Return false for a paragraph
11828         inside insetERT.
11829
11830         * text.C (computeBidiTables): No bidi in insetERT.
11831
11832         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
11833         in RTL documents.
11834
11835 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11836
11837         * version.C.in: pre 5
11838
11839 2002-05-02  José Matos  <jamatos@fep.up.pt>
11840         * buffer.C (makeDocBookFile): white space changes, add newline to
11841         command styles.
11842         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
11843
11844         * tabular.C (docBook): fix typo.
11845
11846 2002-05-03  Juergen Vigna  <jug@sad.it>
11847
11848         * screen.C (drawFromTo): recalculate the rowpointer if we had a
11849         change in LyXText as we can not be sure it was not freed.
11850         (drawOneRow): remove unused code.
11851
11852         * text.C (drawInset): redo the calculation of the need_break_row as
11853         it could have a row which was already freed.
11854         (draw): look at the return value of drawInset and return false if
11855         it also returned false.
11856         (paintRowText): look at the return value of draw and return false if
11857         it also returned false.
11858
11859         * lyxtext.h: added bool return type to drawInset() and draw() so that
11860         if we have a change in the row so that the rowbreak has to be redone
11861         we abort drawing as it will be called again.
11862
11863 2002-05-02  Juergen Vigna  <jug@sad.it>
11864
11865         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
11866         a change in the maintext also if we're inside an inset.
11867         (Dispatch): set the cursor again after a break line and after the
11868         screen has been updated as it could be we're in a different row.
11869
11870         * text2.C (fixCursorAfterDelete): check to make sure we don't request
11871         to set the cursor behind the pargraph with > size().
11872         (setCursor): check also for the same paragraph when checking where
11873         to put the cursor if we have a NFR inset.
11874
11875         * buffer.C (parseSingleLyXformat2Token): move the compatibility
11876         parts of layout read further up as it still was in the wrong
11877         position.
11878
11879 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11880
11881         * screen.C (drawFromTo): change sine fullRebreak always return
11882         true.
11883
11884         * buffer.C (parseSingleLyXformat2Token): reindent some
11885
11886         * BufferView_pimpl.C (update): change since fullRebreak always
11887         return true.
11888         (Dispatch): git rid of the last hardcoded "Standard"s.
11889
11890 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11891
11892         * text2.[Ch] (fullRebreak): make it return void now that we always
11893         returned true.
11894
11895 2002-04-30  Juergen Vigna  <jug@sad.it>
11896
11897         * buffer.C (parseSingleLyXformat2Token): reset the font before the
11898         ert compatibility check for "latex" layout.
11899
11900 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
11901
11902         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
11903         minipages: use col% instead of p%, and also use the current font.
11904         (makeLaTeXFile): Fix use babel condition.
11905         (parseSingleLyXformat2Token): Correct font when reading old floats.
11906
11907 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
11908
11909         * BufferView_pimpl.C (Dispatch): Check that float type exists when
11910         inserting list of floats.
11911
11912 2002-04-25  Herbert Voss  <voss@lyx.org>
11913
11914         * MenuBackend.C (expand): don't add the graphics extensions to the
11915         export menu
11916
11917 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11918
11919         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
11920         non-existing layout, do not complain if it was the default layout
11921         of the original class (bug #342)
11922
11923 2002-04-24  Juergen Vigna  <jug@sad.it>
11924
11925         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
11926         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
11927
11928 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
11929
11930         * buffer.C (getBibkeyList): If using \bibliography, return the
11931         option field with the reference itself. Enables us to provide natbib
11932         support when using \bibliography.
11933
11934 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
11935
11936         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
11937
11938         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
11939         natbib is provided by the LaTeX class.
11940
11941 2002-04-23  Juergen Vigna  <jug@sad.it>
11942
11943         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
11944         Wakeup functions.
11945
11946         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
11947
11948 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11949
11950         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
11951
11952         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
11953         ensuremath around textordmasculine, textordfeminine and
11954         textdegree.
11955
11956 2002-04-19  Juergen Vigna  <jug@sad.it>
11957
11958         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
11959         reinitializing the buffer otherwise row-dimensions may be wrong.
11960         (update): reset also the selection cursors if they do exits otherwise
11961         their x/y positions may be wrong.
11962
11963         * text2.C (cursorDown): don't enter the inset if we came from a row
11964         above and are one row over the inset.
11965
11966         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
11967         really leaving an inset.
11968
11969 2002-04-18  Juergen Vigna  <jug@sad.it>
11970
11971         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
11972         of the selected paragraph does not have the selected layout also if
11973         the last one had!
11974
11975         * text2.C (setLayout): fixed bug which did not change last selected
11976         paragraph.
11977
11978         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
11979         changed the read and substituted \\end_float with \\end_inset!
11980
11981         * BufferView_pimpl.C (cursorPrevious):
11982         (cursorNext): fixed to make it work with rows heigher than the work
11983         area without moving the cursor only the draw of the row.
11984         (workAreaMotionNotify): fix jumping over high rows.
11985
11986 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11987
11988         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
11989         Ressler.
11990
11991 2002-04-16  Juergen Vigna  <jug@sad.it>
11992
11993         * text2.C (setCursor): set also the irow().
11994         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
11995         (cursorUp):
11996         (cursorDown): support for locking an inset if the x_fix value goes
11997         inside it. That way I can transverse insets too with cursor up/down.
11998
11999         * lyxrow.h: added irow helper function same as other (i) functions.
12000
12001         * BufferView_pimpl.C (cursorPrevious):
12002         (cursorNext): fixed for insets!
12003
12004 2002-04-15  Juergen Vigna  <jug@sad.it>
12005
12006         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
12007         position otherwise it is wrong in some cases.
12008
12009         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
12010         inside the inset before the call.
12011
12012 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
12013
12014         * buffer.[Ch] (getBibkeyList): make it const.
12015
12016 2002-04-12  Juergen Vigna  <jug@sad.it>
12017
12018         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
12019
12020         * text2.C (getCursorX): new helper function
12021         (setCursor): compute also ix_
12022         (setCursorFromCoordinates): set also ix.
12023
12024         * lyxcursor.h: added ix_ and helper functions.
12025
12026         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
12027
12028         * buffer.C (insertStringAsLines): dont break paragraph if the this
12029         paragraph is inside an inset which does not permit it!
12030
12031         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12032         also with no chars on this paragraph.
12033         (paintRowText): only paint stuff if it's inside the workarea!
12034
12035         * paragraph.C (breakParagraph): honor keepempty flag and break the
12036         paragraph always below not above.
12037
12038         * BufferView2.C (unlockInset): update the paragraph layout on inset
12039         unlock as we changed paragraph in such a case.
12040
12041         * lyxfind.C (LyXFind): clear the former selection if not found!
12042
12043         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12044         again called in insertChar().
12045
12046         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12047         an inset which uses the whole row!
12048         (rightMargin): ditto.
12049         (insertChar): force a rebreak if we inserted an inset!
12050
12051 2002-03-28  Herbert Voss  <voss@lyx.org>
12052
12053         * lyxlength.[Ch]: add inBP() to get the right PS-point
12054         units (BigPoint). With inPixels we have rounding errors
12055
12056 2002-04-11  Juergen Vigna  <jug@sad.it>
12057
12058         * text2.C (setCursorFromCoordinates): set iy to the right value.
12059         (setCursor): add check if row->previous exists!
12060
12061         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12062         an old float_type as this was the case in the old code!
12063
12064         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12065
12066         * BufferView2.C (showLockedInsetCursor): use iy
12067         (fitLockedInsetCursor): ditto
12068
12069         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12070         locked insets as there we have the right value now.
12071
12072         * lyxcursor.C: added iy_ variable and iy functions to set to the
12073         baseline of cursor-y of the locked inset.
12074
12075         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12076         (setCursor): fixed for insets which need a full row.
12077
12078         * text.C (rowLastPrintable): don't ignore the last space when before
12079         an inset which needs a full row.
12080         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12081         as last character of a row when before a inset which needs a full row.
12082
12083 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12084
12085         * version.C.in: update date
12086
12087         * text2.C (fullRebreak): try to always return true and see what
12088         happens...
12089
12090 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12091
12092         * MenuBackend.C (expand): use Floating::listName
12093
12094         * FloatList.C (FloatList): add listName argument to the built-in
12095         floats
12096
12097         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12098         text associated with the float.
12099
12100 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12101
12102         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12103
12104 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12105
12106         * ShareContainer.h: add a couple of missing typenames.
12107
12108 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12109
12110         * lyxrc.C (getDescription): use _() correctly rather than N_().
12111
12112 2002-03-28  Herbert Voss  <voss@lyx.org>
12113
12114         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12115         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12116
12117 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12118
12119         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12120         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12121
12122 2002-03-29  Juergen Vigna  <jug@sad.it>
12123
12124         * lyxfunc.C (dispatch): add a missing fitCursor call.
12125
12126         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12127         it was scrolled by a cursor move, so return the bool status.
12128
12129         * BufferView.C (fitCursor): return the bool flag also to the outside
12130         world as this is needed.
12131
12132         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12133
12134         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12135         call the edit() as it is not needed (and wrong) IMO.
12136         (workAreaButtonPress): set the screen_first variable before evt.
12137         unlock the inset as this may change screen_first and then we have
12138         a wrong y position for the click!
12139
12140 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12141
12142         * MenuBackend.C (expand): another translation that I missed
12143
12144 2002-03-28  Juergen Vigna  <jug@sad.it>
12145
12146         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12147
12148         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12149
12150 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12151
12152         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12153
12154         * MenuBackend.C (expand): fix export/view/update when there is no
12155         document open.
12156
12157 2002-03-27  Herbert Voss  <voss@lyx.org>
12158
12159         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12160         and text%
12161
12162 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12163
12164         * bufferview_funcs.C (currentState): only show paragraph number
12165         for is DEVEL_VERSION is set.
12166
12167         * lyxfunc.C (dispatch): put warning in INFO channel
12168
12169         * MenuBackend.C (expand): translate the name of floats
12170
12171         * FloatList.C (FloatList): mark the float names for translation
12172
12173         * converter.C (convert): use LibScriptSearch
12174
12175 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12176
12177         * MenuBackend.C (defaults): fix default menu (we might as well get
12178         rid of it...)
12179
12180 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12181
12182         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12183         directory.
12184
12185 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12186
12187         * lyxvc.C: reorder includes.
12188
12189 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12190
12191         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12192           properly
12193
12194 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12195
12196         * CutAndPaste.C: change layouts earlier on paste
12197           to avoid crashing when calling getFont()
12198
12199 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12200
12201         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12202         irritating #error.
12203
12204 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12205
12206         * WorkArea.C: remove 'Pending' debug message.
12207
12208         * most files: ws cleanup
12209
12210         * buffer.[Ch]: ws changes
12211
12212         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12213
12214 2002-03-21  Juergen Vigna  <jug@sad.it>
12215
12216         * tabular.C (SetMultiColumn): collapse also the contents of the
12217         cells and set the last border right. Added a Buffer const * param.
12218
12219 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12220
12221         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12222         linking or not.
12223
12224 2002-03-19  Juergen Vigna  <jug@sad.it>
12225
12226         * text2.C (clearSelection): reset also xsel_cache.
12227
12228         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12229         where it needs to be called (John tells us to do so too :)
12230         (selectionLost): reset sel_cache.
12231
12232         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12233
12234 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12235
12236         * text2.C (setCursorIntern): put debuging code in INSETS channel
12237
12238 2002-03-19  André Pönitz <poenitz@gmx.net>
12239
12240         * lyxfunc.C: tiny whitespace change
12241
12242 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12243
12244         * ToolbarDefaults.C (init):
12245         * LyXAction.C (init):
12246         * commandtags.h:
12247         * BufferView_pimpl.C (Dispatch):
12248         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12249
12250 2002-03-19  Allan Rae  <rae@lyx.org>
12251
12252         * exporter.C (Export): removeAutoInsets before doing anything else.
12253         While I've just introduced a dependency on BufferView this really is
12254         the best place to clean the buffer otherwise you need to cleanup in
12255         a dozen places before calling export or cleanup in a dozen functions
12256         that export calls.
12257
12258         * converter.C (runLaTeX):
12259         (scanLog): Better handling of removeAutoInsets and screen updates.
12260
12261         * lyxfunc.C (dispatch): small whitespace changes
12262
12263 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12264
12265         * WorkArea.C (C_WorkAreaEvent): return a value.
12266         (event_cb): return 1 if we handled the event, 0 otherwise.
12267
12268         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12269
12270 2002-03-18  Juergen Vigna  <jug@sad.it>
12271
12272         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12273         (GetAdditionalWidth): ditto.
12274         (RightLine): ditto.
12275         (LeftLine): ditto.
12276
12277         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12278         inset if we're there actually (probably not used right now but this
12279         is the direction to go for unifying code).
12280         (paste): disable code to clear the selection.
12281
12282         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12283         inside an InsetText and move the check further up as it is in the
12284         wrong place.
12285
12286         * text2.C (pasteSelection): set a selection over the pasted text.
12287
12288 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12289
12290         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12291         and libgraphics to build on Cygwin.
12292
12293 2002-03-15  Juergen Vigna  <jug@sad.it>
12294
12295         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12296         inserting an Inset into the paragraph. I know this is not the best
12297         fix but we already use current_view in CutAndPaste so we will remove
12298         all of it's using at the same time.
12299
12300         * buffer.C (sgmlError): deactivated function till it is rewritten in
12301         the right mode, now it can create problems.
12302
12303         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12304         before accessing it.
12305
12306 2002-03-14  Juergen Vigna  <jug@sad.it>
12307
12308         * undo_funcs.C (textHandleUndo): do the right thing when updating
12309         the inset after the undo/redo.
12310
12311         * text2.C (setCursor): just some testcode for #44 not ready yet.
12312
12313         * undo_funcs.C (textHandleUndo): set the next() and previous()
12314         pointers of the paragraph to 0 before deleting otherwise we have
12315         problems with the Paragraph::[destructor].
12316
12317         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12318         on a paragraph insertion.
12319
12320 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12321
12322         * buffer.C (asciiParagraph): use += operator for char append to
12323         string.
12324
12325         * paragraph.C (getFontSettings): compare >= not just >
12326         (highestFontInRange): ditto
12327         (setFont): ditto
12328
12329 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12330
12331         * paragraph.C: change several algorithm to be more appripriate for
12332         the problem domain. This is lookip in FontList and in the InsetList.
12333
12334 2002-03-13  André Pönitz <poenitz@gmx.net>
12335
12336         * commandtags.h:
12337         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12338
12339 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12340
12341         * commandtags.h:
12342         * LyXAction.C:
12343         * lyxfunc.C:
12344         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12345
12346 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12347
12348         * Painter.C (display): anon helper function, adjust code for this
12349         change.
12350         (pixmap): remove function.
12351
12352         * Painter.h: remove private display variable.
12353
12354         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12355
12356 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12357
12358         * WorkArea.[Ch]: remove figinset_canvas cruft.
12359
12360 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12361
12362         * lyxtextclass.C (operator): add one item cache optimization.
12363
12364         * bufferlist.h: doxy changes
12365
12366         * bufferlist.C: ws changes
12367
12368         * DepTable.[Ch] (ext_exist): place const in the right spot.
12369
12370         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12371         call resizeInsets.
12372         (workAreaExpose): call resizeInsets when the with BufferView changes.
12373         (Dispatch): adjust for protectedBlank removal
12374         (specialChar): call updateInset if the insert went ok.
12375
12376         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12377         specialChar instead.
12378
12379         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12380
12381         * BufferView.h: doxy change
12382
12383         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12384
12385         * lyxtextclass.C (operator[]): remove non-const version
12386         (defaultLayout): remove non-const version
12387
12388 2002-03-12  Juergen Vigna  <jug@sad.it>
12389
12390         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12391         did resize the LyXText too.
12392
12393         * buffer.C (readLyXformat2): set layout information on newly allocated
12394         paragraphs.
12395
12396         * tabular.C (OldFormatRead): set layout information on the paragraph.
12397
12398 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12399
12400         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12401
12402 2002-03-11  Juergen Vigna  <jug@sad.it>
12403
12404         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12405         plainly wrong.
12406         (resizeCurrentBuffer): force also the insets to resize themselfes.
12407         (moveCursorUpdate): fixed up for InsetText.
12408
12409 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12410
12411         * commandtags.h:
12412         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12413         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12414         value of Dialogs::tooltipsEnabled().
12415         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12416
12417 2002-03-08  Juergen Vigna  <jug@sad.it>
12418
12419         * BufferView_pimpl.C (updateInset): update inset inside inset also
12420         if it isn't inside theLockingInset().
12421
12422 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12423
12424         * buffer.C (asciiParagraph): redo some of the word and line length
12425         handling.
12426         (getLists): look for Caption instead of caption.
12427
12428 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12429
12430         * buffer.C (Buffer): initialize niceFile to true
12431         (makeLaTeXFile):
12432         (makeLinuxDocFile):
12433         (makeDocBookFile): make sure niceFile is true on exit
12434
12435 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12436
12437         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12438
12439 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12440
12441         * LyXSendto.C: remove.
12442         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12443         * lyx_gui.C: remove now-redundant comment.
12444         * ColorHandler.h: remove forward declaration of class WorkArea.
12445         * lyxfunc.C: remove #include "WorkArea.h".
12446
12447 2002-03-07  Juergen Vigna  <jug@sad.it>
12448
12449         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12450         got moved away with the DEPM and also set the inset_owner always
12451         right which before could have been omitted.
12452
12453 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12454
12455         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12456         wanted layout is not found.
12457
12458 2002-03-07  Juergen Vigna  <jug@sad.it>
12459
12460         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12461
12462 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12463
12464         * paragraph.C (breakParagraph): use default layout not layout of
12465         prev paragraph.
12466         (Paragraph): clear ParagraphParameters.
12467
12468 2002-03-06  Juergen Vigna  <jug@sad.it>
12469
12470         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12471         otherwise it would not be a valid lenght. Fixed a special case in
12472         the minipage compatibility read where we end the document with a
12473         minipage.
12474
12475         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12476         was set as it could be 0 for InsetTexts first entry.
12477
12478 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12479
12480         * paragraph.C (writeFile): if layout is empty write out
12481         defaultLayoutName().
12482
12483         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12484         file without named layout we set layout to defaultLayoutName().
12485
12486 2002-03-06  Juergen Vigna  <jug@sad.it>
12487
12488         * CutAndPaste.C (copySelection): set layout for new paragraph.
12489
12490         * text.C (prepareToPrint): leave ERT inset left aligned
12491         (leftMargin): don't indent paragraphs inside ERT insets
12492
12493 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12494
12495         * paragraph.C (breakParagraph): dont call clear do the work manually
12496
12497         * paragraph.[Ch] (clear): remove function
12498
12499 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12500
12501         * paragraph.C (Paragraph): dont call clear, the work has already
12502         been done.
12503
12504         * lyxtextclass.C (operator): assert if n is empty
12505
12506         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12507         work manually instead.
12508
12509 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12510
12511         * BufferView_pimpl.C: protect selectionLost against text == 0
12512
12513 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12514
12515         * text.C (breakParagraph): fix a setting layout to '0' problem.
12516
12517 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12518
12519         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12520         final location of file, for the included files, and graphics.
12521
12522 2002-03-05  Juergen Vigna  <jug@sad.it>
12523
12524         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12525
12526 2002-03-04  Juergen Vigna  <jug@sad.it>
12527
12528         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12529
12530         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12531         last column of multicolumn cells.
12532         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12533
12534 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12535
12536         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12537         file if it doesn't go to a temporary file.
12538
12539         * buffer.C (sgmlOpenTag):
12540         (sgmlCloseTag):  remove extra newline insertion.
12541
12542 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12543
12544         * text.C (getRowNearY): comment out debug msg
12545
12546 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12547
12548         * text2.C: first -> first_y
12549
12550         * text.C (getRowNearY): add some attemts at a possible
12551         optimization, not working.
12552
12553         * tabular.[Ch]: add BufferParams to several function so that newly
12554         created paragraph can be initialized to he default layotu for the
12555         buffers textclass.
12556
12557         * tabular-old.C (ReadOld): add buf->params to call of Init
12558
12559         * screen.C: rename text->first to text->first_y
12560
12561         * paragraph.C (breakParagraph): always set layout in the broken
12562         paragraph
12563
12564         * lyxtextclass.C (Read): remove lowercase
12565         (hasLayout): ditto
12566         (operator): ditto
12567         (delete_layout): ditto
12568
12569         * lyxtext.h: rename first -> first_y
12570
12571         * lyxlayout.C (Read): remove lowercase
12572         (name): ditto
12573         (setName): ditto
12574         (obsoleted_by): ditto
12575
12576         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12577
12578         * buffer.C (insertErtContents): add params are to InsetERT
12579         (parseSingleLyXformat2Token): add code to check if a paragraphs
12580         layout really exist.
12581         (parseSingleLyXformat2Token): add params to several inset
12582         constructors
12583         (asciiParagraph): remove lowercase, do the layout comparisons with
12584         no_case
12585
12586         * BufferView_pimpl.C (cursorNext): first -> first_y
12587         (resizeCurrentBuffer): first -> first_y
12588         (updateScrollbar): first -> first_y
12589         (scrollCB): first -> first_y
12590         (workAreaMotionNotify): first -> first_y
12591         (workAreaButtonPress): first -> first_y
12592         (checkInsetHit): first -> first_y
12593         (cursorPrevious): first -> first_y
12594         (cursorNext): first -> first_y
12595         (Dispatch): add buffer_->params to severl inset contructors
12596
12597 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12598
12599         * lyxlayout.C (Read): remove some debug info that I forgot.
12600
12601         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12602         clean up the code slightly.
12603         (makeLinuxDocFile): ditto
12604         (makeDocBookFile): ditto
12605
12606         * text2.C: layout as string
12607
12608         * text.C: layout as string
12609
12610         * paragraph_pimpl.C: layout as string
12611
12612         * paragraph.[Ch]: layout as string
12613
12614         * lyxtextclasslist.[Ch]: layout as string
12615
12616         * lyxtextclass.[Ch]: layout as string
12617
12618         * lyxtext.h: layout as string
12619
12620         * lyxlayout.[Ch]: layout as string
12621
12622         * lyx_cb.C: layout as string
12623
12624         * bufferview_funcs.C: layout as string
12625
12626         * bufferparams.C: layout as string
12627
12628         * buffer.C: layout as string
12629
12630         * LyXView.[Ch]: layout as string
12631
12632         * LaTeXFeatures.[Ch]: layout as string
12633
12634         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12635
12636         * BufferView_pimpl.C: change current_layout to string, remove
12637         lyx::layout_type.
12638         (Dispatch):
12639         (smartQuote):
12640         (insertInset):
12641         (workAreaButtonRelease): layout as string
12642
12643         * BufferView2.C (unlockInset): adjust
12644
12645         * vspace.C (asLatexCommand): use an explict temp variable.
12646
12647 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12648
12649         * Makefile.am: use FRONTEND_*
12650
12651 2002-03-01  Juergen Vigna  <jug@sad.it>
12652
12653         * tabular.C (SetWidthOfMulticolCell): changed to something better
12654         I hope but still work in progress.
12655         (recalculateMulticolumnsOfColumn): renamed function from
12656         recalculateMulticolCells as it is more appropriate now.
12657         (SetWidthOfCell): calculate multicols better.
12658
12659 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12660
12661         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12662
12663         * lyxfunc.C (processKeySym): print sequence also if it is
12664         `deleted' (complete)
12665
12666         * kbsequence.C (print): print sequence even if it is deleted
12667         (complete would be a better word, actually).
12668
12669         * lyxfunc.C (dispatch): print complete options after a prefix key
12670
12671         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12672
12673 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12674
12675         * text2.C (setCharFont): eliminate setCharFont code duplication.
12676
12677 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12678
12679         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12680         LFUN_TABULAR_FEATURE (bug #177)
12681
12682 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12683
12684         * Makefile.am: remove figure.h
12685
12686 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12687
12688         * Bufferview_pimpl.C:
12689         * CutAndPasteC:
12690         * LaTeX.C:
12691         * LyXSendto.C:
12692         * buffer.C:
12693         * bufferlist.C:
12694         * converter.C:
12695         * language.C:
12696         * lyxfunc.C:
12697         * lyxvc.C:
12698         * paragraph.C:
12699         * text.C:
12700         * text2.C: remove #include "lyx_gui_misc.h".
12701
12702         * LaTeX.C: added #include <cstdio>
12703
12704 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12705
12706         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12707         that the paragraph following this one can have.
12708
12709         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12710
12711         * vspace.C (asLatexCommand): fix bogus gcc warning
12712
12713         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12714
12715 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12716
12717         * text2.C (setLayout): get rid of redundant code
12718
12719 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12720
12721         * text2.C (incDepth): make sure depth cannot be increased beyond
12722         reasonable values.
12723
12724 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12725
12726         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12727         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12728
12729         * PainterBase.h (image):
12730         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12731         a LyXImage const *.
12732
12733 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12734
12735         * BufferView.C:
12736         * BufferView.h:
12737         * BufferView_pimpl.C:
12738         * BufferView_pimpl.h:
12739         * LaTeXFeatures.C:
12740         * LyXAction.C:
12741         * LyXView.C:
12742         * Makefile.am:
12743         * UpdateList.h:
12744         * UpdateList.C:
12745         * buffer.C:
12746         * figure.h:
12747         * figureForm.C:
12748         * figureForm.h:
12749         * figure_form.C:
12750         * figure_form.h:
12751         * lyx_cb.C:
12752         * lyx_gui.C:
12753         * lyx_gui_misc.C:
12754         * lyxfunc.C:
12755         * sp_base.h:
12756         * sp_ispell.h:
12757         * sp_pspell.h:
12758         * sp_spell.C: remove fig inset, and the crap house of
12759           cards that follows it
12760
12761 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12762
12763         * Makefile.am:
12764         * lyxserver.C:
12765         * os2_defines.h:
12766         * os2_errortable.h:
12767         * nt_defines.h: move .h into support/
12768
12769         * vms_defines.h: remove
12770
12771         * WorkArea.C: add space in debug output
12772
12773         * text2.C:
12774         * paragraph.C:
12775         * buffer.C: add WITH_WARNINGS
12776
12777         * vc-backend.h:
12778         * vc-backend.C:
12779         * bufferlist.C: s/retrive/retrieve/, add docs
12780
12781         * vspace.h:
12782         * vspace.C:
12783         * kbmap.h:
12784         * lyxlength.h:
12785         * lyxgluelength.h:
12786         * length_common.h:
12787         * chset.h:
12788         * chset.C: add docs
12789
12790         * lyxgui.C: add ID to X error handler
12791
12792         * lyxtestclass.c: fix typo
12793
12794 2002-02-26  Juergen Vigna  <jug@sad.it>
12795
12796         * tabular_funcs.C (write_attribute): changed so that some default
12797         attributes are not written at all.
12798         (getTokenValue): set default values before trying to read the
12799         value so we have the return value always set as default if we don't
12800         find the token we search for.
12801
12802         * tabular.C (Write): write bools as bools not as strings!
12803
12804 2002-02-22  Juergen Vigna  <jug@sad.it>
12805
12806         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
12807         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
12808
12809         * text.C (leftMargin): don't add an indent for paragraphs inside
12810         tabular cells (fix #208).
12811
12812 2002-02-21  José Matos  <jamatos@fep.up.pt>
12813
12814         * tabular.C (docBook): fixed support for long tables.
12815
12816 2002-02-20  Juergen Vigna  <jug@sad.it>
12817
12818         * text2.C (getFont): get the drawing font of the Inset if this
12819         paragraph is inside an inset (only important for InsetERT for now).
12820
12821         * buffer.C (insertErtContents): use new lanugage params in ERT
12822         constructor.
12823
12824         * CutAndPaste.C: commenting out seemingly uneeded code.
12825
12826 2002-02-19  Allan Rae  <rae@lyx.org>
12827
12828         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
12829         Iterators might be simple to use but they also get invalidated.
12830         (removeAutoInsets): renamed saved cursor tracking variables and added
12831         some comments to clarify what everything does.
12832
12833 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
12834
12835         * Chktex.C:
12836         * LaTeX.C:
12837         * LyXSendto.C:
12838         * converter.C:
12839         * lyx_cb.C:
12840         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
12841         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
12842
12843         * lyxfunc.C:
12844         * vc-backend.h: remove #include "support/syscall.h"
12845
12846         * LaTeX.C:
12847         * LyXSendto.C:
12848         * converter.C: rearrange #includes in Lars' approved fashion.
12849
12850         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
12851         forward declare class Timeout in the header file.
12852
12853         * XFormsView.C: changes due to the above.
12854
12855         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
12856         similar to LyXView.
12857
12858         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
12859         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
12860
12861 2002-02-18  José Matos  <jamatos@fep.up.pt>
12862
12863         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
12864         insets contents.
12865
12866 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12867
12868         * a lot of small ws changes
12869         * add a lot of using std::XXX
12870         * use std construcs some places where approp.
12871         * use some exisint stuff from lyxfunctional where approp.
12872         * Make file changes to use partial linking (lets test this now...)
12873
12874 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12875
12876         * Chktex.C:
12877         * buffer.C:
12878         remove #include "support/syscontr.h" as it's redundant. Always has been.
12879
12880         * Chktex.C:
12881         * LaTeX.C:
12882         * LyXSendto.C:
12883         * converter.C:
12884         * lyx_cb.C:
12885         * vc-backend.C:
12886         change Systemcalls::System to Systemcalls::Wait and
12887         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
12888         No change of functionality, just reflects the stripped down Systemcalls
12889         class.
12890
12891 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12892
12893         * debug.[Ch]: add a GRAPHICS type to the enum.
12894
12895 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12896
12897         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
12898
12899         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
12900         there is an inset.
12901
12902 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12903
12904         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
12905         match the changes below.
12906
12907         * text2.C (toggleInset): if there is not editable inset at cursor
12908         position, try to see if cursor is _inside_ a collapsable inset
12909         and close it.
12910
12911 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12912
12913         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
12914         document menu has a nice checkbox
12915
12916 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12917
12918         * lyxlength.C (asLatexString): change PW to output as percent of
12919         \textwidth.
12920
12921         * lengthcommon.C: change '%' to 't%'
12922
12923         * lyxfunc.C (dispatch): a few comments from Martin
12924
12925 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
12926
12927         * WorkArea.h:
12928         * WorkArea.C:
12929         * BufferView_pimpl.h:
12930         * BufferView_pimpl.C: clear our selection when X tells us we've lost
12931           the X selection.
12932
12933 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12934
12935         * vspace.C (inPixels): fix compiler warning
12936
12937 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12938
12939         * lyxfunc.C (getStatus): fix status message for disabled commands.
12940
12941 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
12942
12943         * BufferView_pimpl.C: fix crash on close buffer
12944         during selection (#227)
12945
12946 2002-01-27  Herbert Voss  <voss@lyx.org>
12947
12948         * buffer.C: link old Figure to new graphic inset
12949
12950 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12951
12952         * FontLoader.C (getFontinfo): Change the latex font names in order
12953         to match the names of type1inst.
12954
12955 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12956
12957         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
12958
12959         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
12960         (extchanged): ditto
12961         (ext_exist): ditto
12962         (remove_files_with_extension): ditto
12963         (remove_file): ditto
12964         (write): ditto
12965
12966         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
12967         document is smaller than the work area height. Do not initialize
12968         static variables to 0.
12969
12970 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12971
12972         * lyx_gui.C (init): give the toolbar tooltips a normal font.
12973
12974         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
12975         LFUN_LAYOUT_PARAGRAPHS.
12976
12977         * tabular.C (GetCellFromInset): new method. Finds an inset in a
12978         tabular. It is possible to provide a possible cell, which will
12979         typically be the actcell from the corresponding insettabular
12980
12981         * lyxfunc.C (getStatus): small cleanup; disable
12982         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
12983         true
12984
12985 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12986
12987         * tabular.C (Validate): remove broken optimization (fixes bug #201)
12988
12989         * paragraph.C (startTeXParParams):
12990         (endTeXParParams): new methods. The LaTeX code to
12991         start/end paragraph formatting
12992         (simpleTeXOnePar): call startTeXParParams also when paragraph is
12993         empty (fixes bug #200)
12994
12995         * vspace.C (inPixels): adapt to the change below
12996         (inPixels): [later] more cleanups (remove unused variables)
12997
12998         * lyxlength.C (inPixels): change to use a width and a height as
12999         parameter.
13000
13001 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13002
13003         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
13004         Replaced with \paperwidth
13005
13006         * DepTable.C (insert): add std:: qualifier
13007
13008 2002-01-18  Allan Rae  <rae@lyx.org>
13009
13010         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
13011         updated also?
13012
13013         * text.C (drawInset): Turned out I didn't know enough about how
13014         rebreaking worked.  This fixes most of the redraw problems.  I see
13015         an occasional cursor trail when a line is broken now and the cursor
13016         placement can seem out by a few pixels also after a rebreak.
13017
13018 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13019
13020         * buffer.C (parseSingleLyXformat2Token): update because minipage
13021         width is now a LyXLength
13022
13023         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
13024
13025         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
13026         math insets
13027
13028 2002-01-17  Juergen Vigna  <jug@sad.it>
13029
13030         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13031
13032         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13033         is set correctly and the inset is updated correctly.
13034
13035 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13036
13037         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13038         the beginning of the loop.
13039
13040 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13041
13042         * lyxrc.C: improve help for use_scalable_fonts
13043
13044 2002-01-17  Allan Rae  <rae@lyx.org>
13045
13046         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13047
13048 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13049
13050         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13051         make sure to set their inset_owner to the right value (bug #171)
13052
13053 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13054
13055         * DepTable.h
13056         * DepTable.C: Implement mtime checking to reduce time spent doing
13057         CRCs.
13058
13059 2002-01-16  Juergen Vigna  <jug@sad.it>
13060
13061         * tabular.C (GetAdditionalHeight): one of error fixed.
13062
13063         * lyxrc.C (output): small fix in writing use_pspell.
13064
13065 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13066
13067         * sp_base.h: #include LString.h
13068
13069 2002-01-16  Allan Rae  <rae@lyx.org>
13070
13071         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13072         Can someone check this please?
13073
13074         * text.C (drawInset): It was possible that p.row would be removed by
13075         breakAgainOneRow upsetting a few other settings.  There may be another
13076         small tweak possible by setting need_break_row = 0 when p.row has been
13077         removed but I don't know enough about the logic here.
13078
13079 2002-01-15  Allan Rae  <rae@lyx.org>
13080
13081         * text.C (insertChar): removed conditional truism.
13082
13083         * BufferView2.C (removeAutoInsets): More tweaks.
13084         cur_par_prev could be a stray pointer.  Check for trailing empty line
13085         in case last line was cur_par and only had an error inset on it.
13086
13087 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13088
13089         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13090         absolute
13091
13092         * vc-backend.C (most methods):
13093         * exporter.C (Export):
13094         * converter.C (convert):
13095         (runLaTeX):
13096         * LyXSendto.C (SendtoApplyCB):
13097         * lyxfunc.C (dispatch):
13098         (menuNew):
13099         (open):
13100         (doImport):
13101         * lyx_cb.C (AutoSave):
13102         (InsertAsciiFile):
13103         * BufferView_pimpl.C (MenuInsertLyXFile):
13104         * buffer.C (runChktex): use Buffer::filePath().
13105
13106         * buffer.h: rename filename to filename_; rename filepath to
13107         filepath_ and make it private
13108         (filePath): new method
13109
13110         * buffer.C (writeFile): use fileName()
13111         (getLatexName):
13112
13113         * lyx_main.C (init): fix starting  of LyX when the binary is a
13114         link from so,ewhere else.
13115
13116         * minibuffer.C: include <cctype> for isprint
13117
13118 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13119
13120         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13121         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13122         name clash with InsetCollapsable's width function.
13123
13124 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13125
13126         * lastfiles.C: include <iterator>
13127
13128 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13129
13130         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13131         std::count.
13132
13133         * buffer.C (makeLaTeXFile): ditto.
13134         Also make loop operation more transparent.
13135
13136 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13137
13138         * ToolbarDefaults.C: remove trailing comma closing namespace.
13139
13140         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13141
13142         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13143         as in WorkArea.
13144
13145         * trans.C (Load): comment out unused variable, allowed.
13146
13147 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13148
13149         * minibuffer.[Ch] (append_char): new method to recieve input from the
13150         drop-down completion browser. If a key was pressed, then recieve this
13151         char and append it to the existing string.
13152         (peek_event): modify the positioning data passed to the completion
13153         browser so that it can be placed above the minibuffer rather than below.
13154 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13155
13156         * LyXAction.C (init): alloe error-next for readonly documents.
13157
13158         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13159         count.
13160
13161 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13162
13163         * bufferlist.C (readFile): create the buffer _after_ checking that
13164         the file exists.
13165
13166         * lyxfunc.C (verboseDispatch): fix handling of arguments
13167
13168         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13169
13170         * lyxrc.C: use string::erase() instead of initializing to "".
13171
13172
13173 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13174
13175         * BufferView_pimpl.h:
13176         * BufferView_pimpl.C:
13177         * WorkArea.h:
13178         * WorkArea.C:
13179         * text2.C: tell X when we have made a selection for copying
13180
13181 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13182
13183         * BufferView_pimpl.C (MenuInsertLyXFile):
13184         * lyxfunc.C (menuNew):
13185         (open):
13186         (doImport): add shortcuts to directory buttons
13187
13188         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13189         open a float)
13190
13191         * lyxfunc.C (setStatusMessage):
13192         (getStatusMessage): new methods
13193         (getStatus):use setStatusMessage instead of setErrorMessage
13194         (dispatch): when function is disabled, set error message here
13195         [instead of in getStatus previously]
13196
13197         * BufferView_pimpl.C (workAreaButtonRelease): update
13198         toolbar/menubar here too.
13199
13200 2002-01-13  Allan Rae  <rae@lyx.org>
13201
13202         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13203         Now seems indestructible.  Remaining task is to audit all other
13204         code affected by deleteEmptyParagraphMechanism.  One small quirk
13205         left is that an empty document with an error in the preamble can
13206         be made to report an error but no error box appears.  I don't know
13207         where it goes.
13208         (removeAutoInsets): Improved comments.
13209
13210 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13211
13212         * Thesaurus.h:
13213         * Thesaurus.C: update for Aiksaurus 0.14
13214
13215 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13216
13217         * text2.C (firstParagraph): removed member function, all uses
13218         replaces with ownerParagraph
13219         (redoParagraphs): here
13220         (updateInset): here
13221         (toggleAppendix): here
13222         * BufferView2.C (insertErrors): here
13223         (setCursorFromRow): here
13224
13225 2002-01-13  Allan Rae  <rae@lyx.org>
13226
13227         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13228         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13229         There is still a way to segfault this although you may have to do this
13230         multiple times: Have an InsetERT with an unknown command in it.
13231         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13232         <down-arrow>, <Enter> again, View->DVI, BANG!
13233
13234         * text2.C (setCursor):
13235         (deleteEmptyParagraphMechanism):
13236         * lyxtext.h (setCursor):
13237         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13238         Making use of the return value may help fix other bugs.
13239
13240 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13241
13242         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13243
13244         * LyXView.C (updateMenubar): call MenuBar::update here
13245         (updateToolbar): but not here
13246         (showState): do not update toolbar/menubar
13247
13248         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13249         should need to care about that.
13250
13251         * lyxfunc.C (verboseDispatch): simplify a bit
13252         (getStatus): have a version which takes a pseudoaction, and
13253         another which requires a (kb_action,string).
13254
13255         * LyXAction.C (retrieveActionArg): make it work also when action
13256         is not a pseudo-action.
13257         (getActionName): simplify a bit
13258         (helpText):
13259
13260 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13261
13262         * lyxfunc.C (verboseDispatch): new families of methods with
13263         several ways to specify a command and a bool to indicate whether
13264         the command name and shortcut should be displayed in minibuffer
13265         (eventually, we could extend that to a finer bitmask like
13266         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13267         (dispatch): the pristine dispatch command which just, well,
13268         dispatchs! Note it still sets its result to minibuffer; I'm not
13269         sure we want that.
13270
13271         * lyxfunc.h: remove setHintMessage
13272
13273         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13274
13275 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13276
13277         * BufferView_pimpl.C (specialChar): delete new inset if we have
13278         not been able to insert it.
13279
13280         * kbmap.C: revert to using int instead of kb_action, since all we
13281         are dealing with is pseudo-actions.
13282
13283         * LyXAction.C (searchActionArg): change to return int instead of
13284         kb_action, since the result is a pseudoaction.
13285
13286 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13287
13288         * buffer.C (insertErtContents): Fix (partially) the font bug.
13289
13290 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13291
13292         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13293         as the other one is broken on my machine!
13294
13295 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13296
13297         * commandtags.h:
13298         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13299
13300 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13301
13302         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13303         reflect their actual use. Provide compatibility code for older lyxrc
13304         files.
13305
13306         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13307         FL_NORMAL_STYLE.
13308         change names of popup font variables in line with the changes to lyxrc.C
13309
13310 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13311
13312         * buffer.C (asciiParagraph): avoid outputing a word twice after
13313         an inset.
13314
13315         * lyxrc.C (getDescription): document that document_path and
13316         template_path can be empty.
13317
13318 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13319
13320         * LaTeXFeatures.C (getMacros):
13321         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13322
13323         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13324
13325         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13326         getPackages.
13327         (getPackages): rename feature "floats" to "float". Use an array to
13328         iterate over 'simple' features (i.e. just a \usepackage). Add
13329         handling of "amsmath" (renamed from "amsstyle").
13330
13331 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13332
13333         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13334         features list.
13335
13336 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13337
13338         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13339         FuncStaus::FuncStatus & FuncStaus::some_method().
13340
13341 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13342
13343         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13344         of the func_satus stuff. Edited and massaged in various ways by
13345         JMarc.
13346
13347         * lyxfunc.C (getStatus): use FuncStatus
13348
13349 2002-01-08  Juergen Vigna  <jug@sad.it>
13350
13351         * text.C (nextBreakPoint): use function Inset::isChar().
13352
13353         * paragraph.C (TeXOnePar): use function
13354         Inset::forceDefaultParagraphs.
13355
13356         * buffer.C (latexParagraphs): use function
13357         Inset::forceDefaultParagraphs.
13358
13359 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13360
13361         * lyx_gui.C (init): set the style of the menu popups to
13362         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13363
13364 2002-01-07  Juergen Vigna  <jug@sad.it>
13365
13366         * text.C (setHeightOfRow): small fix
13367         (prepareToPrint): don't look at alignment if we don't have the place
13368         for doing it.
13369
13370 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13371
13372         * box.C: New file. Move the Box methods and functions out of box.h,
13373         following Lars' suggestion.
13374
13375 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13376
13377         * box.h: #include "support/LOstream.h", needed for inlined function.
13378
13379         * lyxtextclass.C:
13380         * lyxtextclasslist.C: added some using std declarations.
13381
13382 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13383
13384         * box.h: make signed dimensions to allow insets wider than
13385           the screen (bug #162)
13386
13387         * BufferView_pimpl.C: add some insetHit debug
13388
13389 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13390
13391         * vc-backend.C: add FIXME
13392
13393 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13394
13395         * lyxfunc.C (getStatus): enable code for showing math font status
13396         in toolbar/menu.
13397
13398 2002-01-07  Juergen Vigna  <jug@sad.it>
13399
13400         * text.C (nextBreakPoint): removed debug output not needed anymore.
13401
13402 2002-01-06  Juergen Vigna  <jug@sad.it>
13403
13404         * text.C (nextBreakPoint): fixed up this function we had this bug
13405         since ever but now hopefully we break row better.
13406         (insertChar): we have to check if an inset is the next char as it
13407         could now happen that a large inset is causing a break.
13408
13409 2002-01-05  Juergen Vigna  <jug@sad.it>
13410
13411         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13412         if it doesn't like to be drawed.
13413
13414 2002-01-04  Juergen Vigna  <jug@sad.it>
13415
13416         * BufferView2.C (lockInset): forgot to set a cursor.
13417
13418         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13419
13420 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13421
13422         * FormMathsPanel.C:
13423         * FormMathsPanel.h
13424         * MathsSymbols.C:
13425         * form_maths_panel.C:
13426         * form_maths_panel.h:
13427         * form_maths_panel.fd: implemented sub- and super- buttons in math
13428         panel.
13429
13430         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13431         (or ^ space) to be used as in TeX (req'd by André).
13432
13433         * lyxfunc.C: Allow ^ and _ again to be used both as
13434         super/subscript (mathed) and as themselves (in text).
13435
13436 2002-01-03  Allan Rae  <rae@lyx.org>
13437
13438         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13439         "LyX" or the filename of the current buffer if it has one.  This is a
13440         modified form of John Levon's patch.
13441
13442         * XFormsView.C (setWindowTitle): also set icon title.
13443
13444         * LyXView.h (setWindowTitle): signature changed.
13445         * XFormsView.h (setWindowTitle): ditto.
13446
13447 2002-01-02  Juergen Vigna  <jug@sad.it>
13448
13449         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13450
13451 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13452
13453         * screen.C (topCursorVisible): introduce a temp var for
13454         text->cursor.row(), handle the case where this row is null. (kindo
13455         hachish)
13456
13457         * text2.C (setCursor): add a couple of asserts.
13458
13459         * paragraph.h (inset_iterator): add -> operator
13460
13461         * paragraph.[Ch] (autoDeleteInsets): remove member function
13462
13463         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13464         cursor pos correctly and handle inset deletion by itself.
13465         (insertErrors): move iterator declaration out of for expression
13466
13467         * lyxtextclass.C: add <algorithm>
13468
13469         * Makefile.am: added the new files to sources, removed layout.C
13470
13471         * layout.C: removed file
13472
13473         * layout.h: remove LYX_DUMMY_LAYOUT
13474
13475         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13476         layout.
13477
13478         * lyxlayout.[Ch]:
13479         * lyxtextclass.[Ch]:
13480         * lyxtextclasslist.[Ch]: new files
13481
13482         * include order changes to a lot of files, also changes because of
13483         the six new files.
13484
13485 2001-12-27  Juergen Vigna  <jug@sad.it>
13486
13487         * buffer.C (asciiParagraph): more fixes.
13488
13489         * tabular.C (ascii): make ascii export support export of only the
13490         data separated by a column-delimiter.
13491         (ascii): better support for ascii export.
13492
13493         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13494
13495 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13496
13497         * tabular_funcs.C: use a "using std::getline" instead of the
13498         previous fix from Angus (necessary for cxx + lyxstring)
13499
13500 2001-12-24  Juergen Vigna  <jug@sad.it>
13501
13502         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13503
13504         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13505         problems. First check a minipage also if we have some ert-contents
13506         (not only on par->size(), second set the right depth of the paragraph
13507         on the relink to the root-paragraph-list!
13508
13509         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13510         which then did not anymore update the main paragraphs on undo/redo!
13511
13512 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13513
13514         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13515         code. Support all font-changing funcs (even those which are not in
13516         menu currently). Support for reporting font settings in
13517         mathed (disabled until Andre provides a function on mathed's side).
13518
13519         * func_status.h (toggle): small helper function to set toggle
13520         state on a flag.
13521
13522 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13523
13524         * tabular_funcs.C: getline -> std::getline
13525
13526 2001-12-21  Juergen Vigna  <jug@sad.it>
13527
13528         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13529         accessed and could be 0 (I couldn't generate this but it seems
13530         Michael could!).
13531
13532 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13533
13534         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13535         * tabular_funcs.h: here and include iosfwd
13536
13537 2001-12-20  Juergen Vigna  <jug@sad.it>
13538
13539         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13540         inside inset but undo_par was.
13541
13542 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13543
13544         * Thesaurus.C: always include <config.h> in sources.
13545
13546         * Painter.h:
13547         * lyxlookup.h:
13548         * box.h: do not include <config.h> in header files
13549
13550         * text.C (paintLastRow): remove unused variable
13551
13552         * text.C (transformChar):
13553         (insertChar):
13554         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13555
13556         * Painter.C (text):
13557         * font.C (width): rewrite to use uppercase() instead of
13558         islower/toupper.
13559
13560         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13561
13562 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13563
13564         * lyxfind.C: clean up of find failure position change
13565
13566 2001-12-20  Juergen Vigna  <jug@sad.it>
13567
13568         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13569
13570         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13571         (TeXRow): added to LaTeX a single tabular row.
13572         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13573         (Latex): simplified and finally good LT-h/f support.
13574         (various_functions): just small adaptions for LT-h/f support.
13575
13576         * tabular_funcs.[hC]: added and moved here all not classfunctions
13577         of LyXTabular.
13578
13579 2001-12-19  Juergen Vigna  <jug@sad.it>
13580
13581         * tabular.[Ch]: better support for longtabular options (not finished
13582         yet!)
13583
13584 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13585
13586         * text.C (paintLastRow): use the label font instead of the font of
13587         the last character to compute the size of *_BOX. This makes more
13588         sense and avoids a crash with empty paragraphs.
13589         Use Painter::rectangle to draw EMPTY_BOX.
13590
13591 2001-12-19  Juergen Vigna  <jug@sad.it>
13592
13593         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13594         the paragraphs if the replaced paragraph is not the first one!
13595         Tried to delete not used paragraphs but does not work yet so for
13596         now it's inside #ifdef's and by default off!
13597
13598 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13599
13600         * MenuBackend.C: include "lyx_main.h" instead of declaring
13601         lastfiles (actually was declared as LastFiles* instead of a
13602         scoped_ptr).
13603
13604 2001-12-17  Juergen Vigna  <jug@sad.it>
13605
13606         * tabular.C (AppendColumn): applied John's fix
13607
13608 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13609
13610         * BufferView.h:
13611         * BufferView.C:
13612         * BufferView_pimpl.h:
13613         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13614
13615         * Makefile.am:
13616         * box.h: new start of class for above
13617
13618         * lyxfunc.C: ignore space-only minibuffer dispatches.
13619           Show the command name when it doesn't exist
13620
13621         * minibuffer.C: don't add empty lines to the history
13622
13623         * minibuffer.C: add a space on dropdown completion
13624
13625 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13626
13627         * text.C: fix line above/below drawing in insets
13628
13629 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13630
13631         * lyxlength.C (LyXLength): Initialize private variables.
13632
13633 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13634
13635         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13636         when inserting error insets.
13637
13638 2001-12-13  Juergen Vigna  <jug@sad.it>
13639
13640         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13641         actually sometimes the before-paragraph.
13642         (setUndo): don't clear the redostack if we're not actually undoing!
13643
13644 2001-12-06  Juergen Vigna  <jug@sad.it>
13645
13646         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13647         and fixed redoing of main paragraph, so we can use it now ;)
13648
13649         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13650
13651 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13652
13653         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13654         Juergen's request
13655
13656 2001-12-13  André Pönitz <poenitz@gmx.net>
13657
13658         * undostack.[Ch]:
13659         * undo_func.C: minor cleanup
13660
13661 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13662
13663         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13664         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13665         font in urw-fonts package which is marked as -urw-fontspecific and
13666         does not work (incidentally, changing the encoding in the
13667         fonts.dir of this package to -adobe-fontspecific fixes the
13668         problem).
13669
13670         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13671         is a crash when undoing first paragraph (Juergen, please take a
13672         look). THis does not mean the undo fix is wrong, just that it
13673         uncovers problems.
13674
13675         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13676         the (Paragraph*) version when needed instead of duplicating the
13677         code.
13678
13679         * text.C (workWidth): use Inset::parOwner to find out where the
13680         inset has been inserted. This is a huge performance gain for large
13681         documents with lots of insets. If Inset::parOwner is not set, fall
13682         back on the brute force method
13683
13684         * paragraph_pimpl.C (insertInset):
13685         * paragraph.C (Paragraph):
13686         (cutIntoMinibuffer): set parOwner of insets when
13687         inserting/removing them
13688
13689         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13690
13691 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13692
13693         * commandtags.h:
13694         * LyXAction.C:
13695         * lyx_main.C:
13696         * lyxfunc.C:
13697         * mathed/formulabase.C:
13698         * mathed/math_cursor.[Ch]:
13699         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13700
13701
13702 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13703
13704         * lyxlength.[Ch] (operator!=): new function
13705
13706 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13707
13708         * text.C (workWidth): use Inset::parOwner to find out where the
13709         inset has been inserted. This is a huge performance gain for large
13710         documents with lots of insets. If Inset::parOwner is not set, fall
13711         back on the brute force method
13712
13713         * paragraph_pimpl.C (insertInset):
13714         * paragraph.C (Paragraph):
13715         (cutIntoMinibuffer): set parOwner of insets when
13716         inserting/removing them
13717
13718         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13719
13720 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13721
13722         * tabular-old.C (getTokenValue):
13723         * tabular.C (getTokenValue):
13724         (write_attribute): new versions for LyXLength
13725         (everywhere): adjust the use of widths
13726
13727         * tabular.h: change the type of widths from string to LyXLength
13728
13729 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13730
13731         * paragraph.C: fixed missing line number count when exporting
13732         Environments to LaTeX file
13733
13734         * buffer.C: added informational message for checking line numbers.
13735
13736 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13737
13738         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13739         paragraph, do the 'double space' part, but not the 'empty
13740         paragraph' one.
13741
13742         * text.C (workWidth): small optimization
13743         (getLengthMarkerHeight): use minimal size for negative lengths.
13744
13745 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13746
13747         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13748
13749         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13750
13751 2001-12-11  André Pönitz <poenitz@gmx.net>
13752
13753         * FontLoader.C:
13754         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
13755
13756 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13757
13758         * text2.C: keep selection on a setFont()
13759
13760 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13761
13762         * lyx_cb.C: another bv->text misuse, from insert label
13763
13764 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13765
13766         * kbsequence.h:
13767         * kbsequence.C: re-instate nmodifier mask
13768
13769 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
13770
13771         * lyx_main.h: make lyxGUI private.
13772
13773 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13774
13775         * lyxfind.C: place the cursor correctly on failed search
13776
13777 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13778
13779         * text.C (getLengthMarkerHeight): for small heights, the arrows
13780         are not always on top/bottom of the text
13781         (drawLengthMarker): smaller arrows; take the left margin in
13782         account; draw also vfills.
13783         (paintFirstRow):
13784         (paintLastRow): remove special code for vfill and standard spaces,
13785         since everything is handled in drawLengthMarker now.
13786
13787 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13788
13789         * buffer.C (insertErtContents): try to handle font and language
13790         interaction a bit better.g
13791
13792         * ColorHandler.C (updateColor): change the hash to cover the whole
13793         LColor enum, ws cleanup
13794         (getGCLinepars): ditto
13795         (getGCLinepars): only lookup in the linecache once.
13796
13797 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
13798
13799         * iterators.C (operator++): Make the iterator more robust
13800
13801         * BufferView2.C (removeAutoInsets): Use paragraph iterators
13802         (John's patch)
13803         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
13804
13805 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13806
13807         * lyxtext.h:
13808         * text.C: better added space drawing
13809
13810 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13811
13812         * LyXView.C:
13813         * BufferView2.C: fix layout combo update on inset unlock
13814
13815 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13816
13817         * Makefile.am: don't compile unused files
13818
13819 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13820
13821         * lyxfunc.C:
13822         * commandtags.h:
13823         * LyXAction.C: remove old LFUN_LAYOUTNO
13824
13825 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13826
13827         * paragraph_pimpl.h:
13828         * paragraph_pimpl.C: isTextAt() doesn't need font param
13829
13830 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13831
13832         * lyxlex.h:
13833         * lyxlex.C: little cleanup
13834
13835 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13836
13837         * BufferView_pimpl.C: fix insertAscii for insets
13838
13839 2001-12-05  Juergen Vigna  <jug@sad.it>
13840
13841         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
13842         set the right font on the "multi" paragraph paste!
13843
13844 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13845
13846         * trans_decl.h:
13847         * trans_mgr.[Ch]:
13848         * trans.[Ch]:
13849         * lyxgluelength.C:
13850         * lyxlength.C: remove out-commented code.
13851
13852         * BufferView_pimpl:
13853         * CutAndPaste.C:
13854         * DepTable.C:
13855         * buffer.C:
13856         * chset.C:
13857         * lastfiles.C:
13858         * lyxlex.C:
13859         * lyxlex_pimpl.C:
13860         * lyxserver.C:
13861         * screen.C:
13862         * tabular-old.C:
13863         * tabular.C:
13864         * text.C:
13865         * trans_mgr.C:
13866         * vc-backend.C: change "while(" to "while ("
13867
13868         * lyxlength.[Ch]: add zero function to check if length is zero or
13869         not
13870         * lyxgluelength.C: use it
13871
13872 2001-12-05  Allan Rae  <rae@lyx.org>
13873
13874         * lyxlength.C: Attempted a fix for the abs(int) header selection.
13875         Works for 2.95.3, from what I understand of Garst's reports this should
13876         work for other g++ versions.  We're screwed if the abs(int) definition
13877         changed between bugfix releases of gcc.
13878
13879 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13880
13881         * text.C: fix chapter label offset !
13882
13883 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13884
13885         * lyxtext.h:
13886         * text.C: fix hfill at end of line, clean up
13887
13888 2001-12-04  Juergen Vigna  <jug@sad.it>
13889
13890         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
13891         that we force an update of the inset and it's owners if neccessary.
13892
13893 2001-12-03  Juergen Vigna  <jug@sad.it>
13894
13895         * text.C (rowLast): simplified code
13896
13897 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13898
13899         * lyxfunc.C: fix show options on timeout
13900
13901 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13902
13903         * screen.C (topCursorVisible): scroll half a page when the cursor
13904         reached top of bottom of screen
13905
13906 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
13907
13908         * minibuffer.C: deactivate on loss of focus
13909
13910 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13911
13912         * vspace.[Ch] (operator!=): add operator.
13913
13914 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
13915
13916         * BufferView_pimpl.C: refuse to open an inset when
13917         there's a selection.
13918
13919 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
13920
13921         * BufferView_pimpl.C: allow to click on RHS of full row insets
13922
13923 2001-11-30  Juergen Vigna  <jug@sad.it>
13924
13925         * tabular.C (LyXTabular): add a same_id to set the same id's in the
13926         insets for undo reasons.
13927
13928 2001-11-28  André Pönitz <poenitz@gmx.net>
13929
13930         * vspace.[Ch]: cosmetical changes
13931
13932 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13933
13934         * LyXAction.h:
13935         * LyXAction.C:
13936         * lyxfunc.h:
13937         * lyxfunc.C:
13938         * kbmap.h:
13939         * kbmap.C:
13940         * lyxrc.C:
13941         * kbsequence.h:
13942         * kbsequence.C: part re-write of old kb code
13943
13944         * Painter.C:
13945         * WorkArea.C: remove Lgb_bug_find_hack
13946
13947 2001-11-30  José Matos <jamatos@fep.up.pt>
13948
13949         * buffer.C (makeDocBookFile): add a comment to point a hack.
13950         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
13951         Fixed a double write of labels.
13952
13953 2001-11-29 Ben Stanley <bds02@uow.edu.au>
13954
13955         * LaTeX.C:
13956         * LaTeX.h Fixed bug in LaTeX class where it would not
13957         re-run latex if no depfiles were changed, but the .dvi was removed.
13958
13959 2001-11-28  André Pönitz <poenitz@gmx.net>
13960
13961         * all the files from the change on 2001/11/26:
13962         use lyx::layout_type instead of LyXTextClass::size_type
13963         use lyx::textclass_type instead of LyXTextClassList::size_type
13964
13965 2001-11-29  Juergen Vigna  <jug@sad.it>
13966
13967         * text.C: added support for paragraph::isFreeSpacing()
13968
13969         * buffer.C: same as above
13970
13971         * paragraph.h: inserted isFreeSpacing() function to enable
13972         FreeSpacing inside InsetERT.
13973
13974         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
13975         of the paragraph's in the cut/copy buffer to 0!
13976
13977         * text2.C (removeRow): remove the assert as it can!
13978
13979         * lyxtext.h: added helper function firstRow returning firstrow and
13980         made firstrow private again.
13981
13982         * BufferView2.C (lockInset): don't relock if we're already locked!
13983
13984         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
13985         the only paragraph.
13986         (removeRow): added Assert::(firstrow)
13987
13988         * debug.C: forgot to add INSETTEXT here.
13989
13990 2001-11-28  Juergen Vigna  <jug@sad.it>
13991
13992         * sp_spell.C (initialize): changed error text to more general
13993         spellchecker command use (not only ispell!)
13994
13995         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
13996
13997         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
13998
13999 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14000
14001         * vspace.C: initialise lyxgluelength on failure
14002
14003 2001-11-28  Allan Rae  <rae@lyx.org>
14004
14005         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
14006         declaration & definition that looks like a function declaration.
14007
14008 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14009
14010         * BufferView2.C (copy):
14011         (copyEnvironment): do not clear the selection when doing a copy.
14012
14013         * text.C (paintFirstRow): compilation fix
14014
14015 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
14016
14017         * tabular.C (Latex): correct line count when writing latex.
14018
14019 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
14020
14021         * paragraph_pimpl.h:
14022         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
14023           bug a bit
14024
14025 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
14026
14027         * text.C:
14028         * LColor.h:
14029         * LColor.C: change vfillline->added_space
14030
14031         * text.C: add markers and text for added space
14032
14033         * vspace.C: fix comment
14034
14035 2001-11-28  André Pönitz <poenitz@gmx.net>
14036
14037         * paragraph.C: whitespace changes
14038         * all the other files from the change on 2001/11/26:
14039         change *::pos_type into lyx::pos_type
14040
14041 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14042
14043         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14044         language of the document when inserting error insets.
14045
14046 2001-11-26  André Pönitz <poenitz@gmx.net>
14047
14048         * BufferView_pimpl.[Ch]:
14049         *       CutAndPaste.C:
14050         * buffer.[Ch]:
14051         * lyxcursor.[Ch]:
14052         * lyxfind.C:
14053         * lyxfunc.C:
14054         * lyxrow.[Ch]:
14055         * paragraph.[Ch]:
14056         * paragraph_pimpl.[Ch]:
14057         * sp_spell.C:
14058         * text.C:
14059         * text2.C: reduce header dependencies, introduce type for positions
14060
14061 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14062
14063         * <various>: change to use Alert.h
14064
14065 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14066
14067         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14068         when encountering an unknown token.
14069         (readLyXformat2): Show an error message if there were unknown tokens.
14070
14071 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14072
14073         * BufferView2.C:
14074         * BufferView_pimpl.C:
14075         * buffer.C:
14076         * paragraph.h:
14077         * text.C:
14078         * text2.C: use par->isInset()
14079
14080 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14081
14082         * paragraph_pimpl.h:
14083         * paragraph_pimpl.C: cleanup
14084
14085 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14086
14087         * text2.C (removeRow):
14088         * text.C (setHeightOfRow): remove useless (and costly) call to
14089         getRow.
14090
14091 2001-11-20  Allan Rae  <rae@lyx.org>
14092
14093         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14094         Now need Inset*::checkInsertChar() to return true for appropriate
14095         cases so that the characters in the minibuffer will actually be
14096         inserted.
14097
14098 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14099
14100         * text.C: change the order of the includes.
14101         (workWidth): initialize it at once.
14102         (workWidth): make maxw unsigned
14103         (setHeightOfRow): remove unused variable (inset)
14104         (selectSelectedWord): remove unused variable (inset)
14105         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14106
14107 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14108
14109         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14110         server is not running.
14111         (openConnection):
14112         (closeConnection): add debug info when server is disabled.
14113
14114         * ColorHandler.C (getGCForeground): send debug message to GUI
14115         channel.
14116
14117         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14118
14119         * kbmap.C (bind): modify because return conventions of
14120         kb_sequence::parse have changed.
14121
14122         * kbsequence.C (parse): only ignore spaces and not any stupid
14123         control character. This avoids tests like s[i] <= ' ', which are
14124         guaranteed to fail with 8bit characters and signed chars.
14125         Change return code to string::npos when there have been no error
14126         (0 was a bad idea when error is at first character)
14127
14128 2001-11-14  José Matos  <jamatos@fep.up.pt>
14129
14130         * buffer.h:
14131         * buffer.C (simpleDocBookOnePar): removed unused argument.
14132
14133 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14134
14135         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14136         insets which are part of a word. Paragraph::isLetter takes care of
14137         that now. Use Paragraph::isInset to identify insets.
14138         (selectSelectedWord): do not test for hyphenation break.
14139
14140         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14141         that protected spaces are considered as spaces.
14142
14143         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14144         Inset::isLetter.
14145
14146 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14147
14148         * lyxserver.h:
14149         * lyxserver.C: fix it. and small cleanup.
14150
14151 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14152
14153         * BufferView_pimpl.C: use inline helpers
14154
14155         * LaTeXFeatures.h:
14156         * LaTeXFeatures.C: fix typos
14157
14158         * Spacing.h:
14159         * Spacing.C: move spacing_string into class
14160
14161         * ToolbarDefaults.C: move stuff into namespace anon
14162
14163         * layout.h: update enum
14164
14165         * lyxfunc.C: use better debug
14166
14167         * minibuffer.h: fix typo
14168
14169         * debug.h:
14170         * debug.C:
14171         * WorkArea.C: add and use Debug::WORKAREA
14172
14173         * lyxtext.h:
14174         * text.C:
14175         * text2.C: code re-organisation, inline helpers
14176
14177 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14178
14179         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14180         std::vector.empty().
14181
14182 2001-11-09  Allan Rae  <rae@lyx.org>
14183
14184         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14185         '\n's after tables.  Tabular and ERT inset work now makes this no
14186         longer necessary.
14187
14188 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14189
14190         * minibuffer.h:
14191         * minibuffer.C: fix crash, improve drop-down completion
14192
14193 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14194
14195         * lyxserver.h:
14196         * lyxserver.C: invalidate fd's when doing endPipe()
14197
14198 2001-11-08  José Matos  <jamatos@fep.up.pt>
14199
14200         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14201         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14202
14203         * paragraph.h:
14204         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14205
14206 2001-11-07  José Matos  <jamatos@fep.up.pt>
14207
14208         * buffer.h:
14209         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14210         const qualifier.
14211
14212         * buffer.C (sgmlOpenTag):
14213         * buffer.C (sgmlCloseTag): removed debug info.
14214
14215         * buffer.h (sgmlOpenTag):
14216         * buffer.h (sgmlCloseTag): made public.
14217
14218 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14219
14220         * buffer.C (saveParamsAsDefaults):
14221         * lyx_cb.C (MenuLayoutSave): remove
14222
14223         * LyXAction.C (init):
14224         * commandtags.h:
14225         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14226
14227 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14228
14229         * buffer.C (setPaperStuff): removed from here...
14230
14231         * bufferparams.C (setPaperStuff): ... and moved there.
14232
14233 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14234
14235         * minibuffer.h:
14236         * minibuffer.C:
14237         * XFormsView.C: add support for drop-down completion
14238
14239 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14240
14241         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14242         commands.
14243
14244 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14245
14246         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14247         disabled.
14248
14249 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14250
14251         * lyx_main.C: change ref to known bugs
14252
14253 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14254
14255         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14256         to work around older babel problems.
14257
14258 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14259
14260         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14261
14262 2001-10-24  Juergen Vigna  <jug@sad.it>
14263
14264         * tabular-old.C (ReadOld): below variable changes reflected.
14265
14266         * tabular.[Ch]: added ltType struct for longtable header/footer
14267         defines and changed all instances where they are used. Added
14268         future support for double top/bottom rows.
14269
14270 2001-10-24  José Matos  <jamatos@fep.up.pt>
14271
14272         * buffer.h (docbookHandleCaption):
14273         * buffer.C (docbookHandleCaption): removed unused function.
14274         (makeDocBookFile): moved docbook supported version to v4.1.
14275
14276 2001-10-24  José Matos  <jamatos@fep.up.pt>
14277
14278         * tabular.h:
14279         * tabular.C (docbookRow): new function to export docbook code of a row.
14280         (DocBook): now honors the longtable flags.
14281
14282 2001-10-23  José Matos  <jamatos@fep.up.pt>
14283
14284         * LaTeXFeatures.h:
14285         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14286         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14287
14288         * buffer.C (makeLinuxDocFile):
14289         (makeDocBookFile): reworked the preamble, more clean, and with
14290         support for lyx defined entities. Changed the document declaration
14291         to be more XML friendly.
14292
14293         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14294         if we need to output XML that should be done with a filter.
14295
14296 2001-10-22  Juergen Vigna  <jug@sad.it>
14297
14298         * sp_pspell.h (class PSpell): add alive function needed in the
14299         controller to see if the spellchecker could be started.
14300
14301 2001-10-22  Juergen Vigna  <jug@sad.it>
14302
14303         * buffer.C (insertStringAsLines): modify the font for inserting
14304         chars in certain conditions by calling checkInsertChar(font).
14305
14306 2001-10-19  Juergen Vigna  <jug@sad.it>
14307
14308         * text.C (workWidth): use getRow instead of wrong algorithm.
14309         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14310
14311 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14312
14313         * lyxserver.h:
14314         * lyxserver.C:
14315         * lyx_main.h:
14316         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14317
14318 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14319
14320         * text.C (workWidth): do not search for the exact row when
14321         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14322         optimization for big documents.
14323
14324 2001-10-18  Juergen Vigna  <jug@sad.it>
14325
14326         * text.C (workWidth): new function with added Inset * parameter.
14327
14328 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14329
14330         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14331
14332         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14333         change return type of getColumnNearX.
14334
14335
14336         * text.C (changeRegionCase): use uppercase/lowercase instead of
14337         toupper/tolower.
14338         (leftMargin):
14339         (rightMargin): simplify code by factoring out the uses of
14340         textclasslist.
14341         (labelFill):
14342         (numberOfHfills):
14343         (setHeightOfRow):
14344         (appendParagraph): use Paragraph::size_type
14345
14346 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14347
14348         * vspace.C (asLatexString): add a missing break
14349
14350 2001-10-15  Herbert Voss  <voss@perce.de>
14351
14352         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14353
14354 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14355
14356         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14357         is not available.
14358
14359 2001-10-10  André Pönitz <poenitz@gmx.net>
14360
14361         * lyxfunc.C: removed greek_kb_flag.
14362
14363 2001-10-10  Herbert Voss  <voss@perce.de>
14364
14365         * lyx_main.C: delete global string help_lyxdir.
14366
14367 2001-10-09  Herbert Voss  <voss@perce.de>
14368
14369         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14370
14371         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14372
14373         * lyx_main.C: added global string help_lyxdir.
14374
14375         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14376
14377 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14378
14379         * lyxrc.C (set_font_norm_type): support iso8859-4
14380
14381 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14382
14383         * LaTeX.C (deplog): add another regex for MikTeX
14384
14385 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14386
14387         * lyxrc.C (set_font_norm_type): support iso8859-3
14388
14389 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14390
14391         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14392
14393         * LaTeXFeatures.C: remove special case of french and index
14394
14395         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14396         before \begin{document}). This solves several incompatibilities.
14397
14398 2001-10-03  Garst Reese  <reese@isn.net>
14399
14400         * lyx_cb.C: change CheckTex error msg.
14401
14402 2001-10-03  José Matos  <jamatos@fep.up.pt>
14403
14404         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14405
14406 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14407
14408         * .cvsignore: update
14409
14410         * lyx_main.C (commandLineVersionInfo): use new style version info.
14411
14412         * buffer.C (writeFile):
14413         (makeLaTeXFile):
14414         (makeLinuxDocFile):
14415         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14416
14417         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14418
14419         * version.h: update to use stuff in version.C
14420
14421         * version.C.in: new file. Contains version information determined
14422         at compile time. This is a merging of version.h and
14423         version_info.h.in.
14424
14425 2001-10-03  Juergen Vigna  <jug@sad.it>
14426
14427         * BufferView_pimpl.C (update): don't change "dirty" status in
14428         updateInset call.
14429
14430 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14431
14432         * WorkArea.C (c-tor): re-position version string slightly.
14433
14434 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14435
14436         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14437         revert to previous code.
14438
14439         WorkArea.[Ch]: (show, destroySplash): methods removed.
14440
14441         WorkArea.C: rework code so that it's an amalgam of the codes before and
14442         after the splash screen was moved to WorkArea.
14443
14444 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14445
14446         * lyxrc.C (read):
14447         * vspace.C (inPixels):
14448         (lyx_advance):
14449         * kbmap.C (bind):
14450         * buffer.C (insertStringAsLines):
14451         (asciiParagraph): fix types to be large enough
14452
14453         * lyxlex_pimpl.h: change member status from short to int
14454
14455         * layout.h: fix type of endlabeltype
14456
14457         * kbmap.C (bind):
14458         * kbsequence.C (parse): change return type to string::size_type
14459
14460         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14461         variable
14462
14463         * Bullet.C (bulletSize):
14464         (bulletEntry): do not use short ints as parameters
14465
14466         * BufferView2.C (insertLyXFile): change a char to an int.
14467
14468         * WorkArea.C (WorkArea): remove unneeded floats in computation
14469
14470 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14471
14472         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14473
14474         * paragraph.C (asString): Do not ignore newline/hfill chars when
14475         copying to the clipboard.
14476
14477 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14478
14479         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14480         after a multi-line inset.
14481
14482 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14483
14484         * paragraph.C (validate): Set NeedLyXFootnoteCode
14485
14486 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14487
14488         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14489         and decrease-error to decrease.
14490
14491 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14492
14493         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14494         it more readable (should be equivalent)
14495
14496 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14497
14498         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14499
14500 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14501
14502         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14503         of a cursor (row, etc.) after a character has been deleted
14504         (deleteEmptyParagraphMechanism): call the method above on _all_
14505         cursors held by the LyXText when a double space has been
14506         detected/deleted.
14507
14508 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14509
14510         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14511         pixmap.
14512         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14513
14514         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14515         background. Use greyOut() and the new show() methods to toggle between
14516         the foreground and background. Add code to remove the splash after
14517         its initial showing.
14518
14519         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14520         (create_forms): no longer call Dialogs::showSplash.
14521
14522 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14523
14524         * .cvsignore: add version_info.h
14525
14526 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14527
14528         * version_info.h.in: new file
14529
14530         * Makefile.am: add version_info.h.in
14531
14532         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14533         version_info.h instead of VERSION_INFO
14534
14535 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14536
14537         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14538         The ERT inset now returns string().
14539
14540 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14541
14542         * lyxtext.h, text.C (selectNextWord): renamed as
14543         selectNextWordToSpellcheck.
14544
14545         * text.C (selectNextWordToSpellcheck): Modified to not select
14546         words inside an ERT inset.
14547
14548 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14549
14550         * lyx_cb.C (MenuLayoutSave): change a bit the question
14551
14552         * sp_base.h: include <sys/types.h>
14553
14554 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14555
14556         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14557
14558 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14559
14560         * several files: fix typos in user-visible strings
14561
14562 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14563
14564         * text2.C (pasteSelection): do not set the selection, since it
14565         will be cleared later. Actually, the intent was to fix the way the
14566         selection was set, but I figured rmoving the code was just as good.
14567
14568 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14569
14570         * FontLoader.C (available): Check if font is available without
14571         loading the font.
14572
14573 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14574
14575         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14576
14577 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14578
14579         * lyxrc.[Ch]: added display_graphics variable and associated code.
14580
14581 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14582
14583         * bufferparams.C (hasClassDefaults): new method. Returns true if
14584         the buffer parameters correspond to known class defaults
14585
14586 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14587
14588         * XFormsView.C (show): set minimum size to the main window.
14589
14590 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14591
14592         * text2.C (copySelection):
14593         (cutSelection):
14594         * lyxfind.C (LyXReplace):
14595         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14596         LyXText::selectionAsString.
14597
14598         * paragraph.C (asString): add "label" argument to the second form
14599
14600         * text2.C (selectionAsString): add "label" argument and pass it to
14601         Paragraph::asString.
14602
14603 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14604
14605         * lyx_main.C (commandLineHelp): remove version information
14606
14607 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14608
14609         * lyx_main.C: add -version commandline option
14610
14611 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14612
14613         * paragraph.h: make the optional constructor arg required instead.
14614         some modifications to other files because of this.
14615
14616         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14617
14618         * lyxserver.C (C_LyXComm_callback): make it static
14619
14620         * lyx_main.C (error_handler): make it static
14621
14622         * lyx_gui.C (LyX_XErrHandler): make it static
14623
14624         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14625
14626         * WorkArea.C: make the extern "C" methods static.
14627
14628         * Makefile.am (lyx_LDADD): simplify
14629
14630 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14631
14632         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14633         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14634
14635         * LyXAction.C (init):
14636         * lyxfunc.C (dispatch): associated code removal.
14637
14638 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14639
14640         * lyxfont.h (isSymbolFont): shut off warning
14641
14642         * text.C (setHeightOfRow):
14643         (getVisibleRow): fix crash with empty paragraphs which have a
14644         bottom line
14645
14646 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14647
14648         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14649         code.
14650
14651 2001-09-04  José Matos  <jamatos@fep.up.pt>
14652         * buffer.C
14653         * buffer.h
14654         * tabular.C (docbook): rename docBook method to docbook.
14655
14656 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14657
14658         * Makefile.am: add dependencies to main.o.
14659
14660 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14661
14662         * FontLoader.C (available): Return false if !lyxrc.use_gui
14663
14664 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14665
14666         * FontInfo.C (query):
14667         * converter.C (view):
14668         * importer.C (Import):
14669         * exporter.C (Export): Can not -> cannot.
14670
14671 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14672
14673         * BufferView_pimpl.C: allow to create index inset even if
14674           string is empty
14675
14676 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14677
14678         * buffer.C (getLists): replace boost::tie code with an explicit pair
14679         as boost::tie can break some compilers.
14680
14681         * iterators.h: Added a std:: declaration to the return type of
14682         ParIterator::size.
14683
14684 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14685
14686         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14687           case.
14688
14689 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14690
14691         * iterators.[Ch]: New files. Provide paragraph iterators.
14692
14693         * buffer.C (changeLanguage): Use paragraph iterators.
14694         (isMultiLingual): ditto
14695
14696         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14697
14698 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14699
14700         * FontLoader.C: Support for cmr font.
14701
14702 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14703
14704         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14705         (available): New method.
14706
14707         * FontInfo.C (getFontname): Use scalable fonts even when
14708         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14709         found.
14710
14711 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14712
14713         * converter.C (Formats::view): reverted! Incorrect fix.
14714
14715 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14716
14717         * converter.C (Formats::view): only output the -paper option
14718         if the dvi viewer is xdvi, thereby fixing bug #233429.
14719
14720 2001-08-23  Herbert Voss  <voss@perce>
14721
14722         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14723
14724 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14725
14726         * Spacing.h (Spacing): Set space to Default on in the default
14727         constructor.
14728
14729 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14730
14731         * vc-backend.h (RCS::versionString): add RCS to version
14732         (CVS::versionString): add CVS to version
14733
14734         * vc-backend.C (scanMaster): do not add CVS to version.
14735         (scanMaster): do not add RCS to version
14736
14737         * lyxvc.C (versionString): new method
14738
14739         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14740
14741 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14742
14743         * Spacing.C (set): initialize fval
14744
14745 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14746
14747         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14748         " or \.
14749
14750 2001-08-16  Juergen Vigna  <jug@sad.it>
14751
14752         * lyxfunc.C (dispatch): implemented the new FINISHED states.
14753
14754 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14755
14756         * BufferView_pimpl.C:
14757         * figureForm.C:
14758         * lyxtext.h:
14759         * text2.C: setParagraph takes linespacing now
14760
14761 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
14762
14763         * LyxAction.C: add internal LFUN_CITATION_INSERT
14764
14765         * LyXView.C: actually apply fix
14766
14767         * bufferlist.C: fix open non-existent file
14768
14769         * lyxfind.C: fix indentation
14770
14771         * lyxfunc.C: remove unneeded assert, fix typo
14772
14773 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14774
14775         * MenuBackend.C: use "Floatname List"
14776
14777 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
14778
14779         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
14780         when converting LaTeX layout to insetERT.
14781         Generate a non-collapsed float when reading old float
14782
14783 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14784
14785         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
14786         ERT insets.
14787
14788 2001-08-13  Juergen Vigna  <jug@sad.it>
14789
14790         * text.C (fill): return 0 instead of 20 as this seems to be the more
14791         correct value.
14792
14793 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14794
14795         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
14796         lyxrc.font_norm.
14797
14798 2001-08-13  Juergen Vigna  <jug@sad.it>
14799
14800         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
14801         casesensitive off.
14802         (SearchBackward): comment out the unlocking of the inset_owner this
14803         should not be needed!
14804
14805 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
14806
14807         * Many files: Remove inherit_language, and add latex_language
14808
14809         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
14810         collapsible insets.
14811
14812 2001-08-10  Juergen Vigna  <jug@sad.it>
14813
14814         * text.C (prepareToPrint): fixed hfill-width in draw!
14815
14816         * BufferView2.C (selectLastWord): save the selection cursor as this
14817         now is cleared in the function LyXText::clearSelection!
14818
14819 2001-08-08  Juergen Vigna  <jug@sad.it>
14820
14821         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
14822         BACKSPACE type functions.
14823
14824         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
14825         is only cutted from the document but not put in the cut-buffer, where
14826         still the old stuff should be.
14827
14828         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
14829
14830         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
14831
14832         * tabular.C (SetWidthOfCell): fixed special case where the width
14833         was not updated!
14834         (LeftLine): handle '|' in align_special.
14835         (RightLine): ditto
14836         (LeftAlreadyDrawed): ditto
14837         (SetWidthOfCell): ditto
14838
14839 2001-08-07  Juergen Vigna  <jug@sad.it>
14840
14841         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
14842
14843 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14844
14845         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
14846         * lyxlex.[hC]: ditto
14847
14848 2001-08-06  Juergen Vigna  <jug@sad.it>
14849
14850         * text.C (getVisibleRow): fix up row clearing a bit.
14851
14852 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14853
14854         * minibuffer.C: make sure the X server sees the changes in the input.
14855
14856 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14857
14858         * paragraph.C (getFont): split into...
14859         (getLabelFont): this
14860         (getLayoutFont): and this
14861         * paragraph_pimpl.C (realizeFont): calling this
14862
14863         * text2.C (getFont): split into...
14864         (getLayoutFont): this
14865         (getLabelFont): and this
14866         (realizeFont): all three calling this
14867
14868         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
14869         files where used.
14870
14871 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14872
14873         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
14874
14875 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
14876
14877         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
14878         layouts from the Quote inset insertion.
14879
14880 2001-08-03  Juergen Vigna  <jug@sad.it>
14881
14882         * BufferView_pimpl.C (update): do the fitCursor only at the end!
14883
14884         * screen.C (drawFromTo): don't call fitcursor here and do the loop
14885         only if status not is already CHANGED_IN_DRAW (second level).
14886
14887         * text.C (draw): don't set the need_break_row when inside an
14888         InsetText LyXText.
14889
14890 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14891
14892         * buffer.C (parseSingleLyXformat2Token): handle more latex
14893         conversion cases.
14894
14895         * bufferview_funcs.[hC]: change function names to
14896         begin with small char, adjust other files.
14897
14898 2001-08-02  André Pönitz <poenitz@gmx.net>
14899
14900         * lyxfunc.C:
14901         BufferView_pimpl.C: remove broken special code for math-greek
14902
14903 2001-08-02  Juergen Vigna  <jug@sad.it>
14904
14905         * BufferView_pimpl.C (update): redone this function so that we
14906         update the text again if there was a CHANGE_IN_DRAW.
14907
14908         * screen.C (cursorToggle): removed LyXText parameter and recoded.
14909         (drawFromTo): added a new internal bool which is used by draw() and
14910         redraw() function.
14911         (general): some cursor drawing problems fixed.
14912
14913 2001-08-01  Juergen Vigna  <jug@sad.it>
14914
14915         * lyxfind.C (LyXFind): fixed
14916         (SearchForward): ditto
14917         (SearchBackward): ditto
14918
14919         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
14920         spurius drawing of the cursor in the main area.
14921
14922         * text2.C (status): small fix which could lead to a segfault!
14923         (clearSelection): remove unneeded BufferView param.
14924
14925 2001-08-01  André Pönitz <poenitz@gmx.net>
14926
14927         * lyxfunc.C: small change due to changed mathed interface
14928
14929 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14930
14931         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
14932
14933 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
14934
14935         * lyxfunc.c: fail gracefully if file doesn't exist
14936
14937         * LyXSendto.C:
14938         * buffer.C:
14939         * lyxfunc.C:
14940         * BufferView_pimpl.C: IsDirWriteable() proto changed
14941
14942         * LyXView.C: fix updateWindowTitle() to store the last title
14943
14944 2001-07-31  Juergen Vigna  <jug@sad.it>
14945
14946         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
14947         the font (wrong since using of Paragraph::highestFontInRange).
14948
14949         * paragraph.C (highestFontInRange): added a default_size parameter.
14950
14951         * text.C (getVisibleRow): minor clear row changes (still not perfect).
14952         (setHeightOfRow): reformat
14953
14954 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14955
14956         * converter.[hC] + affected files: move to (inital-char)lowercase
14957         function names.
14958
14959         * ParagraphParameters.C (ParagraphParameters): remove commented code
14960
14961         * PainterBase.[Ch]: remove commented code
14962
14963         * LaTeXFeatures.h: add "bool floats" for float.sty
14964
14965         * LaTeXFeatures.C (LaTeXFeatures): init floats
14966         (require): handle float
14967         (getPackages): do it with floats
14968
14969 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14970
14971         * BufferView_pimpl.C (Dispatch): improve handling of
14972         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
14973
14974         * commandtags.h: #include lyxfont.h here temporarily to avoid
14975         keybinding bug.
14976
14977         * bufferlist.h: include LString.h here.
14978
14979 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14980
14981         * text2.C (getStringToIndex): new method.
14982
14983 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
14984
14985         * *: Reduced header file dependencies all over.
14986
14987 2001-07-30  Baruch Even  <baruch@lyx.org>
14988
14989         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
14990
14991 2001-07-29  Baruch Even  <baruch@lyx.org>
14992
14993         * buffer.C (readInset): Changed GRAPHICS to Graphics.
14994
14995 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14996
14997         * ParameterStruct.h (endif): add a default constructor to make
14998         sure that all variables is initialized.
14999
15000         * ParagraphParameters.C (ParagraphParameters): adjust
15001
15002 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15003
15004         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
15005         index; also, check that there is something to index, and that it
15006         does not span over several paragraphs.
15007         (doubleClick): use WHOLE_WORD_STRICT for double click.
15008
15009         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
15010
15011         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
15012         scheme.
15013
15014 2001-07-26  Baruch Even  <baruch@lyx.org>
15015
15016         * buffer.C (readInset): Changed to call up InsetGraphics when reading
15017         an InsetFig figure, backwards compatible reading of old figure code.
15018
15019 2001-07-27  Juergen Vigna  <jug@sad.it>
15020
15021         * text2.C: font.realize function adaption.
15022
15023         * text.C (draw): add a warnings lyxerr text if needed.
15024
15025         * layout.C: font.realize function adaption.
15026
15027         * language.C: add inherit_language and implement it's handlings
15028
15029         * bufferview_funcs.C (StyleReset): remove language parameter from
15030         font creation (should be language_inherit now).
15031
15032         * bufferparams.C (writeFile): handle ignore_language.
15033
15034         * paragraph.C (getFontSettings): the language has to be resolved
15035         otherwise we have problems in LyXFont!
15036
15037         * lyxfont.C (lyxWriteChanges): added document_language parameter
15038         (update): removed unneeded language parameter
15039
15040         * paragraph.C (validate): fixed wrong output of color-package when
15041         using interface colors for certain fonts in certain environments,
15042         which should not seen as that on the final output.
15043
15044 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15045
15046         * BufferView_pimpl.C:
15047         * Thesaurus.h:
15048         * Thesaurus.C:
15049         * Makefile.am:
15050         * commandtags.h:
15051         * LyXAction.C: add thesaurus support
15052
15053         * lyxfind.h:
15054         * lyxfind.C: add "once" parameter, for thesaurus, to not
15055           move to the next match
15056
15057 2001-07-26  Juergen Vigna  <jug@sad.it>
15058
15059         * lyxfont.C (realize): honor ignore_language too!
15060         (resolved): ditto.
15061
15062         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15063
15064         * text.C (draw): one place more for ignore_language to not draw
15065         itself!
15066
15067 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15068
15069         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15070
15071 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15072
15073         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15074         the minipage conversion problem.
15075
15076 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15077
15078         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15079         insert an inset.
15080
15081 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15082
15083         * BufferView.h: don't forward declare WorkArea
15084
15085         * BufferView.C: don't include WorkArea.h
15086
15087 2001-07-25  André Pönitz <poenitz@gmx.net>
15088
15089         * commandtags.h:
15090         * LyXAction.C:
15091         * lyxfunc.C:  new LFUN 'math-space'
15092
15093         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15094
15095 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15096
15097         * text2.C (toggleInset): call open/close
15098
15099 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15100
15101         * lyxfunc.C (dispatch): add debug for the disabled case
15102
15103         * font.C (buttonText): make similar to rectText
15104
15105         * buffer.C (readInset): comment out parsing of insetlist and
15106         insttheorem
15107
15108         * PainterBase.C (rectText): small correction
15109
15110         * BufferView_pimpl.C: comment out insettheorem and insetlist
15111         * LyXAction.C: ditto
15112         * commandtags.h: ditto
15113
15114 2001-07-24  Juergen Vigna  <jug@sad.it>
15115
15116         * text.C (draw): honor the ignore_language.
15117
15118         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15119
15120 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15121
15122         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15123         char inset.
15124
15125 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15126
15127         * lyxtext.h: remove unused (and unimplemented) methods
15128
15129 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15130
15131         * text.C (getVisibleRow): honor background color
15132
15133         * PainterBase.h:
15134         * Painter.h: remove default color argument for fillRectangle
15135
15136         * text.C (backgroundColor): new method
15137
15138 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15139
15140         * text.C (getVisibleRow): adjust
15141
15142         * font.[Ch] (rectText): new method, metrics
15143         (buttonText): new method, metrics
15144
15145         * PainterBase.[hC]: make rectText and buttonText always draw and take
15146         fewer paramteres.
15147
15148 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15149
15150         * ToolbarDefaults.C (read):
15151         * MenuBackend.C (read): allow escaping in all strings
15152
15153         * BufferView_pimpl.C (insertAndEditInset): new method.
15154         (Dispatch): use insertAndEditInset whenever appropriate.
15155
15156         * BufferView_pimpl.C (insertNote): removed
15157
15158         * BufferView_pimpl.C (smartQuote): new method, moved from
15159         BufferView; if an insetquote cannot be inserted, insert a '"'
15160         character instead.
15161
15162         * BufferView2.C: remove insertCorrectQuote();
15163
15164         * lyxfunc.C (getStatus): Add support for all remaingin
15165         inset-insert lfuns.
15166
15167         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15168
15169         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15170         command (necessary to pass " as parameter of self-insert.
15171
15172         * text.C (selectWordWhenUnderCursor):
15173         (selectWord): add word_location parameter
15174         (selectWordWhenUnderCursor): same + remove special code for word
15175         boundary.
15176         (selectNextWord): use kind() to guess type of insetspecialchar,
15177         not latex().
15178
15179         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15180         (insertErtContents): create ert insets as collapsed.
15181         (readInset): better compatibility code for Info inset.
15182
15183 2001-07-20  Juergen Vigna  <jug@sad.it>
15184
15185         * lyxfunc.C (dispatch): use always LyXFind now!
15186
15187         * text2.C (init): add a reinit flag so that the LyXText can be
15188         reinited instead of deleted and reallocated (used in InsetText).
15189
15190         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15191
15192         * text.C: ditto
15193
15194         * text2.C: ditto
15195
15196 2001-07-18  Juergen Vigna  <jug@sad.it>
15197
15198         * text.C (selectNextWord): handle insets inside inset by calling
15199         always the bv->text functions so that we can go up the_locking_inset!
15200
15201         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15202         in strange locations when inside an inset!
15203
15204         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15205         handling to include insets.
15206
15207         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15208
15209 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15210
15211         * LyXAction.C (init):
15212         * commandtags.h:
15213         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15214         LIGATURE_BREAK, since the name is so stupid.
15215
15216 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15217
15218         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15219         InsetInfos.
15220
15221         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15222
15223         * sp_form.[Ch]: remove.
15224
15225         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15226
15227         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15228         InsetInfo.
15229
15230         * src/buffer.C (readInset): ditto.
15231
15232 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15233
15234         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15235         menuSeparator(), endOfSentenceDot(), ldots() and
15236         hyphenationPoint(), which are therefore removed.
15237         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15238
15239         * LyXAction.C (init):
15240         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15241
15242         * paragraph.C (getWord): removed.
15243
15244         * BufferView_pimpl.C (Dispatch): use last word or selection for
15245         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15246
15247         * lyx_main.C (queryUserLyXDir): do not ask before creating
15248         user_dir, except if it has been named explicitely.
15249
15250 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15251
15252         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15253         a document of zero size.
15254
15255 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15256
15257         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15258         approriately in the c-tor and in require().
15259         (getPackages): output the appropriate LaTeX for natbib support.
15260
15261         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15262         variables "use_natbib" and "use_numerical_citations" when reading the
15263         LyX file.
15264         (readInset): read the various natbib cite commands.
15265         (validate): white-space change.
15266
15267         * bufferparams.[Ch]: new variables "bool use_natbib" and
15268         "bool use_numerical_citations".
15269         (writeFile): output them in the LyX file.
15270
15271 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15272
15273         * lyxfunc.C (getStatus): add support for all the inset insertion
15274         commands.
15275
15276         * text2.C (insertInset):
15277         * paragraph.C (insetAllowed):
15278         * BufferView_pimpl.C (insertInset): update to take in account the
15279         renaming of insertInsetAllowed
15280
15281         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15282
15283         * text2.C (getInset): new method. returns inset at cursor position.
15284
15285         * BufferView_pimpl.C (Dispatch): changes because of this.
15286
15287         * LyXAction.C (init): rename open-stuff to inset-toggle.
15288
15289         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15290
15291         * text2.C (toggleInset): renamed from openStuff; use
15292         Inset::open().
15293
15294 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15295
15296         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15297
15298         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15299
15300 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15301
15302         * buffer.C (readLyXformat2): Add filename to the error dialog
15303
15304 2001-07-18  Juergen Vigna  <jug@sad.it>
15305
15306         * tabular.C (GetCellNumber): put an assert here instead of the check!
15307
15308 2001-07-17  Juergen Vigna  <jug@sad.it>
15309
15310         * BufferView_pimpl.C (toggleSelection): adapted too.
15311
15312         * text.C (selectNextWord): adapted for use with insets.
15313         (selectSelectedWord): ditto
15314
15315 2001-07-17  Juergen Vigna  <jug@sad.it>
15316
15317         * sp_spell.C (PSpell): fix initialitation order.
15318
15319 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15320
15321         * paragraph.C: spacing
15322
15323 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15324
15325         * sp_spell.C: repair language selection for pspell
15326
15327 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15328
15329         * lyxfunc.h: change more methods to begin with lower char.
15330
15331 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15332
15333         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15334         for unknown layouts.
15335
15336 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15337
15338         * buffer.C (readLyXformat2): Generate an error dialog if there are
15339         unknown layouts.
15340
15341 2001-07-16  Juergen Vigna  <jug@sad.it>
15342
15343         * sp_spell.C: always compile ISpell part.
15344
15345         * lyxrc.C: added use_pspell entry and it's handling.
15346
15347 2001-07-13  Juergen Vigna  <jug@sad.it>
15348
15349         * sp_spell.C: removed double includes.
15350
15351 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15352
15353         Consistent use of Lsstream.h:
15354         * Lsstream.h: added using std::stringstream for consistencies sake.
15355
15356         * buffer.C: removed using std::stringstream
15357
15358         * lyxfont.C (stateText):
15359         * paragraph.C (asString):
15360         * text.C (selectNextWord, selectSelectedWord):
15361         * text2.C (setCounter):
15362         * vspace.C (asString, asLatexString):
15363         std::ostringstream -> ostringstream.
15364
15365 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15366
15367         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15368         * commandtags.h: add LFUN_HELP_ABOUTLYX
15369         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15370
15371 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15372
15373         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15374         cursorToggle()
15375         * lyx_gui_misc.C: remove spellchecker
15376         * lyxfunc.C: showSpellchecker
15377         * sp_base.h: added
15378         * sp_ispell.h: added
15379         * sp_pspell.h: added
15380         * sp_spell.C: added
15381         * sp_form.[Ch]: removed
15382         * spellchecker.[Ch]: removed
15383
15384 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15385
15386         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15387         is set.
15388         (simpleTeXSpecialChars): Simply print the input character without
15389         any special translation if pass_thru is set.
15390
15391         * layout.h: Added bool pass_thru to layout class for being able to
15392         implement pass through of a paragraph for Literate Programming.
15393
15394         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15395         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15396         * layout.C (Read): add "passthru" to list of layout tags and add
15397         code to set the pass_thru boolean when it is read.
15398
15399 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15400
15401         * trans_decl.h: remove allowed from KmodInfo
15402
15403         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15404         remove allowed code
15405         (Load): adjust
15406
15407         * paragraph_pimpl.C (erase): use boost::prior
15408
15409         * Painter.C (text): use data() instead of c_str() when length is
15410         also provided.
15411         * WorkArea.C (putClipboard): ditto
15412         * font.h (width): ditto
15413
15414         * BufferView2.C: use it-> instead of (*it). for iterators
15415         * texrow.C: ditto
15416         * paragraph_pimpl.C: ditto
15417         * paragraph.C: ditto
15418         * minibuffer.C: ditto
15419         * language.C: ditto
15420         * kbmap.C: ditto
15421         * encoding.C: ditto
15422         * counters.C: ditto
15423         * converter.C: ditto
15424         * chset.C: ditto
15425         * Variables.C: ditto
15426         * TextCache.C: ditto
15427         * MenuBackend.C: ditto
15428         * LyXAction.C: ditto
15429         * LColor.C: ditto
15430         * FloatList.C: ditto
15431         * DepTable.C: ditto
15432         * ColorHandler.C (LyXColorHandler): ditto
15433
15434 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15435
15436         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15437
15438         * text2.C (openStuff): reintroduce this method (which had been
15439         nuked in NEW_INSETS frenzy).
15440
15441         * lyxfunc.C (Dispatch): when an action has not been handled, use
15442         its name in the error message, not its number.
15443
15444         * paragraph.C (inInset): change method name to begin with lowercase.
15445
15446         * undo_funcs.C:
15447         * text2.C: updates because of this.
15448
15449 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15450
15451         * ToolbarDefaults.C (add): add spaces in error message
15452
15453 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15454
15455         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15456         (readLyXformat2): rename return_par to first_par, use lyxlex's
15457         pushToken and remove the manual push handling.
15458         (parseSingleLyXformat2Token): add another ert comp. variable:
15459         in_tabular, rename return_par to first_par. handle newlines better
15460
15461 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15462
15463         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15464
15465 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15466
15467         * text2.C (getParFromID): removed
15468
15469         * buffer.C (getParFromID): new method moved form lyxtext.
15470         * BufferView2.C (insertErrors): adjust
15471         (setCursorFromRow): adjust
15472         * BufferView_pimpl.C (restorePosition): adjust
15473         * lyxfunc.C (Dispatch): adjust
15474         * undo_funcs.C (textUndo): adjust
15475         (textRedo): adjust
15476         (textHandleUndo): adjust
15477         (textHandleUndo): adjust
15478
15479 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15480
15481         * buffer.C: up' the LYX_FORMAT
15482
15483         * lyxfont.h: turn NO_LATEX on as default
15484
15485         * buffer.C (insertErtContents): new methods of tex style compability.
15486         (parseSingleLyXformat2Token): use it several places.
15487         * tabular.C (OldFormatRead): and here
15488
15489 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15490
15491         * text2.C: remove some commented code.
15492         reindent file.
15493
15494         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15495         * trans.C: changes because of the above.
15496
15497 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15498
15499         * text2.C (setCounter): Fix counters bug with bibliography layout.
15500
15501 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15502
15503         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15504         own member functions
15505         (simpleTeXSpecialChars): ditto
15506
15507 2001-07-06  Juergen Vigna  <jug@sad.it>
15508
15509         * a lot of files: changed the access to LyXText::status and the
15510         call of undo-functions.
15511
15512         * undo.[Ch]: added a inset_id to the undo informations.
15513
15514         * undo_funcs.[Ch]: added and moved here all undo functions.
15515
15516         * lyxtext.h: give the status enum a weight, made status_ a private
15517         variable and made accessor functions for it, removed the whole bunch
15518         of undo-functions as they are now in their own file, make some
15519         functions publically available. Added function ownerParagraph with
15520         int parameter.
15521
15522         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15523         made InInset() a const function, added getParFromID() function.
15524
15525         * buffer.[Ch]: added const version for inset_iterator functions,
15526         added getInsetFromID() function.
15527
15528         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15529         changed undo functions for new version.
15530
15531 2001-07-05  Juergen Vigna  <jug@sad.it>
15532
15533         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15534         unknow mechanism does not call the proper constructor but only this
15535         one also if I request the other!?
15536
15537 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15538
15539         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15540
15541         * text2.C (LyXText): use initialization lists.
15542
15543         * lyxtext.h (Selection): initialize set_ and mark_
15544         (init): remove method
15545
15546 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15547
15548         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15549
15550 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15551
15552         * screen.[Ch]: change method names to begin with lowercase
15553
15554         * BufferView_pimpl.C (updateScrollbar): simplify further and
15555         hopefully make it a bit faster.
15556
15557 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15558
15559         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15560         calling directly xforms functions.
15561
15562         * Painter.C (Painter):
15563         * lyx_cb.C (MenuWrite):
15564         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15565         fl_display.
15566
15567         * lyx_gui.C: remove bogus guiruntime extern declaration.
15568
15569 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15570
15571         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15572         in NEW_INSETS
15573         (redoDrawingOfParagraph): ditto
15574         (redoParagraphs): ditto
15575         (cutSelection): don't create a object for CutAndPaste use the
15576         static method directly
15577         (pasteSelection): ditto
15578
15579         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15580         LyXview (+ rename)
15581
15582 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15583
15584         * modifications to some other files because of this.
15585
15586         * Makefile.am (lyx_SOURCES): add XFormsView
15587
15588         * XFormsView.[Ch]: new files
15589
15590         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15591         the main window. Move the gui dependent stuff to XFormsView
15592
15593 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15594
15595         * tabular.C (GetCellInset): update cur_cell also in the row/col
15596         version of this function.
15597
15598         * lyxfunc.C: no need to include figure_form.h here.
15599
15600         * FontLoader.h:
15601         * lyxfunc.h:
15602         * lyxscreen.h:
15603         * text2.C:
15604         * lyxvc.C: no need to include forms.h here.
15605
15606 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15607
15608         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15609
15610         * lyxfunc.C (Dispatch):
15611         * Spacing.C (set):
15612         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15613         constructor argument.
15614
15615 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15616
15617         * paragraph.C (Paragraph): dont't clear, and just set layout.
15618         (makeSameLayout): use params's copy contructor.
15619
15620         * ParagraphParameters.[Ch] (makeSame): delete method
15621
15622 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15623
15624         * Variables.[Ch]: fix indentation, rename set to isSet
15625
15626 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15627
15628         * lyxfunc.C (Dispatch): fix typo
15629
15630 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15631
15632         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15633         upper_bound.
15634
15635         * bufferlist.C: include assert.h for emergencyWrite().
15636
15637 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15638
15639         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15640           give up at last (bug #425202) !
15641
15642 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15643
15644         * lyx_gui_misc.C:
15645         * sp_form.h:
15646         * sp_form.C:
15647         * spellchecker.h:
15648         * spellchecker.C: strip spellchecker options and bring up
15649           preferences tab instead
15650
15651 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15652
15653         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15654         the istringstream constructor
15655
15656 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15657
15658         * paragraph.C (getLayout): fix return value
15659
15660         * paragraph.h: do not declare getLayout as inline.
15661
15662         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15663
15664 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15665
15666         * lyxcursor.h (operator<): new func
15667         (operator>): new func
15668         (operator>=): new func
15669         (operator<=): new func
15670
15671         * text.C (changeCase): use selection.start and selection.end
15672         (changeRegionCase): require from to be <= to. Require par to be a
15673         valid paragraph.
15674
15675         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15676
15677 2001-06-27  Juergen Vigna  <jug@sad.it>
15678
15679         * text.C (cursorLeftOneWord): changed to return the cursor and added
15680         overlay with BufferView * parameter which calls this one.
15681         (getWord): added
15682         (selectWord): use new getWord function.
15683         (changeCase): renamed from changeWordCase as and extended to work
15684         also on selections.
15685
15686         * lyxtext.h: added enum word_location
15687
15688         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15689         changeCase as this operates now also on selections.
15690
15691 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15692
15693         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15694
15695         * many files: send debug output to Debug::INFO instead of
15696         Debug::ANY.
15697
15698         * converter.C (View):
15699         (Convert):
15700         (Move): send debug output to Debug::FILES instead of console.
15701
15702 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15703
15704         * lyxfunc.C (getStatus): use func_status
15705
15706         * func_status.h: new header, describing the results of
15707         LyXFunc::getStatus;
15708
15709         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15710         LFUN_MATH_HALIGN.
15711
15712 2001-06-25  The LyX Project  <jug@sad.it>
15713
15714         * buffer.C (sgmlOpenTag):
15715         (sgmlCloseTag):
15716         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15717
15718 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15719
15720         * text2.C: remove some dead code
15721
15722         * tabular.C (GetCellInset): store the last cell checked (gotten)
15723
15724         * tabular.h: add the helper for the speedup
15725
15726         * lyxtext.h: remove some dead code
15727
15728 2001-06-26  The LyX Project  <Asger>
15729
15730         * paragraph.C: Change export to LaTeX of alignment to
15731         \begin{center} and family for better roundtrip work with reLyX.
15732
15733         * Tune the math drawing a bit.
15734
15735 2001-06-25  The LyX Project  <Asger>
15736
15737         * LColor.C (LColor): New color for math background. New color
15738         for buttons.
15739
15740 2001-06-25  The LyX Project  <jug@sad.it>
15741
15742         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15743
15744         * lyxfunc.C (Open):
15745         * bufferlist.C (newFile): do not restrict to files ending with
15746         .lyx
15747
15748         * BufferView_pimpl.C (MenuInsertLyXFile):
15749
15750 2001-06-24  The LyX Project  <jug@sad.it>
15751
15752         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
15753         of compare_no_case
15754
15755 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15756
15757         * lyxtext.h: rename most methods to begin with a small char.
15758         Lots of changes because of this.
15759
15760         * paragraph.C (Paragraph): do not call fitToSize
15761         (erase): call Pimpl::erase
15762         (insertChar): call Pimpl::insertChar
15763         (insertInset): call Pipl::insertInset
15764         (breakParagraph): do not call fitToSize
15765         (breakParagraphConservative): do not call fitToSize
15766         (fitToSize): remove method
15767
15768         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
15769
15770 2001-06-24  The LyX Project  <Asger>
15771
15772         * Fix Qt compilation^2
15773
15774 2001-06-24  The LyX Project  <jug@sad.it>
15775
15776         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
15777         depthHook(getDepth()-1).
15778
15779         * paragraph.h:
15780         * ParagraphParameters.h:
15781         * ParameterStruct.h: change type of depth to unsigned int ==
15782         depth_type. Many adaptations to other files before of that.
15783
15784 2001-06-24  The LyX Project  <Asger>
15785
15786         * Fix Qt compilation.
15787
15788 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15789
15790         * paragraph.h: renamed several methods to begin with small letter.
15791         several changes to many parts of the code because of this.
15792
15793 2001-06-23  The LyX Project  <jug@sad.it>
15794
15795         * text2.C (InsertStringAsLines): renamed from InsertStringA;
15796         rewritten to discard all double spaces when KeepEmpty is off
15797         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
15798         to only handle newlines but not fiddle with spaces and friends.
15799
15800         * lyxfunc.C (MenuNew): when doing 'new from template', use
15801         template_path as default directory
15802
15803 2001-06-23  The LyX Project  <Asger>
15804
15805         * Clean-up of header file includes all over
15806         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
15807
15808 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15809
15810         * paragraph.h: renamed from lyxparagraph.h
15811
15812 2001-06-23  Asger  <lyx@violet.home.sad.it>
15813
15814         * Buffer.h: Removed Buffer::resize
15815         * BufferList.h: Removed BufferList::resize
15816         * LyXView.h: Added LyXView::resize. This way, we will only reflow
15817         the document lazily when we change the width, or the font settings.
15818
15819 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15820
15821         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
15822
15823 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15824
15825         * buffer.h: remove out of date comment
15826
15827 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15828
15829         * lyxscreen.h:
15830         * screen.C: fix "theoretical" GC leak
15831
15832 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15833
15834         * LaTeX.C (scanAuxFile):
15835         (deplog): remove trailing \r when reading stream (useful under
15836         win32)
15837
15838 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
15839
15840         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
15841         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
15842         and BufferView::theLockingInset(Inset*), so should use them and not
15843         access bv_->text->the_locking_inset directly.
15844
15845         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
15846
15847 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15848
15849         * Makefile.am:
15850         * tex-defs.h: remove old unused file
15851
15852 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
15853
15854         * BufferView_pimpl.C: fix typo, remove minibuffer message
15855           when buffer has loaded
15856
15857 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15858
15859         * lyxfunc.C (Dispatch): use stringstream
15860         (MenuNew): use stringstream
15861         (Open): use stringstream
15862
15863         * importer.C (Import): use stringstream
15864
15865         * bufferview_funcs.C (CurrentState): use stringstream
15866
15867         * LaTeX.C (run): use stringstream
15868
15869         * BufferView_pimpl.C (savePosition): use stringstream
15870         (restorePosition): use stringstream
15871         (MenuInsertLyXFile): use stringstream
15872
15873 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
15874
15875         * BufferView.C:
15876         * Bullet.C:
15877         * ColorHandler.C:
15878         * FontInfo.C:
15879         * FontLoader.C:
15880         * LColor.C:
15881         * LaTeXFeatures.C:
15882         * Painter.C:
15883         * gettext.C:
15884         * lyx_gui_misc.C:
15885         * lyxserver.C:
15886         * vspace.C: removed // -*- C++ -*- as first line.
15887
15888         * lyxfind.h:
15889         * version.h: added // -*- C++ -*- as first line.
15890
15891 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15892
15893         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
15894
15895         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
15896         of string
15897
15898 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15899
15900         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
15901         of floats.
15902
15903 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15904
15905         * gettext.C: include LString.h even when --disable-nls is on.
15906
15907 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
15908
15909         * converter.h (Get): changed argument type from int to
15910         FormatList::size_type to avoid unnecessary conversion.
15911
15912         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
15913         before using it.
15914
15915 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15916
15917         * gettext.h: include LString.h even when --disable-nls is on.
15918
15919 2001-06-07  Juergen Vigna  <jug@sad.it>
15920
15921         * text.C (BreakAgain): subst spaces with tabs.
15922
15923         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
15924         (resizeInsetsLyXText): set force on resizeLyXText.
15925
15926 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15927
15928         * gettext.h (gettext_init):
15929         (locale_init): use a real definition instead of a macro
15930
15931 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15932
15933         * Bufferview_pimpl.C:
15934         * LColor.h:
15935         * LColor.C: further lcolor tidies
15936
15937 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15938
15939         * BufferView_pimpl.C (updateScrollbar): simplify.
15940
15941         * BufferView2.C: don't include insets/insetinfo.h, change
15942         prototype for insertInset and call the Pimpl version. let
15943         updateInset call Pimpl version.
15944
15945         * BufferView.h: move inset_slept to BufferView::Pimpl, move
15946         gotoInset to BufferView::Pimpl
15947
15948 2001-06-01  Juergen Vigna  <jug@sad.it>
15949
15950         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
15951         inside a LockingInset (is the update needed at all?).
15952
15953 2001-05-31  Juergen Vigna  <jug@sad.it>
15954
15955         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
15956         here not the old one otherwise how should we compare it afterwards
15957         if it's the same!
15958
15959 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15960
15961         * lyxfont.C:
15962         * tabular.C:
15963         * tabular-old.C:
15964         * FontInfo.C: bring C functions into global namespace when
15965         necessary
15966
15967 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15968
15969         * LString.h: make sure config.h has been loaded before LString.h.
15970
15971         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
15972         (one for each char read by EatLine!).
15973
15974         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
15975         variables.
15976
15977 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15978
15979         * paragraph.C (BreakParagraph): set the inset_owner in the new par
15980         to the same as the par we break from
15981
15982 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15983
15984         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
15985
15986         * MenuBackend.C (expand): also create menu entries for wide
15987         versions of the floats.
15988
15989         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
15990
15991         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
15992
15993         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
15994         frontends/Makefile.am
15995
15996         * text2.C: adjust
15997         * text.C: adjust
15998
15999
16000         * tabular.C (getTokenValue): add std::
16001
16002         * tabular-old.C (getTokenValue): add std::
16003         (getTokenValue): ditto
16004         (getTokenValue): ditto
16005
16006         * screen.C (ToggleSelection): adjust
16007
16008         * lyxtext.h: put selection cursors inside a Selection struct.
16009
16010         * lyxfunc.C (moveCursorUpdate): adjust
16011
16012         * lyxfont.C (latexWriteStartChanges): add std::
16013
16014         * lyxfind.C: adjust
16015
16016         * font.h: delete with(char const *, LyXFont const &)
16017
16018         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
16019
16020         * FontInfo.C (getFontname): add std::
16021
16022         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
16023         (workAreaButtonPress): adjust
16024         (tripleClick): adjust
16025         (update): adjust
16026         (moveCursorUpdate): adjust
16027         (Dispatch): adjust
16028
16029         * BufferView2.C (gotoInset): adjust
16030
16031 2001-05-30  Juergen Vigna  <jug@sad.it>
16032
16033         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16034         to check pspell I add this as default as I now have new pspell
16035         libraries and they seem to use this.
16036
16037 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16038
16039         * text2.C (CutSelection): make the cursor valid before the call to
16040         ClearSelection.
16041
16042 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16043
16044         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16045         relied on 0 terminated strings and other horrors. Bug found due to
16046         the new assert in lyxstring!
16047
16048         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16049         KP_ keys.
16050
16051 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16052
16053         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16054         to latinkeys.bind.
16055
16056         * lyxfunc.C (processKeySym): change method of getting to the
16057         self-insert char.
16058
16059         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16060         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16061         * BufferView_pimpl.[Ch]: here as private methods.
16062
16063 2001-05-28  Juergen Vigna  <jug@sad.it>
16064
16065         * text.C (SetHeightOfRow): added the update() call again as it is
16066         needed to initialize inset dimensions!
16067
16068 2001-05-16  Juergen Vigna  <jug@sad.it>
16069
16070         * text2.C (SetCharFont): Add new function with BufferView * and
16071         bool toggleall parameters for setting insets internal fonts.
16072         (SetFont): Freeze the undo as we may change fonts in Insets and
16073         all this change should be inside only one Undo!
16074
16075         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16076         setting font's in insets as for them we have the SetFont function!
16077
16078 2001-05-15  Juergen Vigna  <jug@sad.it>
16079
16080         * text2.C (ClearSelection): to be sure we REALLY don't have any
16081         selection anymore!
16082
16083         * tabular.C (TeXCellPreamble): fixed the left border problem for
16084         multicolumn cells.
16085
16086 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16087
16088         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16089         dependancy file
16090
16091 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16092
16093         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16094         LFUN_BREAKPARAGRAPH.
16095
16096         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16097         help test to "internal only", similar for LFUN_INSERT_URL
16098
16099         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16100         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16101         auto_region_delete and deadkeys.
16102
16103 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16104
16105         * LColor.h:
16106         * LColor.C: remove some dead entries, tidy a little
16107
16108 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16109
16110         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16111         commented code.
16112         (Dispatch): implement LFUN_ESCAPE
16113
16114         * commandtags.h: add LFUN_ESCAPE
16115
16116         * LyXAction.C (init): add entry for LFUN_ESCAPE
16117
16118         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16119         Remove commented code.
16120         (insertNote): moved here
16121         (open_new_inset): moved here
16122
16123         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16124         BufferView_pimpl
16125
16126 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16127
16128         * kbmap.C (findbinding): clean it up and make it work correctly.
16129
16130         * lyx_main.C (init): do not pass argc and argv as parameters
16131
16132 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16133
16134         * buffer.C: fix path for OS/2 & Win32
16135
16136         * lyx_gui.C:
16137         * lyx_main:
16138         * lyx_main.C: Added os:: class.
16139
16140         * os2_defines.h: update
16141
16142 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16143
16144         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16145         better by trying again with reduced state.
16146
16147 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16148
16149         * lyxrc.C (read): print error about invalid key sequence only when
16150         debugging (because not all latinX keysyms are known to some X
16151         servers)
16152
16153         * kbsequence.C (getiso): add a few std:: qualifiers
16154         (getiso): comment out extra return statement.
16155
16156 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16157
16158         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16159         handling.
16160         (Dispatch): enhance the accent inset a bit. (not perfect)
16161
16162 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16163
16164         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16165
16166 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16167
16168         * bufferlist.C (emergencyWrite): fix assert() call
16169
16170 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16171
16172         * text.C (InsertChar): Added trivial patch to only send the "you
16173         can not do multiple spaces this way" message once during a
16174         session.
16175
16176 2001-05-08  Baruch Even  <baruch@lyx.org>
16177
16178         * Makefile.am: Changed order of libraries to get LyX to link properly
16179         with the gnome frontend.
16180
16181 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16182
16183         * LaTeXFeatures.h: add a std:: qualifier
16184
16185 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16186
16187         * paragraph.C (String): use stringstream
16188
16189 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16190
16191         * paragraph.C (writeFile): remove footflag arg
16192
16193         * buffer.C (makeLaTeXFile): use stringstream
16194         (latexParagraphs): remove footnot gurba
16195
16196         * LaTeXFeatures.C (getPackages): use stringstream
16197         (getMacros): likewise
16198         (getTClassPreamble): likewise
16199         (getFloatDefinitions): new method
16200
16201         * paragraph.C (writeFile): reindent
16202         (Erase): reindent
16203
16204         * WorkArea.h: revert the xpos + etc changes.
16205
16206         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16207
16208         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16209
16210         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16211         (pasteSelection): likewise
16212         * text2.C (CreateUndo): likewise
16213
16214 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16215
16216         * minibuffer.C (peek_event): temporarily reduce the functionality
16217         of the minibuffer (to allow args on lfuns)
16218
16219         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16220         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16221
16222         * buffer.C (readInset): add compability reading of old float
16223         lists, add reading of new style float list.
16224         (readInset): avoid reevaluation of inscmd.getCmdName()
16225         (getLists): reindent
16226
16227         * MenuBackend.C (MenuItem): implement parsing of
16228         md_floatlistinsert and md_floatinsert.
16229         (expand::LastFiles): move initalizaton of iterators out of loop,
16230         avoid reevaluation.
16231         (expand::Documents): introduce typdedef vector<string> Strings,
16232         and use it.
16233         (expand::ExportFormats): introduce typedef vector<Format const *>
16234         Formats, and use it.
16235         (expand): implement FloatListInsert and FloatInsert.
16236
16237         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16238         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16239         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16240
16241         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16242         handling.
16243         (Dispatch::LFUN_FLOAT_LIST): implement
16244
16245 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16246
16247         * LaTeX.C (run): Fix problem with --export code.
16248
16249 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16250
16251         * BufferView.[Ch] (workarea): removed.
16252         (getClipboard) new method; wrapper for workarea()->getClipboard()
16253
16254         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16255         bug.
16256
16257         * WorkArea.h (width, height, xpos, ypos): These methods all
16258         returned the dimensions of the work_area sub-area of WorkArea,
16259         resulting in a position error if the WorkArea were resized. Now
16260         return the dimensions of the entire WorkArea.
16261
16262         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16263
16264 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16265
16266         * LaTeX.C (deplog): correct the syntax of regex reg1
16267
16268 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16269
16270         * undo.C: remove !NEW_INSETS cruft
16271
16272 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16273
16274         * text2.C: remove !NEW_INSETS cruft
16275
16276         * text.C: remove !NEW_INSETS cruft
16277
16278         * tabular.C: remove !NEW_INSETS cruft
16279
16280         * spellchecker.C: remove !NEW_INSETS cruft
16281
16282         * lyxtext.h: remove !NEW_INSETS cruft
16283
16284         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16285
16286         * lyxfunc.C: remove !NEW_INSETS cruft
16287
16288         * lyxfind.C: remove !NEW_INSETS cruft
16289
16290         * lyx_cb.C: remove !NEW_INSETS cruft
16291
16292         * figureForm.C: remove  !NEW_INSETS cruft
16293
16294         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16295
16296         * buffer.[Ch]: remove !NEW_INSETS cruft
16297
16298         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16299
16300         * CutAndPaste.C: remove !NEW_INSETS cruft
16301
16302         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16303
16304         * BufferView2.C: remove !NEW_INSETS cruft
16305
16306         * BufferView.h: remove !NEW_INSETS cruft
16307
16308 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16309
16310         * Lsstream.h: include LString.h before the sstream headers to
16311         fix problem with gcc 2.95.3 and lyxstring
16312
16313 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16314
16315         * lyx_main.C: add using directives when needed for C functions
16316         declared in std:: namespace.
16317
16318 2001-04-27  Juergen Vigna  <jug@sad.it>
16319
16320         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16321         (SetHeightOfRow): comment out the update call should not be needed!
16322
16323 2001-04-13  Juergen Vigna  <jug@sad.it>
16324
16325         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16326         (LyXTabular): tried to minimize operator= operations (and realized
16327         hopfully Lars wish).
16328
16329 2001-04-27  Juergen Vigna  <jug@sad.it>
16330
16331         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16332
16333 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16334
16335         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16336
16337         * buffer.C (readInset): hack to make listof algorithm work
16338
16339         * BufferView_pimpl.C: hack to make listof algorithm work
16340
16341 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16342
16343         * LyXAction.C: removed all !NEW_INSETS cruft
16344         (init): moved lfun_item in method
16345
16346         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16347
16348 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16349
16350         * BufferView2.C (theLockingInset): white space.
16351
16352 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16353
16354         * minibuffer.C: include <iostream>
16355
16356         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16357
16358         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16359
16360         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16361
16362         * text.[Ch] (TransposeChars): new method
16363
16364 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16365
16366         * call message directly through LyXView instead of through LyXFunc
16367         * BufferView2.C: adjust
16368         * BufferView_pimpl.C: adjust
16369         * FontLoader.C: adjust
16370         * buffer.C: adjust
16371         * bufferview_funcs.C: adjust
16372         * converter.C: adjust
16373         * figureForm.C: adjust
16374         * importer.C: adjust
16375         * lyx_cb.C: adjust
16376         * lyx_gui_misc.C: adjust
16377         * lyxfunc.C: adjust
16378         * lyxvc.C: adjust
16379         * text2.C: adjust
16380         + more files in subdirs
16381
16382         * lyxparagraph.h (size): move up int file
16383         (GetLayout): ditto
16384
16385         * adjust all uses of Assert to lyx::Assert.
16386
16387         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16388         lyxfunctional in namespace lyx
16389         * layout.C (hasLayout): ditto
16390         (GetLayout): ditto
16391         (GetLayout): ditto
16392         (delete_layout): ditto
16393         (NumberOfClass): ditto
16394         * converter.C (GetFormat): ditto
16395         (GetNumber): ditto
16396         (Add): ditto
16397         (Delete): ditto
16398         (SetViewer): ditto
16399         * bufferlist.C (getFileNames): ditto
16400         (emergencyWriteAll): ditto
16401         (exists): ditto
16402         (getBuffer): ditto
16403         * MenuBackend.C (hasSubmenu): ditto
16404         (hasMenu): ditto
16405         (getMenu): ditto
16406         * BufferView_pimpl.C (getInsetByCode): ditto
16407
16408 2001-04-18  Juergen Vigna  <jug@sad.it>
16409
16410         * vspace.C (asLatexString): fixed the 100% problem.
16411
16412 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16413
16414         * lyxfunc.C (Dispatch):
16415         * minibuffer.C:
16416         * minibuffer.h: add a few std:: qualifiers
16417
16418 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16419
16420         * minibuffer.[Ch]: reimplement so that commands is initiated and
16421         run from lyxfunc, simplified som handling, and made the completion
16422         and history code for complete. wip.
16423
16424         * lyxfunc.C (processKeySym): call message
16425         (miniDispatch): new temporary method
16426         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16427         (LFUN_MESSAGE): implement
16428         (LFUN_MESSAGE_PUSH): implement
16429         (LFUN_MESSAGE_POP): implement
16430         (initMiniBuffer): the initial/defualt minibuffer message.
16431
16432         * lyxfont.[Ch]: inline some more getters
16433
16434         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16435
16436         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16437
16438         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16439         (AutoSave): use LFUN_MESSAGE
16440         (Reconfigure): ditto
16441
16442         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16443
16444         * figureForm.C: use LFUN_MESSAGE
16445
16446         * converter.C (runLaTeX): use LFUN_MESSAGE
16447
16448         * bufferview_funcs.C: use LFUN_MESSAGE
16449         (Melt): ditto
16450         (changeDepth): ditto
16451
16452         * bufferparams.h: use boost::
16453
16454         * bufferlist.h: inherit privately from noncopyable
16455
16456         * bufferlist.C (loadLyXFile): remove some commented code.
16457
16458         * buffer.C (runChktex): use LFUN_MESSAGE
16459
16460         * ShareContainer.h: inherit privately from noncopyable
16461
16462         * ParagraphParameters.[hC] (depth): inline it.
16463
16464         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16465         methods.
16466         (message): new method
16467         (messagePush): ditto
16468         (messagePop): ditto
16469         (show): init minibuffer
16470         (showState): direct call
16471
16472         * LaTeX.[Ch]: inherit privately from noncopyable
16473         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16474         instead of WriteStatus.
16475
16476         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16477
16478         * BufferView_pimpl.C (buffer): don't init minibuffer
16479         (workAreaButtonPress): use LFUN_MESSAGE
16480         (workAreaButtonRelease): ditto
16481         (savePosition): ditto
16482         (restorePosition): ditto
16483         (MenuInsertLyXFile): ditto
16484         (workAreaExpose): don't init minibuffer
16485         (update): remove commented code, simplify
16486
16487         * BufferView2.C (openStuff): use LFUN_MESSAGE
16488         (toggleFloat): ditto
16489         (menuUndo): ditto
16490         (menuRedo): ditto
16491         (copyEnvironment): ditto
16492         (pasteEnvironment): ditto
16493         (copy): ditto
16494         (cut): ditto
16495         (paste): ditto
16496         (gotoInset): ditto
16497         (updateInset): remove some commented code
16498
16499         * lastfiles.h: inherit privately from noncopyable
16500         * layout.h: ditto
16501         * lyx_gui.h: ditto
16502         * lyx_main.h: ditto
16503         * lyxlex.h: ditto
16504         * lyxlex_pimpl.h: ditto
16505
16506         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16507         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16508         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16509
16510         * LyXAction.h: inherit privately from noncopyable, add methods
16511         func_begin, func_end, returning iterators to the func map.
16512
16513         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16514         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16515         (func_begin): new method
16516         (func_end): new method
16517
16518         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16519         and not)
16520         (copySelection): ditto
16521         (pasteSelection): ditto
16522
16523         * BufferView.C: whitespace change
16524         * BufferView.h: inherit privately from noncopyable
16525
16526 2001-04-16  Allan Rae  <rae@lyx.org>
16527
16528         * tabular-old.C (l_getline):
16529         * spellchecker.C (sc_check_word):
16530         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16531         an unrecognised preprocessor directive.  So ensure they're wrapped.
16532
16533 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16534
16535         * src/exporter.C (Export): Give an error message when path to file
16536         contains spaces.
16537
16538 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16539
16540         * LaTeX.C (deplog): Always check that foundfile exists.
16541
16542 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16543
16544         * lyx_main.h:
16545         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16546
16547 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16548
16549         * tabular.[Ch] (getLabelList): implement new method
16550
16551         * minibuffer.h: comment ouf setTiimer
16552
16553         * minibuffer.C (ExecutingCB): constify res
16554         (peek_event): constify s
16555         (Set): constify ntext
16556         (Init): constify nicename
16557
16558         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16559
16560         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16561         (savePosition): use two params to Minibuffer::Set
16562         (restorePosition): ditto
16563
16564 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16565
16566         * lyx_main.C: include language.h
16567
16568         * Makefile.am (lyx_main.o): add language.h
16569
16570 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16571
16572         * exporter.C:
16573         * paragraph.C:
16574         * screen.C:
16575         * tabular.C:
16576         * CutAndPaste.C: include gettext.h
16577
16578         * lyxfont.h: remove old hack with ON and OFF.
16579
16580         * lyxparagraph.h:
16581         * lyxfont.h: do not include language.h...
16582
16583         * BufferView2.C:
16584         * LaTeXFeatures.C:
16585         * Painter.C:
16586         * bufferview_funcs.C:
16587         * font.C:
16588         * lyxfont.C:
16589         * text.C:
16590         * text2.C:
16591         * trans_mgr.C:
16592         * paragraph.C: ... but do it here instead
16593
16594 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16595
16596         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16597
16598         * tabular.C: small reformat
16599
16600         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16601         NEW_INSETS version
16602         (GetChar): ditto
16603         (BreakParagraph): ditto
16604         (SetOnlyLayout): ditto
16605         (SetLayout): ditto
16606
16607         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16608         with one arg less.
16609
16610         * lastfiles.C: removed most using decl, add std:: where needed
16611
16612         * buffer.C: ws changes
16613
16614         * MenuBackend.C (class compare_format): put into anon namespace
16615         (expand): constify label, names, action, action2
16616         (expand):
16617
16618         * text.C (SingleWidth): constify font
16619         (IsBoundary): constify rtl2
16620         (GetVisibleRow): constify ww
16621
16622         * LaTeX.C (deplog): constify logfile
16623
16624         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16625         start_x, end_x
16626         (workAreaExpose): constify widthChange, heightChange
16627
16628         * lyxrow.C (par): moved
16629         (height): moved
16630         (next): moved
16631         * lyxrow.h: as inlines here
16632
16633         * lyxfont.h (shape): moved from lyxfont.C
16634         (emph): moved from lyxfont.C
16635
16636         * lyxfont.C (LyXFont): use initialization list for all
16637         constructors
16638         (shape): move to lyxfont.h as inline
16639         (emph): move to lyxfont.h as inline
16640
16641
16642 2001-04-04  Juergen Vigna  <jug@sad.it>
16643
16644         * vspace.C: had to include stdio.h for use of sscanf
16645
16646 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16647
16648         * BufferView.h:
16649         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16650         independent of xforms.
16651
16652 2001-04-02  Juergen Vigna  <jug@sad.it>
16653
16654         * spellchecker.C: fixed namespace placing!
16655
16656 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16657
16658         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16659         the LyXParagraph * is 0.
16660
16661 2001-03-29  Juergen Vigna  <jug@sad.it>
16662
16663         * vspace.C: added support for %, c%, p%, l%.
16664         (stringFromUnit): added helper function.
16665         (asLatexString): changed to give right results for the %-values.
16666
16667         * buffer.C: convert the widthp in a width%.
16668
16669 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16670
16671         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16672         figureForm.[Ch].
16673
16674         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16675         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16676
16677         * lyx_cb.[Ch]: see above.
16678
16679         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16680         form1.[Ch].
16681
16682         * form1.[Ch]:
16683         * lyx.[Ch]: replaced by figure_form.[Ch].
16684
16685         * lyx_gui.C:
16686         * lyx_gui_misc.C:
16687         * lyxfunc.C: changed headers associated with above changes.
16688
16689 2001-03-27  Juergen Vigna  <jug@sad.it>
16690
16691         * BufferView_pimpl.C: set the temporary cursor right!
16692
16693 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16694
16695         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16696
16697 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16698
16699         * LString.h: removed "using std::getline"!
16700
16701         * BufferView_pimpl.C (Dispatch): changes due to changes in
16702         InsetInclude::Params.
16703
16704         * buffer.C (tag_name): removed redundant break statements as they were
16705         producing lots of warnings with my compiler.
16706
16707 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16708
16709         * LString.h: add "using std::getline" when using the real <string>.
16710
16711 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16712
16713         * buffer.C: removed bitset usage.
16714         PAR_TAG moved to an anonymous name space.
16715         (tag_name): new funtion, also in the anonymous namespace.
16716         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16717         (makeDocBookFile): clean code. Completed transition from string arrays
16718         to string vectors.
16719         (SimpleDocBookOnePar): code clean.
16720
16721 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16722
16723         * tabular.C: add some comments.
16724
16725 2001-03-22  Juergen Vigna  <jug@sad.it>
16726
16727         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16728         compatibility read a bit and fixed bug with minipage in different
16729         depth.
16730
16731 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16732
16733         * buffer.C (pop_tag): removed.
16734         (push_tag): removed.
16735         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16736         array replaced with vector. Added support for CDATA sections.
16737         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16738         at any nest level.
16739         (makeDocBookFile): XML conformant declaration of CDATA section,
16740         fixed bug related to <emphasis> in the first paragraph char.
16741         (sgmlOpenTag): exclude empty tags.
16742         (sgmlCloseTag): ditto.
16743
16744         * buffer.h (pop_tag): removed.
16745         (push_tag): removed.
16746
16747 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16748
16749         * language.h (Languages): added size_type and size().
16750
16751 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16752
16753         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
16754         response on compability reading of minipages. One probliem is that
16755         the old usage of minipages was «flertydig»
16756
16757         * several files here and in subdirs: don't use static at file
16758         scope use anon namespaces instead.
16759
16760 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
16761
16762         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
16763         LaTeX output. This is necessary for Literate document
16764         processing.
16765
16766 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16767
16768         * buffer.C: insert hfill when needed.
16769
16770         * tabular.C (l_getline): use string::erase, small whitespace change.
16771
16772         * BufferView_pimpl.C: try the anon namespace.
16773         * WorkArea.C: ditto
16774
16775 2001-03-16  Juergen Vigna  <jug@sad.it>
16776
16777         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
16778         otherwise it won't open options-dialogs.
16779
16780         * buffer.C: honor pextraWidth(p) on converting minipages.
16781
16782         * tabular.C (l_getline): changed the functions to strip trailing \r.
16783
16784 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
16785
16786         * BufferView_pimpl.C:
16787         * minibuffer..C: added "using SigC::slot" declaration.
16788
16789 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16790
16791         * lyxlex_pimpl.h: noncopyable is in namespace boost.
16792
16793         * text2.C: ditto
16794
16795         * text.C: ditto
16796
16797         * paragraph.C: ditto
16798
16799         * lyxtext.h: NO_PEXTRA
16800
16801         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
16802
16803         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
16804         * ParameterStruct.h: ditto
16805         * ParagraphParameters.h: ditto
16806         * lyxparagraph.h: ditto
16807
16808 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16809
16810         * buffer.C: add compability for minipage alignment.
16811         (latexParagraphs): remove unwanted pextra check.
16812
16813         * several files: remove CXX_WORKING_NAMESPACES
16814
16815         * buffer.C (pop_tag): tie is in namespace boost
16816
16817         * BufferView.h: noncopyable is in namespace boost
16818         * lyxlex.h: ditto
16819         * lyx_main.h: ditto
16820         * lyx_gui.h: ditto
16821         * layout.h: ditto
16822         * lastfiles.h: ditto
16823         * bufferlist.h: ditto
16824         * ShareContainer.h: ditto
16825         * LyXView.h: ditto
16826         * LyXAction.h: ditto
16827         * LaTeX.h: ditto
16828
16829 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16830
16831         * Merging changes from BRANCH_MVC back into HEAD.
16832
16833         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
16834
16835 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
16836
16837         * BufferView_pimpl.C: change from intl.C
16838
16839         * combox.h:
16840         * combox.C:
16841         * Makefile.am: move combox.*
16842
16843         * form1.h:
16844         * form1.C:
16845         * lyx_gui.C:
16846         * intl.h:
16847         * intl.C: remove dialog (covered by prefs)
16848
16849 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16850
16851         * lyxfunc.C (Dispatch): removed redundant break statement.
16852
16853 2001-03-14  Juergen Vigna  <jug@sad.it>
16854
16855         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
16856
16857 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16858
16859         * buffer.C: add hack to fix compability reading of minipages.
16860
16861 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
16862
16863         * buffer.C (getLists): Cleanup.
16864
16865 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16866
16867         * lyxfont.C (update): don't honor toggleall on font size.
16868
16869 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
16870
16871         * bmtable.c:
16872         * bmtable.h:
16873         * Makefile.am: moved to frontends/xforms/
16874
16875         * lyx_gui_misc.C:
16876         * lyxfunc.C:
16877         * BufferView_pimpl.C: changes for moved mathpanel
16878
16879 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16880
16881         * gettext.h: fix gettext_init() in --disable-nls
16882
16883 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16884
16885         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
16886
16887 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
16888
16889         * lyx.C:
16890         * lyx.h: strip external form
16891
16892 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16893
16894         * BufferView_pimpl.C: add comment, destroySplash()
16895
16896 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16897
16898         * BufferView_pimpl.C:
16899         * LyXAction.C:
16900         * buffer.C:
16901         * commandtags.h:
16902         * lyxfunc.C: use re-worked insetinclude
16903
16904 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16905
16906         * buffer.C: add using std::stringstream.
16907
16908         * lyx_cb.C: readd using std::ios.
16909
16910         * buffer.C: add using std::map.
16911
16912         * BufferView_pimpl.C: add using std::vector.
16913
16914         * ShareContainer.h: add std:: to swap.
16915
16916         * buffer.h: add some typedefs
16917         * buffer.C (getLists): use them
16918         (getLists): renamed from getTocList.
16919         add a counter for the different float types and use it in the
16920         generated string.
16921         (getLists): use the same counter for the NEW_INSETS and the "non"
16922         NEW_INSETS
16923
16924         * lyx_cb.h: remove unused items, includes, using etc.
16925
16926         * ShareContainer.h: remove some commented code, add more comments
16927         and "documentation".
16928
16929 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16930
16931         * buffer.C (getTocList): make the list also when NEW_INSETS is
16932         defined.
16933
16934         * buffer.h: remove TocType
16935
16936         * buffer.C (getTocList): change to return a map<string,
16937         vector<TocItem> >, implement for dynamic number of list.
16938
16939         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
16940         * text2.C (PasteSelection): adjust
16941         * CutAndPaste.C (pasteSelection): adjust
16942
16943         * FloatList.C (FloatList): update from the new_insets branch.
16944         * Floating.[Ch]: ditto
16945         * LaTeXFeatures.C: ditto
16946         * buffer.C: ditto
16947         * lyxlex_pimpl.C: ditto
16948
16949         * paragraph.C (Last): remove when NEW_INSETS is defined.
16950
16951         * other file: changes because of the above.
16952
16953 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16954
16955         * lyxparagraph.h: rename next to next_, previous to previous_,
16956         make them private for NEW_INSETS. Rename Next() to next(),
16957         Previous() to previous().
16958
16959         * other files: changes because of the above.
16960
16961 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
16962
16963         * BufferView.h:
16964         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
16965         problem.
16966
16967 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16968
16969         * main.C (main): pass lyx_localedir to gettext_init().
16970
16971         * gettext.h: remove locale_init and gettext_init macros
16972
16973         * gettext.C (locale_init): new function
16974         (gettext_init): new function
16975
16976         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
16977         setlocale().
16978
16979 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
16980
16981         * Moved credits to frontends:
16982         * credits.[Ch]: removed
16983         * credits_form.[Ch]: removed
16984         * lyx_gui_misc.C: remove credits stuff
16985         * Makefile.am:
16986
16987 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16988
16989         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
16990
16991         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
16992         unneeded destructor.
16993
16994         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
16995         a standalone pointer again.
16996
16997         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
16998
16999 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
17000
17001         * Makefile.am:
17002         * filedlg.h:
17003         * filedlg.C:
17004         * LyXAction.C:
17005         * ToolbarDefaults.C:
17006         * bufferlist.C:
17007         * commandtags.h:
17008         * form1.C:
17009         * form1.h:
17010         * lyx_cb.C:
17011         * lyx_cb.h:
17012         * lyxfunc.h:
17013         * lyxfunc.C:
17014         * BufferView_pimpl.C: use new file dialog in GUII
17015
17016         * lyx_cb.h:
17017         * lyx_cb.C: remove LayoutsCB to Toolbar
17018
17019 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17020
17021         * ShareContainer.h (get): add std:: qualifier
17022
17023 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17024
17025         * ShareContainer.h: define a proper ShareContainer::value_type
17026         type (and use typename to please compaq cxx)
17027
17028 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17029
17030         * lyxparagraph.h: move serveral local vars to
17031         ParameterStruct/ParagraphParameters., use ShareContainer in
17032         FontTable., make vars in FontTable private and add getter and
17033         setter.
17034
17035         * paragraph.C: changes because of the above.
17036
17037         * lyxfont.h: remove copy constructor and copy assignment. (the
17038         default ones is ok), move number inside FontBits. move inlines to
17039         lyxfont.C
17040
17041         * lyxfont.C: add number to initializaton of statics, move several
17042         inlines here. constify several local vars. some whitespace
17043         cleanup. Dont hide outerscope variables.
17044
17045         * Spacing.h: add two new constructors to match the set methods.
17046
17047         * ShareContainer.h: new file, will perhaps be moved to support
17048
17049         * ParameterStruct.h: new file
17050
17051         * ParagraphParameters.h: new file
17052
17053         * ParagraphParameters.C: new file
17054
17055         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17056         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17057
17058         * BufferView_pimpl.C: ParagraphParameter changes.
17059         * buffer.C: Likewise.
17060         * bufferview_funcs.C: Likewise.
17061         * text.C: Likewise.
17062         * text2.C: Likewise.
17063
17064 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17065
17066         * lyxfind.C (LyXReplace): do not redefine default argument in
17067         implementation.
17068         (IsStringInText): ditto
17069         (SearchForward): ditto
17070         (SearchBackward): ditto
17071
17072 2001-03-06  Juergen Vigna  <jug@sad.it>
17073
17074         * lyxfind.C (IsStringInText): put parentes around expressions.
17075
17076 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17077
17078         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17079
17080 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17081
17082         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17083
17084         * stl_string_fwd.h: add comment
17085
17086         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17087
17088         * tabular.h:
17089         * tabular.C: remove unused DocBook methods
17090
17091         * intl.C:
17092         * language.C:
17093         * paragraph.C:
17094         * buffer.C:
17095         killed DO_USE_DEFAULT_LANGUAGE
17096
17097 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17098
17099         * lyx_gui.C: do not include language.h.
17100
17101         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17102         arguments in function implementation.
17103
17104 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17105
17106         * BufferView_pimpl.C: add <ctime>
17107
17108 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17109
17110         * BufferView_pimpl.C: add using std::find_if
17111
17112 2001-02-27  José Matos  <jamatos@fep.up.pt>
17113
17114         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17115         by OnlyPath.
17116
17117 2001-02-11  José Matos  <jamatos@fep.up.pt>
17118
17119         * buffer.C (makeDocBookFile): command styles now have a parameter as
17120         "title" by default.
17121
17122 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17123
17124         * layout_forms.[Ch]: removed
17125         * lyx_cb.[Ch]: out character
17126         * lyx_gui.C: out character
17127         * lyx_gui_misc.C: out character
17128         * bufferview_funcs.C: : out character,
17129         added toggleall as parameter in ToggleAndShow
17130
17131 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17132
17133         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17134
17135         * text2.C (SetCurrentFont): Disable number property at boundary.
17136
17137 2001-02-26  Juergen Vigna  <jug@sad.it>
17138
17139         * lyxfunc.C (getStatus): added a string argument override function so
17140         that this is correctly called from LyXFunc::Dispatch if it contains a
17141         do_not_use_argument which is used!
17142         (Dispatch): added check for "custom" export and call appropriate func.
17143
17144 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17145
17146         * lyxrc.C: Add language_command_local, language_use_babel and
17147         language_global_options.
17148
17149         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17150
17151         * buffer.C (makeLaTeXFile): Use language_use_babel and
17152         language_global_options.
17153
17154 2001-02-23  Juergen Vigna  <jug@sad.it>
17155
17156         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17157         which works with LyXText and putted it inside BufferView. Here now we
17158         only call for that part the BufferView::Dispatch() function.
17159
17160         * BufferView.C (Dispatch): added.
17161
17162         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17163         functions which needs to use a LyXText over from LyXFunc.
17164         (MenuInsertLyXFile): added
17165         (getInsetByCode): added
17166         (moveCursorUpdate): added
17167         (static TEXT): added
17168
17169 2001-02-22  Juergen Vigna  <jug@sad.it>
17170
17171         * BufferView_pimpl.C (update): call a status update to see if LyXText
17172         needs it.
17173
17174 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17175
17176         * vc-backend.C (revert): implement for CVS
17177         (getLog): implement for CVS
17178
17179 2001-02-20  Juergen Vigna  <jug@sad.it>
17180
17181         * text2.C (ClearSelection): added BufferView param for inset_owner call
17182
17183         * lyxfunc.C (TEXT): added this function and use it instead of
17184         directly owner->view()-text of getLyXText().
17185
17186 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17187
17188         * src/layout_forms.C: out preamble
17189         * src/layout_forms.h: out preamble
17190         * src/lyx_cb.C: out preamble
17191         * src/lyx_cb.h: out preamble
17192         * src/lyx_gui.C: out preamble
17193         * src/lyx_gui_misc.C: out preamble
17194         * src/lyxfunc.C: connect with guii preamble
17195
17196 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17197
17198         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17199
17200 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17201
17202         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17203         whether to run bibtex.
17204
17205 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17206
17207         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17208
17209 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17210
17211         * Makefile.am (lyx_SOURCES): removed bibforms.h
17212
17213         * vspace.h: doxygen
17214
17215         * text.C (GetVisibleRow): make several local vars const
17216
17217         * tabular.C: small cleanup.
17218
17219         * lyxserver.C (callback): use compare instead of strncmp
17220
17221         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17222         inlines to after class or to paragraph.C
17223
17224         * lyxfont.h: remove friend operator!=
17225
17226         * converter.h: move friend bool operator< to non friend and after
17227         class def.
17228
17229         * combox.h: small cleanup
17230
17231         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17232         to inlines after class def.
17233
17234         * buffer.C (pop_tag): use string operations instead of strcmp
17235
17236         * bmtable.c: doxygen, small cleanup
17237
17238         * LaTeX.h: remove friend operator==
17239
17240 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17241
17242         * screen.C:
17243         * lyxrc.[Ch]:
17244         * lyxfunc.C:
17245         * lyxfont.[Ch]:
17246         * lyx_cb.C:
17247         * intl.[Ch]:
17248         * commandtags.h:
17249         * buffer.C:
17250         * WorkArea.[Ch]:
17251         * LyXAction.C:
17252         * BufferView_pimpl.C:
17253         * BufferView.[Ch]: remove cruft
17254
17255 2001-02-14  Juergen Vigna  <jug@sad.it>
17256
17257         * lyxfunc.C: removed #if 0 unused code
17258
17259         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17260
17261         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17262
17263         * text2.C (SetSelection): added a BufferView * parameter
17264
17265 2001-02-13  Juergen Vigna  <jug@sad.it>
17266
17267         * lyxfunc.C (Dispatch): fixed protected blank problem.
17268         * BufferView2.C (protectedBlank): added LyxText * parameter.
17269
17270         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17271         (AppendColumn): same as above for column_info.
17272
17273         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17274         (moveCursorUpdate): use a LyXText param for support of InsetText.
17275
17276         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17277         (tripleClick): ditto
17278
17279         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17280
17281         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17282
17283         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17284
17285         * text2.C (SetSelection): set correct update status if inset_owner
17286         (ToggleFree): ditto
17287
17288 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17289
17290         * tabular.C: remove some commented code.
17291
17292 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17293
17294         * BufferView_pimpl.C: call hideSplash()
17295
17296         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17297
17298         * include_form.h:
17299         * bibforms.h: remove
17300
17301         * lyxfunc.C:
17302         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17303           add LFUN_CHILD_CREATE
17304
17305         * counters.h: fix tiny typo
17306
17307         * lyx_cb.C:
17308         * lyx.h:
17309         * lyx_gui.C:
17310         * lyx.C: move splash to frontends/xforms/
17311
17312         * lyx_gui_misc.C: move Include and Bibform to frontends
17313
17314         * lyxvc.h: clarify comment
17315
17316         * vspace.C: tiny housekeeping
17317
17318 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17319
17320         * text.C (PrepareToPrint): RTL Fix.
17321
17322         * paragraph.C (GetUChar): New method.
17323         (String):  Use GetUChar.
17324
17325         * buffer.C (asciiParagraph): Use GetUChar.
17326
17327 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17328
17329         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17330
17331 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17332
17333         * buffer.h:
17334         * buffer.C: rename to getLogName(), handle
17335           build log / latex log nicely
17336
17337 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17338
17339         * MenuBackend.C:
17340         * MenuBackend.h: remove support for reference menuitem type.
17341
17342 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17343
17344         * BufferView_pimpl.C: housekeeping
17345         * BufferView_pimpl.h:
17346         * LyXView.h:
17347         * Makefile.am:
17348         * Timeout.C:
17349         * Timeout.h:
17350         * minibuffer.h: move Timeout GUI-I
17351
17352 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17353
17354         * lyxrc.C (read): Update converters data-structures.
17355
17356 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17357
17358         * LaTeX.h (operator!=): add operator != for Aux_Info
17359
17360 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17361
17362         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17363
17364         * LaTeXLog.C: deleted, useful code moved to Buffer
17365
17366         * buffer.h:
17367         * buffer.C: new function getLatexLogName()
17368
17369         * lyx_gui_misc.C:
17370         * lyx_gui.C:
17371         * lyxvc.C:
17372         * lyxvc.h:
17373         * lyxfunc.C: use frontends for LaTeX and VC logs
17374
17375 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17376
17377         * LaTeX.h: yet another std:: that Allan forgot.
17378
17379         * Variables.C (set): renamed from isset(), because this clashes
17380         with some HP-UX macros (grr).
17381
17382 2001-02-06  Allan Rae  <rae@lyx.org>
17383
17384         * LaTeX.h: Another bug fix.  Missing std:: this time.
17385
17386 2001-02-04  Allan Rae  <rae@lyx.org>
17387
17388         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17389         floats problem. I've left it commented out because it's not quite
17390         correct.  It should also test that the current object is a table or
17391         figure inset.  But I haven't gotten around to figuring out how to do
17392         that.  I *think* it'll be something like: "table" == inset.type()
17393
17394         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17395         bool.
17396
17397 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17398
17399         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17400         all the citation/databases/styles in the auxilary file.
17401         (run): Rerun latex if there was a babel language error.
17402
17403 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17404
17405         * text.C (Backspace): Preserve the font when changing newline char
17406         with a space.
17407         (BreakParagraph): If the cursor is before a space, delete the space.
17408
17409         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17410
17411 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17412
17413         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17414         new argument (code).
17415         (ChangeCitationsIfUnique): New method.
17416
17417         * paragraph.C (GetPositionOfInset): Handle bibkey.
17418
17419 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17420
17421         * BufferView_pimpl.h: change type of Position::par_pos to
17422         LyXParagraph::size_type.
17423
17424 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17425
17426         * BufferView_pimpl.C (savePosition, restorePosition): Write
17427         messages to minibuffer.
17428
17429 2001-01-28  José Matos  <jamatos@fep.up.pt>
17430
17431         * buffer.C (makeDocBookFile): adds support for document language.
17432         A silly restriction on the name of LatexCommand types where removed.
17433         Added support for CDATA sections, allows to chars unescaped, used
17434         among others in code, to avoid escape < and >.
17435
17436 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17437
17438         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17439         saved positions instrad of a stack. Furthermore, a position is
17440         stored using paragraph id/paragraph position.
17441
17442         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17443         Remove LFUN_REF_BACK.
17444
17445 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17446
17447         * converter.C (dvipdfm_options): New method.
17448
17449 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17450
17451         * vspace.C (isValidLength): Fix for empty input string.
17452
17453 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17454
17455         * LyXAction.C (init): change description of LFUN_FIGURE to
17456         "Insert Graphics"
17457
17458 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17459
17460         * LaTeX.C: add using directive
17461
17462 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17463
17464         * MenuBackend.C (expand): Fix the sorting of the formats.
17465
17466 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17467
17468         * lyx_main.C: tiny error message fix
17469
17470 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17471
17472         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17473         calling fl_initialize(). This fixes the problem with ',' as
17474         decimal separator in text files.
17475
17476 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17477
17478         * trans.C (process): Fix the keymap bug.
17479
17480 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17481
17482         * LaTeX.C (scanAuxFiles): New method. Provides support for
17483         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17484         (scanLogFile) Scan for "run BibTeX" messages.
17485
17486         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17487         OT1 font encoding. Also, load the aecompl package if the ae
17488         package is loaded.
17489
17490         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17491
17492 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17493
17494         * texrow.C (increasePos): turn two error messages into debug
17495         messages.
17496
17497 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17498
17499         * LaTeX.C (scanAux): Handle the \@input macro.
17500         (runBibTeX): Use scanAux().
17501
17502         * language.C (latex_options_): New field.
17503
17504         * LaTeXFeatures.C (getMacros): Add language macros.
17505
17506         * buffer.C (makeLaTeXFile): Small fix.
17507
17508 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17509
17510         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17511
17512         * text2.C: add a using directive.
17513
17514 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17515
17516         * BufferView2.C:
17517         * lyx_gui_misc.h:
17518         * lyxfr1.C:
17519         * lyxfunc.C: kill LyXBell.
17520
17521 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17522
17523         * text.C (IsBoundary): Remove the error message
17524
17525         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17526
17527         * lyxrc.C (setDefaults): Correct initialization value for
17528         font_norm_type.
17529
17530 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17531
17532         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17533         gotoError().
17534
17535         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17536         and GotoNextNote().
17537
17538         * src/LyXAction.C: Added reference-next.
17539
17540         * text.C (InsertChar): Use contains instead of strchr.
17541
17542         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17543
17544 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17545
17546         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17547         alignment commands (when needed).
17548
17549         * text.C (InsertChar): Add ':' to number separator chars.