]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Prevent unix-specific headers from breaking compilation on Windows.
[lyx.git] / src / ChangeLog
1 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
4         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
5
6         * rowpainter.C (paintFirst): simplify the code a little bit. In
7         particular, remove the test for secnumdepth.
8         * text.C (setHeightOfRow): only allocate space for chapter number
9         when updateCounters provided an actual label, instead of looking
10         at secnumdepth directly.
11
12         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
13
14         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
15         paragraphs when secnumdepth is large enough or, for environments,
16         when they are not the first in a sequence.
17
18 2005-04-17  Angus Leeming  <leeming@lyx.org>
19
20         * buffer.C (makeLaTeXFile): replace code to manipulate a path
21         containing space and '~' characters with a call to latex_path().
22
23 2005-04-17  Angus Leeming  <leeming@lyx.org>
24
25         * converter.C (convert): protect all args of convertDefault.sh
26         script with quotes.
27
28 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
29
30         * text3.C (dispatch): change the layout to "Caption" after inserting
31         a float.
32
33 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
34
35         * text3.C (dispatch): fix language problem in newly created
36         textinsets (and main text) in non-english docs
37
38 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
39
40         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
41         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
42         * text3.C (getStatus): disable LFUN_INSET_MODIFY
43
44 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
45
46         * lyxtext.h:
47         * text.C (metrics): 
48         * text2.C (getFont):
49         * rowpainter.C (getFont): Fix metrics bug introduced by inset
50         fonts fix
51
52 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
53
54         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
55         output of \item arguments without trailing text.
56
57 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
58
59         * FontIterator.C (operator*): avoid a copy of the font.
60
61 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
62
63         * rowpainter.C (getFont): fix language bug from previous fix
64
65 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
66
67         * rowpainter.C (RowPainter, getFont): fix font inside inset 
68         (bugs 1766, 1809)
69
70 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
71
72         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
73         preventing inserted font, deco, delim insets jumping to start of
74         surrounding inset.
75
76 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
77
78         * lyxfunc.C (dispatch): translate message before sending it to the
79         minibuffer. 
80
81 2005-03-29  Angus Leeming  <leeming@lyx.org>
82
83         * lyx_main.C (priv_exec): call os::internal_path on each file passed
84         to LyX on the command line.
85
86 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
87
88         * vc-backend.C: use QuoteName to protect file names wherever
89         necessary. 
90
91 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
92
93         * buffer.[Ch]:
94         * BranchList.h: fix bugs 1844,1845: document settings don't
95         stick
96
97 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
98
99         * lyxrc.C (setDefaults, read, output, getDescription): add support
100         for tex_allows_spaces.
101
102         * exporter.C (Export): allows files in directory containing spaces
103         if tex_allows_spaces is true.
104
105         * buffer.C (makeLaTeXFile): if the document path contains spaces,
106         output it in double quotes.
107
108 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
109
110         * rowpainter.C: use default text height for drawing change tracker
111         strikeout lines.
112
113 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
114
115         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
116
117 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
118
119         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
120         directory is missing.
121
122 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
123
124         * text2.C: fixed the fix, extended to other case.
125
126 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
127
128         * text2.C: fix for cursor up/down stuck in math [bug 1792]
129
130 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
131
132         * text2.C (cursorUp): get rid of a crash
133         * text.C (x2pos): add an assert
134
135 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
136
137         * lyxfunc.C (getStatus): fix warning when assertions are disabled
138
139         * text3.C: 
140         * lyxfunc.C: 
141         * dociterator.C: include <boost/current_function.hpp>, which is
142         needed when assertions are disabled.
143
144 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net> 
145
146         * text2.C: fix for stuck cursor when traversing two 
147         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange) 
148
149 2005-02-25  Andreas Vox  <avox@arcor.de>
150
151         * output_docbook.C (makeParagraph): suppress trailing newline
152         after a run of paragraphs
153
154 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
155
156         * paragraph.C: fix for confused change tracker when pasting
157         text that begins with a lineseparator. [bug 1827]
158         (setChange(0, Change::INSERTED);)
159
160         * paragraph_funcs.C: fix for lost changes on triple-paste
161         in change tracking mode [bug 1827] (par.setChange()).
162
163 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
164
165         * text2.C (updateCounters, setCounter, expandLabel): move to
166         buffer_funcs.
167
168         * buffer_funcs.C (updateCounters): turn into a free standing
169         function and add a buffer parameter. Remove dead code for tracking
170         labelstring change.
171         (setCounter): change into a free-standing function which gets a
172         dociterator as argument. Use this iterator to fix captions in a
173         simple way. When no float is found above the caption, use the
174         labelstring of the caption layout as default.
175
176         * text.C (breakParagraph, backspace): 
177         * text2.C (init, setLayout, changeDepth):
178         * text3.C (dispatch): 
179         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
180         updateCounters.
181
182         * dociterator.C (forwardPar): make it much faster by calling
183         forwardPos() only when really necessary.
184
185         * output_docbook.C (makeCommand): adapt to expandLabel move.
186
187         * cursor.C: remove unused variable
188
189 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
190
191         * paragraph_funcs.C: fix crash when pasting insets in change 
192         tracking mode [bug 1277] (honour change type in moveItem).
193
194 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
195
196         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
197
198 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
199
200         * BufferView.C (setCursor): change to use a DocIterator.
201         (gotoLabel): use BufferView::setCursor (other part of bug 781).
202         (putSelectionAt): adapt to BufferView::setCursor change.
203
204         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
205         moved here from LyXText and rewritten to use proper cursor
206         methods. Fixes bug 1787, 616 and 835.
207
208         * BufferView_pimpl.C (restorePosition): set the cursor correctly
209         when inside an inset (part of bug 781).
210         (dispatch): adapt to change of BufferView::setCursor.
211         (getStatus, dispatch): handle LFUN_GOTOERROR,
212         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
213
214         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
215         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
216         * text3.C (gotoNextInset, gotoInset): removed.
217
218 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
219
220         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
221
222 2005-02-15  Angus Leeming  <leeming@lyx.org>
223
224         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
225         can be used meaningfully in a comparison.
226
227 2005-02-13  André Pönitz  <poenitz@gmx.net>
228
229         * bufferview_funcs.C (coordOffset): improve cursor drawing
230
231 2005-02-13  André Pönitz  <poenitz@gmx.net>
232
233         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
234         * Cursor.C (dispatch): use fixIfBroken
235         * lyxfunc.C (getStatus): use fixIfBroken
236
237 2005-02-15  Angus Leeming  <leeming@lyx.org>
238
239         * lyx_main.C (error_handler):
240         * lyxfunc.C:
241         * lyxrc.C (setDefaults):
242         s/GetEnv/getEnv/.
243         #include "environment.h".
244
245         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
246
247 2005-02-15  Angus Leeming  <leeming@lyx.org>
248
249         * lyxserver.C (startPipe): squash MSVC warning "local variable
250         'fd' used without having been initialized".
251
252 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
253
254         * BufferView_pimpl.C: revert accidental commit.
255
256 2005-02-14  André Pönitz  <poenitz@gmx.net>
257
258         * dociterator.[Ch]: new member forwardPosNoDescent(),
259         which doesn't enter nested insets.
260         * text2.C (setFont): use forwardPosNoDescent() instead
261         of ForwardPos() (fixes crash on font change).
262
263 2005-02-13  Angus Leeming  <leeming@lyx.org>
264
265         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
266         only if lyxrc.path_prefix is not empty.
267
268 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
269
270         * bufferparams.C (readGraphicsDriver): prevent crash
271
272 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
273
274         * text2.C (setCounter): check for inInset() == 0
275
276 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
277
278         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
279         but use update() to get correct screen display; use convert
280         instead of istringstream. 
281         (getStatus): handle LFUN_GOTO_PARAGRAPH 
282
283         * lyxfunc.C (dispatch, getStatus): do not handle
284         LFUN_GOTO_PARAGRAPH here.
285
286 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
287
288         * text3.C (dispatch): size() -> depth()
289
290         * text2.C: remove some debug output
291
292         * paragraph.C: ws changes only
293
294         * lyxfunc.C (getStatus): size() -> depth()
295
296         * dociterator.h (clear, push_back, pop_back, internalData,
297         operator[], resize, empty): new functions
298         Make StableDocIterator and operator== be friends. Don't inherit
299         from std::vector use a privat class variable slices_ instead.
300         Modify to fit.
301
302         * dociterator.C: update because of not inheriting from std::vector
303         anymore. Call explictly to slices_ instead. Use depth() instead of
304         size() and top() instead of back()
305
306         * cursor.C: chagne size() -> depth and back() -> top(). Also
307         remove some direct operator[](i) calls in favour of foo[i]
308         (getFont): remove some dead code
309
310         * bufferview_funcs.C (coordOffset): size() -> depth()
311
312         * buffer.C: ws changes only
313
314         * CutAndPaste.C (eraseSelection): back() -> top()
315
316         * BufferView_pimpl.C (selectionRequested): back() -> top()
317
318         * BufferView.C (setCursor): size() -> depth()
319
320 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
321
322         * text3.C (cursorPrevious): return true if depm changed something
323         (cursorNext): ditto
324         (dispatch): rename sl to oldTopSlice, remove moving use the new
325         NoUpdate func attrib instead. Make sure that needsUpdate is set
326         for function that have NoUpdate, but where depm might have changed
327         the buffer anyway.
328
329         * text2.C (cursorLeft): make us return true if depm changed
330         something
331         (cursorRight): ditto
332         (cursorUpParagraph): ditto
333         (curosrDownParagraph): ditto
334         (cursorUp, cursorDown): ditto, make sure to read comments in code
335         (deleteEmptyParagraphMechanism): remove an assert, also return
336         true if just a single char was deleted.
337
338         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
339         cursor that we modify, to avoid modifying an active cursor before
340         we call setCursor. This allows depm to run. Also return true if
341         depm deleted something.
342
343         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
344         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
345         cursorDownParagraph, cursorPrevious and cursorNext, return true if
346         something was changed in the buffer because of them (ie. depm run)
347
348         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
349         debug messages. Make update by default be false. Make sure that
350         the result of update is retained throught several calls down to
351         dispatch.
352
353         * LyXAction.h: add a new func_attrib: NoUpdate
354
355         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
356         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
357         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
358         and LFUN_WORDLEFT
359         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
360
361 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
362
363         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
364         bv_->owner(), bv_->buffer() by direct references to the private
365         members.
366         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
367         (getStatus): isSavedPosition() is in BufferView::Pimpl.
368         (fitCursor): center() is in BufferView::Pimpl.
369         (getStatus, trackChanges, dispatch): no need for a temporary buf
370         variable
371         (fitCursor, workAreaDispatch): use workarea().workheight()
372
373 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
374
375         * CutAndPaste.C (pasteSelectionHelper): fix a crash
376
377 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
378
379         * buffer.C: format up to 241.
380         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
381         break if pasting into ERT
382         * lyxfunc.C (getStatus): suppress mathpanel and
383         LFUN_DIALOG_SHOW_NEW_INSET in ERT
384
385 2005-02-01  Angus Leeming  <leeming@lyx.org>
386
387         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
388
389 2005-02-01  Angus Leeming  <leeming@lyx.org>
390
391         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
392         calling fs::is_directory().
393
394 2005-01-31  Angus Leeming  <leeming@lyx.org>
395
396         * lyx_main.C (priv_exec): specify explicitly the relative location
397         of the top level build directory when run in-place.
398
399 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
400
401         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
402         LyXText containing the cursor, not the top-level one.
403
404         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
405         true.
406         (insertStringAsLines): rename par to pit; use temporary variable
407         par to hold a Paragraph; do not store par.layout() in a variable,
408         since the pointer may die when breaking paragraphs; pass pars to
409         breakParagraph() instead of Buffer::paragraphs().
410
411 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
412
413         * lyxlex_pimpl.h: #include <fstream>.
414
415         * BufferView.[Ch] (getLyXText): add a const version.
416
417         * BufferView_pimpl.C: add debug aids.
418
419         * RowList_fwd.h:
420         * buffer.h:
421         * lyxrow.h:
422         * paragraph_funcs.h: add commentary explaining what the class does.
423
424
425         * coordcache.[Ch]: add lots of commentary.
426         (startUpdating, doneUpdating): debug aids.
427         (arrays, insets, parPos, getParPos): accessors to private data.
428
429         * cursor_slice.[Ch] (text): add a const version.
430         * dociterator.[Ch] (text, innerText): add const versions.
431
432         * lyxtext.h (breakParagraph): change the keep_layout arg to a
433         bool.
434
435         * paragraph.C (getRow, pos2ros): add asserts.
436
437         * paragraph.h: add commentary. Lots of.
438
439         * paragraph.[Ch] (metrucs, draw): removed.
440
441         * cursor.C:
442         * rowpainter.[Ch]: const-correct changes.
443
444         * text.C: various obvious clean-ups. Removal of ancient cruft.
445         Bug fixes, even.
446
447 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
448
449         * vc-backend.C (find_file): rewrite to use boost.filesystem
450         (scanMaster): ditto
451
452         * main.C (main): set default name check for boost.filesystem to
453         no check
454
455         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
456         (open): ditto
457         (doImport): ditto
458         (actOnUpdatedPrefs): ditto
459
460         * lyx_main.C (init): rewrite to use boost.filesystem
461         (queryUserLyXDir): ditto
462
463         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
464         (getContentsOfAsciiFile): ditto
465
466         * lastfiles.C (readFile): rewrite to use boost.filesystem
467
468         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
469
470         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
471         (loadLyXFile): ditto
472
473         * buffer.C (Buffer): adjust for destroydir
474         (getLogName): rewrite to use boost.filesystem
475         (setFileName): ditto
476         (save): use fs::copy_file (from fs_extras)
477
478         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
479
480         * LaTeX.C (run): rewrite to use boost.filesystem
481         (scanAuxFiles): ditto
482         (handleFoundFile): ditto
483
484 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
485
486         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
487
488         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
489
490 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
491
492         * lyxlayout.[Ch]: change some vars from float to double
493
494         * buffer.C (readFile): make a local var const
495
496         * Several files: use convert<> instead of atoi,strToXXX and friends
497
498 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
499
500         * LaTeXFeatures.[Ch]: Add a static list packages_ that
501         holds the contents of packages.lst. New functions getAvailable
502         and isAvailable to parse and check that list, resp.
503
504         * LyXAction.C:
505         * lfuns.h:
506         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
507
508         * bufferparams.[Ch]: new param output_changes.
509
510         * Buffer.C: increase file format to 240.
511         Use output_changes and isVailable.
512
513         * changes.[Ch]:
514         * paragraph.C:
515         * paragraph_pimpl.C: Use output_changes and isVailable.
516
517 2005-01-23  Angus Leeming  <leeming@lyx.org>
518
519         * output_latex.C: #include "insetbibitem.h", rather than
520         forward declare function bibitemWidest.
521
522 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
523
524         * lyx_main.C (init): make it compile on the Mac.
525
526 2005-01-20  Angus Leeming  <leeming@lyx.org>
527
528         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
529         (setLyXMisc): (char string literal) != (char string literal) is
530         performing a comparison on the addresses. Convert one operand
531         explicitly to string to guarantee expected behaviour.
532         From MSVC warning.
533
534 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
535
536         * buffer.C:
537         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
538
539         * output_plaintext.C: remove unneeded #include gzstream.h.
540
541 2005-01-20  Angus Leeming  <leeming@lyx.org>
542
543         * SpellBase.h: rename some of the elements of the Result enum.
544
545         * aspell_local.h:
546         * ispell.h:
547         * pspell.h:
548         * aspell.C (check):
549         * ispell.C (check):
550         * pspell.C (check): ditto
551
552 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
553
554         * buffer.C: add #include <fstream>.
555
556         * lyx_main.C (init): Compile fix.
557
558         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
559
560 2005-01-20  Angus Leeming  <leeming@lyx.org>
561
562         * mover.h: change commentary to reflect the changed meaning of
563         the $$s placeholder.
564
565 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
566
567         * output_linuxdoc.C (linuxdocParagraphs): silence warning
568
569         * lyxfind.C (MatchString::operator()): remove bogus semicolon
570
571 2005-01-20  Angus Leeming  <leeming@lyx.org>
572
573         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
574         printing diagnostic data by not dereferecing an iterator past the
575         end.
576
577 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
578
579         * buffer.C (readHeader): use "&&" rather than "and".
580
581         * lyxserver.h (inPipeName, outPipeName): make these const.
582
583 2005-01-19  Angus Leeming  <leeming@lyx.org>
584
585         * lyx_main.C (error_handler, init): protect SIGHUP with
586         #ifdef SIGHUP guards.
587
588 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
589
590         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
591
592 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
593
594         * text.C (setHeightOfRow): add a margin at the top and bottom of
595         the document (bug 1761)
596
597 2005-01-17  Angus Leeming  <leeming@lyx.org>
598
599         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
600         with "python ". Workaround for a brain-dead Windows.
601
602 2005-01-16  Angus Leeming  <leeming@lyx.org>
603
604         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
605         for MacOSX and Windows to use prependEnvPath.
606         Strip out the hard-coded block to add elements to the PATH for
607         MacOSX and replace it with a call to prependEnvPath using the
608         contents of LyXRC::path_prefix.
609         (queryUserLyXDir): strip out the code to run reconfigure, instead
610         returning a boolean indicating the necessity to do so.
611         (reconfigureUserLyXDir): contains the code to reconfigure the
612         user support directory. Is now called after the various LyXRC data
613         files have been read.
614
615         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
616
617 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
618
619         * converter.[Ch] (convert): take a new parameter try_default. Use
620         a default converter (imagemagick) if try_default is true.
621
622 2005-01-13  Angus Leeming  <leeming@lyx.org>
623
624         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
625         os::cygwin_path_fix.
626         (write): output LyXRC::cygwin_path_fix as necessary.
627
628 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
629
630         * lyxrc.h:
631         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
632
633 2005-01-12  Angus Leeming  <leeming@lyx.org>
634
635         * lyx_main.C (init): set the PATH variable to include the
636         directory containing the LyX binary when running on Mac or Windows.
637
638 2005-01-12  Angus Leeming  <leeming@lyx.org>
639
640         * lyx_main.C (init): remove cruft that purports to set the locale
641         dir. It doesn't and is not needed anyway.
642
643 2005-01-10  Angus Leeming  <leeming@lyx.org>
644
645         * Makefile.am: remove the lyx_main.C special casing.
646
647         * BufferView_pimpl.C:
648         * bufferlist.C:
649         * exporter.C:
650         * lyx_cb.C:
651         * lyx_main.C:
652         * lyxfunc.C:
653         * messages.C: use support/package.h to provide the paths to the
654         various directories used by LyX.
655
656 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
657
658         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
659         layout if pasting into an empty paragraph)
660
661 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
662
663         * tex-accent.C: add <string>
664
665 2005-01-06  José Matos  <jamatos@lyx.org>
666
667         * ParagraphParameters.C (write): put every parameter in its own line.
668         * paragraph.C (write): reduce number of consecutive empty lines exported.
669         * buffer.C (LYX_FORMAT): increase file format to 239.
670
671 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
672
673         * everywhere: change support/tostr.h -> support/convert.h
674
675         * tabular.C: make all write_attributes templates, tostr -> convert
676
677         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
678         (emptyTag): and -> &&, and fix type for ret from getChar
679         (getFirstWord): fix type for ret from getChar
680         (onlyText): and -> &&
681         (simpleDocBookOnePar): and not -> && !, fix type for ret from
682         getChar
683
684         * toc.C (goTo, action):
685         * text3.C (dispatch):
686         * text.C (currentState):
687         * tex-accent.C (DoAccent):
688         * sgml.C:
689         * lyxrc.C:
690         * lyxfunc.C (menuNew):
691         * lyxfinc.C (replace):
692         * counters.C (laberItem):
693         * bufferview_funcs.C (font2string):
694         * bufferparams.C (writeFile):
695         * buffer.C (readFile):
696         * Spacing.C (set):
697         * MenuBackend.C: tostr -> convert
698
699         * LaTeX.C (runMessage): fix format
700         (scanAuxFiles): tostr -> convert
701
702         * BufferView_pimpl.C (savePosition): fix format
703         (restorePosition): ditto
704         (dispatch): ditto
705
706 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
707
708         * Spacing.[Ch]: New method getValueAsString().
709
710         * Spacing.[Ch]:
711         * bufferparams.C:
712         * ParagraphParameters.C:
713         * lyxlayout.C:
714         * text.C:
715         * text3.C: store/read spacing value as string.
716
717         * rowpainter.C: change float value (spacing_val) to double.
718
719         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
720         broken custom document spacing).
721
722 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
723
724         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
725         namespace, also more use of temp references and const
726
727         * cursor.[Ch] (getStatus): move to lyxfunc.C
728
729         * bufferparams.C: reformat slightly
730
731         * bufferview_funcs.C (font2string): constify arg
732
733         * changes.C:
734         * converter.C:
735         * counters.C:
736         * bufferlist.C:
737         * buffer_funcs.C: (many funcs): constify arg on function
738         definitions, also make more local vars const, also add ASSERTS on
739         pointer args.
740
741         * buffer.C (LYX_FORMAT): put const in correct place
742         (many funcs): constify arg on function definitions, also make
743         more local vars const
744
745         * aspell_local.h: remove "struct" from typdef setup
746
747         * aspell.C (check): make word_ok const
748         (nextMiss): simplify slightly
749         (error): ditto
750
751 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
752
753         * lyxrc.[Ch]: store all float values as strings.
754         use int (not float) for lyxrc.dpi.
755
756 2005-01-04  Angus Leeming  <leeming@lyx.org>
757
758         * lyx_cb.C (Reconfigure):
759         * lyx_main.C (queryUserLyXDir):
760         to run the <system_lyxdir>/configure correctly on Windows, prefix
761         the path to the script with "sh " when generating the string that
762         is passed to system().
763
764 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
765
766         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
767
768 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
769
770         * lyxlength.C (asLatexString): get rid of setprecision
771
772 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
773
774         * text2.C (setLayout): remove unused variable endpit.
775         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
776
777         * paragraph.C (onlyText): remove unused variable style.
778
779         * cursor.C (bruteFind): remove unused variables beg and end.
780
781         * Makefile.am (dist_noinset_DATA): not needed anymore
782
783         * cheaders/*: remove.
784
785 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
786
787         * text3.C: fix LFUN_MATH_MODE.
788
789 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
790
791         * buffer_funcs.C (countWords): new function. Counts words between
792         two iterators.
793
794         * BufferView_pimpl.C (getStatus, dispatch): handle
795         LFUN_WORDS_COUNT.
796
797         * LyXAction.C (init):
798         * lfuns.h: add LFUN_WORDS_COUNT.
799
800 2004-12-19  Angus Leeming  <leeming@lyx.org>
801
802         * buffer.C (save): s/slashify_path/internal_path/.
803
804 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
805
806         * lyxfind.C (findChange): do not search for end of pars, because
807         the change tracker cannot handle this (fixes bug 1719).
808
809 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
810
811         * paragraph.[Ch] (autoBreakRows): remove
812
813         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
814
815         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
816         avoid using the paragraph one
817
818         * text2.C (LyXText, insertStringAsLines): adjust
819
820 2004-12-16  Angus Leeming  <leeming@lyx.org>
821
822         * bufferlist.C:
823         * lyx_main.C:
824         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
825
826 2004-12-14  Angus Leeming  <leeming@lyx.org>
827
828         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
829
830         * bufferlist.C (emergencyWrite):
831         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
832         GetEnvPath("HOME").
833
834 2004-12-14  Angus Leeming  <leeming@lyx.org>
835
836         * main.C: (main): no longer pass pointers to os::init.
837
838 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
839
840         * undo.C (textUndoOrRedo): simplify logic, fix a crash
841         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
842
843 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
844
845         * lyxfunc.C:
846         * text3.C: remove selection_possible global flag
847
848 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
849
850         * text2.C (getSelectionSpan): remove
851         (changeDepth, changeDepthAllowed): adjust
852
853 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
854
855         * Makefile.am (BOOST_LIBS): use boost variables
856
857 2004-12-03  José Matos  <jamatos@lyx.org>
858
859         * buffer.C: format up to 238.
860
861 2004-12-03  José Matos  <jamatos@lyx.org>
862
863         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
864
865 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
866
867         * cursor.C (goUpDown): remove call to idxUpDown2
868
869 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
870
871         * tabular.[Ch]: use size_t-like types for cell, row and column
872         indices
873
874 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
875
876         * lyxfunc.C (getStatus): do not lose previous information when
877         calling BufferView::getStatus; do not set a default "Command
878         disabled" message at the beginning, but just before returning.
879
880 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
881
882         * cursor.h (getStatus): add better comment from src/cursor.C
883
884 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
885
886         * text3.C (getStatus): return false when the lfun is not handled
887
888 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
889
890         * broken_headers.h: remove
891
892         * Makefile.am (lyx_SOURCES): remove broken_headers.h
893
894 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
895
896         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
897         offset_ref accessors
898
899         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
900         top_y_, merge fitcursor with update
901         (updateScrollbar, scrollDocView, fitCursor, center, update): new
902         coord scheme
903         (metrics): introduce
904         (workAreaDispatch): adapt to new coord scheme
905         (redoCurrentBuffer): remove
906
907         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
908
909         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
910         CurStatus enum.
911
912         * coordcache.[Ch]: add paragraph cache and helpers
913
914         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
915         adjust everywhere
916
917         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
918         (targetX, setTargetX): introduce
919
920         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
921         baseline -> ascent, as the rest of lyx
922
923         * lyxtext.h: remove redoParagraphs, updateParPositions,
924         fullRebreak, redoParagraphInternal. move dist to anon namespace in
925         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
926         have ascent/descent (ascent is ascent of first par)
927
928         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
929         step of BufferView
930
931         * paragraph.[Ch]: unify dimension handling with the rest of lyx
932
933         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
934
935         * pariterator.C: fix infinite loop introduced in par->pit renaming
936
937         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
938         in insets and LyXText, draw two off-screen paragraphs using
939         NullPainter, and adapt to new coord scheme
940
941         * text.C:
942         * text2.C:
943         * text3.C: adapt lfun handlers to the new coord scheme, which
944         means: there's only guaranteed coord information for onscreen pars
945         plus one above and one below. This implies that one can do search
946         from y coordinates in the range [-1,workHeight]
947
948 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
949
950         * rename a lot of InsetOld to InsetBase
951
952 2004-11-25  Angus Leeming  <leeming@lyx.org>
953
954         * BufferView_pimpl.C:
955         * lyx_cb.C:
956         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
957
958 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
959
960         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
961         call BufferView::getStatus if LCursor::getStatus did nothing
962         (setStatusMessage, getStatusMessage): removed.
963
964         * FuncStatus.C (message): new methods. Used to provide an error
965         message indicating why a command is disabled.
966         (clear, |=, FuncStatus): update for message.
967
968 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
969
970         * lyxfunc.C (dispatch): always call sendDispatchMessage
971
972 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
973
974         * BufferView.C:
975         * BufferView_pimpl.C:
976         * CutAndPaste.C:
977         * FontIterator.C:
978         * buffer.C:
979         * cursor.C:
980         * cursor_slice.[Ch]:
981         * dociterator.[Ch]:
982         * lyxfind.C:
983         * paragraph_funcs.C:
984         * pariterator.C:
985         * rowpainter.C:
986         * text.C:
987         * text2.C:
988         * text3.C:
989         * undo.C: par->pit renaming
990
991 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
992
993         * tabular.C (cellstruct): use initialization, store a shared_ptr
994         to insettext instead of the insettext directly, adjust to fit.
995         (operator=):  new function
996         (swap): new function
997         (rowstruct): use initialization
998         (columnstruct): use initialization
999         (ltType): use initialization
1000
1001
1002         * lyxlength.h (swap): new function
1003
1004         * LColor.[Ch] (operator=): use the common semantics
1005
1006 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1007
1008         * lyxfind.C (findNextChange): update the bufferview after setting
1009         the selection.
1010
1011 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1012
1013         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1014         number of InsetOptArgs has already been inserted.
1015
1016         * output_latex.C (latexOptArgInsets): new method. This outputs all
1017         the optarg insets, up to the limit defined in the layout file.
1018         (optArgInset): removed
1019         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1020
1021 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1022
1023         * paragraph.C (isLetter): remove special spellchecker-related
1024         code; return true also for digits
1025         (isWord, isKomma): remove
1026
1027         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1028         * lyxfind.C (MatchString()): use isLetter instead of isWord
1029
1030 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1031
1032         * pariterator.h (operatir=): comment out un-implemented member
1033         function.
1034
1035         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1036         static cast.
1037
1038 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1039
1040         * lyxfont.h: include LColor.h to satisfy concept checks.
1041
1042 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1043
1044         * pariterator.h: add typdefs for value_type, difference_type,
1045         pointer and reference to satisfy concept checks. Also add default
1046         constructor for same reason.
1047
1048         * pariterator.C (operator++): add post-increment operator to
1049         satisfy concept checks.
1050
1051         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1052         checks.
1053
1054         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1055
1056         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1057         checks. Also rename base_type to BaseType to follow naming
1058         standard better.
1059
1060         * FloatList.h: include Floating.h to satisfy concept checks.
1061
1062 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1063
1064         * lyxfunc.C (getStatus): when the origin of the request is menu or
1065         toolbar, and the LyXView does not have focus, do as if there was
1066         no buffer (bug 1720)
1067
1068         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1069         FuncRequest to individual entries of LFUN_SEQUENCE
1070
1071 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1072
1073         * output_latex.C (TeXOnePar): override runparams.moving_arg
1074         according to the needprotect value of the current paragraph (bug
1075         1739)
1076
1077         * paragraph.C (simpleTeXOnePar): no need to override
1078         runparams.moving_args here
1079
1080 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1081
1082         * vspace.C: fix off-by-one-error, related to fix #1682
1083
1084 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1085
1086         * lengthcommon.C: a more general fix for bug 1682
1087
1088 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1089
1090         * text.C (backspace): fix crash
1091
1092 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1093
1094         * format.[Ch] (getFormatFromFile): new method
1095         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1096
1097 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1098
1099         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1100
1101 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1102
1103         * lyxfunc.C (dispatch): remove the verbose argument
1104         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1105         instead
1106
1107         * kbmap.C (defkey): set the origin of func to KEYBOARD
1108
1109         * MenuBackend.C (MenuItem):
1110         * ToolbarBackend.C (add): set the origin of func to UI
1111
1112         * funcrequest.[Ch]: add origin member, which indicates which part
1113         of LyX requests an action
1114
1115 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1116
1117         * converter.C (move): don't lie in the error message
1118         * converter.h (isReachable, move): document
1119
1120 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1121
1122         * buffer.C: remove unused using lyx::support::atoi
1123         * paragraph_funcs.C: ditto
1124
1125 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1126
1127         * bufferlist.C (exists): use bind and equal_to instead of
1128         compare_memfun
1129         (getBuffer): ditto
1130         * lyxtextclasslist.C (NumberOfClass): ditto
1131
1132         * cursor.C (insert): use for_each instead of explicit for loop
1133
1134         * bufferlist.C (getFileNames): use std::transform and
1135         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1136
1137         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1138         for loop
1139
1140         * buffer.C (changeLanguage): use for_each instead of explicit for
1141         loop
1142         (hasParWithID): implement using getParFromID
1143
1144         * LaTeXFeatures.C: ws change only
1145
1146         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1147         to cleanup a bit.
1148
1149         * BufferView_pimpl.C (trackChanges): use for_each instead of
1150         expilicit for loop
1151
1152 2004-11-04  André Pönitz  <poenitz@gmx.net>
1153
1154         * undo.h:
1155         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1156
1157         * dociterator.C (asDocIterator): use hard assert again.
1158
1159 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1160
1161         * lyxlength.C (asLatexString): rewrite so that it does not use
1162         snprintf anymore
1163
1164 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1165
1166         * text3.C (specialChar, dispatch): make sure cursor moves to the
1167         right after inserting an inset
1168
1169 2004-11-02  José Matos  <jamatos@lyx.org>
1170
1171         * output_docbook.C (docbook):
1172         * paragraph.C (getID):
1173         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1174         garantee that the output is always legal.
1175
1176         * tabular.C (docbook):
1177         * outputprams.[Ch]: remove mixed contents.
1178
1179 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1180
1181         * text2.C (setCounter): prevent endless loop
1182
1183 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1184
1185         * exporter.C (copyFile): use the mover instead of support::copy()
1186         * exporter.C (Export): pass format and latex name to copyFile()
1187         * exporter.h (addExternalFile): document
1188         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1189
1190 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1191
1192         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1193
1194 2004-10-30  José Matos  <jamatos@lyx.org>
1195
1196         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1197         text and no inset or font change. This allows to use CDATA
1198         sections just for the whole paragraph.
1199
1200 2004-10-30  José Matos  <jamatos@lyx.org>
1201
1202         * paragraph.C (getFirstWord): remove unused variable.
1203
1204 2004-10-30  José Matos  <jamatos@lyx.org>
1205
1206         * paragraph.C (getFirstWord): the content should always be escaped
1207         there.
1208         (simpleDocBookOnePar):
1209         * output_docbook.C (makeEnvironment): replace reference to CDATA
1210         to style pass_thru.
1211
1212 2004-10-30  José Matos  <jamatos@lyx.org>
1213
1214         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1215
1216 2004-10-30  José Matos  <jamatos@lyx.org>
1217
1218         * output_docbook.C (makeParagraphs):
1219         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1220         standard paragraph has only a given type of content drop the wrapper.
1221
1222 2004-10-29  José Matos  <jamatos@lyx.org>
1223
1224         * output_docbook.C (makeEnvironment):
1225         * sgml.C (openTag):
1226         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1227
1228 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1229
1230         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1231         (cleanID): sanitize any id.
1232
1233 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1234
1235         * buffer.C, lyxlex_pimpl.C:
1236         * lyxlex_pimpl.C (setFile):
1237         s/getExtFromContents/getFormatFromContents/
1238
1239 2004-10-28  José Matos  <jamatos@lyx.org>
1240
1241         * output_docbook.C (makeEnvironment): move id to broadest possible
1242         scope.
1243
1244         * sgml.C (openTag): apply substitution of <> for all attributes.
1245
1246 2004-10-28  José Matos  <jamatos@lyx.org>
1247
1248         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1249         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1250         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1251
1252         * sgml.[Ch]: new version for open and closeTag for paragraph and
1253         for strings. Now they handle the ids of paragraphs.
1254
1255 2004-10-26  Angus Leeming  <leeming@lyx.org>
1256
1257         * Makefile.am: add mover.[Ch].
1258
1259         * converter.C (convert, move): use the new Movers to move external
1260         files to the temp directory.
1261
1262         * lyx_main.C (init): ensure that the global system_movers data
1263         is initialised.
1264
1265         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1266         preferences file.
1267
1268         * mover.[Ch]: new files, defining a Mover as a utility to move an
1269         external file between directories and, if necessary, manipulate this
1270         file using a helper script.
1271
1272 2004-10-25  José Matos  <jamatos@lyx.org>
1273
1274         * output_docbook.C (makeCommand): merge two if's that tested the
1275         same condition.
1276
1277 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1278
1279         * sgml.C (escapeString): fix warning in a better way
1280
1281 2004-10-25  José Matos  <jamatos@lyx.org>
1282
1283         * sgml.C (escapeString): import the require boosts header file for
1284         tie, and avoid a signed unsigned comparison.
1285
1286 2004-10-25  José Matos  <jamatos@lyx.org>
1287
1288         * sgml.h: add #include <string>
1289
1290 2004-10-25  José Matos  <jamatos@lyx.org>
1291
1292         * sgml.[Ch] (escapeString): new function to escape all the string.
1293
1294 2004-10-24  José Matos  <jamatos@lyx.org>
1295
1296         * paragraph.[Ch] (getFirstWord): new function to get the first
1297         word. Useful for description.
1298         (simpleDocBookOnePar): remove depth argument, add another that
1299         says where to start the paragraph.
1300
1301         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1302         use the new functions to fix cleanly the support for descriptions.
1303
1304 2004-10-24  José Matos  <jamatos@lyx.org>
1305
1306         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1307         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1308         * output_linuxdoc.C (linuxdocParagraphs):
1309         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1310         add buffer as argument.
1311
1312 2004-10-24  José Matos  <jamatos@lyx.org>
1313
1314         * output_docbook.C (makeEnvironment, searchEnvironment): place
1315         CDATA inside paragraphs and fix scope for listitems.
1316
1317 2004-10-24  José Matos  <jamatos@lyx.org>
1318
1319         * output_docbook.C: remove using statement for stack.
1320
1321 2004-10-23  José Matos  <jamatos@lyx.org>
1322
1323         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1324         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1325         docbook. The new scheme is recursive and makes use of iterators, the
1326         same as latex export works.
1327         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1328         directly with the paragraph contents. This code was moved up to
1329         output_docbook.C (docbookParagraphs).
1330         * sgml.C (openTag, closeTag): removed unneeded newlines.
1331         (closeEnvTags) removed.
1332
1333 2004-10-23  André Pönitz  <poenitz@gmx.net>
1334
1335         * undo.C (textUndoOrRedo):
1336         * dociterator.C (asDocIterator): work around crash
1337
1338         * cursor.C (getStatus): replace ASSERT by more verbose error message
1339           and manual correction of the problem. Should increase stability
1340           while providing more sensible information.
1341
1342 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1343
1344         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1345
1346         * bufferlist.C (previous, next): new methods
1347
1348         * lfuns.h:
1349         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1350
1351 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1352
1353         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1354         entities to preamble.
1355
1356 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1357
1358         * messages.C (Pimpl): strip off translation context information
1359
1360 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1361
1362         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1363         the cursor is correct (bug 1694)
1364
1365 2004-10-13  José Matos  <jamatos@lyx.org>
1366
1367         * output_docbook.C (docbookParagraphs): fix closing tags in the
1368         end of the document.
1369
1370 2004-10-09  José Matos  <jamatos@lyx.org>
1371
1372         * buffer.C: format up to 237.
1373         * bufferparams.C (write): use tostr to convert booleans to strings.
1374
1375 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1376
1377         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1378
1379 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1380
1381         * LaTeX.C: implement use of babel language in xindy.
1382
1383 2004-10-05  José Matos  <jamatos@lyx.org>
1384
1385         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1386         Add new translators to help reading and writing the lyx file.
1387
1388 2004-10-05  José Matos  <jamatos@lyx.org>
1389
1390         * ParagraphParameters.C (read):
1391         * text.C (readParToken): replace nexToken by more appropriate lex
1392         methods.
1393
1394 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1395
1396         * LaTeX.C (runMakeIndex):
1397         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1398         (usually 'makeindex') configurable.
1399
1400         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1401         with a variable rather than with a number.
1402
1403 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1404
1405         * output_latex.C (TeXOnePar): make sure font setting is the first
1406         thing that gets output (and the last at the end). Should fix bug
1407         1404.
1408
1409 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1410
1411         * pch.h: use proper signal include
1412
1413         * LaTeX.h: Use preferred calling of Boost.Signal
1414         * buffer.h: ditto
1415
1416 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1417
1418         * pch.h: dont include <boost/function/function0.hpp>
1419
1420         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1421
1422         * paragraph_pimpl.h: remove usage of ShareContainer
1423
1424         * paragraph_pimpl.C: remove initialization of ShareContainer.
1425
1426 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1427
1428         Fix bug #1666
1429
1430         * BufferView.C (putSelectionAt): change the semantics when
1431         backwards == true: now, this just swaps cursor and anchor wrt the
1432         forward case
1433
1434         * BufferView.h (putSelectionAt): add some documentation
1435
1436         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1437         make sure backwardChar is done at least once (to avoid getting
1438         stuck)
1439         (findNextChange): use putSelectionAt in the forward direction
1440         (operator()): use Paragraph::isWord
1441
1442 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1443
1444         * Spacing.C (set): c_str fix
1445
1446 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1447
1448         * lyx_cb.C (Reconfigure): quote the name of configure script in
1449         case it contains spaces
1450
1451 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1452
1453         * client: new dir
1454
1455         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1456         (BOOST_LIBS): use top_buildir when looking for the file
1457
1458 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1459
1460         * pch.h: do not use include boost/format.hpp, multiple symbols
1461                 will result (gcc bug)
1462
1463
1464 2004-08-23  José Matos  <jamatos@lyx.org>
1465
1466         * bufferparams.C (readToken): fix reading of the author field.
1467
1468 2004-08-20  José Matos  <jamatos@lyx.org>
1469
1470         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1471
1472 2004-08-20  José Matos  <jamatos@lyx.org>
1473
1474         * lyxlex.[Ch] (findToken): remove function.
1475
1476         * ParagraphParameters.C (findToken):
1477         * bufferparams.C (findToken): replace call for previous function
1478         with local copy. This local function has one more argument, the
1479         read string argument.
1480
1481 2004-08-16  José Matos  <jamatos@lyx.org>
1482
1483         * ParagraphParameters.C (write):
1484         * Spacing.C (writeFile):
1485         * bufferparams.C (writeLaTeX):
1486         * lyx_cb.C (Reconfigure):
1487         * paragraph.C (write):
1488         * tabular.C (write): remove unnecessary space at end of line.
1489
1490
1491 2004-08-16  José Matos  <jamatos@lyx.org>
1492
1493         * text.C (readParagraph): remove debug message.
1494
1495 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1496
1497         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1498         crash
1499
1500         * output_plaintext.C (asciiParagraph): set depth correctly
1501
1502         * outputparams.h: add member depth
1503
1504         * paragraph_funcs.C (ownerPar): remove.
1505
1506         * text2.C (setCounter): remove first_pit; comment out some
1507         non-working code that uses ownerPar
1508
1509         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1510         uses ownerPar
1511
1512 2004-08-16  José Matos  <jamatos@lyx.org>
1513
1514         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1515         For the same level of importance use the same chanel to report problems.
1516         (read): add code to deal with \begin_body and \end_body.
1517
1518
1519 2004-08-15  José Matos  <jamatos@lyx.org>
1520
1521         * lyxlex.C (getString): fix comment, buffer::readBody is now
1522         buffer:readDocument.
1523
1524         * tex-strings.C (string_papersize): Default -> default,
1525         Custom -> custom, for consistency with other options.
1526
1527 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1528
1529         * pch.h: new file
1530
1531         * Makefile.am: support pch
1532
1533 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1534
1535         * text.C (readParToken): remove the static LyXFont variable and
1536         pass it as a parameter instead. This fixes a nasty bug where an
1537         inset will be inserted with a bad font in some situations
1538         (readParagraph): adapt
1539
1540         * text2.C (setCounter): reduce number of calls to pars_[pit]
1541
1542         * text.C (singleWidth): add an assert, fix a test
1543
1544         * rowpainter.C (paintText): reduce number of calls to singleWidth
1545
1546         * paragraph.C (isHfill):
1547         (isNewline): ws only
1548
1549 2004-08-14  André Pönitz  <poenitz@gmx.net>
1550
1551         * text.C:
1552         * text2.C:
1553         * rowpainter.C:
1554         * lyxtext.h (several functions): use a Paragraph & argument
1555         instead of par_type
1556
1557 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1558
1559         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1560
1561         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1562
1563         * text.C (singleWidth): remove useless test
1564
1565 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1566
1567         * tabular.h: remove bogus comments
1568
1569         * tabular.C (getDescentOfRow):
1570         (isPartOfMultiColumn): add assertions
1571
1572         * lyxlength.C (inPixels): remove #warning
1573
1574 2004-08-14  André Pönitz  <poenitz@gmx.net>
1575
1576         * paragraph.h: inline getChar()
1577
1578         * BufferView.h: remove unused declarations
1579
1580 2004-08-14  José Matos  <jamatos@lyx.org>
1581
1582         * Buffer.[Ch] (readDocument): new name for old readBody.
1583         * Buffer.C: new file format, new keywords: \begin_document,
1584         \begin_header, \begin_body, \end_body.
1585
1586         * bufferparams.C (readToken): replace all calls to lex.nextToken
1587         by lex.next(). Do the same to eatLine except where really needed.
1588
1589         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1590         line when writing to the lyx file.
1591
1592         * output_plaintext.C (asciiParagraph): fix Bibliography style
1593         handling.
1594
1595         * text.C (read): fix end of file handling.
1596
1597 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1598
1599         * MenuBackend.C (Menu::operator[]): new method to access
1600         individual menu items
1601         (Menu::hasFunc): new method. search for an item that corresponds
1602         to a given func
1603         (MenuBackend::specialMenu): new method
1604         (MenuBackend::expand): if a special menu has been set, skip
1605         entries whose func() appears in this menu
1606
1607 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1608
1609         * text3.C: use Debug::DEBUG a bit more
1610
1611         * text.C (leftMargin): try to simplify a tiny bit change var x to
1612         l_margin. Dont output the wide margins always.
1613         (rightMargin): no margin in inner texts
1614
1615         * rowpainter.h (nestMargin): new func
1616         (changebarMargin): new func
1617         (rightMargin): new func
1618
1619         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1620         now functions.
1621         (paintLast): ditto
1622
1623         * factory.C (createInset): modify setDrawFrame
1624
1625         * cursor.C: use Debug::DEBUG a bit more
1626
1627 2004-08-14  André Pönitz  <poenitz@gmx.net>
1628
1629         * coordcache.[Ch]:
1630         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1631         cache for all insets in (at least partially) visible (top-level)
1632         paragraphs.
1633
1634         * BufferView_pimpl.C: reset external coord cache before every update.
1635         This means the coord cache only contains valid entries.
1636
1637 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1638
1639         bug 1096
1640         * BufferView_pimpl.C (getInsetByCode): move function out of class
1641         and change in to a template in anon namespace. Also fix to do what
1642         suits us better.
1643
1644 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1645
1646         bug 1305
1647         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1648         of char
1649         (breakParagraph): rename par to par_offset and use a local
1650         reference. Add code to keep the language over a rebreak.
1651         (breakParagraphConservative): rename par to par_offset, use a
1652         local reference
1653         (mergeParagraph): ditto
1654         (outerHook): ditto
1655         (isFirstInSequence): ditto
1656         (outerFont): rename pit to par_offset
1657
1658         * paragraph.C: ws change
1659         * paragraph.h: ditto
1660         * text3.C: ditto
1661         * text.C: ditto
1662
1663 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1664
1665         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1666         treatment for ']'
1667
1668         * paragraph.C (simpleTeXOnePar): when we have a \item with
1669         optional argument, enclose the argument with curly brackets (in
1670         case it contains a closing square bracket)
1671
1672         * text2.C (editXY):
1673         * text2.C (editXY):
1674         * text3.C (checkInsetHit): constify
1675
1676 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1677
1678         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1679         documents (bug 1629)
1680
1681 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1682
1683         Fix toggling of collapsable insets with the mouse (bug 1558)
1684
1685         * lyxfunc.C (dispatch): adapt to LCursor changes
1686
1687         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1688         make sure that dispatch is not invoked twice
1689
1690         * cursor.C (needsUpdate): new method
1691         (dispatch): return void
1692         (result): new method, to access the DispatchResult of the cursor.
1693
1694 2004-08-13  José Matos  <jamatos@lyx.org>
1695
1696         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1697
1698 2004-08-13  André Pönitz  <poenitz@gmx.net>
1699
1700         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1701
1702         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1703           multiple cells
1704
1705 2004-08-12  André Pönitz  <poenitz@gmx.net>
1706
1707         * text3.C: take out the 'cursor right' form insertInset and only
1708         do it in those places when it is really needed. Fixes crash on
1709         C-m...
1710
1711 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1712
1713         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
1714
1715         * BufferView_pimpl.C (setBuffer): initialize the current font of
1716         the underlying LyXText
1717
1718 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1719
1720         * kbsequence.C (print): use UI native formatting for menu
1721         shortcuts
1722
1723         * text.C (insertChar): call Paragraph::insertChar with a font
1724         argument (cosmetic)
1725
1726         * paragraph.C (insertInset, insertChar): the version that takes a
1727         LyXFont argument is now a wrapper around the other one (the
1728         opposite used to be true).
1729
1730         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
1731         argument. Font setting is done in Paragraph now.
1732
1733 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1734
1735         * outputparams.h: add new members intitle and lang.
1736
1737         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
1738         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
1739
1740 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1741
1742         * text3.C (dispatch): remove special handling of button 4 and 5,
1743         it is now taken care of in the frontend code.
1744
1745 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1746
1747         * Spacing.h: add <string> (STLPort compile fix)
1748
1749 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1750
1751         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
1752
1753 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1754
1755         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
1756         to bool.
1757
1758         * converter.C (showMessage): inherit from unary_function, make
1759         operator() const.
1760
1761         * buffer.C (writeFile): initialize retval
1762
1763         * InsetList.h: rename private variable list to list_
1764         * InsetList.[Ch]: adjust accordingly.
1765
1766 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
1767
1768         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
1769         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
1770         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
1771         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
1772         * ParagraphParameters.C, LaTeXFeatures.C: replace
1773         "support/std_sstream.h" with <sstream>
1774
1775 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1776
1777         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
1778         * lyxsocket.C (LyXServerSocket): ditto
1779         (serverCallback): ditto
1780
1781 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1782
1783         * LaTeXFeatures.C: check release date when loading jurabib.
1784
1785 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1786
1787         * lyxserver.C (startPipe): call register_socket_callback
1788         (endPipe): call unregister_socket_callback
1789
1790 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
1791
1792         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
1793         (LyXServerSocket): register the callback
1794         (LyXServerSocket): unregister the callback
1795         (fd): delete function
1796         (serverCallback): improve error checking and setup the callbacks.
1797         (dataCallback): change arg to fd.
1798         (writeln): new func (copied fro the client socket) used for server
1799         write to client.
1800         (LyXDataSocket): simplify
1801         (~LyXDataSocket): close ann unregiser callback
1802         (server): delete function
1803         (fd): delete function
1804         (readln): small changes, improve some std::string usage
1805         (writeln): constify a bit
1806
1807 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1808
1809         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
1810         Qt frontend
1811
1812 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1813
1814         * BufferView_pimpl.C (setBuffer): set the layout combox value only
1815         after it has been populated
1816
1817 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1818
1819         * text2.C (insertInset): move cursor when inserting inset.
1820
1821 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1822
1823         * kbmap.C (findbindings): a couple of new methods. returns a
1824         container of kb_sequence objects. The real work is done by the
1825         private recursive version
1826         (printbindings): uses findbindings to print out a bracketed list
1827         of bindings (renamed from findbinding).
1828
1829         * MenuBackend.C (binding): use kb_keymap::findbindings
1830
1831         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
1832
1833 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1834
1835         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
1836
1837 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1838
1839         * paragraph.C (isWord): return true on insets that report
1840         isLetter().
1841
1842         * text.C (getWord): use Paragraph::isWord to decide what is in a
1843         word and what is not; fix bug 1609.
1844
1845 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1846
1847         * tex-strings.C: add "none" to string_paperpackages[], fixes
1848         off-by-one-error in the paperpackage selection.
1849
1850         * lyxlex.[Ch]:
1851         * tex-strings.[Ch]: char const * string[n]
1852         -> char const * const string[]
1853
1854 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1855
1856         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
1857         command, return early.
1858
1859 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
1860
1861         * debug.h: add DEBUG to enum and fix size of ANY.
1862
1863         * debug.C: add support for Debug::DEBUG
1864         (showTags): cast errorTags.level to unsigned int
1865
1866         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
1867         (redoCurrentBuffer): ditto
1868         (updateScrollbar): ditto
1869         * cursor.C (dispatch): ditto
1870         * text2.C (setLayout): ditto
1871         (setFont): ditto
1872         (updateCounters): ditto
1873         (editXY): ditto
1874         (deleteEmptyParagraphMechanism): ditto
1875
1876 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
1877
1878         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
1879         annotations to cleanup the Makefile slightly.
1880
1881 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1882
1883         * lyxrc.C: do not set user_email to a default value but use empty
1884         instead. The entry used to be translated, which does not work
1885         since at the point where lyxrc is constructed there is no
1886         translation service available
1887
1888         * messages.C (getLocaleDir): remove and use directly
1889         lyx_localedir() instead
1890
1891 2004-06-02  Angus Leeming  <leeming@lyx.org>
1892
1893         Fix crash caused by dereferencing null pointer 'exportdata' in
1894         OutputParams by creating a new ExportData variable on the heap,
1895         storing it in a boost::shared_ptr.
1896         The crash was triggered when generating an Instant Preview
1897         of an external inset.
1898
1899         * Makefile.am: add outputparams.C
1900
1901         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
1902         (c-tor): allocate memory to it.
1903
1904         * exporter.C (c-tor): associated changes.
1905
1906 2004-06-01  Angus Leeming  <leeming@lyx.org>
1907
1908         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
1909         contains data before calling isInset(0). (Bug 1513.)
1910
1911 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1912
1913         * exporter.C (checkOverwrite): new method
1914         * exporter.C (copyFile): new method
1915         * exporter.C (Export): copy referenced files to the document dir
1916         * exporter.[Ch]: new class ExportedFile
1917         * exporter.[Ch]: new class ExportData. Contains currently the
1918         names of referenced external files
1919         * outputparams.h: add exportdata member.
1920
1921 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1922
1923         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
1924         version.C-tmp
1925
1926 2004-05-19  Angus Leeming  <leeming@lyx.org>
1927
1928         * LaTeXFeatures.C:
1929         * ToolbarBackend.C:
1930         * bufferparams.C:
1931         * lyxfunc.C: small changes due to the introduction of namespace
1932         lyx::frontend and the moving of namespace biblio to lyx::biblio.
1933
1934 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
1935
1936         * text3.C (dispatch): supress update when only moving the cursor
1937         * cursor.C (selHandle): remove commented code
1938
1939 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1940
1941         * paragraph.C (startTeXParParams): correct column count
1942         * CutAndPaste.C (pasteSelection): remove const_cast
1943         * output_docbook.C (docbookParagraphs): remove const_cast
1944         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
1945         const_cast and return ParagraphList::const_iterator
1946         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
1947         * output_plaintext.C (writeFileAscii): remove const_cast
1948         * paragraph.[Ch] (simpleTeXOnePar): make const
1949         * paragraph_funcs.C (outerPar): use const iterators
1950         * paragraph_pimpl.C (validate): use const iterators
1951         * text.C (setHeightOfRow): use const iterators
1952
1953 2004-05-17  Angus Leeming  <leeming@lyx.org>
1954
1955         * lfuns.h:
1956         * LyXAction.C (init): new LFUN_INSET_REFRESH.
1957
1958         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
1959         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
1960         if the citation engine has changed.
1961
1962 2004-05-14  José Matos  <jamatos@lyx.org>
1963
1964         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
1965         if the textclass does not provide it. Have it different for sgml and
1966         xml.
1967         support the language of document.
1968         * output_docbook.C (docbookParagraphs):
1969         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
1970         first anchor as the id of the paragraph, remove special case code.
1971         * sgml.C (escapeChar): escape only < & >.
1972
1973 2004-05-14  Angus Leeming  <leeming@lyx.org>
1974
1975         * bufferparams.h: move biblio::CiteEngine enum here to minimize
1976         dependencies on src/frontends/controllers/biblio.h. Define a
1977         CiteEngine_enum wrapper class to enable the enum to be forward
1978         declared.
1979
1980 2004-05-12  Angus Leeming  <leeming@lyx.org>
1981
1982         * buffer.C: up LYX_FORMAT to 234.
1983         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
1984         use_numerical_citations with a single biblio::CiteEngine cite_engine
1985         variable.
1986         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
1987
1988 2004-05-13  José Matos  <jamatos@lyx.org>
1989
1990         * converter.h:
1991         * converter.C (Converter, readFlags): add xml member.
1992         * outputparams.h: add XML flavor.
1993         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
1994
1995 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1996
1997         * lyxfunc.C (dispatch):
1998         (getStatus): fix handling of LFUN_SEQUENCE
1999
2000 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2001
2002         * debug.C (showLevel): do not forget the end-of-line marker
2003
2004 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2005
2006         * kbmap.C (read): do not stop parsing a bind file when an error
2007         occurs (bug 1575)
2008
2009 2004-04-29  Angus Leeming  <leeming@lyx.org>
2010
2011         * cursor.C:
2012         * factory.C:
2013         * pariterator.C:
2014         * text2.C: wrap a bunch of #warning statements
2015         inside #ifdef WITH_WARNINGS blocks.
2016
2017 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2018
2019         * buffer.C: increment format to 233.
2020
2021 2004-04-28  Angus Leeming  <leeming@lyx.org>
2022
2023         * BufferView_pimpl.C:
2024         * lyxfunc.C:
2025         * text3.C:
2026         s/updateToolbar()/updateToolbars()/
2027         s/Toolbar.h/Toolbars.h/
2028
2029 2004-04-28  Angus Leeming  <leeming@lyx.org>
2030
2031         * BufferView.[Ch] (c-tor):
2032         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2033         No longer passes these data to the WorkArea generator.
2034
2035 2004-04-28  Angus Leeming  <leeming@lyx.org>
2036
2037         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2038
2039 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2040
2041         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2042
2043 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2044
2045         * output_latex.C (TeXEnvironment): make sure that there is a line
2046         break before \end{foo} for the last paragraph of a document
2047         (TeXOnePar): if the paragraph is at the end of the document (or
2048         inset) and the language has to be reset, then make sure that the
2049         line break is _before_ the language command, not after (fixes bug
2050         1225); also make sure that the language reset command is the first
2051         thing after the paragraph (to ensure proper nesting of
2052         environments and thus fix bug 1404)
2053
2054 2004-04-21  John Levon  <levon@movementarian.org>
2055
2056         * ToolbarBackend.h:
2057         * ToolbarBackend.C: make "name" be a programmatic name
2058         and a gui_name field.
2059
2060         * lyxfunc.C: display the minibuffer on M-x
2061
2062 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2063
2064         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2065         (bug 1526)
2066
2067 2004-04-19  Angus Leeming  <leeming@lyx.org>
2068
2069         * BufferView_pimpl.C (setBuffer): changed preview interface.
2070
2071         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2072         possible values.
2073
2074 2004-04-19  John Levon  <levon@movementarian.org>
2075
2076         * BufferView_pimpl.C:
2077         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2078
2079 2004-04-05  Angus Leeming  <leeming@lyx.org>
2080
2081         * text.C (redoParagraphs): add call to updateCounters(), thereby
2082         fixing the missing "Figure #:" label from the caption of a
2083         figure float.
2084
2085 2004-04-13  Angus Leeming  <leeming@lyx.org>
2086
2087         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2088         cursor is clicked out of an inset.
2089
2090 2004-04-13  Angus Leeming  <leeming@lyx.org>
2091
2092         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2093         than an InsetOld one.
2094
2095 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2096
2097         * format.[Ch]: add editor to Format
2098         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2099         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2100
2101 2004-04-08  André Pönitz  <poenitz@gmx.net>
2102
2103         * metricsinfo.h: remove PainterInfo::width member
2104
2105 2004-04-08  Angus Leeming  <leeming@lyx.org>
2106
2107         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2108         "\providecommand" rather than "\newcommand", thereby preventing
2109         clashes with packages that define "\boldsymbol" themselves.
2110         Eg, beamer.
2111
2112 2004-04-08  Angus Leeming  <leeming@lyx.org>
2113
2114         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2115         thereby squashing an unnecessary warning.
2116
2117 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2118
2119         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2120         setBuffer()
2121
2122 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2123
2124         * BufferView.C (setCursor): call redoParagraph (some insets could
2125         have been opened)
2126         (putSelectionAt): remove the 'double update' trick
2127
2128         * BufferView_pimpl.C (fitCursor): call refreshPar
2129         (workAreaDispatch): remove an uneeded update call
2130         (dispatch): remove some manual update calls
2131
2132         * cursor.[Ch]: remove cached_y_, updatePos
2133         (selHandle): set noUpdate when appropriate
2134
2135         * lyxfunc.C (dispatch): track if we need an update
2136
2137         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2138
2139         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2140         (paintSelection): cheap optimization, do not call cursorX when not
2141         needed
2142         (paintPars): change signature
2143         (refreshPar): add
2144         (paintText): adjust
2145         (paintTextInset): adjust
2146
2147         * text.C: adjust
2148
2149 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2150
2151         * lengthcommon.C: compilation fix: remove explicit array size from
2152         unit_name[] and friends
2153
2154 2004-04-05  Angus Leeming  <leeming@lyx.org>
2155
2156         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2157
2158         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2159         present only for the preferences dialog.
2160         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2161
2162 2004-04-05  Angus Leeming  <leeming@lyx.org>
2163
2164         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2165         to enable the frontends to export changes to lyxrc correctly.
2166
2167         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2168
2169 2004-04-07  André Pönitz  <poenitz@gmx.net>
2170
2171         * cursor.[Ch] (selClear, adjust): remove math
2172
2173         * cursor_slice.C: more agressive assert
2174
2175         * lyxfunc.C:
2176         * BufferView_pimpl.C: rework mouse event dispatch
2177
2178         * dociterator.C:
2179         * paragraph.C:
2180         * text2.C:
2181         * text3.C: adjust
2182
2183 2004-04-05  André Pönitz  <poenitz@gmx.net>
2184
2185         * cursor.[Ch] (valign, halign...): remove unneeded functions
2186
2187 2004-04-05  Angus Leeming  <leeming@lyx.org>
2188
2189         * lyxlength.[Ch] (unit_name et al.): const-correct.
2190
2191 2004-04-05  Angus Leeming  <leeming@lyx.org>
2192
2193         * BufferView_pimpl.C:
2194         * buffer.C:
2195         * counters.C:
2196         * cursor.C:
2197         * lyxfunc.C
2198         * paragraph.C:
2199         * pariterator.C:
2200         * text.C:
2201         * text2.C:
2202         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2203
2204 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2205
2206         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2207
2208 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2209
2210         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2211         * BufferView_pimpl.[Ch] (getStatus)
2212         * BufferView.[Ch] (getStatus): add
2213         * lyxfunc.C (getStatus): move lfuns handled in
2214         BufferView::dispatch to te function above
2215         * Cursor.C (setSelection): set selection() = true
2216
2217 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2218
2219         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2220
2221 2004-03-31  Angus Leeming  <leeming@lyx.org>
2222
2223         * lyxfunc.C (dispatch): Fall through to the generic
2224         Dialogs::show("preamble").
2225
2226 2004-03-31  Angus Leeming  <leeming@lyx.org>
2227
2228         * lyxfunc.C (dispatch): Fall through to the generic
2229         Dialogs::show("spellchecker").
2230
2231 2004-03-31  Angus Leeming  <leeming@lyx.org>
2232
2233         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2234         preferences dialog.
2235
2236 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2237
2238         * BufferView.C
2239         * cursor.[Ch]
2240         * dociterator.[Ch]:
2241         * insetiterator.[Ch]:
2242         * lyxfind.C:
2243         * lyxfunc.C:
2244         * pariterator.[Ch]:
2245         * text2.C:
2246         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2247
2248 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2249
2250         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2251         insets where we are putting the cursor.
2252
2253 2004-03-31  Angus Leeming  <leeming@lyx.org>
2254
2255         * lfuns.h:
2256         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2257
2258         * lyxrc.[Ch] (read, write): overloaded member functions taking
2259         a std::[io]stream arguments.
2260
2261         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2262
2263 2004-03-31  Angus Leeming  <leeming@lyx.org>
2264
2265         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2266         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2267
2268         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2269         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2270
2271 2004-03-31  Angus Leeming  <leeming@lyx.org>
2272
2273         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2274         the LFUN_ALL_INSETS_TOGGLE code.
2275
2276 2004-03-30  Angus Leeming  <leeming@lyx.org>
2277
2278         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2279         has died. Fall through to the generic Dialogs::show("document").
2280
2281 2004-03-30  Angus Leeming  <leeming@lyx.org>
2282
2283         * lfuns.h:
2284         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2285         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2286
2287         * lyxfunc.C (getStatus, dispatch): define the actions for these
2288         lfuns. Little more than a cut and pste job from ControlDocument.C
2289
2290         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2291
2292 2004-03-30  Angus Leeming  <leeming@lyx.org>
2293
2294         * lfuns.h:
2295         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2296         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2297
2298         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2299         open/closed state of ollapsable insets. Usage:
2300
2301         all-inset-toggle <state> <name>, where
2302         <state> == "open" || "closed" || "toggle" and
2303         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2304
2305         * lyxtext.h, text2.C (toggleInset): removed.
2306
2307         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2308         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2309         now passes LFUN_INSET_TOGGLE to the found inset.
2310
2311         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2312         is now invoked as "all-insets-toggle toggle branch".
2313
2314 2004-03-30  Angus Leeming  <leeming@lyx.org>
2315
2316         * dociterator.C:
2317         * insetiterator.C:
2318         * pariterator.[Ch]: added/corrected header blurb.
2319
2320 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2321
2322         * dociterator.[Ch]: add an inset_ member
2323         (backwardPos): implemented
2324         (backwardPos, forwardPos): use inset_ when the stack is empty.
2325         (doc_iterator_begin, doc_iterator_end): implemented
2326         * pariterator.[Ch]: adjust, add begin, end
2327         * insetiterator.[Ch]: adjust, add begin, end
2328         * cursor.C:
2329         * document.C:
2330         * BufferView.C:
2331         * BufferView_pimpl.C:
2332         * CutAndPaste.C: adjust
2333
2334 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2335
2336         * buffer.C: increment file format to 232.
2337         * LaTeXFeatures.C: add bibtopic package.
2338         * bufferparams.[Ch]: param \use_bibtopic.
2339
2340         * lyxrc.[Ch]: add lyxrc bibtex_command
2341         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2342
2343         * buffer.C: increment file format to 231.
2344
2345 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2346
2347         * dociterator.C: implement forwardPar
2348         * iterators.[Ch]: remove, replaced by
2349         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2350         * BufferView.C:
2351         * BufferView_pimpl.C:
2352         * CutAndPaste.C:
2353         * buffer.C:
2354         * bufferview_funcs.C:
2355         * cursor.C:
2356         * lyxfind.C
2357         * lyxfunc.C
2358         * paragraph_funcs.C
2359         * toc.C:
2360         * Makefile.am: adjust
2361
2362 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2363
2364         * CutAndPaste.C (pasteSelection): fix 2 crashes
2365         (eraseSelection): fix a crash
2366         * paragraph_funcs.C: remove a warning
2367
2368 2004-03-28  Angus Leeming  <leeming@lyx.org>
2369
2370         * lfuns.h:
2371         * LyXAction.C (init): new LFUN_PRINT.
2372
2373         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2374
2375 2004-03-27  Angus Leeming  <leeming@lyx.org>
2376
2377         * lfuns.h:
2378         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2379
2380         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2381
2382 2004-03-27  Angus Leeming  <leeming@lyx.org>
2383
2384         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2385         insetlist always contains non-null pointers to insets.
2386
2387 2004-03-26  Angus Leeming  <leeming@lyx.org>
2388
2389         * src/BufferView_pimpl.C:
2390         * src/CutAndPaste.C:
2391         * src/buffer.C:
2392         * src/iterators.C:
2393         * src/output_plaintext.C:
2394         * src/outputparams.h:
2395         * src/paragraph_funcs.C:
2396         * src/rowpainter.C:
2397         * src/text.C:
2398         * src/text2.C:
2399         * src/frontends/controllers/ControlErrorList.C:
2400         * src/frontends/gtk/FileDialogPrivate.C:
2401         * src/frontends/gtk/GPainter.C:
2402         * src/frontends/gtk/GToolbar.C:
2403         * src/frontends/qt2/QRef.C:
2404         * src/mathed/math_scriptinset.C: squash compiler warnings.
2405
2406 2004-03-26  Angus Leeming  <leeming@lyx.org>
2407
2408         * ispell.C (LaunchIspell::start):
2409         * lyx_cb.C (AutoSaveBuffer::start):
2410         invoke run(DontWait) rather than runNonBlocking().
2411
2412 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2413
2414         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2415
2416 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2417
2418         * kbsequence.C (print): adjust
2419
2420         * kbmap.C (printKeySym): rename and change signature
2421         (printKey): use LyXKeySym::print()
2422
2423 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2424
2425         * undo.C: add using std::advance to compile for stlport
2426
2427 2004-03-24  Angus Leeming  <leeming@lyx.org>
2428
2429         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2430         it leads to a crash when no buffer is present.
2431
2432 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2433             Martin Vermeer  <martin.vermeer@hut.fi>
2434
2435         * lyxfunc.C (dispatch):
2436         * bufferparams.C (readToken): use the new LColor::setColor
2437
2438         * LColor.[Ch] (setColor): new version that takes two strings as
2439         argument and creates a new color entry if necessary
2440
2441 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2442
2443         * buffer.C (makeLaTeXFile): if the main latex file that is
2444         processed is usually a subdocument of some master, then pretend
2445         for a while that it is actually the master
2446
2447 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2448
2449         * buffer.C (getLabelList):
2450         (getBibkeyList): use getMasterBuffer()
2451         (getMasterBuffer): new method. Returns the main document in the
2452         case where one is using included documents.
2453
2454 2004-03-25  André Pönitz  <poenitz@gmx.net>
2455
2456         * Makefile.am:
2457         * iterators.[Ch]:
2458         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2459
2460         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2461
2462         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2463         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2464
2465         * ParameterStruct.h: merge with ParagraphParameters
2466
2467         * lyxtext.h: remove LyXText::parOffset() and getPar()
2468
2469         * text3.C: Remove all 'manual' update calls. We do now one per user
2470         interaction which is completely sufficient.
2471
2472         * Bidi.C:
2473         * BufferView.[Ch]:
2474         * BufferView_pimpl.C:
2475         * FontIterator.[Ch]:
2476         * MenuBackend.C:
2477         * ParagraphParameters.[Ch]:
2478         * buffer.C:
2479         * buffer.h:
2480         * bufferlist.C:
2481         * cursor.[Ch]:
2482         * cursor_slice.[Ch]:
2483         * dociterator.[Ch]:
2484         * errorlist.[Ch]:
2485         * factory.C:
2486         * lfuns.h:
2487         * lyxfind.C:
2488         * lyxfunc.C:
2489         * output_docbook.[Ch]:
2490         * output_latex.[Ch]:
2491         * output_linuxdoc.[Ch]:
2492         * output_plaintext.[Ch]:
2493         * paragraph.[Ch]:
2494         * paragraph_funcs.[Ch]:
2495         * paragraph_pimpl.[Ch]:
2496         * rowpainter.C:
2497         * tabular.[Ch]:
2498         * text.C:
2499         * text2.C:
2500         * toc.C:
2501         * undo.[Ch]: adjust
2502
2503         * frontends/controllers/ControlDocument.C:
2504         * frontends/controllers/ControlErrorList.C:
2505         * frontends/controllers/ControlSpellchecker.C:
2506         * insets/inset.C:
2507         * insets/inset.h:
2508         * insets/insetbase.h:
2509         * insets/insetbibitem.C:
2510         * insets/insetbox.C:
2511         * insets/insetbranch.C:
2512         * insets/insetcaption.C:
2513         * insets/insetcharstyle.C:
2514         * insets/insetcharstyle.h:
2515         * insets/insetcollapsable.C:
2516         * insets/insetcollapsable.h:
2517         * insets/insetert.C:
2518         * insets/insetfloat.C:
2519         * insets/insetfoot.C:
2520         * insets/insetmarginal.C:
2521         * insets/insetnote.C:
2522         * insets/insetoptarg.C:
2523         * insets/insettabular.C:
2524         * insets/insettext.C:
2525         * insets/insettext.h:
2526         * insets/insetwrap.C:
2527         * mathed/math_mboxinset.C:
2528         * mathed/math_nestinset.C:
2529         * mathed/math_scriptinset.C:
2530         * mathed/math_scriptinset.h:
2531         * support/types.h:
2532
2533 2004-03-24  Angus Leeming  <leeming@lyx.org>
2534
2535         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2536         deal with any child processes that have finished but are waiting to
2537         communicate this fact to the rest of LyX.
2538
2539 2004-03-24  Angus Leeming  <leeming@lyx.org>
2540
2541         64-bit compile fixes.
2542
2543         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2544         (c-tor): pass lyx::pos_types rather than ints.
2545
2546         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2547         lyx::pos_type.
2548
2549         * text.C (Delete): compile fix.
2550         (getPar): ensure that function declaration is the same as that in
2551         the header file.
2552
2553 2004-03-23  Angus Leeming  <leeming@lyx.org>
2554
2555         * ispell.C (LaunchIspell):
2556         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2557         a boost::shred_ptr rather than a std::auto_ptr.
2558
2559 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2560
2561         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2562         handle LFUN_FILE_INSERT_*
2563
2564         * lyxrc.C (setDefaults, getDescription, output, read):
2565         * lyxrc.h: remove ps_command
2566
2567 2004-03-22  Angus Leeming  <leeming@lyx.org>
2568
2569         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2570         Ensure that error_handler is processed once only and that all data
2571         is saved before attempting to output any warning messages.
2572
2573         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2574
2575 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2576
2577         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2578
2579 2004-03-19  André Pönitz  <poenitz@gmx.net>
2580
2581         * cursor.[Ch] (reset): take main text inset as argument
2582
2583         * BufferView: adjust
2584         * BufferView_pimpl.C: adjust
2585
2586         * paragraph.[Ch]: fix completely broken operator=()
2587
2588 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2589
2590         * LColor.C (getFromLyXName): make sure that the color name is used
2591         as lowercase.
2592
2593 2004-03-17  Angus Leeming  <leeming@lyx.org>
2594
2595         * lfuns.h:
2596         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2597
2598         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2599         dialog and to kill a forked process.
2600
2601 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2602
2603         * text2.C (setCursorFromCoordinates): fix font problem
2604
2605 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2606
2607         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2608         bogus "rebuild cursor" code
2609
2610 2004-03-11  André Pönitz  <poenitz@gmx.net>
2611
2612         * buffer.[Ch]: use InsetText instead of LyXText as container for
2613         the main lyx text.
2614
2615         * dociterator.[Ch]: drop the BufferView * member which is not needed
2616         anymore after the change to buffer.C
2617
2618         * paragraph_funcs.C:
2619         * text.C:
2620         * text2.C:
2621         * BufferView.[Ch]:
2622         * BufferView_pimpl.[Ch]:
2623         * cursor.[Ch]:
2624         * cursor_slice.[Ch]: adjust
2625
2626         * text3.C: fix bug in mathDispatch
2627
2628 2004-03-08  André Pönitz  <poenitz@gmx.net>
2629
2630         * undo.[Ch]: use 'StableDocumentIterator' as base for
2631         the Undo struct.
2632
2633 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2634
2635         * LaTeXFeatures.C:
2636         * bufferparams.[Ch]: add jurabib support and param.
2637
2638         * LaTeX.C: add FIXME/comment.
2639
2640 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2641
2642         * buffer.C: increment file format to 230.
2643
2644 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2645
2646         * cursor.C (dispatch): avoid infinite loops
2647
2648 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2649
2650         * rowpainter.C (paintSelection): fix x coordinates
2651
2652 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2653
2654         * text.C (rowBreakPoint): fix breaking before displayed insets
2655
2656 2004-03-01  André Pönitz  <poenitz@gmx.net>
2657
2658         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2659
2660         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2661
2662         * Makefile.am:
2663         * BufferView.C:
2664         * BufferView_pimpl.C:
2665         * buffer.C:
2666         * lyxfind.C:
2667         * lyxfunc.C:
2668         * text.C:
2669         * text2.C:
2670         * text3.C: adjust
2671
2672 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2673
2674         * lyxtext.h:
2675         * text.C:
2676         * text2.C:
2677         * rowpainter.C:
2678         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2679         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2680
2681 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2682
2683         * Bidi.[Ch] (computeTables): const correctness
2684         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2685         fill_hfill, fill_label_hfill and x from Row
2686         * lyxtext.h: prepareToPrint returns a RowMetrics
2687         * rowPainter.C: adjust
2688         * text.C (prepareToPrint): use width, not textWidth. adjust
2689         (redoParagraphInternal, cursorX): adjust
2690         * text2.C (getColumnNearX): adjust
2691         (init): put a default value to the top LyXText::width
2692
2693 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2694
2695         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2696
2697 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2698
2699         * lyxtext.h: add FontIterator class
2700
2701         * text.C (FontIterator, operator*, operator->, operator++): add
2702         (rowBreakPoint, setRowWidth): adjust (fixing a
2703         rebreaking bug)
2704
2705 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2706
2707         * BufferView_pimpl.C (workAreaDispatch): allow also
2708         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
2709
2710 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2711
2712         * text.C (rowBreakPoint): fix a bug showing with very large insets
2713
2714 2004-02-25  André Pönitz  <poenitz@gmx.net>
2715
2716         * text3.C:
2717         * cursor.[Ch]: move some mathed specific code to mathed
2718
2719 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2720
2721         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
2722         use_tempdir in preferences
2723         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
2724         tempfile creation
2725         * lyx_main.C: ensure that tempdir is valid
2726         * lyxlex.h: correct typo
2727         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
2728         * paragraph.[Ch] (isMultiLingual): make const
2729         * cursor.[Ch] (openable): make const
2730
2731 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2732
2733         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
2734
2735 2004-02-20  André Pönitz  <poenitz@gmx.net>
2736
2737         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2738
2739         * cursor.[Ch]: prepare for localized getStatus()
2740
2741         * lyxtext.h:
2742         * tabular.C:
2743         * text.C:
2744         * text2.C:
2745         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
2746
2747 2004-02-20  André Pönitz  <poenitz@gmx.net>
2748
2749         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
2750
2751 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2752
2753         * text2.C (setCursorFromCoordinates): switch to absolute coords
2754         (cursorUp): adjust
2755         (cursorDown): adjust
2756         * text3.C (dispatch): adjust
2757
2758 2004-02-16  André Pönitz  <poenitz@gmx.net>
2759
2760         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
2761           insets/ChangeLog)
2762
2763         * cursor_slice.[Ch]: remove unneeded acessor function
2764
2765         * lyxtext.h: rename rtl() to isRTL()
2766
2767         * rowpainter.C:
2768         * tabular.C:
2769         * text.C:
2770         * text2.C:
2771         * text3.C: adjust
2772
2773 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2774
2775         * rowpainter.C (paintSelection): coord fix
2776
2777 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
2778
2779         * Spacing.C: compile fix
2780
2781 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2782
2783         * cursor.C (dispatch): restore current_ before returning
2784
2785 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2786
2787         * text2.C (cursorUp, cursorDown): fix coords
2788         (moveUp): fix crash
2789
2790 2004-02-12  André Pönitz  <poenitz@gmx.net>
2791
2792         * lyxtext.h:
2793         * text.C:
2794         * text2.C:
2795         * text3.C: add LCursor & parameter to most cursor movement functions
2796           remove usage of LyXText::cursorRow() and cursorPar()
2797
2798         * cursor.[Ch]: add textRow() needed members
2799
2800         * BufferView.C:
2801         * BufferView_pimpl.C:
2802         * paragraph.[Ch]:
2803         * BufferView.C:
2804         * BufferView_pimpl.C: adjust
2805
2806 2004-02-11  André Pönitz  <poenitz@gmx.net>
2807
2808         * lyxfunc.C:
2809         * BufferView.[Ch]:
2810         * BufferView_pimpl.C: shift undo/redo handling
2811
2812         * cursor.[Ch]: fix mathed crash
2813
2814         * lyxfind.C:
2815         * lyxtext.h: move selectionAsText to LCursor
2816
2817         * output_latex.C:
2818         * paragraph.C:
2819         * text.C:
2820         * text2.C:
2821         * text3.C: adjust
2822
2823         * rowpainter.C: fix excessive drawing
2824
2825 2004-02-06  André Pönitz  <poenitz@gmx.net>
2826
2827         * BufferView.[Ch]:
2828         * BufferView_pimpl.[Ch]:
2829         * text3.C: move some text specific LFUN handling
2830
2831 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
2832
2833         * text3.C (checkInsetHit): adjust coords
2834         * text2.C (getColumnNearX): adjust coords
2835         (edit): adjust coords
2836         * text.C (getRowNearY): add two asserts
2837
2838 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
2839
2840         * converter.C:
2841         * format.C: add using std::distance to compile on gcc 2.95/stlport
2842
2843 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
2844
2845         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
2846
2847 2004-02-04  André Pönitz  <poenitz@gmx.net>
2848
2849         * BufferView.[Ch] (insertInset):
2850         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
2851
2852         * text2.C:
2853         * text3.C: adjust
2854
2855 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2856
2857         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
2858         on the default clause of the switch
2859         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
2860         wasn't catched by LCursor::dispatch
2861
2862 2004-02-03  André Pönitz  <poenitz@gmx.net>
2863
2864         * BufferView.C:
2865         * cursor.[Ch]: some additional asserts
2866
2867         * undo.[Ch]: remove LyXText dependency in interface
2868
2869         * lyxfunc.C: adjust
2870
2871         * lyxtext.h (firstPar, lastPar): remove dead functions
2872
2873         * text.C:
2874         * text2.C:
2875         * text3.C:
2876         * paragraph.[Ch]: adjust
2877
2878 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2879
2880         * lyxfind.C (find): fix argument order in call to ::find
2881
2882 2004-02-02  André Pönitz  <poenitz@gmx.net>
2883
2884         * cursor.[Ch]: remove direct access to anchor
2885
2886         * text.C: remove findText() hack
2887
2888 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2889
2890         * iterators.[Ch] (lockPath): remove in favour of...
2891         * BufferView.[Ch] (setCursor): this addition
2892         * BufferView.C (putSelectionAt): adjust
2893         * undo.C (performUndoOrRedo): adjust
2894         * lyxfunc.C (dispatch): adjust
2895
2896 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2897
2898         * iterators.C (lockPath): add a missing slice
2899         * undo.C (performUndoOrRedo): remove redundant positioning code
2900
2901 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2902
2903         * vc-backend.C (scanMaster): ";" -> ';'
2904
2905 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
2906
2907         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
2908         std::binary_function
2909
2910         * lyxtextclass.C (compare_name): rename to...
2911         (LayoutNamesEqual): ...this
2912
2913         * lyxlex_pimpl.C (compare_tags): inherit from
2914         std::binary_function, put back into anon namespace
2915
2916         * lyxfind.C (MatchString): inherig from std::binary_function
2917         (findChange): use empty() istead of !size()
2918
2919         * format.C (FormatNamesEqual): new functor
2920         (getFormat): use it
2921         (getNumber): use it
2922         (add): use it
2923         (erase): use it
2924         (setViewer): use it
2925
2926         * converter.C (compare_Converter): rename to...
2927         (ConverterEqual): ...this, and fixup a bit.
2928         (getConverter): use it, and make function const
2929         (getNumber): use it, and make function const
2930         (add): use it
2931         (erase): use it:
2932
2933         * bufferlist.C: add using boost::bind
2934
2935         * MenuBackend.C (MenuNamesEqual): new functor
2936         (hasMenu): use it, and make function const
2937         (hasSubmenu): use nested bind to get rid of compare_memfun.
2938
2939 2004-01-30  André Pönitz  <poenitz@gmx.net>
2940
2941         * BufferView_pimpl.C:
2942         * cursor.C:
2943         * cursor.h:
2944         * cursor_slice.[Ch]:
2945         * lyxfunc.C:
2946         * lyxtext.h:
2947         * paragraph_funcs.C:
2948         * paragraph_funcs.h:
2949         * rowpainter.C:
2950         * text.C:
2951         * text2.C:
2952         * text3.C: move some of the edit(x,y) handling to the insets
2953         some coordinate changes.
2954
2955 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2956
2957         * text.C: add using statements for std::advance and std::distance
2958
2959         * paragraph.C: add using statement for std::distance
2960
2961         * lyxfind.C: add using statement for std::advance
2962
2963         * cursor.C (region): remove std:: from swap
2964         (openable): use nucleus in stead of operator->
2965
2966         * BufferView.C: add using statements for std::distance and std::swap
2967
2968 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
2969
2970         * iterators.C: Remove the pimple, move the needed structures to
2971         the header file. Create accessor for the positions stack.
2972         (asPosIterator): remove function
2973
2974         * PosIterator.C (PosIterator): move constructors to top of file
2975         (PosIterator): reimplement the constructor taking a ParIterator in
2976         terms of setFrom.
2977         (setFrom): new function
2978         (operator!=): inline it
2979
2980 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
2981
2982         * lyxfind.C (replaceAll): use std::advance
2983
2984         * iterators.h: inherit from std::iterator.
2985
2986         * PosIterator.C (advance, distance): remove
2987         * PosIterator.h: interit from std::iterator.
2988
2989 2004-01-26  André Pönitz  <poenitz@gmx.net>
2990
2991         * BufferView.[Ch]:
2992         * BufferView_pimpl.[Ch]:
2993         * InsetList.[Ch]:
2994         * PosIterator.[Ch]:
2995         * buffer.h:
2996         * bufferview_funcs.C:
2997         * cursor.[Ch]:
2998         * cursor_slice.h:
2999         * factory.[Ch]:
3000         * iterators.[Ch]:
3001         * lyxfind.C:
3002         * lyxfunc.C:
3003         * lyxtext.h:
3004         * output_docbook.C:
3005         * output_latex.C:
3006         * output_linuxdoc.C:
3007         * output_plaintext.C:
3008         * paragraph.[Ch]:
3009         * paragraph_funcs.[Ch]:
3010         * paragraph_pimpl.[Ch]:
3011         * rowpainter.C:
3012         * tabular.C:
3013         * tabular.h:
3014         * text.C:
3015         * text2.C:
3016         * text3.C: more IU:  dumps most of the rest of the mathcursor
3017     implementation into cursor.[Ch]; "globalize" a bit of it.
3018
3019 2004-01-25  Angus Leeming  <leeming@lyx.org>
3020
3021         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3022
3023 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3024
3025         * LaTeXFeatures.h: add nice_ and nice() const
3026         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3027
3028 2004-01-20  André Pönitz  <poenitz@gmx.net>
3029
3030         * BufferView.[Ch]:
3031         * BufferView_pimpl.C:
3032         * PosIterator.C:
3033         * bufferview_funcs.C:
3034         * cursor.[Ch]:
3035         * cursor_slice.[Ch]:
3036         * factory.C:
3037         * iterators.C:
3038         * lyx_cb.C:
3039         * lyxfind.C:
3040         * lyxfunc.C:
3041         * lyxtext.h:
3042         * rowpainter.C:
3043         * text.C:
3044         * text2.C:
3045         * text3.C:
3046         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3047           LCursor and mathcursor parts to LCursor and InsetBase.
3048
3049 2004-01-15  André Pönitz  <poenitz@gmx.net>
3050
3051         * cursor_slice.[Ch]: add a few covienience functions
3052
3053         * funcrequest.[Ch]: remove BufferView * member
3054
3055         * BufferView_pimpl.C:
3056         * cursor.C:
3057         * factory.[Ch]:
3058         * lyxfind.[Ch]:
3059         * lyxfunc.C:
3060         * lyxtext.h:
3061         * text3.C:
3062         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3063
3064 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3065
3066         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3067         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3068
3069 2004-01-13  André Pönitz  <poenitz@gmx.net>
3070
3071         * textcursor.[Ch]:
3072         * lyxtext.h: hide cursor and selection anchor behind accessor function
3073
3074         * BufferView.C:
3075         * BufferView_pimpl.[Ch]:
3076         * PosIterator.C:
3077         * bufferview_funcs.C:
3078         * cursor.h:
3079         * lyxfind.C:
3080         * lyxfunc.C:
3081         * text.C:
3082         * text2.C:
3083         * text3.C:
3084         * undo.C: adjust
3085
3086         * cursor.h:
3087         * cursor_slice.[Ch]: some integer type changes for inset unification
3088
3089         * lyxcursor.[hC]: remove, it's CursorSlice now.
3090
3091         * Makefile.am:
3092         * BufferView_pimpl.[Ch]:
3093         * bufferview_funcs.C:
3094         * cursor_slice.C:
3095         * lyxtext.h:
3096         * text.C:
3097         * text2.C:
3098         * text3.C:
3099         * textcursor.[Ch]: adjust
3100
3101 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3102
3103         * text2.C (undoSpan): add and use
3104         * text.C (breakParagraph): use undoSpan (fix bug 578)
3105         * lyxtext.h: adjust
3106
3107 2004-01-08  Angus Leeming  <leeming@lyx.org>
3108
3109         * BufferView_pimpl.C (MenuInsertLyXFile):
3110         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3111         * lyxfunc.C (menuNew, open, doImport):
3112         FileFilterList change to the FileDialog open and save functions.
3113
3114 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3115
3116         * ShareContainer.h: make isEqual and isUnique adaptable
3117
3118         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3119
3120 2004-01-07  Angus Leeming  <leeming@lyx.org>
3121
3122         * LyXAction.C:
3123         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3124
3125         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3126
3127         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3128         functions replacing find, replace and replaceAll.
3129
3130         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3131         LFUN_WORDFIND(FORWARD|BACKWARD).
3132
3133 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3134
3135         * text.C (breakParagraph): remove an outdated #warning
3136
3137 2004-01-07  André Pönitz  <poenitz@gmx.net>
3138
3139         * lyxfind.C: somewhat clearer logic
3140
3141         * text.C: prevent crash in cursorX on unitialized row cache
3142
3143 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3144
3145         * lyxcursor.[Ch] (operator>): add
3146         * textcursor.C (selStart, selEnd): use std::min and std::max
3147
3148 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3149
3150         * Chktex.C: include boost/format.hpp
3151
3152 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3153
3154         * InsetList.C: replace functor MathcIt with adaptable functor
3155         InsetTablePosLess
3156         (insetIterator): modify accordingly
3157
3158         * BranchList.h: move the BranchNamesEqual functor here from...
3159         * BranchList.C: ... to here
3160
3161         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3162         SameName and match.
3163         (add): replace a finding loop with std::find_if.
3164
3165 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3166
3167         * output_docbook.C: moving LatexParam functionality into
3168         .layout files
3169
3170 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3171
3172         * buffer.C: increment format to 229.
3173
3174 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3175
3176         * LaTeXFeatures.C:
3177         * lyx_sty.[Ch]: remove minipageindent_def
3178
3179         * LyXAction.C:
3180         * factory.C:
3181         * lfuns.h:
3182         * lyxfunc.C:
3183         * text3.C: remove LFUN_INSET_MINIPAGE
3184
3185 2003-12-28  Angus Leeming  <leeming@lyx.org>
3186
3187         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3188
3189 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3190
3191         * text2.C (setParagraph): fix off-by-one crash
3192
3193 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3194
3195         * output_docbook.C: header stuff for AGU
3196
3197 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3198
3199         * text2.C (redoCursor): remove
3200         * text.C:
3201         * text3.C:
3202         * BufferView_pimpl.C: remove calls to redoCursor and
3203         setCursor(cursor.par(), cursor.pos()) all around
3204
3205 2003-12-15  Angus Leeming  <leeming@lyx.org>
3206
3207         * buffer.C: up the format to 228.
3208
3209 2003-12-15  André Pönitz  <poenitz@gmx.net>
3210
3211         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3212         slices
3213
3214         * Makefile.am:
3215
3216         * BufferView_pimpl.C:
3217         * cursor.[Ch]:
3218         * lyxcursor.[Ch]:
3219         * rowpainter.[Ch]:
3220         * lyxtext.h:
3221         * text.C:
3222         * text2.C:
3223         * text3.C: adjust
3224
3225 2003-12-15  Angus Leeming  <leeming@lyx.org>
3226
3227         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3228         than getFromGUIName to manipulate the color.
3229
3230 2003-12-14  Angus Leeming  <leeming@lyx.org>
3231
3232         * BranchList.[Ch]: minimize the API.
3233         (Branch::getBranch, getColor): now return a 'const &'.
3234         (Branch::setSelected) now returns a bool set to true if the
3235         selection status changes.
3236         (BranchList::clear, size, getColor, setColor, setSelected,
3237         allBranches, allSelected, separator): removed.
3238         (BranchList::find): new functions, returning the Branch with
3239         the given name.
3240         (BranchList::add, remove): return a bool indicating that
3241         the operation was successful.
3242
3243         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3244         new InsetBranch::isBranchSlected member function.
3245
3246         * LColor.[Ch]: mimimize the API.
3247         (fill): renamed as addColor and made private.
3248         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3249         versions of these functions taking a string arg have been removed.
3250
3251         * bufferparams.C (readToken):
3252         * lyxfunc.C (dispatch):
3253         * lyxrc.C (read): changes due to the altered BranchList and
3254         LColor APIs.
3255
3256         * factory.C (createInset, readInset): changes due to altered
3257         InsetBranch c-tor.
3258
3259 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3260
3261         * factory.C:
3262         * lyxfunc.C: remove insetminipage. "minipage-insert"
3263         now produces a frameless minipage box inset.
3264
3265 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3266
3267         * textcursor.[Ch] (selStart,selEnd): add new methods
3268         remove selection::start, end, use LyXCursor::operator<
3269         * lyxcursor.[Ch] (operator<): add
3270         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3271         * BufferView.[Ch] (unsetXSel): add
3272         * text2.C (clearSelection): use unsetXSel,adjust
3273         * text.C: adjust
3274         * text3.C: adjust
3275         * rowpainter.C: adjust
3276         * bufferview_funcs.C (put_selection_at): adjust
3277
3278 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3279
3280         * BufferView_pimpl.C: small coord. correction
3281
3282 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3283
3284         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3285         dragging over the splash screen.
3286
3287 2003-12-11  Angus Leeming  <leeming@lyx.org>
3288
3289         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3290         as it is now handled in LyXText::dispatch.
3291
3292         * text3.C (doInsertInset): remove a level of nesting.
3293
3294 2003-12-11  Angus Leeming  <leeming@lyx.org>
3295
3296         * factory.C (createInset): changes due to the changed interface to
3297         InsetCommandMailer::string2params.
3298
3299 2003-12-10  Angus Leeming  <leeming@lyx.org>
3300
3301         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3302         'dialog-show-new-inset <inset name>'
3303
3304 2003-12-10  Angus Leeming  <leeming@lyx.org>
3305
3306         * buffer.C: up the format to 227.
3307
3308         * factory.C: the box inset is now identified simply by 'Box'.
3309
3310 2003-12-10  Angus Leeming  <leeming@lyx.org>
3311
3312         * buffer.C: up the format to 226.
3313
3314         * factory.C: the note inset is now identified simply by 'Note'.
3315
3316 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3317
3318         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3319         when a pit is enough. Standarize a couple of loops.
3320
3321 2003-12-05  Angus Leeming  <leeming@lyx.org>
3322
3323         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3324         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3325         data to the re-worked "log" dialog.
3326
3327 2003-12-03  André Pönitz  <poenitz@gmx.net>
3328
3329         * PosIterator.C:
3330         * iterators.C:
3331         * lyxtext.h:
3332         * output_latex.C:
3333         * paragraph_funcs.C:
3334         * text.C:
3335         * text2.C: use Inset::getText instead of Inset::getParagraph
3336
3337 2003-12-03  André Pönitz  <poenitz@gmx.net>
3338
3339         * buffer.[Ch]:
3340         * lyxtext.h:
3341         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3342         InsetText::read() as LyXText::read()
3343
3344 2003-12-02  Angus Leeming  <leeming@lyx.org>
3345
3346         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3347         type. Add a comment in the implementation that the function uses
3348         the stream's bad() function rather than fail() as the std::streams
3349         would do.
3350
3351 2003-12-02  André Pönitz  <poenitz@gmx.net>
3352
3353         * lyxlex.[Ch]: make interface more similar to std::stream
3354
3355         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3356
3357 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3358
3359         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3360
3361 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3362
3363         * vspace.[Ch]: remove VSpace::NONE
3364
3365 2003-12-01  André Pönitz  <poenitz@gmx.net>
3366
3367         * buffer.[Ch]:
3368         * lyxtext.h: move ParagraphList member to LyXText
3369         rename LyXText::ownerParagraphs to LyXText::paragraph
3370
3371         * CutAndPaste.C:
3372         * bufferview_funcs.C:
3373         * iterators.[Ch]:
3374         * lyx_cb.C:
3375         * paragraph.C:
3376         * rowpainter.C:
3377         * tabular.C:
3378         * text.C:
3379         * text2.C:
3380         * text3.C: adjust
3381
3382         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3383
3384         * undo.C: fix cursor positioning
3385
3386 2003-12-01  John Levon  <levon@movementarian.org>
3387
3388         * BufferView_pimpl.C: fix a crash on exit with
3389         a buffer open
3390
3391 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3392
3393         * BranchList.C: fix setSelected() method.
3394
3395 2003-11-28  André Pönitz  <poenitz@gmx.net>
3396
3397         * ParagraphParameters.[Ch]:
3398         * ParameterStruct.h: remove space above/below from Paragraph to
3399          InsetVSpace
3400
3401         * BufferView_pimpl.C:
3402         * factory.C:
3403         * lyxfunc.C:
3404         * lyxtext.h:
3405         * output_latex.C:
3406         * paragraph.C:
3407         * paragraph_funcs.C:
3408         * rowpainter.[Ch]:
3409         * text.C:
3410         * text2.C:
3411         * text3.C: adjust
3412
3413 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3414
3415         * factory.C: Syntax change for CharStyles
3416
3417 2003-11-28  André Pönitz  <poenitz@gmx.net>
3418
3419         * BufferView.[Ch]:
3420         * BufferView.[Ch]:
3421         * buffer.[Ch]:
3422         * buffer.[Ch]: move LyXText member
3423
3424 2003-11-28  André Pönitz  <poenitz@gmx.net>
3425
3426         * BufferView.[Ch]: make LyXText * text a private member
3427
3428         * BufferView_pimpl.C:
3429         * cursor.C:
3430         * iterators.C:
3431         * lyx_cb.C:
3432         * lyxfind.C:
3433         * lyxtext.h:
3434         * rowpainter.[Ch]:
3435         * text.C:
3436         * text2.C:
3437         * undo.C: adjust
3438
3439         * output_plaintext.C: cleanup
3440
3441 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3442
3443         * buffer.C:
3444         * lyxtextclass.[Ch]: parametrize SGML document header
3445
3446 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3447
3448         * converter.[Ch]:
3449         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3450         getFlavor().
3451
3452 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3453
3454         * text2.C (setFont): rework using PosIterator (no more recursive)
3455         (setCharFont): no more needed
3456         (setLayout): no more selection cursors fiddling (done by redoCursor)
3457         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3458         destroy remaining ones)
3459
3460 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3461
3462         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3463         * lyxtext.h: ditto
3464         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3465         selection cursors
3466         * lyxfunc.C: adjust
3467         * text3.C: adjust + re-allow multi par depth changes
3468         * textcursor.C: simplify a bit
3469
3470 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3471
3472         * src/buffer.C:
3473         * src/lyxlayout.C:
3474         * src/lyxlayout.h:
3475         * src/lyxtext.h:
3476         * src/output_docbook.C:
3477         * src/output_latex.C:
3478         * src/paragraph.C:
3479         * src/paragraph.h:
3480         * src/sgml.C:
3481         * src/sgml.h:
3482         * src/text2.C: Introducing a number of tags parametrizing various
3483         XML formats that we may want to support
3484
3485 2003-11-25  André Pönitz  <poenitz@gmx.net>
3486
3487         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3488
3489         * lyxtext.h (leftMargin/rightMargin): simplify interface
3490
3491         * rowpainter.C:
3492         * text.C:
3493         * text2.C:
3494         * text3.C: adjust
3495
3496 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3497
3498         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3499         master file to any child files. Fixes bug 546.
3500
3501 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3502
3503         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3504
3505 2003-11-24  André Pönitz  <poenitz@gmx.net>
3506
3507         * rowpainter.C: simplification
3508
3509         * text2.C (updateCounters): remove call to redoParagraph on
3510         changed labels as this is far too expensive.
3511
3512 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3513
3514         * converter.C (convert): fix a crash: this function gets
3515         called with buffer == 0 from importer code.
3516
3517 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3518
3519         * text3.C (cursorPrevious): make sure that we do not compare
3520         iterators form different containers.
3521         (cursorNext): ditto
3522
3523         * rowpainter.C (paintSelection): make sure that we do not compare
3524         iterators from different containers.
3525
3526         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3527         iterators from different ParagraphList containers.
3528         [NEXT] ditto
3529
3530         * text2.C (LyXText): change order of initialization slightly
3531         (operator=): new function. copy all variables except cache_par_
3532         (moveUp): make sure that we do not compare iterators from
3533         different ParagraphList constainers.
3534         (moveDown): ditto
3535
3536         * text.C (firstPar): new function
3537         (lastPar): new function
3538         (endPar): new function
3539
3540         * lyxtext.h: move things around and group public functions, public
3541         variables, private functions, private variables
3542
3543 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3544
3545         * factory.C: change call to InsetERT constructor to avoid
3546         additional invocation of method status
3547         * text2.C (toggleInset): remove redundant update() call
3548         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3549         instead of a Bufferview pointer
3550
3551 2003-11-21  André Pönitz  <poenitz@gmx.net>
3552
3553         * rowpainter.C: simplification
3554
3555 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3556
3557         * text3.C (dispatch): make possible to extend a word/row selection
3558         with the mouse
3559
3560 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3561
3562         * lyxtext.h: x0_,y0_ -> xo_,yo_
3563         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3564         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3565         * rowpainter.C (paintRows): paint full paragraphs
3566
3567 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3568
3569         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3570         screen coordinates)
3571
3572 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3573
3574         * lyxtext.h: add x0_, y0_
3575         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3576         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3577
3578 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3579
3580         * text2.C (setCursorIntern): move the x_target update here *
3581         * text3.C: change some bv() to true/false in calls to
3582         cursorUp/Down/Right/Left
3583         * cursor.C: use helper function.
3584
3585 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3586
3587         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3588         * paragraph_funcs.[Ch]: correct comment
3589         * rowpainter.C: do not paint selections away from bv->cursor()
3590         Fix a long standing selection painting bug.
3591         * text3.C: generalize mouse-selection code to LyXTexts other that
3592         top one
3593         * textcursor.C: do not use y coords if we can use par offsets
3594
3595 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3596
3597         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3598         cursor position after e.g. inset insert)
3599
3600 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3601
3602         * lyxfind.C (replace): adjust to locking removal + some
3603         code simplification
3604
3605 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3606
3607         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3608         of the path
3609
3610 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3611
3612         * lyxlayout.[Ch]:
3613         * output_docbook.C: XML sanitation: new layout
3614         parameters InnerTag and CommandDepth
3615
3616 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3617
3618         * BufferView_pimpl.C:
3619         * factory.C:
3620         * text3.C: Fix the insertion and modification of button-style
3621         insets
3622
3623 2003-11-13  André Pönitz  <poenitz@gmx.net>
3624
3625         * InsetList.[Ch]: remove deleteLyXText
3626
3627         * paragraph.[Ch]: cache beginOfBody position
3628
3629         * Bidi.C:
3630         * text.C:
3631         * text2.C:
3632         * text3.C: remove superfluous update() calls
3633
3634         * vspace.C: cleanup
3635
3636 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3637
3638         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3639         * BufferView.C (fitLockedInsetCursor): remove
3640         * cursor.[Ch] (getDim): add
3641         * text.C (getRowNearY): add faster version
3642         * text3.C: remove some update calls
3643
3644 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3645
3646         * LaTeXFeatures.C:
3647         * LyXAction.C:
3648         * MenuBackend.C:
3649         * MenuBackend.h:
3650         * dispatchresult.h:
3651         * factory.C:
3652         * lfuns.h:
3653         * lyxfunc.C:
3654         * lyxtextclass.C:
3655         * lyxtextclass.h:
3656         * text3.C: The Character Style /XML short element patch.
3657
3658 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3659
3660         * text3.C:
3661         * factory.C: Small step to solving 'unable to insert some insets'
3662         problem
3663
3664 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3665
3666         * cursor.[Ch] (updatePos): new function for updating the y
3667         position of the tip inset
3668         * bufferview_funcs.C (put_selection_at):
3669         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3670
3671 2003-11-11  André Pönitz  <poenitz@gmx.net>
3672
3673         * text.C: remove big comment on invalid Paragraph pointers as it is
3674         not valid anymore
3675
3676 2003-11-11  André Pönitz  <poenitz@gmx.net>
3677
3678         * text_funcs.[Ch]: merge with ...
3679
3680         * text.C: ... this
3681
3682         * lyxtext.h:
3683         * text2.C:
3684         * text3.C: adjust
3685
3686         * Makefile.am: remove text_funcs.[Ch]
3687
3688 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3689
3690         * cursor.C (getPos): return absolute cached y coord
3691
3692         * BufferView_pimpl.C (fitCursor): new simplistic code
3693         (workAreaDispatch): add a fitCursor call
3694
3695 2003-11-10  André Pönitz  <poenitz@gmx.net>
3696
3697         * BufferView.[Ch]:
3698         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3699
3700 2003-11-10  André Pönitz  <poenitz@gmx.net>
3701
3702         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3703         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3704         indicate that the cursor needs to leave an inset
3705
3706         * lyxtext.h: remove inset locking
3707
3708         * cursor.[Ch]: re-implement functionality provided by inset locking
3709
3710         * BufferView.[Ch]:
3711         * BufferView_pimpl.[Ch]:
3712         * LyXAction.C:
3713         * bufferview_funcs.[Ch]:
3714         * factory.C:
3715         * funcrequest.[Ch]:
3716         * iterators.C:
3717         * lyx_cb.C:
3718         * lyxfind.C:
3719         * lyxfunc.C:
3720         * text.C:
3721         * text2.C:
3722         * text3.C:
3723         * undo.C: adjust
3724
3725 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
3726
3727         * PosIterator.[Ch]: replace the stack with a vector, add inset
3728         accesor
3729         * iterators.[C]: adjust
3730
3731 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3732
3733         * lyxfind.C (replaceAll): mark the buffer dirty if something was
3734         replaced
3735         * paragraph_funcs.C (readParToken): put the correct id in the
3736         error item, not the id of the top paragraph
3737
3738 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3739
3740         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
3741         * bufferview_funcs.C (put_selection_at): use the above
3742
3743 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3744
3745         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
3746
3747 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3748
3749         * output_linuxdoc.h:
3750         * output_plaintext.h:
3751         * output.h:
3752         * output_docbook.h: add #include statements
3753
3754 2003-11-05  José Matos  <jamatos@lyx.org>
3755
3756         * output_docbook.[Ch]:
3757         * output_latex.[Ch]:
3758         * output_linuxdoc.[Ch]:
3759         * output_plaintext.[Ch]: New files for output formats.
3760         * output.[Ch]: New file for helper functions.
3761
3762         * buffer.[Ch]:
3763         * paragraph_funcs.[Ch]: output functions moved to new files.
3764
3765         * outputparams.h: rename of latexrunparams.h
3766
3767         * LaTeX.[Ch]:
3768         * buffer.[Ch]:
3769         * bufferlist.[Ch]:
3770         * converter.[Ch]:
3771         * exporter.C:
3772         * paragraph.[Ch]:
3773         * paragraph_funcs.[Ch]:
3774         * paragraph_pimpl.[Ch]:
3775         * tabular.[Ch]: rename ascii to plaintext
3776         and LatexRunParams to OutputParams.
3777
3778 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3779
3780         * iterators.[Ch] (text): require bv argument
3781         * undo.C (recordUndo):
3782         * lyxfunc.C (dispatch):
3783         * bufferview_funcs.C (put_selection_at): adjust
3784
3785 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
3786
3787         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
3788
3789 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3790
3791         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
3792         nestings
3793
3794 2003-11-04  André Pönitz  <poenitz@gmx.net>
3795
3796         * cursor.[Ch]: restructure
3797
3798         * BufferView.[Ch]:
3799         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
3800
3801         * iterators.[Ch] (asCursor): remove
3802
3803         * lfuns.h: remove LFUN_INSET_EDIT
3804
3805         * lyxfunc.C:
3806         * tabular.C:
3807         * text.C:
3808         * text2.C:
3809         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
3810
3811 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3812
3813         * lyxfind.[Ch]: complete overhaul
3814         * BufferView_pimpl.C:
3815         * lyxfunc.C: adjust
3816         * paragraph.[Ch] (insert): add
3817
3818 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3819
3820         * BufferView.[Ch]:
3821         * lyxtext.h:
3822         * text.C: remove dead spellcheck code
3823
3824 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3825
3826         * dispatchresult.h: add a val setter
3827
3828         * cursor.C (dispatch): use a tempvar for data_[i]
3829
3830 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3831
3832         * PosIterator.[Ch]: compile fix
3833
3834 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3835
3836         * text.C (cursorPar): deactivate the cursor cache
3837
3838 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3839
3840         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
3841
3842 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3843
3844         * text3.C (dispatch): adjust for new DisptchResult semantics.
3845
3846         * lyxfunc.C (dispatch): handle update when return from
3847         Cursor::dispatch, adjust for new DispatchResult semantics.
3848
3849         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
3850         DispatchResult(true) mean to not update. Add class functions for
3851         setting dispatched and update, as well as reading.
3852
3853         * cursor.C (dispatch): don't handle update here
3854
3855 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3856
3857         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
3858         * trans_mgr.C: adjust
3859
3860         * paragraph_funcs.C (readParToken): exception safety
3861
3862         * lyxvc.h: store the vcs pointer in a scoped_ptr
3863         * lyxvc.C: adjust
3864
3865         * lyxsocket.C (serverCallback): exception safety
3866
3867         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
3868
3869         * ispell.C (clone): make it return a auto_ptr
3870
3871         * factory.C (createInset): exception safety
3872         (readInset): exception safety
3873
3874         * bufferlist.C (newBuffer): exception safety
3875
3876         * Thesaurus.C (Thesaurus): use initialization for aik_
3877
3878         * MenuBackend.C (expandToc): exception safety.
3879
3880 2003-11-03  André Pönitz  <poenitz@gmx.net>
3881
3882         * buffer.C:
3883         * buffer.h:
3884         * bufferview_funcs.C: remove getInsetFromId()
3885
3886         * lyxcursor.[Ch]:
3887         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
3888
3889         * lyxfunc.C:
3890         * text2.C:
3891         * text3.C: adjust
3892
3893 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3894
3895         * PosIterator.C (distance, advance): new
3896         * bufferview_funcs.[Ch] (put_selection_at): new
3897         * iterators.[Ch] (lockPath): new
3898
3899 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
3900
3901         * iterators.[Ch] (asPosIterator): added
3902         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
3903         * PosIterator.[Ch]: added
3904
3905 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3906
3907         * text3.C:
3908         * lyxfunc.C:
3909         * cursor.C (dispatch):
3910         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
3911
3912         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
3913         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
3914         contructor, add a class function dispatched. Remove operator>=
3915
3916 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3917
3918         * debug.C: only use the default constructor for debugstream
3919         (lyxerr) here.
3920
3921         * main.C (main): include debug.h and setup the lyxerr streambuf
3922         here.
3923
3924 2003-10-31  José Matos  <jamatos@lyx.org>
3925
3926         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
3927
3928         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
3929         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
3930         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3931         * paragraph_pimpl.C (simpleTeXSpecialC):
3932         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
3933         add LatexRunParams argument.
3934
3935         * exporter.C (Export): change call accordingly.
3936
3937         * latexrunparams.h: add new member to take care of the other backends.
3938 2003-10-30  José Matos  <jamatos@lyx.org>
3939
3940         * buffer.C (makeLinuxDocFile, makeDocBookFile):
3941         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3942         factorise code for paragraph output.
3943         * buffer.[Ch]:
3944         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
3945         move functions.
3946
3947 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3948
3949         * text3.C (dispatch):
3950         * lyxfunc.C (dispatch):
3951         * cursor.C (dispatch):
3952         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
3953
3954         * dispatchresult.h: make the dispatch_result_t ctor explicit
3955
3956 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
3957
3958         * sgml.[Ch]:
3959         * buffer.C: small refactoring of docbook stuff
3960
3961 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3962
3963         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
3964         meaning.
3965
3966 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3967
3968         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
3969         operator dispatch_result_t, and operators for == != and >=
3970
3971         * cursor.C (dispatch): adjust for operator dispatch_result_t
3972         removal. comment out call to update
3973
3974         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
3975
3976 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3977
3978         * text3.C:
3979         * text2.C:
3980         * text.C:
3981         * lyxtext.h:
3982         * lyxfunc.C:
3983         * cursor.C:
3984         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
3985         (dispatch):
3986
3987         * dispatchresult.h: new file, DispatchResult broken out of
3988         insets/insetbase.h
3989
3990         * Makefile.am (lyx_SOURCES): add dispatchresult.h
3991
3992 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
3993
3994         * text.C (rowBreakPoint): put a hack inside #if 0
3995
3996 2003-10-28  André Pönitz  <poenitz@gmx.net>
3997
3998         * lyxtext.h:
3999         * metricsinfo.C:
4000         * paragraph_funcs.C:
4001         * rowpainter.C:
4002         * text.C:
4003         * text2.C: general cleanup (lots of small stuff)
4004
4005 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4006
4007         * text2.C (cursorEnd): simple fix to the "end key goes to one
4008         before the end on last row" bug
4009
4010 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4011
4012         * text.C (backspace): fix the "zombie characters"
4013
4014 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4015
4016         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4017
4018 2003-10-27  André Pönitz  <poenitz@gmx.net>
4019
4020         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4021
4022         * factory.C: handle new InsetPagebreak, InsetLine
4023
4024         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4025         and move handling into new InsetPagebreak, InsetLine
4026
4027         * BufferView_pimpl.C:
4028         * LyXAction.C:
4029         * ParagraphParameters.C:
4030         * ParameterStruct.h:
4031         * lyxfunc.C:
4032         * lyxtext.h:
4033         * paragraph.C:
4034         * paragraph.h:
4035         * paragraph_funcs.C:
4036         * paragraph_pimpl.C:
4037         * rowpainter.C:
4038         * text.C:
4039         * text2.C:
4040         * text3.C: adjust
4041
4042 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4043
4044         * text.C:
4045         * lyxrow_funcs.[Ch]:
4046         * Bidi.C:
4047         * paragraph.C:
4048         * lyxtext.h:
4049         * rowpainter.C:
4050         * text2.C:
4051         * text3.C: remove lastPos uses in favour of Row::endpos
4052
4053 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4054
4055         * undo.C (performUndoOrRedo): fix two crashes by setting a
4056         cursor by hand and reordering some calls. Use bv->lockInset instead
4057         of inset->edit because the latter loses cursor information
4058
4059 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4060
4061         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4062         by Martin
4063         (rowBreakPoint): fix width. change point to point + 1.
4064         Add a missing check.
4065
4066 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4067
4068         * MenuBackend.C:
4069         * lyxfunc.C: fix (at least partly) the problems
4070         with the Nav menu and headers inside branch insets
4071         reported by Kayvan
4072
4073 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4074
4075         * paragraph.C (getChar): add strong asserts
4076
4077         * lyxrow_funcs.C (lastPos): remove hideous hack
4078
4079         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4080         (fill): adjust to that (avoid an infinite loop)
4081
4082 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4083
4084         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4085
4086 2003-10-23  André Pönitz  <poenitz@gmx.net>
4087
4088         * RowList_fwd.h: change list<> to vector<> to gain speed
4089         after suggestion from Alfredo
4090
4091 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4092
4093         * lyxtext.h: move the bidi stuff from here...
4094         * text.C: and here
4095         * text2.C: and here
4096         * Bidi.[Ch]: ... to here
4097
4098 2003-10-23  André Pönitz  <poenitz@gmx.net>
4099
4100         * lyxtext.h:
4101         * text.C (isLastRow, isFirstRow): new functions
4102
4103         * paragraph.h: new width cache member
4104
4105         * rowpainter.C: replace RowList::iterator with Row & where possible
4106
4107         * lyxfunc.C: replace several view()->text with a single call
4108
4109         * toc.C: fix 'unused' warning
4110
4111 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4112
4113         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4114         when woring with stream::pos_type
4115         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4116
4117 2003-10-22  André Pönitz  <poenitz@gmx.net>
4118
4119         * lyxtext.h:
4120         * text.C: use Row & instead of RowList::iterator
4121
4122         * lyxrow.h: rename end() to endpos()
4123
4124         * rowpainter.C:
4125         * text.C:
4126         * text2.C: adjust
4127
4128 2003-10-22  Angus Leeming  <leeming@lyx.org>
4129
4130         * buffer.[Ch] (fully_loaded): new member function, returning true
4131         only when the file has been loaded fully.
4132         Used to prevent the premature generation of previews and by the
4133         citation inset to prevent computation of the natbib-style label.
4134
4135         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4136         templates are all set up.
4137
4138         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4139
4140 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4141
4142         * text.C: fixed an "oops" in the "is a bit silly"
4143         bug fix
4144
4145 2003-10-21  André Pönitz  <poenitz@gmx.net>
4146
4147         * FuncStatus.[Ch]: small stuff, whitespace
4148
4149         * lyxfont.[Ch]: operator<<() for debug reasons
4150
4151         * lyxfunc.C:
4152         * lyxrow_funcs.C:
4153         * lyxtext.h: whitespace, spelling
4154
4155         * paragraph.C: naming of variables
4156
4157         * text.C:
4158         * text2.C: small stuff
4159
4160
4161 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4162
4163         * text.C: (1) finish off the inset display() work;
4164         (2) fix the "is a bit silly" bug (accessing char
4165         past end of par).
4166
4167 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4168
4169         * text.C: re-introduce display() for insets, fixing the
4170         various bugs (stretch of line above, math inset
4171         positioning, ...)
4172
4173 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4174
4175         * text.C (rightMargin): remove spurious semicolon
4176
4177         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4178         1415)
4179
4180 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4181
4182         * text3.C: fix one crash due to wrong cursor def
4183
4184 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4185
4186         * vc-backend.C (scanMaster): make the regex static
4187
4188         * LaTeX.C (scanAuxFile): make the regexs static
4189
4190         * text3.C (doInsertInset, dispatch, dispatch):
4191         * text2.C (cursorUp, cursorDown):
4192         * text.C (selectNextWordToSpellcheck):
4193         * BufferView_pimpl.C (dispatch):
4194         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4195
4196 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4197
4198         * lyxsocket.C: include <cerrno>
4199
4200 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4201
4202         * lyxfunc.C (dispatch): remove textcache stuff
4203
4204         * bufferlist.C (release): remove textcache stuff
4205         (closeAll): ditto
4206
4207         * TextCache.C: delete file
4208         * TextCache.h: delete file
4209
4210         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4211
4212         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4213         delete of the bv_->text.
4214         (resizeCurrentBuffer): remove texcache stuff
4215         (workAreaResize): ditto
4216
4217 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4218
4219         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4220         action.
4221
4222 2003-10-16  André Pönitz  <poenitz@gmx.net>
4223
4224         * lyxrow.[Ch]:
4225         * paragraph.h:
4226         * rowpainter.C:
4227         * text.C:
4228         * text2.C:
4229         * text3.C: speed up by storing y positions per paragraph plus per-row
4230         offset instead of having a 'full' y position in the row.
4231
4232 2003-10-15  André Pönitz  <poenitz@gmx.net>
4233
4234         * iterators.[Ch]:
4235         * iterators.[Ch]:
4236         * undo.[Ch]: make undo aware of inner insets
4237
4238 2003-10-14  Angus Leeming  <leeming@lyx.org>
4239
4240         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4241         static member functions LyX::ref() and LyX::cref.
4242         (lastfiles): new accessor functions for the new lastfiles_ member var.
4243         (addLyXView, views_): add a new LyXView to the list of views_.
4244         (updateInset): loop over all LyXViews to call their own updateInset
4245         member function, returning a pointer to the Buffer owning the inset.
4246
4247         * BufferView_pimpl.C (loadLyXFile):
4248         * MenuBackend.C (expandLastfiles):
4249         * bufferlist.C (MenuWrite, QuitLyX):
4250         lastfiles is no longer a global variable.
4251         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4252
4253         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4254         static function. Access through LyX::cref().emergencyCleanup().
4255
4256 2003-10-14  André Pönitz  <poenitz@gmx.net>
4257
4258         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4259
4260         * undo.[Ch]: restoring part of 'undo in insets'
4261
4262         * Makefile.am:
4263         * undo_funcs.[Ch]: merge with undo.[Ch]
4264
4265         * tabular.C: small cleansing stuff
4266
4267 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4268
4269         * paragraph_funcs.C (readParToken): report unknown insets as error
4270         boxes. Use the outer paragraph as location (also for unknown
4271         tokens).
4272
4273         * factory.C (readInset): do not abort on reading an unknown inset.
4274         Eat it and return 0.
4275
4276 2003-10-13  Angus Leeming  <leeming@lyx.org>
4277
4278         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4279
4280         * lyxrc.C: displayTranslator is now a function,
4281         declared in GraphicsTypes.h.
4282
4283 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4284
4285         * format.C: new placeholder $$a to pass the socket address.
4286
4287         * bufferlist.[Ch]: new function getBufferFromTmp.
4288
4289         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4290           files in the temporary dir.
4291
4292 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4293
4294         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4295
4296         * Makefile.am: add lyxsocket.[Ch].
4297
4298         * lyx_main.C (error_handler): handle SIGPIPE.
4299
4300 2003-10-13  André Pönitz  <poenitz@gmx.net>
4301
4302         * BufferView_pimpl.C:
4303         * lyxtext.h:
4304         * text.C:
4305         * text2.C:
4306         * text3.C:
4307         * undo_funcs.[Ch]: use paroffset_type instead of
4308           ParagraphList::iterators to prevent multiple conversion
4309           (and get a more robust interface)
4310
4311 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4312
4313         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4314         * lyxtext.h: ditto
4315         * text3.C (dispatch): ditto
4316
4317 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4318
4319         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4320         move the onlyfile, use onlyfile instead of foundfile in a couple
4321         of places.
4322
4323         * DepTable.C (update): flush the error stream a bit more
4324
4325 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4326
4327         * lyxserver.C (callback): adjust
4328
4329         * lyxfunc.C (getStatus): add a missing brace in commented code
4330         (ensureBufferClean): reindent
4331         (dispatch): delete version taking a string
4332
4333 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4334
4335         * LaTeX.C (deplog): move found file handlig from here...
4336         (handleFoundFile): .. to new function here.
4337         (deplog): make sure to discover several files mentioned on the
4338         same log line.
4339
4340 2003-10-10  André Pönitz  <poenitz@gmx.net>
4341
4342         * lyxfunc.C:
4343         * lyxtext.h:
4344         * tabular.C:
4345         * text.C:
4346         * text2.C:
4347         * text3.C: fix some of the tabular crashes
4348
4349 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4350
4351         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4352
4353         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4354
4355 2003-10-09  André Pönitz  <poenitz@gmx.net>
4356
4357         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4358
4359         * BufferView.C:
4360         * BufferView_pimpl.C:
4361         * bufferview_funcs.C:
4362         * lyx_cb.C:
4363         * lyxcursor.C:
4364         * lyxfind.C:
4365         * lyxfunc.C:
4366         * lyxtext.h:
4367         * text.C:
4368         * text2.C:
4369         * text3.C:
4370         * text_funcs.[Ch]:
4371         * textcursor.[Ch]:
4372         * undo_funcs.C: adjust
4373
4374 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4375
4376         * text2.C (incrementItemDepth): new function, use a backtracking
4377         algorithm to discover the correct item depth.
4378         (resetEnumCounterIfNeeded): new function, use a backtracking
4379         algorithm to discover if counter reset is needed.
4380         (setCounter): use them. Simplify a bit. Add different labels for
4381         different item depths for itemize.
4382
4383         * paragraph.C (Paragraph): remove initialization of enumdepth
4384         (operator=): ditto
4385
4386         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4387         enumerate and itemize. Change the type of itemdepth to signed char.
4388
4389 2003-10-08  André Pönitz  <poenitz@gmx.net>
4390
4391         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4392           thing assignable.
4393         * text.C:
4394         * text2.C: adjust
4395
4396         * tabular.[Ch]: fix crash after 'row-insert'
4397
4398 2003-10-08  Angus Leeming  <leeming@lyx.org>
4399
4400         Fix doxygen warnings.
4401
4402         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4403         Remove CutAndPaste:: prefix from header file declaration.
4404
4405         * LColor.h (fill): remove LColor:: prefix from declaration.
4406
4407         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4408         use lyx::depth_type rather than Paragraph::depth_type so that
4409         header file and .C file match.
4410
4411         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4412
4413         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4414         * aspell.C: \file aspell_local.C -> \file aspell.C
4415         * gettext.C: \file gettext.C -> \file src/gettext.C
4416         * gettext.h: \file gettext.h -> \file src/gettext.h
4417         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4418         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4419         * text.C: \file text.C -> \file src/text.C
4420
4421         * toc.C: move comment so that doxygen is not confused.
4422
4423 2003-10-07  Angus Leeming  <leeming@lyx.org>
4424
4425         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4426
4427 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4428
4429         * aspell.C:
4430         * aspell_local.h: add forgotten std::string's.
4431
4432 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4433
4434         * LaTeXFeatures.C:
4435         * LyXAction.C:
4436         * factory.C:
4437         * lfuns.h:
4438         * lyxfunc.C:
4439         * text3.C: The Box patch. Fancybox support, minipage, parbox
4440
4441 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4442
4443         * CutAndPaste.h:
4444         * DepTable.h:
4445         * FloatList.h:
4446         * LaTeXFeatures.h:
4447         * ParagraphParameters.h:
4448         * TextCache.h:
4449         * Thesaurus.h:
4450         * bufferlist.h:
4451         * exporter.h:
4452         * importer.h:
4453         * lastfiles.h:
4454         * lyxfind.h:
4455         * lyxfont.h:
4456         * lyxlex.h:
4457         * lyxtextclasslist.h:
4458         * messages.h:
4459         * paragraph.h:
4460         * paragraph_pimpl.C:
4461         * textcursor.h: add <string> and other small fixes to make Lars'
4462         std::string patch compile with STLport.
4463
4464 2003-10-06  Angus Leeming  <leeming@lyx.org>
4465
4466         * LColor.h: Add missing #include <string>.
4467
4468 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4469
4470         * All most all file in all subdirs: Make <string> be the prefered
4471         way of getting to std::string, add using declarations.
4472
4473 2003-10-06  André Pönitz  <poenitz@gmx.net>
4474
4475         * metricsinfo.C: initialize LyXFont before changing attribute.
4476         (fixes the 'math in \emph is upright' bug)
4477
4478 2003-10-06  André Pönitz  <poenitz@gmx.net>
4479
4480         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4481
4482 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4483
4484         * graph.C:
4485         * paragraph_pimpl.C: Small fixes to build using STLport
4486
4487 2003-10-02  André Pönitz  <poenitz@gmx.net>
4488
4489         * lyxfunc.C:
4490         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4491
4492 2003-10-01  André Pönitz  <poenitz@gmx.net>
4493
4494         * factory.C: assert early
4495
4496 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4497
4498         * lyx_main.C: remove the global debug object
4499
4500         * debug.h: adjust for new debugstream
4501
4502         * debug.C: adjust for new debugstream and keep the global debug
4503         object here.
4504
4505 2003-09-22  Angus Leeming  <leeming@lyx.org>
4506
4507         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4508         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4509         an incomplete class LyXFont.
4510
4511 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4512
4513         * factory.C: bug fix in branches
4514
4515 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4516
4517         * lyxfunc.C (processKeySym): adjust
4518         (dispatch): adjust
4519         (dispatch): change arg name from ev to func, adjust
4520         (sendDispatchMessage): ditto
4521
4522         * lyx_main.C (defaultKeyBindings): adjust keybindings
4523         (deadKeyBindings): ditto
4524
4525         * kbsequence.C (addkey): return a FuncRequest
4526
4527         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4528
4529         * kbmap.C (bind): take a FuncRequest as arg, adjust
4530         (read): adjust
4531         (lookup): adjust
4532         (defkey): change to take a FuncRequest as arg, adjust
4533         (findbinding): take a FuncRequest as arg, adjust.
4534
4535         * funcrequest.h (operator=): added
4536
4537         * funcrequest.C (FuncRequest): default kb_action changed from
4538         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4539
4540         * buffer.C (dispatch): simplify
4541         (dispatch): adjust to take a FuncRequest as arg, adjust
4542
4543         * boost.C (assertion_failed): change assertion message slightly
4544
4545         * ToolbarBackend.C (read): simplify
4546
4547         * MenuBackend.C (binding): adjust call to findbinding, add a
4548         message if no binding is found.
4549         (read): simplify
4550         (expandToc): correct by adding a empty FuncRequest
4551
4552         * LyXAction.C: include <boost/assert.hpp>
4553         (isPseudoAction): delete function
4554         (LookupFunc): change name to...
4555         (lookupFunc): this. change return type to FuncRequest.
4556         (getActionName): take kb_action as arg, simplify
4557         (funcHasFlag): add an assert, simplify.
4558
4559 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4560
4561         * toc.C (action): return a FuncRequest, simplify
4562
4563         * lyxfunc.C (processKeySym): adjust
4564         (getStatus): delete version that takes an int.
4565         (getStatus): adjust
4566         (dispatch): delete version that takes action as int
4567         (dispatch): adjust
4568         (sendDispatchMessage): simplify and adjust
4569
4570         * funcrequest.C (getArg): take unsigned int as arg
4571
4572         * ToolbarBackend.C (read): adjust
4573         (add): delete version that takes func as a string.
4574         (getIton): take a FuncRequest as arg
4575
4576         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4577         action.
4578
4579         * MenuBackend.C (MenuItem): add a new construct that only takes a
4580         Kind, simplify the constructor use for submenus.
4581         (add): adjust
4582         (expandLastfiles): adjust
4583         (expandDocuments): adjust
4584         (expandFormats): adjust
4585         (expandFloatListInsert): adjust
4586         (expandFloatInsert): adjust
4587         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4588
4589         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4590         Remove class variables lyx_pseudo_map and lyx_arg_map
4591
4592         * LyXAction.C (searchActionArg): delete function
4593         (getPseudoAction): delete function
4594         (retrieveActionArg): delete function
4595         (LookupFunc): make it return kb_action, simplify.
4596         (getActionName): simplify
4597
4598         * factory.C (createInset): fix new bug
4599
4600 2003-09-19  Angus Leeming  <leeming@lyx.org>
4601
4602         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4603         masterFilename_ parameter in the include inset.
4604
4605         * factory.C (createInset): changes due to the changes to InsetInclude.
4606
4607 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4608
4609         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4610
4611 2003-09-18  Angus Leeming  <leeming@lyx.org>
4612
4613         * buffer.C:
4614         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4615         Inset::fillWithBibKeys.
4616         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4617
4618 2003-09-18  Angus Leeming  <leeming@lyx.org>
4619
4620         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4621         variables.
4622         (ctor): pass and store a 'Buffer const &'
4623         (buffer): new member function.
4624
4625         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4626         '*this' to the LaTeXFeatures ctor.
4627
4628 2003-09-18  Angus Leeming  <leeming@lyx.org>
4629
4630         * LColor.h:
4631         * lyxfont.C:
4632         * lyxfont.h:
4633         * lyxtext.h:
4634         * text.C: rename EnumLColor as LColor_color.
4635
4636 2003-09-18  Angus Leeming  <leeming@lyx.org>
4637
4638         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4639         remove #include "insets/insetbase.h" from cursor.h.
4640
4641 2003-09-18  Angus Leeming  <leeming@lyx.org>
4642
4643         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4644         InsetOld_code to remove #include "inset.h".
4645
4646         * iterators.C: add #include "insets/inset.h"
4647
4648 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4649
4650         * BufferView.C: remove more locking stuff that apparently doesn't
4651         do anything sensible.
4652
4653 2003-09-16  André Pönitz  <poenitz@gmx.net>
4654
4655         * paragraph.[Ch]:
4656         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4657           performance boost.
4658
4659 2003-09-16  Angus Leeming  <leeming@lyx.org>
4660
4661         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4662
4663         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4664         arg/return type.
4665
4666         * paragraph.h: remove #include "lyxfont.h". Forward declare
4667         LyXFont_size.
4668
4669 2003-09-16  Angus Leeming  <leeming@lyx.org>
4670
4671         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4672         of support/textutils.h.
4673         (isWord): move the contents of support/textutils.h's IsWordChar here.
4674
4675         * buffer.C:
4676         * lyxfind.C:
4677         * rowpainter.C:
4678         * text.C:
4679         * text2.C: add #include "paragraph.h".
4680
4681         * rowpainter.C:
4682         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4683
4684 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4685
4686         * main.C:
4687         * lyx_main.C:
4688         * lyx_cb.C:
4689         * buffer.C:
4690         * LaTeX.C: use namespace alias for lyx::support::os
4691
4692 2003-09-16  Angus Leeming  <leeming@lyx.org>
4693
4694         * bufferparams.C:
4695         * bufferview_funcs.C:
4696         * factory.C:
4697         * lyxfunc.C:
4698         * paragraph_pimpl.C:
4699         * rowpainter.C:
4700         * text.C: add #include "LColor.h".
4701
4702 2003-09-16  Angus Leeming  <leeming@lyx.org>
4703
4704         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
4705         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
4706         return LyXFont &.
4707         Store the FontBits::color variable as an int rather than as an
4708         LColor::colorso that we can move LColor.h out of the lyxfont.h header
4709         file.
4710
4711         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
4712         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
4713         string calls together.
4714
4715         * lyxrc.C: add #include "LColor.h".
4716
4717 2003-09-15  Angus Leeming  <leeming@lyx.org>
4718
4719         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
4720         a cow_ptr.
4721
4722 2003-09-15  Angus Leeming  <leeming@lyx.org>
4723
4724         * LColor.h: add an EnumLColor wrapper for LColor::color.
4725
4726         * lyxfont.[Ch] (color, setColor, realColor):
4727         * lyxtext.h, text.C (backgroundColor):
4728         pass EnumLColor args to/from the functions, rather than LColor::color
4729         ones.
4730
4731         * lyxfont.h:
4732         * lyxtext.h: forward declare EnumLColor.
4733
4734         * lyx_main.C: add #include "LColor.h".
4735
4736 2003-09-15  Angus Leeming  <leeming@lyx.org>
4737
4738         * .cvsignore: add lyx-gtk.
4739
4740 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4741
4742         * Chktex.C
4743         * LaTeX.C
4744         * LaTeXFeatures.C
4745         * ParagraphParameters.C
4746         * Spacing.C
4747         * buffer.C
4748         * bufferparams.C
4749         * bufferview_funcs.C
4750         * chset.C
4751         * counters.C
4752         * funcrequest.C
4753         * lyxfont.C
4754         * lyxgluelength.C
4755         * lyxlength.C
4756         * paragraph.C
4757         * paragraph_funcs.C
4758         * text3.C
4759         * vc-backend.C: remove usage of STRCONV
4760
4761 2003-09-15  Angus Leeming  <leeming@lyx.org>
4762
4763         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
4764         explicitly define the color passed to the painter.
4765
4766 2003-09-15  Angus Leeming  <leeming@lyx.org>
4767
4768         * bufferparams.C (BufferParams): reorder member initializers to avoid
4769         compiler warning.
4770
4771 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
4772
4773         * CutAndPaste.C (pasteSelection): remove an outdated #warning
4774         * text.C (updateRowPositions): remove an unusual nop
4775
4776 2003-09-12  André Pönitz  <poenitz@gmx.net>
4777
4778         * BufferView_pimpl.C:
4779         * Bullet.C:
4780         * layout.h:
4781         * lyxfunc.C:
4782         * lyxlayout.[Ch]:
4783         * lyxtextclass.C:
4784         * rowpainter.C:
4785         * text.C:
4786         * text2.C:
4787         * Counters.[Ch]: finish the 'automatic counters' job
4788
4789 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4790
4791         * aspell.C: include <boost/assert.cpp> (compile fix)
4792
4793 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
4794
4795         * boost.C (assertion_failed): use lyx::support::abort instead of
4796         assert.
4797
4798 2003-09-10  Angus Leeming  <leeming@lyx.org>
4799
4800         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
4801         with their _fwd progeny.
4802
4803 2003-09-09  Angus Leeming  <leeming@lyx.org>
4804
4805         134 files throughtout the source tree: replace 'using namespace abc;'
4806         directives with the appropriate 'using abc::xyz;' declarations.
4807
4808 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4809
4810         * boost.C (emergencyCleanup): moved here from LAssert.c
4811         (assertion_failed): new function, called by BOOST_ASSERT
4812
4813         * several files: change Assert to BOOST_ASSERT
4814
4815 2003-09-09  Angus Leeming  <leeming@lyx.org>
4816
4817         * buffer.[Ch]: Add an Impl class and move Buffer's member
4818         variables into it. As a result move several header files out of
4819         buffer.h.
4820
4821         Add header files to lots of .C files all over the tree as a result.
4822
4823 2003-09-09  Angus Leeming  <leeming@lyx.org>
4824
4825         * buffer.[Ch]: make Buffer's member variables private. Add
4826         accessor functions.
4827
4828         Lots of changes all over the tree as a result.
4829
4830 2003-09-08  Angus Leeming  <leeming@lyx.org>
4831
4832         * graph.C: #include <config.h>.
4833
4834 2003-09-08  Angus Leeming  <leeming@lyx.org>
4835
4836         * BranchList.C:
4837         * BufferView.C:
4838         * BufferView_pimpl.C:
4839         * CutAndPaste.C:
4840         * DepTable.C:
4841         * LaTeX.C:
4842         * LaTeXFeatures.C:
4843         * LyXAction.C:
4844         * MenuBackend.C:
4845         * TextCache.C:
4846         * aspell.C:
4847         * buffer.C:
4848         * bufferlist.C:
4849         * changes.C:
4850         * chset.C:
4851         * converter.C:
4852         * counters.C:
4853         * debug.C:
4854         * graph.C:
4855         * ispell.C:
4856         * lyx_cb.C:
4857         * lyxfind.C:
4858         * lyxfunc.C:
4859         * lyxlex_pimpl.C:
4860         * lyxrc.C:
4861         * lyxrow.C:
4862         * paragraph.C:
4863         * rowpainter.C:
4864         * texrow.C:
4865         * text.C:
4866         * text2.C:
4867         * toc.C: remove redundant using directives.
4868
4869 2003-09-07  Angus Leeming  <leeming@lyx.org>
4870
4871         * LaTeXFeatures.h: remove #include "support/types.h".
4872         * ToolbarBackend.h: remove #include <algorithm>.
4873         * changes.h: remove #include <ctime>.
4874         * debug.h: remove #include <iosfwd>.
4875         * graph.h: remove #include "support/std_string.h".
4876         * lyx_main.h: remove #include <csignal>.
4877         * lyxlex_pimpl.h: remove #include <fstream>.
4878         * sgml.h: remove #include <algorithm>, <utility>.
4879         * toc.h: remove #include "support/std_ostream.h".
4880         Add #include <iosfwd>.
4881
4882 2003-09-07  Angus Leeming  <leeming@lyx.org>
4883
4884         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
4885
4886         * converter.h: forward declare LatexRunParams.
4887         * encoding.h: remove #include "lyxrc.h".
4888         * lyxtext.h: remove #include "LColor.h".
4889         * lyxtextclass.h: remove #include "support/types.h".
4890         * trans.h: remove #include "tex-accent.h".
4891         * trans_mgr.h: remove #include "tex-accent.h".
4892         * insets/inset.h: remove #include "support/types.h", <vector>.
4893         * insets/insetcollapsable.h: remove #include "LColor.h".
4894         * insets/insetinclude.h: remove #include "dimension.h".
4895         * insets/insetlatexaccent.h: remove #include "dimension.h".
4896         * insets/insetoptarg.h:: remove #include "insettext.h".
4897         * insets/insettext.h: remove #include "dimension.h",
4898         <boost/shared_ptr.hpp>
4899
4900         * insets/renderers.h: add #include "dimension.h".
4901         * insets/updatableinset.h: add #include "support/types.h".
4902
4903         * many .C files: Associated changes.
4904
4905 2003-09-06  Angus Leeming  <leeming@lyx.org>
4906
4907         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
4908         one, inside testInvariant.
4909
4910         * PrinterParams.C: new file.
4911         * PrinterParams.[Ch]: move the function bodies out of line.
4912
4913 2003-09-06  Angus Leeming  <leeming@lyx.org>
4914
4915         * ParagraphParameters.h: forward declare ParameterStruct rather than
4916         including its header file.
4917         (depth): moved out-of-line.
4918
4919 2003-09-06  Angus Leeming  <leeming@lyx.org>
4920
4921         * BufferView_pimpl.h:
4922         * kbmap.h:
4923         * kbsequence.h:
4924         * lyxfunc.h: forward declare LyXKeySym rather than
4925         #include "frontends/LyXKeySym.h".
4926
4927         * BufferView_pimpl.C:
4928         * kbmap.C:
4929         * kbsequence.C:
4930         * lyxfunc.C: associated changes.
4931
4932 2003-09-06  Angus Leeming  <leeming@lyx.org>
4933
4934         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4935         As a result, can remove the #include "insets/inset.h" from BufferView.h
4936
4937 2003-09-06  Angus Leeming  <leeming@lyx.org>
4938
4939         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4940         As a result, can remove the #include "insets/inset.h" from BufferView.h
4941
4942 2003-09-06  Angus Leeming  <leeming@lyx.org>
4943
4944         * buffer_funcs.C:
4945         * buffer.h:
4946         * bufferlist.C:
4947         * BufferView.C:
4948         * bufferview_funcs.C:
4949         * BufferView_pimpl.C:
4950         * CutAndPaste.C:
4951         * lyx_cb.C:
4952         * lyxfunc.C:
4953         * paragraph.h:
4954         * ParagraphParameters.C:
4955         * tabular.C:
4956         * text3.C:
4957         * toc.C:
4958         * undo_funcs.C:
4959         * frontends/controllers/ControlDocument.C:
4960         * insets/insetcaption.C: rearrange the #includes into some sort of
4961         coherent order.
4962
4963         * buffer.h: remove #includes ErrorList.h, undo.h
4964
4965 2003-09-06  Angus Leeming  <leeming@lyx.org>
4966
4967         * support/types.h: add a 'depth_type' typedef, used to store the
4968         nesting depth of a paragraph.
4969
4970         * paragraph.h:
4971         * ParameterStruct.h: use this lyx::depth_type typedef rather than
4972         defining explicitly.
4973
4974         * buffer.h:
4975         * paragraph_funcs.h:
4976         * ParagraphParameters.h:
4977         * sgml.h: use lyx::depth_type rather than Paragraph or
4978         ParameterStruct's depth_type.
4979
4980         * buffer.h
4981         * paragraph_funcs.h: no need to #include paragraph.h anymore.
4982
4983         * BufferView.C:
4984         * BufferView_pimpl.C:
4985         * CutAndPaste.C:
4986         * ParagraphParameters.C:
4987         * buffer_funcs.C:
4988         * bufferlist.C:
4989         * bufferview_funcs.C:
4990         * lyx_cb.C:
4991         * lyxfunc.C:
4992         * tabular.C:
4993         * text3.C:
4994         * toc.C:
4995         * undo_funcs.C:
4996         * frontends/LyXView.C:
4997         * frontends/controllers/ControlDocument.C:
4998         * frontends/controllers/ControlErrorList.C:
4999         * insets/insetbibitem.C:
5000         * insets/insetbranch.C:
5001         * insets/insetcaption.C:
5002         * insets/insetcollapsable.C:
5003         * insets/insetenv.C:
5004         * insets/insetert.C:
5005         * insets/insetfloat.C:
5006         * insets/insetfoot.C:
5007         * insets/insetfootlike.C:
5008         * insets/insetnewline.C:
5009         * insets/insetquotes.C:
5010         * insets/insettabular.C:
5011         * insets/insettext.C:
5012         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5013
5014         * frontends/controllers/ControlChanges.C: #include "changes.h".
5015
5016 2003-09-06  Angus Leeming  <leeming@lyx.org>
5017
5018         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5019         than #including paragraph.h.
5020
5021         * ParagraphList.h:
5022         * RowList.h: deleted. Superfluous.
5023
5024         * CutAndPaste.h:
5025         * iterators.h:
5026         * lyxcursor.h:
5027         * lyxtext.h:
5028         * text_funcs.h:
5029         * undo.h:
5030         * undo_funcs.h:
5031         * insets/inset.h:
5032         * insets/insettext.h: use ParagraphList_fwd.h rather than
5033         ParagraphList.h.
5034
5035         * paragraph.h: don't forward declare ParagraphList.
5036
5037         * buffer.h:
5038         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5039         rather than ParagraphList.h. paragraph.h is still needed for the
5040         Paragraph::depth_type parameters.
5041
5042         * textcursor.h: enable it to compile stand-alone in light of the
5043         above changes.
5044
5045         * bufferview_funcs.C:
5046         * iterators.C:
5047         * lyxfunc.C:
5048         * lyxrow_funcs.C:
5049         * paragraph.C:
5050         * rowpainter.C:
5051         * text.C:
5052         * text2.C:
5053         * text3.C:
5054         * text_funcs.C:
5055         * textcursor.C:
5056         * undo.C:
5057         * frontends/controllers/ControlParagraph.C:
5058         * frontends/controllers/ControlTabular.C:
5059         * insets/insetmarginal.C:
5060         * insets/insetminipage.C:
5061         * insets/insetnote.C:
5062         * insets/insetoptarg.C: add header files needed to compile again.
5063
5064 2003-09-06  Angus Leeming  <leeming@lyx.org>
5065
5066         * RowList_fwd.h: new file, forward-declaring Row rather than
5067         #including lyxrow.h.
5068
5069         * lyxrow_funcs.h:
5070         * lyxtext.h:
5071         * paragraph.h:
5072         * insets/insettext.h: use it instead of RowList.h
5073
5074         * bufferview_funcs.C:
5075         * lyxfunc.C:
5076         * lyxrow_funcs.C:
5077         * paragraph.C:
5078         * rowpainter.C:
5079         * text.C:
5080         * text2.C:
5081         * text3.C: #include "RowList.h".
5082
5083 2003-09-05  Angus Leeming  <leeming@lyx.org>
5084
5085         * factory.C (createInset):
5086         * vspace.C (c-tor): replace sscanf call with an istringstream.
5087         * ispell.C: re-add missing HP/UX headers.
5088         * lyxserver.C: re-add missing  os2 headers.
5089
5090 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5091
5092         * BranchList.C:
5093         * graph.C:
5094         * ispell.C:
5095         * lastfiles.C:
5096         * lyx_cb.C:
5097         * lyxserver.C:
5098         * texrow.C:
5099         * text3.C: re-add missing system headers, needed for 2.95.2.
5100
5101 2003-09-05  Angus Leeming  <leeming@lyx.org>
5102
5103         Changes most place everywhere due to the removal of using directives
5104         from support/std_sstream.h.
5105
5106 2003-09-05  Angus Leeming  <leeming@lyx.org>
5107
5108         Replace LString.h with support/std_string.h,
5109         Lsstream.h with support/std_sstream.h,
5110         support/LIstream.h with support/std_istream.h,
5111         support/LOstream.h with support/std_ostream.h.
5112
5113         Changes resulting throughout the tree.
5114
5115 2003-09-05  Angus Leeming  <leeming@lyx.org>
5116
5117         * sgml.h: ensure that the header file can be compiled stand-alone.
5118         * *.C: strip out redundant #includes. (320 in total.)
5119
5120 2003-09-04  Angus Leeming  <leeming@lyx.org>
5121
5122         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5123         here (from getPackages).
5124
5125         * debug.[Ch]: add a new EXTERNAL tag.
5126
5127 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5128
5129         * text2.C (cursorEnd): simplify
5130         (setCursor): adjust
5131         (getColumnNearX): adjust
5132
5133         * text.C (computeBidiTables): adjust
5134         (fill): adjust
5135
5136         * rowpainter.C (paintChars): adjust
5137         (paintSelection): adjust
5138         (paintChangeBar): adjust
5139         (paintText): adjust
5140
5141         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5142         lastPos instead.
5143         (numberOfSeparators): adjust
5144
5145 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5146
5147         * LyXAction.C:
5148         * box.[Ch]:
5149         * lfuns.h:
5150         * lyxfunc.C:
5151         * text3.C: Restricts the mouse click functionality
5152         of insets like bibtex, include, toc and floatlist to the visible
5153         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5154         up the dialogs. Cursor has to be in front of the inset (i.e.
5155         start of row) for this to function.
5156
5157 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5158
5159         * bufferview_funcs.C (currentState): output row information
5160
5161 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5162
5163         * bufferview_funcs.C (currentState): output paragraph position
5164
5165 2003-09-04  Angus Leeming  <leeming@lyx.org>
5166
5167         * FloatList.h: move out #include "Floating.h".
5168         * LaTeX.h: move out #include "DepTable.h".
5169         * LyXAction.h: move out #include "funcrequest.h".
5170         * buffer.h: move out #include "author.h", "iterators.h".
5171         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5172         * lyx_main.h: move out #include "errorlist.h".
5173         * lyxfunc.h: move out #include "FuncStatus.h".
5174         * lyxtext: move out #include "lyxcursor.h".
5175         * paragraph_pimpl.h: move out #include "counters.h".
5176
5177 2003-09-03  Angus Leeming  <leeming@lyx.org>
5178
5179         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5180         preamble_snippets list, enabling us to add snippets to the preamble
5181         only if the snippet was not there already.
5182
5183 2003-09-04  Angus Leeming  <leeming@lyx.org>
5184
5185         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5186
5187 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5188
5189         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5190         update
5191
5192 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5193
5194         * BranchList.C: point fix, earlier forgotten
5195
5196 2003-09-02  Angus Leeming  <leeming@lyx.org>
5197
5198         * box.C (contains): renamed from 'contained' after a fantastic
5199         amount of hot air.
5200
5201 2003-09-02  John Levon  <levon@movementarian.org>
5202
5203         * BufferView.C:
5204         * lyxcursor.h:
5205         * lyxcursor.C:
5206         * lyxfunc.C:
5207         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5208
5209 2003-09-02  John Levon  <levon@movementarian.org>
5210
5211         * text2.C: simplification of cursorEnd(), including partial
5212         fix for bug 1376
5213
5214 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5215
5216         * buffer.C (readFile): add a space
5217
5218 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5219
5220         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5221
5222 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5223
5224         * buffer.C (readFile): new function, take a filename and a
5225         ParagraphList::iterator
5226         (readFile): adjust
5227         (readFile): adjust, make it private. don't use setStream, make
5228         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5229         always contain the filename.
5230
5231         * BufferView.C (insertLyXFile): simplify and make it work for
5232         gzipped files.
5233
5234 2003-08-30  John Levon  <levon@movementarian.org>
5235
5236         * Makefile.am: fix dist (from Kayvan)
5237
5238 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5239
5240         * most files: change to use const Buffer refs
5241
5242 2003-08-27  André Pönitz  <poenitz@gmx.net>
5243
5244         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5245         on top of ownerPar().
5246
5247 2003-08-27  John Levon  <levon@movementarian.org>
5248
5249         * funcrequest.C: properly initialise POD members
5250
5251 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5252
5253         * lyxtext.h (top_y): move top_y from here
5254         * text.C:
5255         * text2.C:
5256         * text3.C:
5257         * BufferView.[Ch]:
5258         * BufferView_pimpl.[Ch]: to here
5259         * frontends/screen.C:
5260         * insets/insettabular.C:
5261         * insets/insettext.C: adjust
5262         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5263
5264 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5265
5266         * BufferView.[Ch]:
5267         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5268
5269 2003-08-26  André Pönitz  <poenitz@gmx.net>
5270
5271         * paragraph_func.[Ch] (outerPar): new function
5272
5273         * paragraph.C:
5274         * paragraph_funcs.C:
5275         * paragraph_funcs.h:
5276         * paragraph_pimpl.C:
5277         * text2.C: remove Inset::par_owner
5278
5279 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5280
5281         * lyxrow_funcs.C:
5282         * lyxtext.h:
5283         * text.C:
5284         * text2.C: eliminates the needFullRow/display() stuff
5285         altogether, putting the logic in metrics/draw in the insets.
5286
5287 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5288
5289         * text2.C (redoParagraphInternal, redoParagraphs):
5290         * text.C (redoParagraph): add a call to updateRowPositions at the
5291         end of each 'metrics-like' call. Remove all others.
5292         (getRow): remove the 'y-computing' version.
5293         (getRowNearY): do not compute nor return the real y. Solve the
5294         'y < 0' problem and simplify.
5295
5296 2003-08-22  Angus Leeming  <leeming@lyx.org>
5297
5298         * *.[Ch]: clean-up of licence and author blurbs.
5299         Also move config.h out of a few .h files and into a few .C files.
5300
5301 2003-08-22  André Pönitz  <poenitz@gmx.net>
5302
5303         * lyxrow.[Ch]: add x_ and *fill_ members
5304
5305         * lyxtext.h:
5306         * text.C:
5307         * rowpainter.C:
5308         * text2.C: adjust/remove prepareToPrint() calls
5309
5310 2003-08-22  André Pönitz  <poenitz@gmx.net>
5311
5312         * lyxrow.[Ch]: add  end_ member
5313
5314         * lyxrow_funcs.C: use LyXRow::end_
5315
5316         * lyxtext.h (singleWidth): add LyXFont parameter
5317
5318         * rowpainter.C:
5319         * text2.C: adjust LyXText::singleWidth() calls
5320
5321         * text.C (redoParagraph): simplify row breaking logic
5322
5323
5324 2003-08-19  André Pönitz  <poenitz@gmx.net>
5325
5326         * funcrequest.C: initialize button_ member
5327
5328         * text3.C:
5329         * rowpainter.[Ch]: interface consolidation
5330
5331 2003-08-18  André Pönitz  <poenitz@gmx.net>
5332
5333         * BufferView.C:
5334         * BufferView_pimpl.C:
5335         * lyxfind.C:
5336         * paragraph_funcs.C:
5337         * rowpainter.C:
5338         * text3.C: remove LyXScreen::draw() and fitCursor calls
5339
5340         * BranchList.h: remove spurious semicolons
5341
5342         * MenuBackend.C: fix branchlist related crash
5343
5344 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5345
5346         * BranchList.[Ch]:
5347         * InsetList.[Ch]:
5348         * LColor.[Ch]:
5349         * LyXAction.C:
5350         * Makefile.am:
5351         * MenuBackend.[Ch]:
5352         * bufferparams.[Ch]:
5353         * factory.C:
5354         * lfuns.h:
5355         * lyxfunc.C:
5356         * text3.C: implements the 'branch inset'
5357         idea. This allows the output of various versions of a document
5358         from a single source version, selectively outputing or suppressing
5359         output of parts of the text.
5360         This implementation contains a 'branch list editor' in a separate
5361         tab of the document settings dialog. Branches are user definable
5362         and have a "display colour" to distinguish them on-screen.
5363
5364         ColorHandler was somewhat cleaned up.
5365         (1) make possible a dynamically growing LColor list by allowing
5366         the graphic context cache to grow along (vector);
5367         (2) eliminate an IMHO unnecessary step in colour allocation.
5368
5369 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5370
5371         * BufferView_pimpl.C: compile fix
5372
5373 2003-08-15  André Pönitz  <poenitz@gmx.net>
5374
5375         * rowpainter.C: remove extra metrics calls
5376
5377         * lyxtext.h: merge the two constructors into a single one,
5378           pass reference to owner's par list
5379
5380         * BufferView_pimpl.C:
5381         * text.C:
5382         * text2.C: adjust
5383
5384 2003-08-15  André Pönitz  <poenitz@gmx.net>
5385
5386         * lyxrow_funcs.[Ch]:
5387         * lyxtext.h:
5388         * paragraph.h:
5389         * paragraph_funcs.C:
5390         * rowpainter.C:
5391         * text.C:
5392         * text2.C:
5393         * text3.C:
5394         * text_funcs.C: split LyXText::rowlist_ into individual
5395         Paragraph::rows_ chunks
5396
5397         * BufferView.[Ch]:
5398         * BufferView_pimpl.[Ch]:
5399         * lyxfind.C:
5400         * lyxtext.h:
5401         * text3.C: remove toggleSelection()
5402
5403 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5404
5405         * bufferlist.C: beautify two alerts (shorter text of buttons)
5406         * buffer.C: Remove redundant ' ' from message
5407         * tabular.h:
5408         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5409         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5410         rename VALIGN_CENTER to VALIGN_MIDDLE
5411
5412 2003-08-11  André Pönitz  <poenitz@gmx.net>
5413
5414         * lyxtext.h (getPar):
5415         * text.C: new function
5416
5417 2003-08-11  André Pönitz  <poenitz@gmx.net>
5418
5419         * Makefile.am:
5420         * tracer.[Ch]: remove unneeded files
5421
5422         * InsetList.[Ch]: remove resizeInsetsLyXText()
5423
5424         * lyxtext.h:
5425         * text.C:
5426         * text2.C:
5427         * text3.C: merge insertParagraphs() and appendParagraph()
5428         remove breakAgain(), update()
5429
5430         * BufferView_pimpl.[Ch]:
5431         * bufferview_funcs.[Ch]:
5432         * lyxfunc.C:
5433         * paragraph.[Ch]:
5434         * rowpainter.C:
5435         * tabular.C: adjust after text & InsetList changes.
5436
5437 2003-08-08  André Pönitz  <poenitz@gmx.net>
5438
5439         * text.C (insertChar, backspace): replace rowlist fiddling
5440         with rebreak of full par
5441
5442         * lyxtext.h:
5443         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5444         checkParagraph, updateInset): removed
5445
5446 2003-08-07  André Pönitz  <poenitz@gmx.net>
5447
5448         * paragraph.C:
5449         * text3.C: merge some LFUN handlers, remove dead code
5450
5451 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5452
5453         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5454
5455 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5456
5457         * text2.C (DEPM): fix part of bug 1255 and 1256
5458
5459 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5460
5461         * BufferView_pimpl.C (workAreaDispatch): change to use
5462         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5463         that are no mouse related.
5464
5465 2003-08-05  André Pönitz  <poenitz@gmx.net>
5466
5467         * BufferView.[Ch]:
5468         * BufferView_pimpl.[Ch]:
5469         * bufferview_funcs.C:
5470         * text2.C:
5471         * text3.C: rip out "deep update"
5472
5473         * textcursor.[Ch] (last_sel_cursor): remove unused member
5474
5475 2003-08-04  André Pönitz  <poenitz@gmx.net>
5476
5477         * BufferView.[Ch]:
5478         * BufferView_pimpl.[Ch]:
5479         * ParagraphParameters.C:
5480         * bufferview_funcs.C:
5481         * lyx_cb.C:
5482         * lyxfind.C:
5483         * lyxfunc.C:
5484         * text.C:
5485         * text2.C:
5486         * text3.C: replace "complicated" BufferView::update(...) calls with
5487         simpler ones.
5488
5489         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5490
5491 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5492
5493         * Makefile.am (lyx_SOURCES): add paper.h
5494
5495 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5496
5497         * Makefile.am: move things around so that both lyx-qt and
5498         lyx-xforms can be built (according to --with-frontend). Then lyx
5499         is a symbolic link to lyx-[firstfrontend]
5500
5501 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5502
5503         * Always use std::endl with lyxerr
5504
5505 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5506
5507         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5508
5509 2003-08-01  André Pönitz  <poenitz@gmx.net>
5510
5511         * BufferView.[Ch]:
5512         * BufferView_pimpl.[Ch]:
5513         * lyxfunc.C:
5514         * text3.C: merge BufferView::repaint() and BufferView::update()
5515
5516 2003-08-01  José Matos  <jamatos@lyx.org>
5517
5518         * buffer.[Ch]: file_format is no longer a buffer data element.
5519
5520 2003-08-01  André Pönitz  <poenitz@gmx.net>
5521
5522         * BufferView.C:
5523         * lyxtext.h:
5524         * text.C:
5525         * text2.C: make redoParagraph more independent of current cursor
5526
5527         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5528         * text.C:
5529         * text2.C: remove unneeded members
5530
5531 2003-07-30  André Pönitz  <poenitz@gmx.net>
5532
5533         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5534
5535         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5536           create a single function...
5537
5538         * paragraph_funcs.C (moveItem): ... here.
5539
5540         * text.C:
5541           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5542
5543 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5544
5545         * LColor.[Ch]: Add comment and greyedout logical colors.
5546
5547 2003-07-30  André Pönitz  <poenitz@gmx.net>
5548
5549         * tabular.C: don't use Assert too heavily. This crashes where it
5550           shouldn't
5551
5552 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5553
5554         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5555         is disabled (bug 1232)
5556
5557 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5558
5559         * factory.C: limited 'arg' scope
5560
5561 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5562
5563         * factory.C: fixed Note submenu issues
5564
5565 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5566
5567         * factory.C: submenu for Note/Comment/Greyedout
5568
5569 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5570
5571         * lyx_main.C (LyX):
5572         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5573
5574 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5575
5576         * LaTeXFeatures.C:
5577         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5578         greyedout. Patch provided by Jürgen Spitzmüller.
5579
5580 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5581
5582         * kbmap.C (read): fix error message when reading bind files
5583
5584 2003-07-29  Angus Leeming  <leeming@lyx.org>
5585
5586         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5587         certainly does not do what it purports to do. I am doing it, and
5588         us, a favour by killing it.
5589
5590 2003-07-28  José Matos  <jamatos@lyx.org>
5591
5592         * buffer.C (readBody, do_writeFile):
5593         * paragraph.C(readParagraph): \end_document replaces \the_end.
5594
5595 2003-07-29  André Pönitz  <poenitz@gmx.net>
5596
5597         * BufferView.[Ch]:
5598         * BufferView_pimpl.[Ch]:
5599         * lyxfunc.C:
5600         * text2.C:
5601         * text3.C:
5602         * textcursor.[Ch]: remove toggleToggle & Co
5603
5604 2003-07-28  José Matos  <jamatos@fep.up.pt>
5605
5606         * buffer.C (readParagraph):
5607         * params_func (readParToken, readParagraph):
5608         * paragraph.C (write): \layout -> \begin_layout.
5609
5610 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5611
5612         * lyxlex_pimpl.C (setFile): clean up slightly.
5613
5614         * bufferparams.h: add compressed var
5615
5616         * buffer_funcs.C (readFile): adjust for LyXLex change
5617         (newFile): ditto + simplify
5618
5619         * buffer.C (writeFile): handle writing of compressed files
5620
5621         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5622         Check if the file is compressed and set a bufferparm if so.
5623
5624         * Makefile.am (lyx_LDADD): remove explicit -lz
5625
5626 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5627
5628         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5629         makeDocBookFile): put the real LyX version in the first line of
5630         the file
5631
5632         * version.h:
5633         * version.C.in: remove lyx_docversion
5634
5635         * tabular.C (write_attribute): add a template-based version to
5636         write enums properly
5637
5638 2003-07-28  André Pönitz  <poenitz@gmx.net>
5639
5640         * lyxtext.h:
5641         * text.C:
5642         * text2.C:
5643         * text3.C: use doubles again for x-coordinates. They are needed.
5644
5645 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5646
5647         * messages.C (getLocaleDir): use lyx_localedir()
5648
5649         * lyxlex_pimpl.C (setFile): compress stuff
5650
5651         * buffer.C (writeFile): add some compression stuff
5652         (do_writeFile): new func, dont call expliti close... will this
5653         breake anything?
5654
5655         * Makefile.am (lyx_LDADD): add -lz
5656
5657 2003-07-28  José Matos  <jamatos@fep.up.pt>
5658
5659         * buffer.C: increment file format.
5660         * paragraph_funcs (readParagraph, readParToken):
5661         * paragraph.C (readParagraph): add \end_layout.
5662
5663 2003-07-27  Angus Leeming  <leeming@lyx.org>
5664
5665         * Makefile.am: remove special casing for configure-time setting of
5666         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5667
5668         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5669         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5670
5671 2003-07-26  André Pönitz  <poenitz@gmx.net>
5672
5673         * paragraph_func.[Ch]:
5674         * paragraph.C (realizeFont): inline it whereever it is used
5675
5676         * rowpainter.C:
5677         * text.C:
5678         * text2.C:
5679         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5680
5681
5682 2003-07-26  André Pönitz  <poenitz@gmx.net>
5683
5684         *       lyxtext.h:
5685         * text.C:
5686         * text2.C: get rid of LyXText::need_break_row
5687
5688 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5689
5690         * toc.[Ch]: put namespace toc inside namespace lyx
5691
5692         * MenuBackend.C (expandToc2): adjust for lyx::toc
5693         (expandToc): ditto
5694
5695         * lyxfunc.C (dispatch): adjust for lyx::find
5696
5697         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5698         lyx::find instead. Reorganize a bit.
5699         (LyXReplace): rename to replace
5700         (LyXFind): rename to find
5701
5702         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5703         (dispatch): ditto
5704
5705 2003-07-26  André Pönitz  <poenitz@gmx.net>
5706
5707         * text.C (setHeightOfRow): restrict scope of temporary variable
5708
5709         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
5710           code (never has been used?)
5711
5712 2003-07-27  Asger Alstrup  <alstrup@local>
5713
5714         * text.C (fill): Optimise algorithm to exploit that we can reuse
5715         the LyXFont for many characters.
5716         (setHeightOfRow): Same thing.
5717         (rowBreakPoint): Same thing.
5718
5719 2003-07-26  Asger Alstrup  <alstrup@local>
5720
5721         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
5722
5723         * text.C (singleWidth): Spurious font copying in hot-spot
5724         singleWidth avoided. Reorder tests for arabic for efficiency.
5725
5726         * text.C (fill): handle empty paragraphs better.
5727
5728 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5729
5730         * ispell.C:
5731         * encoding.h: add includes
5732
5733         * lyxrc.C: remove reading of bind files
5734
5735         * lyx_main.C (init): setup bindings and menus only if we have a
5736         gui.
5737
5738         * kbmap.C (read): new method. Do the actual reading of bind
5739         files.
5740
5741         * converter.C (dvipdfm_options):
5742         * bufferparams.C:
5743         * lyxrc.C (read):
5744         (output): adapt PAPER_* enums.
5745
5746         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
5747
5748         * bufferparams.h: remove paper-related enums from there
5749
5750         * paper.h: New file. A trivial header file to hold paper-related
5751         enums. It should later expand to contain many paper-related
5752         horrors access.
5753
5754         * lyxrc.C: declare extern displayTranslator
5755
5756 2003-07-27  José Matos  <jamatos@fep.up.pt>
5757
5758         * tabular.[Ch] (linuxdoc): add support for tables and figures
5759         (linuxdoc).
5760
5761 2003-07-27  José Matos  <jamatos@fep.up.pt>
5762
5763         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
5764         consistency in both functions.
5765         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
5766
5767 2003-07-26  Asger Alstrup  <alstrup@local>
5768
5769         * rowpainter.C (paintRows): Change algorithm to work directly on
5770         the insets rather than asking every character in the document
5771         whether its an inset.
5772
5773 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
5774
5775         * buffer.C (openFileWrite): factorize some code
5776
5777 2003-07-26  Angus Leeming  <leeming@lyx.org>
5778
5779         * lyx_cb.C:
5780         * lyx_main.[Ch]: replace occurances of system_tempdir with
5781         os::getTmpDir().
5782
5783 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5784
5785         * rename Inset to InsetOld
5786
5787 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
5788
5789         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
5790         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
5791         which I think is a bit clearer. EDIT is gone, since it was
5792         premature optimisation, and broken for mathed anyway.
5793         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
5794         with cursor positioning in insets as well (math insets still do not
5795         work, but that's a different story anyway.) It mysteriously
5796         crashes sometimes with undo in the first paragraph, but I'm fairly
5797         confident that this is a compiler bug.
5798
5799 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5800
5801         * paragraph.C (Paragraph): adjust for new clone return type
5802         (operator==): ditto
5803         (copyIntoMinibuffer): ditto
5804
5805 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
5806
5807         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
5808         by not having a special case, and always doing a full rebreak of
5809         the document after undo.
5810
5811 2003-07-23  Angus Leeming  <leeming@lyx.org>
5812
5813         * factory.C (createInset): InsetExternal::setParams now takes a
5814         Buffer const * arg.
5815
5816 2003-07-23  Angus Leeming  <leeming@lyx.org>
5817
5818         * factory.C (createInset): changed interface to the external and
5819         graphics mailers' string2params functions.
5820
5821 2003-07-23  Angus Leeming  <leeming@lyx.org>
5822
5823         * factory.C (createInset): pass a
5824         Buffer const * parameter to InsetExternalMailer's string2params.
5825
5826 2003-07-22  John Levon  <levon@movementarian.org>
5827
5828         * Thesaurus.h: include the right aiksaurus header
5829
5830 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5831
5832         * MenuBackend.C (expand): check menu shortcuts unconditionally
5833
5834 2003-07-21  Angus Leeming  <leeming@lyx.org>
5835
5836         * factory.C (createInset): pass a
5837         buffer_path parameter to InsetGraphicsMailer's string2params.
5838
5839 2003-07-21  Angus Leeming  <leeming@lyx.org>
5840
5841         * BufferView_pimpl.C (buffer):
5842         * buffer.C (d-tor):
5843         * lyx_main.C (LyX):
5844         * lyxfunc.C (dispatch):
5845         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
5846         rather than the grfx shortcut.
5847
5848 2003-07-21  André Pönitz  <poenitz@gmx.net>
5849
5850         * rowpainter.C: remove unused variables
5851
5852         * tabular_funcs.C:
5853         * tabular_funcs.h: move to tabular.C
5854         * Makefile.am: adjust
5855
5856         * tabular.[Ch]: basic optical cleaning
5857
5858         * author.h: pass references, not values
5859
5860 2003-07-18  André Pönitz  <poenitz@gmx.net>
5861
5862         * lyxtext.h:
5863         * metricsinfo.C:
5864         * metricsinfo.h:
5865         * rowpainter.C:
5866         * text.C:
5867         * text2.C:
5868         * text3.C: two-phase drawing for InsetText and InsetTabular
5869         some float -> int changes.
5870
5871 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5872
5873         * lyx_main.C: fix the fix
5874
5875 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5876
5877         * lyx_main.C: fix a crash in batch mode if no files specified
5878         * converter.C: ws
5879
5880 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
5881
5882         * format.[Ch] (papersize): moved to BufferParams
5883         * converter.[Ch] (dvips_options): moved to BufferParams
5884         (dvipdfm_options): moved to anon namespace
5885         * bufferparams.[Ch]: added above functions.
5886
5887 2003-07-17  André Pönitz  <poenitz@gmx.net>
5888
5889         * lyxtext.h:
5890         * rowpainter.C:
5891         * text2.C: don't call inset->update() anymore
5892
5893         * metricsinfo.[Ch]: add convenience constructor
5894
5895 2003-07-16  André Pönitz  <poenitz@gmx.net>
5896
5897         * lyxcursor.[Ch]:
5898         * lyxfunc.[Ch]:
5899         * text.C:
5900         * text2.C: replace the LyXCursor::irow_ member with
5901          on-demand computation of the value
5902
5903 2003-07-16  John Levon  <levon@movementarian.org>
5904
5905         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
5906
5907 2003-07-15  André Pönitz  <poenitz@gmx.net>
5908
5909         * text.C:
5910         * text2.C: remove no more needed refresh_row
5911
5912 2003-07-15  André Pönitz  <poenitz@gmx.net>
5913
5914         * lyxtext.h:
5915         * rowpainter.C:
5916         * text2.C:
5917         * text3.C: refresh_status tristate -> need_update bool
5918
5919 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
5920
5921         * lyxtext.h (init): remove reinit argument (act as if always true)
5922         * text2.C: adjust to that
5923
5924 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5925
5926         * bufferview_funcs.[Ch]: introduce function replaceSelection()
5927         * text3.C: use it to delete selections in some cases
5928         (bugs 441, 673, 702, 954).
5929
5930 2003-07-14  André Pönitz  <poenitz@gmx.net>
5931
5932         * rowpainter.[Ch]: reduce interface
5933
5934 2003-07-14  André Pönitz  <poenitz@gmx.net>
5935
5936         * BufferView_pimpl.C:
5937         * text2.C: adjust after removing unused BufferView * argument
5938
5939 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
5940
5941         * text2.C (init): fix a crash fired on resize
5942
5943 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
5944
5945         * buffer.[Ch]: added new closing signal
5946         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
5947         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
5948         BufferView::Pimpl via the closing the signal
5949
5950 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
5951
5952         * buffer.[Ch]: take out all bv-related from buffer
5953         * BufferView.C:
5954         * BufferView_pimpl.[Ch]: connect to new signals
5955         * CutAndPaste.C: removed useless asserts
5956         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
5957         * lyxvc.[Ch]:
5958         * vc-backend.[Ch]:
5959         * lyxfunc.C: moved view-related funciontality from vc here
5960         * paragraph.C: removed outdated comments
5961         * text.C: ws
5962
5963 2003-07-10  André Pönitz  <poenitz@gmx.net>
5964
5965         * BufferView_pimpl.C:
5966         * tabular.h:
5967         * tabular_funcs.C:
5968         * text.C:
5969         * text2.C: remove InsetText::InnerCache, clean up consequences
5970
5971 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5972
5973         * ispell.C: fix two typos in error messages
5974
5975 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
5976
5977         * Extend Note inset to other forms of annotation like Comment
5978         and Greyedout. Right button click gives dialog.
5979
5980         Files modified or added (+):
5981
5982         * insetnote.[Ch]
5983         * FormNote.[Ch]      +
5984         * ControlNote.[Ch]   +
5985         * form_note.fd       +
5986         * Makefile.am in frontends/xforms, frontends/xforms/forms,
5987         frontends/controllers
5988         * xforms/Dialogs.C
5989         * factory.C
5990
5991 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5992
5993         * aspell.C: add missing namespace lyx::support
5994
5995 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
5996
5997         * BufferView.[Ch] (newFile): Add
5998         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
5999         * LaTeX.[Ch] (message): added this signal and use it
6000         * buffer.[Ch] (busy, message): added these signals and use them
6001         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6002         * converter.C:
6003         * exporter.C:
6004         * format.C:
6005         * importer.C: use buffer signals instead of direct bv calling
6006         * lyx_cb.[Ch] (ShowMessage): removed
6007         * lyx_main.C:
6008         * lyxfunc.C:
6009         * paragraph_funcs.C:
6010         * text2.C: use buffer signals
6011
6012 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6013
6014         * introduce namespace lyx::graphics
6015
6016 2003-07-02  André Pönitz  <poenitz@gmx.net>
6017
6018         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6019
6020 2003-07-01  André Pönitz  <poenitz@gmx.net>
6021
6022         * text.C:
6023         * text2.C:
6024         * text3.C:
6025         * text_funcs.[Ch]:
6026         * textcursor.h:
6027         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6028           text*.C to text_func.C
6029
6030 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6031
6032         * introduce namespace lyx::support
6033
6034 2003-06-30  André Pönitz  <poenitz@gmx.net>
6035
6036         * Chktex.C:
6037         * funcrequest.C:
6038         * lyxtext.h:
6039         * text.C: re-enable --with-included-string
6040
6041 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6042
6043         * textcursor.C: add <config.h>
6044
6045         * text.C (getWord): remove const from word_location arg
6046
6047         * lyxvc.C (getLogFile): fix const type order
6048
6049         * lyxtext.h: remove const from word_location arg, add arg name
6050
6051         * lyxlayout.h: currect type on labeltype.
6052
6053         * importer.C: correct \file
6054
6055         * converter.C (intToFormat): use std:: on ret val, ws changes
6056
6057         * bufferlist.h: correct \file
6058
6059         * buffer.C (makeLinuxDocFile): fix const type order
6060         (makeDocBookFile): ditto
6061         (fillWithBibKeys): use std:: on stdlib args.
6062
6063         * CutAndPaste.C: fix authors.
6064         (availableSelections): use std:: on return vector
6065
6066 2003-06-27  André Pönitz  <poenitz@gmx.net>
6067
6068         * BufferView_pimpl.C:
6069         * bufferview_funcs.C:
6070         * lyxcursor.C:
6071         * lyxcursor.h:
6072         * lyxfunc.C:
6073         * lyxtext.h:
6074         * rowpainter.C:
6075         * text.C:
6076         * text2.C:
6077         * text3.C: remove LyXCursor::row_ member
6078
6079         * lyxtext.h:
6080         * text.C: rename fullRebreak() to partialRebreak() and implement
6081           a fullRebreak() that really bereks fully
6082
6083         * textcursor.h: new struct for cursor-related data
6084
6085 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6086
6087         * lyx_main.C (LyX): get full path of document loaded on the
6088         command line
6089
6090 2003-06-26  André Pönitz  <poenitz@gmx.net>
6091
6092         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6093           remove unused/broken operator>,<,>=.
6094
6095         *       text.C: remove only use of broken operator<= in an Assert().
6096
6097 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6098
6099         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6100         moved errorlist_.clear to showErrorList
6101
6102 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6103
6104         * converter.C (scanLog, runLaTeX):
6105         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6106         move the bv->showErrorList call to the callers
6107         * lyxfunc.C: i.e. here...
6108         * text2.C: and here
6109         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6110         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6111         namespace, the second to...
6112         * buffer_funcs (BufferFormat, parseErrors): added
6113         * errorlist.C (ErrorList(TeXErrors const &)): removed
6114
6115 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6116
6117         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6118
6119 2003-06-24  "Garst R. Reese" <reese@isn.net>
6120
6121         * debug.C: fix typo
6122
6123 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6124
6125         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6126
6127         * version.C.in: change docversion to 1.4
6128
6129 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6130
6131         * buffer.C: fix a bug just introduced
6132
6133 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6134
6135         * buffer.[Ch]: added the parseError signal and use it, removed
6136         sgmlError
6137         * BufferView.[Ch] (addError): moved to ...
6138         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6139         to the Buffer::parseError signal to catch (guess what) parse errors
6140         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6141
6142 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6143
6144         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6145         ability to create a buffer and to return an existing one from
6146         the list. Moved these functions to...
6147         * buffer_funcs.[Ch]: added
6148         * BufferView.[Ch] (loadLyXFile): added
6149         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6150         job removed from bufferlist::loadLyXFile.
6151         * buffer.C (setReadOnly): make it work without view
6152         (i.e added an if (users))
6153
6154 2003-06-19  Angus Leeming  <leeming@lyx.org>
6155
6156         * lfuns.h:
6157         * LyXAction.C (init):
6158         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6159         with LFUN_DIALOG_SHOW <name> <data>.
6160
6161 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6162
6163         * CutAndPaste.C (availableSelections): small compilation fix for
6164         ancient (gcc 2.9x) compilers
6165
6166 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6167
6168         * text3.C (cursorNext): add tmp var
6169
6170         * text2.C (updateCounters): for function calling out of for clause
6171         (replaceSelectionWithString): ditto
6172         (insertStringAsParagraphs): ditto
6173         (getColumnNearX): add tmp var
6174         (setCursorFromCoordinates): add tmp var
6175         (cursorDownParagraph): add tmp var
6176         (deleteEmptyParagraphMechanism): add tmp var
6177
6178         * text.C (insertChar): add tmp var
6179
6180         * rowpainter.C (paintDepthBar): add tmp var
6181
6182         * CutAndPaste.C (availableSelections): potentially check all
6183         paragraphs in a cut to fill the shown strings.
6184
6185 2003-06-18  André Pönitz  <poenitz@gmx.net>
6186
6187         * kbmap.[Ch]: use vector<> instead of list<>
6188
6189 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6190
6191         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6192         pasteSelection with index
6193
6194         * text2.C (pasteSelection): modify, call pasteSelection with index
6195
6196         * paragraph.C (asString): reimplement version with no interval to
6197         call the one with interval.
6198
6199         * lyxtext.h: add index arg to pasteSelection
6200
6201         * MenuBackend.C (MenuItem): handle PasteRecent
6202         (Menu::read::Menutags): add md_pasterecent
6203         (read): handle it
6204         (expandPasteRecent): new function
6205         (expand): use it
6206
6207         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6208
6209         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6210         the limited stack
6211         (availableSelections): new function
6212
6213 2003-06-17  Angus Leeming  <leeming@lyx.org>
6214
6215         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6216
6217 2003-06-17  Angus Leeming  <leeming@lyx.org>
6218
6219         * lfuns.h:
6220         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6221
6222         * lyxfunc.C (dispatch): invoke it.
6223
6224 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6225
6226         * iterators.C (operator++, ParPosition): reintroduce some
6227         const_cast for the benefit of older compilers.
6228
6229 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6230
6231         * text3.C (dispatch): do not modify clipboard when doing
6232         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6233         LFUN_DELETE_SKIP on a selection selection
6234
6235 2003-06-16  André Pönitz  <poenitz@gmx.net>
6236
6237         * BufferView.C:
6238         * buffer.C:
6239         * buffer.h:
6240         * paragraph.C:
6241         * tabular.[Ch]: IU of clone() and getLabelList();
6242
6243 2003-06-13  André Pönitz  <poenitz@gmx.net>
6244
6245         * tabular.h: compactification
6246
6247 2003-06-12  André Pönitz  <poenitz@gmx.net>
6248
6249         * tabular.C:
6250         * tabular.h:
6251         * tabular_funcs.h: some renaming plus whitespace
6252
6253 2003-06-12  André Pönitz  <poenitz@gmx.net>
6254
6255         * BufferView.C:
6256         * BufferView_pimpl.C:
6257         * CutAndPaste.C:
6258         * buffer.C:
6259         * iterators.[Ch]:
6260         * lyxfunc.C:
6261         * text.C:
6262         * toc.C: Return a Paragraph & for ParIterator::operator*()
6263
6264 2003-06-11  John Levon  <levon@movementarian.org>
6265
6266         * lyx_main.C:
6267         * ToolbarBackend.h:
6268         * ToolbarBackend.C: add "Toolbars" section and
6269         put the flags there
6270
6271 2003-06-10  Angus Leeming  <leeming@lyx.org>
6272
6273         * lfuns.h:
6274         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6275
6276         * lyxfunc.C (dispatch): invoke it.
6277
6278 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6279
6280         * main.C: protect <ios> with HAVE_IOS
6281         (main): protect sync_with_stdio with HAVE_IOS
6282
6283 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6284
6285         * text2.C (cutSelection): adjust
6286         (pasteSelection): adjust
6287
6288         * messages.C: handle get of empty string
6289
6290         * main.C (main): use sync_with_stdio(false)
6291
6292         * lyxfunc.C (dispatch): adjust
6293
6294         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6295         (WriteAs): remove unneeded BufferView arg.
6296
6297         * bufferparams.h: use correct types on papersize, papersize2 and
6298         paperpackage.
6299
6300         * bufferparams.C (readToken): adjust for type
6301         (writeLaTeX): add missing cases to switch.
6302
6303         * bufferlist.C (quitWriteBuffer): adjust
6304         (close): adjust
6305
6306         * buffer.C (asciiParagraph): remove some commented code.
6307
6308         * CutAndPaste.C: remove current_view extern variable.
6309         (cutSelection): add BufferParams arg.
6310         (eraseSelection): add BufferParams arg.
6311         (pasteSelection): add Buffer const & arg
6312
6313 2003-06-07  John Levon  <levon@movementarian.org>
6314
6315         * buffer.C:
6316         * paragraph_funcs.C:
6317         * paragraph_pimpl.C:
6318         * text.C:
6319         * text2.C:
6320         * paragraph.h:
6321         * paragraph.C: allow InsetERT to freely space lines,
6322         and some consolidation of code
6323
6324 2003-06-06  José Matos  <jamatos@fep.up.pt>
6325
6326         * buffer.C (makeDocBookFile): fix bug #821
6327
6328 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6329
6330         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6331
6332 2003-06-04  Angus Leeming  <leeming@lyx.org>
6333
6334         * buffer.C: bump format to 224.
6335
6336 2003-06-05  André Pönitz  <poenitz@gmx.net>
6337
6338         * text2.C (redoParagraphs): remove two const_cast<>
6339
6340 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6341
6342         * ParagraphList.h: remove last remnants of NO_STD_LIST
6343
6344 2003-06-03  Angus Leeming  <leeming@lyx.org>
6345
6346         * factory.C (createInset): small change to the way InsetExternal's params
6347         are set.
6348
6349 2003-06-04  André Pönitz  <poenitz@gmx.net>
6350
6351         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6352
6353         * paragraph_pimpl.h:
6354         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6355
6356         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6357
6358         * undo_funcs.C: make some simple cases of undo work again
6359
6360 2003-06-03  John Levon  <levon@movementarian.org>
6361
6362         * ispell.C: HPUX doesn't have sys/select.h
6363         (from Albert Chin)
6364
6365 2003-06-03  John Levon  <levon@movementarian.org>
6366
6367         * CutAndPaste.C: update tabular and include inset
6368         buffer references
6369
6370         * buffer.h:
6371         * paragraph.h:
6372         * paragraph.C: remove owningBuffer(), don't pass Buffer
6373         to clone()
6374
6375         * factory.C: insetGraphicsParams changed
6376
6377 2003-06-02  John Levon  <levon@movementarian.org>
6378
6379         * LyXAction.C:
6380         * factory.C:
6381         * lfuns.h:
6382         * lyxfunc.C:
6383         * text3.C: remove insetparent
6384
6385 2003-06-02  John Levon  <levon@movementarian.org>
6386
6387         * buffer.h:
6388         * buffer.C: fix inset_iterator.end(), move out of line
6389         (bug 1149)
6390
6391 2003-06-01  John Levon  <levon@movementarian.org>
6392
6393         * text3.C: use a proper cut/paste when doing inset
6394         insert (from Jürgen Spitzmüller)
6395
6396 2003-06-01  John Levon  <levon@movementarian.org>
6397
6398         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6399
6400 2003-05-30  André Pönitz  <poenitz@gmx.net>
6401
6402         * rowpainter.C: unify second drawing phase
6403
6404 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6405
6406         * trans_mgr.C: remove one case of current_view
6407
6408         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6409
6410         * paragraph_funcs.h: remove paragraph.h include
6411
6412         * paragraph.h: delete NO_STD_LIST stuff
6413
6414         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6415
6416         * buffer.h: remove paragraph.h include
6417
6418         * ParagraphList.C: delete file
6419
6420         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6421
6422         * toc.C (getTocList): adjust
6423
6424         * paragraph_pimpl.C (validate): adjust
6425
6426         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6427
6428         * paragraph.C (Paragraph): adjust
6429         (getPositionOfInset): use const_iterator, adjust
6430         (bibitem): use const_iterator, adjust
6431         (setInsetOwner): adjust
6432
6433         * iterators.C (operator++): adjust
6434
6435         * InsetList.[Ch]: Replace selfmade iterator with standard
6436         vector::iterator also introduce const_iterator. Remove getPos,
6437         getInset and setInset from InsetTable. Adjust accordingly.
6438
6439         * BufferView.C (lockInset): adjust
6440         (ChangeInsets): adjust
6441
6442         * tabular.[Ch]: delete commented same_id functions
6443
6444 2003-05-28  John Levon  <levon@movementarian.org>
6445
6446         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6447
6448 2003-05-28  André Pönitz  <poenitz@gmx.net>
6449
6450         * metricsinfo.[Ch]: remove 'fullredraw' member
6451
6452 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6453
6454         * lyxtextclass.C (operator): remove caching.
6455
6456 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6457
6458         * text3.C: adjust
6459
6460         * text2.C (cursorBottom): adjust
6461         (setCounter): use ParagraphList::find, adjust
6462
6463         * text.C (workWidth): use ParagraphList::find, adjust
6464
6465         * lyxcursor.C (LyXCursor): adjust
6466
6467         * buffer.C (inset_iterator): adjust
6468
6469         * ParagraphList.h: make iterator(value_type) private, make
6470         ParagraphList a friend of iterator.
6471
6472         * ParagraphList.C (find): new function
6473
6474         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6475
6476 2003-05-27  André Pönitz  <poenitz@gmx.net>
6477
6478         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6479
6480 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6481
6482         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6483
6484 2003-05-26  John Levon  <levon@movementarian.org>
6485
6486         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6487
6488 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6489
6490         * remove same_id from function signatures, adjust.
6491
6492 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6493
6494         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6495
6496         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6497
6498         * paragraph.C (Paragraph): get rid of same_ids parameter
6499
6500         * ParagraphList.C (insert): adjust
6501         (push_back): adjust
6502
6503 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6504
6505         * paragraph_funcs.C (breakParagraph): adjust
6506         (breakParagraphConservative): adjust
6507
6508         * buffer.C (readParagraph): adjust
6509
6510         * ParagraphList.C (insert): take a reference instead of a pointer
6511         (insert): adjust
6512
6513         * paragraph.[Ch] (id): new function
6514
6515         * bufferlist.C (newFile): adjust
6516
6517         * ParagraphList.C (ParagraphList): adjust
6518         (assign): adjust
6519         (push_back): take a reference instead of a pointer.
6520
6521         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6522
6523         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6524         instead.
6525
6526         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6527         set else use old code.
6528
6529         * ParagraphList.C: remove all NO_NEXT code and only compile this
6530         code of NO_STD_LIST is set.
6531
6532 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6533
6534         * BufferView_pimpl.C:
6535         * TextCache.C:
6536         * TextCache.h:
6537         * bufferlist.C:
6538         * errorlist.h:
6539         * format.C:
6540         * format.h:
6541         * graph.C:
6542         * lyxfunc.C:
6543         * lyxrc.C:
6544         * graphics/GraphicsConverter.C:
6545         * graphics/PreviewLoader.C: header adjustment
6546
6547 2003-05-23  Angus Leeming  <leeming@lyx.org>
6548
6549         * LaTeXFeatures.[Ch] (useBabel): new method.
6550         * bufferparams.C (writeLaTeX): use it.
6551
6552 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6553
6554         * ParagraphList.h (set): remove unused function.
6555
6556 2003-05-23  André Pönitz  <poenitz@gmx.net>
6557
6558         * BufferView.C:
6559         * BufferView_pimpl.C:
6560         * buffer.C:
6561         * buffer.h:
6562         * lyxfunc.C:
6563         * undo_funcs.C: setUndo reworked
6564
6565         * iterators.[Ch]: add access to topmost ParagraphList
6566
6567         * lyxtext.[Ch] (workWidth): add a const
6568
6569 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6570
6571         * texrow.[Ch] (increasePos): remove function
6572         * exporter.C (export): removed unused var and outdated comment
6573
6574 2003-05-23  Angus Leeming  <leeming@lyx.org>
6575
6576         * latexrunparams.h: rename fragile as moving_arg.
6577         * paragraph.C (simpleTeXOnePar): ditto.
6578         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6579
6580 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6581
6582         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6583         (createUndo): ditto
6584         (textUndoOrRedo): comment out a currently unused var.
6585
6586         * paragraph.h (NO_NEXT): enable NO_NEXT
6587
6588         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6589
6590         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6591
6592         * exporter.C (Export): adjust for removeAutoInsets removal.
6593
6594         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6595
6596         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6597
6598         * BufferView.[Ch] (removeAutoInsets): delete function
6599
6600 2003-05-22  Angus Leeming  <leeming@lyx.org>
6601
6602         * latexrunparams.h: add a free_spacing variable.
6603
6604         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6605         to pass moving_arg, as the data is stored in runparams.fragile.
6606
6607         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6608         to Inset::latexOptional or to simpleTeXOnePar.
6609
6610         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6611         free_spacing arg to Inset::latexOptional.
6612
6613         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6614         free_spacing arg.
6615
6616 2003-05-22  Angus Leeming  <leeming@lyx.org>
6617
6618         * latexrunparams.h: add fragile and use_babel variables.
6619
6620         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6621         * buffer.C (makeLaTeXFile): store this returned value in
6622         runparams.use_babel, thus passing it to the inset::latex methods.
6623
6624         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6625         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6626
6627         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6628         longer has a fragile arg, as it is stored in runparams.fragile.
6629
6630         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6631         moving_arg parameter as the data is stored in runparams.fragile.
6632
6633         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6634         a fragile parameter as the data is stored in runparams.fragile.
6635
6636 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6637
6638         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6639
6640 2003-05-22  Angus Leeming  <leeming@lyx.org>
6641
6642         * latexrunparams.h: add a 'bool nice' which defaults to false.
6643
6644         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6645         now encapsulated within runparams.
6646
6647         * bufferlist.C (updateIncludedTeXfiles):
6648         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6649
6650 2003-05-22  Angus Leeming  <leeming@lyx.org>
6651
6652         * latexrunparams.h: new file containing struct LatexRunParams.
6653         * Makefile.am: add new file.
6654
6655         * LaTeX.[Ch] (c-tor, run):
6656         * buffer.[Ch] (makeLaTeXFile):
6657         * bufferlist.[Ch] (updateIncludedTeXfiles):
6658         * converter.C (convert, scanLog):
6659         * converter.[Ch] (runLaTeX):
6660         * exporter.C (Export):
6661         * paragraph.[Ch] (simpleTeXOnePar):
6662         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6663         * paragraph_funcs.[Ch] (latexParagraphs):
6664         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6665         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6666         pass around a LatexRunParams parameter.
6667
6668 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6669
6670         * paragraph.[Ch]: remove unused constructor
6671
6672         * ParagraphList.C (erase): new function, taking two iterators
6673
6674 2003-05-22  André Pönitz  <poenitz@gmx.net>
6675
6676         * undo_funcs.C: remove duplicated code
6677
6678         * iterator.[Ch]: operator=
6679
6680 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6681
6682         * tabular.C (SetMultiColumn): ws changes
6683
6684         * rowpainter.C (paintFirst): get rid of a ->previous
6685
6686         * lyx_cb.C (getPossibleLabel): parlist simplification
6687
6688         * BufferView.C (ChangeInsets): simplify slightly.
6689
6690 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6691
6692         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6693         * lfuns.h: new LFUN_SPACE
6694         * lyxfunc.C: protected space has a new lfun
6695         * paragraph_funcs.C: read new space insets
6696         * text3.C:
6697         * factory.C: handle new space insets
6698
6699 2003-05-22  André Pönitz  <poenitz@gmx.net>
6700
6701         * BufferView.C:
6702         * BufferView_pimpl.C:
6703         * buffer.[Ch]:
6704         * lyxfunc.C:
6705         * undo_funcs.C: return a ParIterator from getParFromID.
6706
6707         * iterators.[Ch]: add two const's
6708
6709 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6710
6711         * toc.C (getTocList): adjust
6712
6713         * iterators.[Ch]: rework for parlist
6714
6715         * buffer.C (par_iterator_begin): adjust
6716         (par_iterator_end): adjust
6717
6718         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
6719
6720         * BufferView.C (removeAutoInsets): adjust
6721         (ChangeInsets): adjust
6722
6723 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
6724
6725         * text.C (top_y): fix bug 1110
6726
6727 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
6728
6729         * errorlist.[Ch]: added
6730         * buffer.C:
6731         * BufferView.[Ch]:
6732         * BufferView_pimpl.C:
6733         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
6734         instead
6735
6736 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6737
6738         * Makefile.am: ensure that lyx is relinked upon changes to the
6739         various "convenience" libs.
6740
6741 2003-05-20  Angus Leeming  <leeming@lyx.org>
6742
6743         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
6744         files are compiled in alphabetical order again.
6745
6746         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
6747
6748 2003-05-19  Angus Leeming  <leeming@lyx.org>
6749
6750         * gettext.[Ch]: remove "char const * _(char const *)".
6751
6752 2003-05-19  André Pönitz  <poenitz@gmx.net>
6753
6754         * dimension.[Ch]: promote from mathed/dimension.[Ch]
6755
6756         * Makefile.am:
6757         * BufferView.C:
6758         * DepTable.h:
6759         * LaTeXFeatures.C:
6760         * buffer.C:
6761         * lyxfont.C:
6762         * lyxlex.h:
6763         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
6764
6765 2003-05-19  André Pönitz  <poenitz@gmx.net>
6766
6767         * buffer.C:
6768         * lyxlayout.[Ch]:
6769         * lyxtextclass.[Ch]:
6770         * paragraph.C:
6771         * paragraph_funcs.[Ch]:
6772         * text2.C:
6773         * text3.C: more insetenv work
6774
6775 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
6776
6777         * ParagraphParameters.C (params2string): small bug fixed
6778
6779 2003-05-16  André Pönitz  <poenitz@gmx.net>
6780
6781         * debug.C:
6782         * bufferview_funcs.C: patch from Kornel Benko to prevent
6783           crash when _(...) is called twice in a statement
6784
6785 2003-05-16  André Pönitz  <poenitz@gmx.net>
6786
6787         * BufferView.C:
6788         * lyxfunc.C:
6789         * text.C:
6790         * text2.C:
6791         * text3.C:
6792         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
6793
6794 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
6795
6796         * lyx_main.C (init): remove spurious static_cast
6797
6798 2003-05-14  André Pönitz  <poenitz@gmx.net>
6799
6800         * BufferView.C: fix format string
6801
6802 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
6803
6804         * BufferView.[Ch] (insertErrors): removed
6805         * BufferView.[Ch] (showErrorList): added
6806         * buffer.C (runChkTeX):
6807         * converter.C (scanLog): call showErrorList instead of inserterrors
6808
6809 2003-05-13  André Pönitz  <poenitz@gmx.net>
6810
6811         * BufferView_pimpl.C:
6812         * buffer.C:
6813         * bufferview_func.C:
6814         * MenuBackend.C:
6815         * lyxfunc.C:
6816         * lyxrc.C:
6817         * tex-accent.C:
6818         * text3.C:
6819         * toc.C:
6820         * tabular_funcs.h: tostr() from its own header
6821
6822         * ParagraphParameters.C:
6823         * ToolbarBackend.C:
6824         * bufferparams.C:
6825         * format.C:
6826         * lyxlex_pimpl.C:
6827         * text3.C: STRCONV()
6828
6829 2003-05-12  André Pönitz  <poenitz@gmx.net>
6830
6831         * BufferView.C:
6832         * BufferView_pimpl.C:
6833         * CutAndPaste.C:
6834         * LaTeX.C:
6835         * LaTeXFeatures.C:
6836         * ParagraphParameters.C:
6837         * buffer.C:
6838         * bufferlist.C:
6839         * bufferparams.C:
6840         * bufferview_funcs.C:
6841         * converter.C:
6842         * counters.C:
6843         * debug.C:
6844         * exporter.C:
6845         * format.C:
6846         * importer.C:
6847         * lyx_cb.C:
6848         * lyx_main.C:
6849         * lyxfont.C:
6850         * lyxfunc.C:
6851         * lyxvc.C:
6852         * paragraph.C:
6853         * paragraph_funcs.C:
6854         * tabular.C:
6855         * tabular_funcs.C:
6856         * text2.C:
6857         * text3.C:  boost::format -> bformat  all over the place
6858
6859
6860 2003-05-09  André Pönitz  <poenitz@gmx.net>
6861
6862         * LColor.[Ch]: Pimpl the #include <map> away
6863
6864 2003-05-09  John Levon  <levon@movementarian.org>
6865
6866         * bufferlist.C: never remove emergency saves
6867
6868 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6869
6870         * Makefile.am: better lib building
6871
6872 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
6873
6874         * texrow.[Ch]: remove dependency on Paragraph and just store a id
6875         instead.
6876         * paragraph_pimpl.C (simpleTeXBlanks): adjust
6877         (simpleTeXSpecialChars): adjust
6878         (simpleTeXSpecialChars): adjust
6879         * paragraph.C (simpleTeXOnePar): adjust
6880         * buffer.C (makeLaTeXFile): adjust
6881
6882         * Makefile.am (BOOST_LIBS): allow boost as system lib.
6883
6884         * text2.C (changeDepth): parlist cleanup
6885         (getColumnNearX): ditto
6886
6887         * rowpainter.C (getLabelFont): parlist cleanup
6888
6889         * bufferlist.C (newFile): parlist cleanup
6890
6891         * CutAndPaste.C (eraseSelection): parlist cleanup
6892
6893         * BufferView_pimpl.C (trackChanges): parlist cleanup
6894         (dispatch): ditto
6895
6896         * BufferView.C (lockInset): parlist cleanup.
6897         (ChangeInsets): ditto
6898
6899 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6900
6901         * CutAndPaste.h: Update file header.
6902
6903         * CutAndPaste.C: Update file header.
6904         Store the parts cut out of the Document in a limited_stack.
6905         (copySelection): adjust
6906         (pasteSelection): new function, takes the index in the limited stack.
6907         (nrOfParagraphs): adjust
6908         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
6909         simplify error inset insertion.
6910         (checkPastePossible): adjust
6911
6912 2003-05-06  John Levon  <levon@movementarian.org>
6913
6914         * text2.C: don't cast wrap inset to float
6915
6916 2003-05-05  André Pönitz  <poenitz@gmx.net>
6917
6918         * iterator.C:
6919         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
6920
6921         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
6922           few naked Paragraph *.
6923
6924 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
6925
6926         * bufferparams.C: Output warning if a document with missing
6927         TeX document class is loaded
6928         * exporter.C: Disable TeX exports if the document class is missing
6929         * lyxtextclass.C:
6930         * lyxtextclass.h:
6931         * lyxtextclasslist.C: Handle new textclass.lst format; new method
6932         isTeXClassAvailable()
6933
6934 2003-05-03  John Levon  <levon@movementarian.org>
6935
6936         * BufferView.h:
6937         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
6938         explicit cursor show/hide
6939
6940         * BufferView_pimpl.h:
6941         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
6942         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
6943
6944         * lyxfunc.C: hide cursor before dispatching.
6945
6946         * lyx_cb.C:
6947         * lyxfind.C:
6948         * text.C:
6949         * text3.C: remove explicit cursor hides
6950
6951 2003-05-02  André Pönitz  <poenitz@gmx.net>
6952
6953         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
6954
6955         * undo_funcs.C:
6956         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
6957           linked lists
6958
6959         * text2.C: tiny whitespace
6960
6961 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6962
6963         * undo_funcs.C: almost only ws changes.
6964
6965         * ParagraphList.C (splice): just return if pl is empty.
6966
6967 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6968
6969         * ParagraphList.C (splice): new function.
6970
6971         * CutAndPaste.C (pasteSelection): use it
6972
6973 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6974
6975         * CutAndPaste.C (pasteSelection): remove the last next and
6976         previous from this file.
6977
6978 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6979
6980         * CutAndPaste.C (pasteSelection): more clean up, user proper
6981         ParagraphList functions for pasteing.
6982
6983         * ParagraphList.C (insert): new function, three arg insert
6984
6985 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6986
6987         * ParagraphList.C (insert): new function, three arg insert
6988
6989         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
6990         not on paragraphs.
6991
6992 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6993
6994         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
6995
6996 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6997
6998         * CutAndPaste.C (pasteSelection): remove some unneeded code.
6999
7000 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7001
7002         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7003         (copySelection): clean up a bit.
7004         (pasteSelection): use make_pair
7005
7006         * ParagraphList.C (ParagraphList): implement copy constructor
7007         (operator=): implement, base on copy constructor.
7008         (assign): new func
7009
7010         * paragraph.C (erase): return a bool
7011
7012         * paragraph_pimpl.C (erasePos): remove function, move contents...
7013         (erase): ... here. Return a bool.
7014         (erase): call erase instead of erasePos.
7015
7016 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7017
7018         * ParagraphList.h: define PitPosPair
7019         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7020         ParagraphList, fix a bug on pasting multiple pars
7021         * text2.C: change interface to C&P
7022
7023 2003-04-30  André Pönitz  <poenitz@gmx.net>
7024
7025         * undo_func.C: revert part of yesterday's patch 2
7026
7027 2003-04-30  John Levon  <levon@movementarian.org>
7028
7029         * LColor.C: s/tabular/table/
7030
7031 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7032
7033         * text3.C (dispatch): do not convert iterator -> pointer
7034         * undo_funcs.C (setCursorParUndo): ditto
7035         * text_funcs.C (transposeChars): ditto
7036
7037         * text2.C (setLayout): ws changes only
7038
7039         * text.C (breakParagraph): do not convert iterator -> pointer
7040         (insertChar): ditto
7041         (acceptChange): ditto
7042         (rejectChange): ditto
7043         (changeCase): ditto
7044         (Delete): ditto
7045         (backspace): ditto
7046
7047         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7048         pointer
7049
7050 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7051
7052         * text3.C (gotoInset): YABG (yet another bad getChar)
7053
7054 2003-04-29  André Pönitz  <poenitz@gmx.net>
7055
7056         * paragraph.h: make operator= private unimplemented as long as
7057           it is unusable
7058
7059         * ParagraphList.C: whitespace
7060
7061         * paragraph.[Ch]:
7062         * paragraph_pimpl.[Ch]:
7063         * paragraph_funcs.C:
7064         * CutAndPaste.C:
7065         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7066
7067         * text2.C:
7068           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7069
7070 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7071
7072         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7073         * paragraph.[Ch] (erase):
7074         * paragraph_pimpl.[Ch] (erase): change return type and value
7075         * text2.C (cutSelection): some rework
7076
7077 2003-04-28  John Levon  <levon@movementarian.org>
7078
7079         * bufferlist.C: changes for unsaved changes dialog
7080
7081 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7082
7083         * bufferlist.C (newFile): set language (messages_) for new
7084         documents also.
7085
7086         * buffer.C (readFile): ws changes only.
7087
7088 2003-04-28  André Pönitz  <poenitz@gmx.net>
7089
7090         * undo_funcs.C:
7091         * lyxfunc.C:
7092         * buffer.[Ch]:
7093         * BufferView_pimpl.C:
7094         * BufferView.C: getParFromID related ParagraphList::iterator changes
7095
7096 2003-04-28  André Pönitz  <poenitz@gmx.net>
7097
7098         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7099           Changes
7100
7101 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7102
7103         * messages.C: remove one more localedir class variable.
7104
7105 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7106
7107         * messages.C (getLocaleDir): singleton generation function
7108         (Pimpl): use it.
7109         (Messages): add a default constructor.
7110
7111         * main.C (main): do not setup localedir here, do not call
7112         gettext_init.
7113
7114         * gettext.C (_): use it.
7115         (gettext_init): delete funciton
7116
7117 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7118
7119         * gettext.C (getLyXMessages): new singleton generating function.
7120
7121         * buffer.C (updateDocLang): adjust
7122
7123         * Makefile.am (messages.o): add target
7124         (main.o): remove target
7125
7126 2003-04-27  John Levon  <levon@movementarian.org>
7127
7128         * bufferlist.C:
7129         * lyx_cb.C:
7130         * lyxfunc.C:
7131         * lyxvc.C: specify cancel button in Alert::prompt
7132
7133 2003-04-26  John Levon  <levon@movementarian.org>
7134
7135         * text3.C:
7136         * lyxfunc.C:
7137         * lfuns.h:
7138         * LyXAction.C: add LFUN_INSET_SETTINGS
7139
7140         * lyxfunc.C: don't enable tabular-feature when there's
7141         just any locking inset
7142
7143 2003-04-26  John Levon  <levon@movementarian.org>
7144
7145         * bufferlist.C: re-add Cancel to buffer close question
7146
7147         * lyxfunc.C: fix import UI a bit
7148
7149 2003-04-25  John Levon  <levon@movementarian.org>
7150
7151         * gettext.C: remove the broken asserts for now
7152
7153 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7154
7155         * messages.C: make case where setlocale cannot comply work better.
7156
7157         * buffer.C (updateDocLang): new function
7158         (changeLanguage): use it
7159         (readFile): use it
7160
7161         * text2.C (setCounter): use B_ a bit.
7162
7163         * lyxlayout.C (Read): be sure to trim the label strings.
7164
7165         * messages.C (Messages): fix typo in comment
7166
7167         * buffer.C (readFile): set message_ after file is loaded.
7168         (makeDocBookFile): remove double return
7169         (changeLanguage): reset message_ upon language change.
7170         (B_): new func, use this to get translated buffer strings.
7171
7172         * main.C: add myself and Jean Marc as authors.
7173
7174 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7175
7176         * messages.[hC]: pimplify Messages, and three different pimpls to be
7177         used in different circumstances.
7178
7179         * gettext.[Ch]: change for use with new message code.
7180
7181 2003-04-24 André Pönitz <poenitz@gmx.net>
7182
7183         * factory.C: support for eqref
7184
7185 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7186
7187         * messages.[Ch]: add missing char
7188
7189         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7190
7191         * messages.[Ch]: New files
7192
7193 2003-04-18  John Levon  <levon@movementarian.org>
7194
7195         * BufferView.h:
7196         * BufferView.C:
7197         * BufferView_pimpl.C:
7198         * lfuns.h:
7199         * LyXAction.C:
7200         * lyxtext.h:
7201         * text2.C: remove layout-copy/paste (bug 778)
7202
7203 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7204
7205         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7206
7207 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7208
7209         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7210         if they succeed. Act accordingly.
7211
7212 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7213
7214         * text2.C (setCharFont): adjust
7215         (setCounter): adjust
7216         (insertStringAsLines): adjust
7217
7218         * text.C (leftMargin): adjust
7219         (setHeightOfRow): adjust
7220
7221         * rowpainter.C (paintFirst): adjust
7222         (paintLast): adjust
7223
7224         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7225         (outerHook): ditto
7226         (isFirstInSequence): ditto
7227         (getEndLabel): ditto
7228         (outerFont): adjust
7229
7230         * paragraph.C (getParLanguage): comment out some hard stuff.
7231
7232         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7233         (sgmlError): ditto
7234         (simpleDocBookOnePar): ditto
7235         (makeDocBookFile): use ParagraphList::iterator
7236
7237         * CutAndPaste.C (pasteSelection): adjust
7238
7239 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7240
7241         * text2.C (getFont): adjust
7242         (getLayoutFont): adjust
7243         (getLabelFont): adjust
7244
7245         * paragraph_funcs.C (TeXOnePar): adjust
7246
7247         * buffer.C (simpleLinuxDocOnePar): adjust
7248         (simpleDocBookOnePar): adjust
7249
7250         * CutAndPaste.C (pasteSelection): adjust
7251
7252         * BufferView.C (getEncoding): adjust
7253
7254         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7255
7256 2003-04-16  John Levon  <levon@movementarian.org>
7257
7258         * lyxfind.C: use parlist stuff for search/changes
7259
7260 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7261
7262         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7263
7264         * text2.C (deleteEmptyParagraphMechanism): adjust
7265
7266         * text2.[Ch] (ownerParagraph): delete func (both of them
7267
7268 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7269
7270         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7271
7272 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7273
7274         * ParagraphList.C: prepare for NO_NEXT
7275
7276 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7277
7278         * text2.C (getFont): adjust
7279         (getLayoutFont): adjust
7280         (getLabelFont): adjust
7281
7282         * paragraph.C (getFont): adjust
7283         (getLabelFont): adjust
7284         (getLayoutFont): adjust
7285
7286         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7287
7288 2003-04-15  John Levon  <levon@movementarian.org>
7289
7290         From Angus Leeming
7291
7292         * lyx_main.C: handle Include in .ui files
7293
7294 2003-04-15  John Levon  <levon@movementarian.org>
7295
7296         * MenuBackend.C: make the doc files length shorter
7297
7298         * ToolbarBackend.h:
7299         * ToolbarBackend.C: handle toolbar placement flags,
7300         Minibuffer
7301
7302 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7303
7304         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7305         adjust
7306
7307         * paragraph_funcs.C (TeXOnePar): adjust
7308
7309         * paragraph.C (getLabelFont): add outerfont arg, adjust
7310         (getLayoutFont): ditto
7311         (simpleTeXOnePar): adjust
7312
7313         * paragraph_pimpl.C (realizeFont): delete func
7314
7315 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7316
7317         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7318         row argument, constify cur argument.
7319
7320 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7321
7322         * text2.C (getFont): adjust
7323         (getLayoutFont): adjust
7324         (getLabelFont): adjust
7325
7326         * paragraph_funcs.C (TeXOnePar): adjust
7327         (outerFont): new func...
7328         (realizeFont): ...moved out from here, changed this to facilitate
7329         transition
7330
7331         * paragraph.C (getFont): take outerfont as arg, adjust
7332         (simpleTeXOnePar): add outerfont arg, adjust
7333
7334         * buffer.C (simpleLinuxDocOnePar): adjust
7335         (simpleDocBookOnePar): adjust
7336
7337         * CutAndPaste.C (pasteSelection): adjust
7338
7339         * BufferView.C (getEncoding): adjust
7340
7341 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7342
7343         * text2.C (setCharFont): adjust
7344         (setCounter): adjust
7345
7346         * text.C (leftMargin): adjust
7347         (setHeightOfRow): adjust
7348
7349         * rowpainter.C (paintFirst): adjust
7350         (paintLast): adjust
7351
7352         * paragraph_pimpl.C (realizeFont): adjust
7353
7354         * paragraph.C (isFirstInSequence): move from here...
7355         * paragraph_funcs.C (isFirstInSequence): ...to here
7356
7357         * paragraph.C (outerHook): move from here...
7358         * paragraph_funcs.C (outerHook): ...to here
7359
7360         * paragraph.C (depthHook): move from here...
7361         * paragraph_funcs.C (depthHook): ...to here
7362
7363         * paragraph.C (getEndLabel): move from here...
7364         * paragraph_funcs.C (getEndLabel): ...to here
7365
7366         * text2.C (realizeFont): move from here...
7367         * paragraph_funcs.C (realizeFont): ...to here
7368
7369 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7370
7371         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7372
7373 2003-04-14  Angus Leeming  <leeming@lyx.org>
7374
7375         * LColor.[Ch]: scrap LColor mathcursor.
7376
7377 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7378
7379         * lyxlex.[Ch] (text): delete function
7380         * trans.C (Load): adjust
7381         * paragraph_funcs.C (readParToken): adjust
7382
7383 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7384
7385         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7386         vector<char> instead of a char[].
7387
7388         * lyxlex_pimpl.C (getString): adjust
7389         (next): adjust
7390         (lex): use getString
7391         (eatLine): adjust
7392         (nextToken): adjust
7393
7394         * lyxlex.C (text): use pimpl_->getString()
7395         (getBool): ditto
7396         (findToken): ditto
7397
7398 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7399
7400         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7401         (makeFontEntriesLayoutSpecific): temp var for par.size()
7402         (setLayout): temp var for ownerParagraphs().end()
7403         (fullRebreak): temp var for rows().end()
7404         (selectionAsString): temp var for boost::next(startpit), realize
7405         that the while really is a regular for loop.
7406         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7407         setCursor in one place.
7408         (setParagraph): temp vr for ownerParagraphs().end()
7409         (updateCounters): make the while loop a for loop
7410         (cutSelection): temp var for ownerParagraphs().end()
7411         (updateInset): make the do {} while() a regular for loop
7412         (getCursorX): use temp vars
7413         (setCurrentFont): use temp vars
7414         (getColumnNearX): use temp vars
7415
7416 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7417
7418         * text.C (transformChar): use temp var for getChar
7419         (computeBidiTables): use temp var for row->par()
7420         (fill): move temp vars for row->par() and pit->layout() earlier in
7421         the function.
7422         (labelFill): use temp var for row->par()
7423         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7424         asc and desc, realize that pit never changes and that firstpit is
7425         just a duplicate and not needed. Exchange rit->par() with pit in a
7426         lot of places.
7427         (breakAgain): use a temp var for boost::next(rit)
7428         (breakAgainOneRow): ditto
7429         (breakParagraph): use a temp var for rows().begin()
7430         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7431         (cursorRightOneWord): use temp var for cursor.par() and
7432         cursor.pos(), remove usage of tmpcursor.
7433         (cursorLeftOneWord): use temp var for cursor.par() and
7434         cursor.pos() only set cur at end of function.
7435
7436 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7437
7438         * text.C, text2.C: exchange all usage of Paragraph::next with
7439         boost::next(ParagraphList::iterator)
7440
7441         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7442
7443         * text2.C (cursorTop): simplify implementation
7444         (cursorBottom): ditto
7445         (setParagraph): use ParagraphList::iterator
7446         (setCurrentFont): adjust
7447         (getColumnNearX): adjust
7448         (cursorRight): adjust
7449         (cursorLeft): remove usage of Paragraph::previous
7450         (cursorUpParagraph): ditto
7451         (deleteEmptyParagraphMechanism): slight cleanup
7452
7453         * text.C (isBoundary): take a Paragraph const & instead of a
7454         pointer as arg.
7455         (addressBreakPoint): ditto
7456         (leftMargin): remove usage of Paragraph::previous.
7457         (setHeightOfRow): ditto
7458         (cursorLeftOneWord): ditto
7459         (selectNextWordToSpellcheck): ditto
7460         (Delete): ditto
7461         (backspace): ditto
7462         (breakParagraph): remove one usage of Paragraph::next
7463         (redoParagraph): ditto
7464         (acceptChange): ditto
7465         (insertChar): adjust
7466         (rowBreakPoint): adjust
7467
7468         * bufferview_funcs.C (toggleAndShow): adjust
7469
7470 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7471
7472         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7473         methods to access it.
7474         * lyxtext.h:
7475         * text.C: Added updateRowPositions to compute all row positions.
7476         Make top_y and getRowNearY() to use the cached y position
7477
7478 2003-04-11  John Levon  <levon@movementarian.org>
7479
7480         * text.C (rowBreakPoint): reintroduce the labelEnd
7481         checks, code copied from the row fill stuff. Deep voodoo.
7482
7483         * text.C (fill): add a comment and debugging for the
7484         next poor soul.
7485
7486 2003-04-11  John Levon  <levon@movementarian.org>
7487
7488         * text.C: make sure fullrow insets get wrapped to the next line,
7489         even when they're in a manual label
7490
7491 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7492
7493         * text2.C (insertParagraph): make it take ParagraphList::iterator
7494         as arg.
7495         (setLayout): make it return ParagraphList::iterator
7496         (redoParagraphs): ditto
7497         (setCounter): ditto
7498         (checkParagraph): ditto
7499
7500         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7501
7502         * text2.C: adjust several funcs.
7503         (realizeFont): take a ParagraphList::iterator as arg.
7504         (getLayoutFont): ditto
7505         (getLabelFont): ditto
7506         (setCharFont): ditto
7507
7508         * text.C: adjust several funcs.
7509
7510 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7511
7512         * text.C (selectNextWordToSpellcheck): don't accidentally
7513         skip insets
7514
7515 2003-04-10  John Levon  <levon@movementarian.org>
7516
7517         * ToolbarBackend.C (getIcon): special handling for
7518         LFUN_MATH_DELIM
7519
7520 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7521
7522         * text2.C (cursorRight): a getChar assert fixed
7523
7524 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7525
7526         * text2.C (getFont): change to take a ParagraphList::iterator
7527         instead of Paragraph*
7528         Adjust several functions.
7529
7530         * text.C (transformChar): change to take a ParagraphList::iterator
7531         instead of Paragraph*
7532         (singleWidth): ditto
7533         Adjust several functions.
7534
7535         * rowpainter.C: adjust several functions
7536         * rowpainter.h:store a ParagraphList::iterator and not a
7537         Paragraph&.
7538
7539
7540 2003-04-09  John Levon  <levon@movementarian.org>
7541
7542         * lyxfunc.C:
7543         * lfuns.h:
7544         * LyXAction.h:
7545         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7546         and the "help" bits as well
7547
7548 2003-04-09  John Levon  <levon@movementarian.org>
7549
7550         * ToolbarBackend.h:
7551         * ToolbarBackend.C: allow multiple toolbars
7552
7553 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7554
7555         * undo_funcs.C (setCursorParUndo): adjust
7556
7557         * text_funcs.C (transposeChars): adjust
7558
7559         * text3.C (gotoNextInset): adjust
7560         (dispatch): adjust
7561
7562         * text2.C (setLayout): adjust
7563         (changeDepth): adjust
7564         (setFont): adjust
7565         (redoParagraphs): adjust
7566         (selectionAsString): adjust
7567         (setParagraph): adjust
7568         (insertInset): adjust
7569         (cutSelection): adjust
7570         (copySelection): adjust
7571         (pasteSelection): adjust
7572         (insertStringAsLines): adjust
7573         (updateInset): adjust
7574         (setCursor): change to take a ParagraphList::iterator parameter
7575         (setCursorIntern): change to take a ParagraphList::iterator parameter
7576         (setCurrentFont): adjust
7577         (cursorLeft): adjust
7578         (cursorRight): adjust
7579         (deleteEmptyParagraphMechanism): adjust
7580
7581         * text.C (breakParagraph): adjust
7582         (insertChar): adjust
7583         (acceptChange): adjust
7584         (rejectChange): adjust
7585         (selectNextWordToSpellcheck): adjust
7586         (changeCase): adjust
7587         (Delete): adjust
7588         (backspace): adjust
7589
7590         * lyxfind.C (SearchForward): adjust
7591         (SearchBackward): adjust
7592         (nextChange): adjust
7593
7594         * lyxcursor.C (par): adjust
7595
7596         * lyxcursor.h: store a ParagraphList::iterator instead of a
7597         Paragraph*
7598
7599         * lyx_cb.C (getPossibleLabel): adjust
7600
7601         * bufferview_funcs.C (toggleAndShow): adjust
7602
7603         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7604         (dispatch): adjust
7605
7606         * BufferView.C (removeAutoInsets): adjust
7607         (lockedInsetStoreUndo): adjust
7608
7609 2003-04-09  John Levon  <levon@movementarian.org>
7610
7611         * ToolbarBackend.C: try icon without argument
7612         if with argument fails
7613
7614 2003-04-08  John Levon  <levon@movementarian.org>
7615
7616         * ToolbarBackend.h:
7617         * ToolbarBackend.C: add getIcon(), handle tooltip,
7618         and change from "Icon" to "Item".
7619
7620 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7621
7622         * BufferView.C (lockInset): another bad getchar crunched
7623
7624 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7625
7626         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7627         again)
7628
7629 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7630
7631         * lyxfind.C (searchForward, searchBackwards): bug 782
7632
7633 2003-04-07  John Levon  <levon@movementarian.org>
7634
7635         * paragraph.C: remove dead comment
7636
7637         * text.C: remove troublesome depth-fiddling code
7638         in leftMargin() and rightMargin() (bug 1017)
7639
7640         * text.C: fix breaking of rows in nested lists
7641         (bug 1004)
7642
7643         * text2.C (updateCounters): fix up depth values
7644         (bug 1013)
7645
7646 2003-04-07  John Levon  <levon@movementarian.org>
7647
7648         * BufferView_pimpl.C: clear message when doc finishes resizing,
7649         and after a mouse event
7650
7651         * lyxfunc.C: clear message after exiting inset
7652
7653 2003-04-07  John Levon  <levon@movementarian.org>
7654
7655         * bufferview_funcs.C: show math status not outside
7656         status in the statusbar
7657
7658 2003-04-07  John Levon  <levon@movementarian.org>
7659
7660         * lyxfunc.C: note status changed after a depth change
7661
7662 2003-04-04  Angus Leeming  <leeming@lyx.org>
7663
7664         * LaTeX.h: move AuxInfo operator==, != out of line.
7665         Remove LaTeX virtual destructor; nothing derives from it.
7666         Move operator()() out of public area and rename it startscript().
7667         Change protected for private.
7668
7669 2003-04-04  Angus Leeming  <leeming@lyx.org>
7670
7671         * lyxfunc.C:
7672         * text2.C: remove unneeded #includes.
7673
7674 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7675
7676         * text2.C (dEPM): fix the heigth of the next row
7677
7678 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7679
7680         * text.C: squashed an invalid getChar requester + some ws changes
7681
7682 2003-04-03  John Levon  <levon@movementarian.org>
7683
7684         * bufferview_funcs.h:
7685         * bufferview_funcs.C:
7686         * lyxfunc.C:
7687         * lyxtext.h:
7688         * text2.C: make getStatus work for the env depth lfuns
7689
7690 2003-04-03  John Levon  <levon@movementarian.org>
7691
7692         * bufferview_funcs.h:
7693         * bufferview_funcs.C:
7694         * lyxfunc.C:
7695         * lyxtext.h:
7696         * text2.C: parlistize decDepth(), by merging it with incDepth()
7697
7698 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7699
7700         * lyxrow.h: store a ParagraphList::iterator instead of a
7701         Paragraph* and adjust other class functions to suit.
7702
7703         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7704         above.
7705
7706 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7707
7708         * text2.C (setCursor): do not anchor to cursor row for the time being
7709
7710 2003-04-02  John Levon  <levon@movementarian.org>
7711
7712         * LyXAction.C:
7713         * lfuns.h:
7714         * lyx_main.C:
7715         * lyxtext.h:
7716         * text.C:
7717         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
7718
7719 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7720
7721         * paragraph.h: make ParagraphList and ParagraphList::iterator
7722         friends of Paragraph.
7723
7724         * buffer.C (makeLinuxDocFile): move towards ParagraphList
7725
7726         * ParagraphList.C: Use the private next_ and previous_ from
7727         Paragraph.
7728
7729 2003-04-01  John Levon  <levon@movementarian.org>
7730
7731         * ToolbarBackend.h:
7732         * ToolbarBackend.C:
7733         * Makefile.am: rename, remove defaults gunk
7734
7735         * MenuBackend.h:
7736         * MenuBackend.C: remove defaults gunk
7737
7738         * Languages.h:
7739         * Languages.C: remove defaults gunk
7740
7741         * lyx_main.h:
7742         * lyx_main.C: error out if files couldn't be found.
7743
7744 2003-04-02  John Levon  <levon@movementarian.org>
7745
7746         * text2.C: make incDepth() use parlist
7747
7748 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7749
7750         * undo_funcs.C (firstUndoParagraph): adjust
7751
7752         * text3.C (gotoInset): adjust
7753         (dispatch): adjust, and rewrite loop.
7754
7755         * text2.C (init): adjust, and rewrite loop.
7756         (redoParagraphs): adjust
7757         (updateInset): adjust, and rewrite loop.
7758         (deleteEmptyParagraphMechanism): adjust
7759
7760         * tabular.C (LyXTabular): adjust
7761         (SetMultiColumn): adjust
7762         (TeXRow): adjust
7763
7764         * lyxtext.[Ch] (ownerParagraph): delete function
7765         (ownerParagraphs): new function returns a ParagraphList.
7766
7767         * BufferView.C (removeAutoInsets): adjust
7768         (insertErrors): adjust
7769         (setCursorFromRow): adjust
7770
7771 2003-04-01  Angus Leeming  <leeming@lyx.org>
7772
7773         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
7774         in the frontends.
7775
7776 2003-04-02  John Levon  <levon@movementarian.org>
7777
7778         * lyxtext.h:
7779         * text.C:
7780         * Makefile.am:
7781         * text_funcs.h:
7782         * text_funcs.C: make transposeChars a free function
7783
7784         * lyxrow_funcs.C: remove wrong comment
7785
7786 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7787
7788         * lyxtext.h: adjust
7789         * rowpainter.C: adjust
7790         * text.C: adjust
7791         * text2.C: adjust
7792         * text3.C: adjust
7793
7794         * lyxrow_funcs. [Ch]: new files
7795
7796         * lyxrow.[Ch]: remove next and previous pointers
7797         (next,previous): remove accessor functions
7798         (isParEnd): move to lyxrow_funcs
7799         (lastPos): move to lyxrow_funcs
7800         (nextRowIsAllInset): move to lyxrow_funcs
7801         (lastPrintablePos): move to lyxrow_funcs
7802         (numberOfSeparators): move to lyxrow_funcs
7803         (numberOfHfills): move to lyxrow_funcs
7804         (numberOfLabelHfills): move to lyxrow_funcs
7805         (hfillExpansion): move to lyxrow_funcs
7806
7807         * lyxfunc.C: adjust
7808
7809         * bufferview_funcs.C (toggleAndShow): adjust
7810
7811         * RowList.h: Remove class RowList from file leave just a
7812         std::list<Row>.
7813
7814         * RowList.C: delete file
7815
7816         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
7817         and lyxrow_funcs.h
7818
7819 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7820
7821         * text3.C (cursorPrevious): adjust
7822         (cursorNext): adjust
7823         (dispatch): adjust
7824
7825         * text2.C (redoHeightOfParagraph): adjust
7826         (redoDrawingOfParagraph): adjust
7827         (setCursor): adjust
7828
7829         * text.C (breakParagraph): adjust
7830         (insertChar): adjust
7831         (backspace): adjust
7832
7833         * rowpainter.C (RowPainter): adjust
7834         (leftMargin): simplify and adjust
7835         (most rowpainter functions): adjust.
7836
7837         * rowpainter.h: store the row as RowList::iterator not as Row*
7838
7839         * lyxcursor.C (row): taka RowList::iterator as arg
7840         (irow): ditto
7841
7842         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
7843         of Row*.
7844
7845 2003-04-01  Angus Leeming  <leeming@lyx.org>
7846
7847         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
7848         stuff like bool Bool.
7849
7850 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7851
7852         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
7853         rewrite a loop
7854
7855 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7856
7857         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
7858         RowList::iterator.
7859
7860         * lyxtext.h (rows): drop one version and leve a const variant that
7861         returns a RowList::iterator.
7862
7863 2003-03-31  Angus Leeming  <leeming@lyx.org>
7864
7865         * text.C (fill): ensure that the signature is the same as that in the
7866         header file.
7867
7868 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
7869
7870         * text2.C (redoParagraphs): adjust
7871         (updateCounters): adjust
7872         (checkParagraph): adjust
7873         (getColumnNearX): adjust and reformat a bit.
7874
7875         * text.C (top_y): adjust
7876         (workWidth): adjust
7877         (leftMargin): adjust
7878         (prepareToPrint): adjust
7879         (getRow): adjust
7880         (getRowNearY): adjust
7881
7882         * lyxtext.h: make rowlist_ mutable.
7883
7884         * RowList.h: add const_iterator
7885         * RowList.C: adjust for RowList::const_iterator.
7886
7887         * text2.C (getCursorX): make it take a RowList::iterator as arg,
7888         adjust.
7889
7890 2003-03-31  John Levon  <levon@movementarian.org>
7891
7892         * lyxrc.h:
7893         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
7894
7895         * lyx_main.C: set default fonts from using lyx_gui funcs
7896
7897         * exporter.C: pdf_mode moved from lyxrc
7898
7899         * lyx_cb.C:
7900         * lyxfunc.C: changes from above
7901
7902 2003-03-31  John Levon  <levon@movementarian.org>
7903
7904         * lyx_main.C: fix to the last fix
7905
7906 2003-03-31  John Levon  <levon@movementarian.org>
7907
7908         * bufferlist.C: "Load original" -> "Load Original"
7909
7910         * converter.C:
7911         * exporter.C:
7912         * importer.C:
7913         * lyx_main.C:
7914         * format.C: more Alert cleanups
7915
7916 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7917
7918         * text2.C (removeParagraph): make it take a RowList::iterator as
7919         arg, adjust.
7920         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
7921         (postRowPaint): make it take a RowList::iterator as arg, adjust.
7922
7923         * text.C (anchor_row): make it take a RowList::iterator as arg,
7924         adjust.
7925         (computeBidiTables): make it take a const reference to Row instead
7926         of Row pointer, adjust.
7927         (leftMargin): make it take a RowList::iterator as arg, adjust.
7928         (rowBreakPoint): adjust
7929         (breakAgainOneRow): make it take a RowList::iterator as arg,
7930         adjust.
7931         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
7932
7933         * bufferview_funcs.C (toggleAndShow): adjust
7934
7935 2003-03-30  John Levon  <levon@movementarian.org>
7936
7937         * Makefile.am:
7938         * BoostFormat.h:
7939         * boost-inst.C: moved to support
7940
7941         * several files: changes as a result
7942
7943 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7944
7945         * text2.C (LyXText): adjust.
7946         (init): adjust
7947         (removeRow): make it take a RowList::iterator as arg, adjust.
7948         (fullRebreak): adjust
7949         (deleteEmptyParagraphMechanism): adjust
7950         (clearPaint): adjust
7951         (postPaint): adjust
7952
7953         * text.C (top_y): adjust
7954         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
7955         (breakAgain): make it take a RowList::iterator as arg, adjust.
7956         (breakParagraph): adjust
7957         (insertChar): adjust
7958         (backspace): adjust
7959
7960         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
7961         need_break_row, and refresh_row.
7962
7963         * text3.C (dispatch): adjust
7964
7965         * text2.C (checkParagraph): adjust
7966         (setCursor): adjust
7967         (setCursorFromCoordinates): adjust
7968
7969         * text.C (top_y): adjust
7970         (workWidth): adjust
7971         (getRow): make it return a RowList::iterator, adjust
7972         (getRowNearY): make it return a RowList::iterator, adjust
7973
7974         * text2.C (init): adjust
7975         (insertRow): remove function
7976         (insertParagraph): adjust
7977         (redoParagraphs): adjust
7978         (fullRebreak): adjust
7979         (updateCounters): adjust
7980
7981         * text.C (top_y): rewrite to use RowList iterators.
7982         (top_y): adjust
7983         (setHeightOfRow): rewrite to sue RowList iterators.
7984         (appendParagraph): adjust
7985         (breakAgain): adjust
7986         (breakAgainOneRow): adjust
7987         (breakParagraph): adjust
7988         (getRow): adjust
7989         (getRowNearY): adjust, and remove commented code.
7990
7991         * lyxtext.h (firstRow): delete function
7992         (lastRow): delete function
7993         (rows): new function (const and non-const versions.)
7994         (insertRow): delete function
7995
7996         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
7997
7998 2003-03-29  John Levon  <levon@movementarian.org>
7999
8000         * BufferView_pimpl.C: always update scrollbar top
8001         because pasting text when we're anchored could mean we
8002         miss an update altogether
8003
8004 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8005
8006         * text2.C (init): use rowlist_.end() and not 0.
8007         (insertRow): change to take a RowList::iterator as arg, adjust
8008         for this.
8009         (insertParagraph): change to take a RowList::iterator as arg,
8010         adjust for this.
8011         (redoParagraphs): remove some debug msgs.
8012
8013         * text.C (appendParagraph): change to take a RowList::iterator
8014         arg, adjust for this.
8015         (breakAgain): add an assert
8016         (breakAgainOneRow): ditto
8017
8018 2003-03-29  John Levon  <levon@movementarian.org>
8019
8020         * text2.C: do not clear selection after inc/decDepth
8021         (bug 550)
8022
8023 2003-03-29  John Levon  <levon@movementarian.org>
8024
8025         * BufferView.C:
8026         * buffer.C: fix broken strerrors according to Lars
8027
8028 2003-03-29  John Levon  <levon@movementarian.org>
8029
8030         * converters.C: more Alert cleanups
8031
8032 2003-03-29  John Levon  <levon@movementarian.org>
8033
8034         * bufferview_funcs.C: remove pointless Alert
8035
8036         * buffer.C: fix confusing error message when
8037         a template is chmoded 000
8038
8039 2003-03-29  John Levon  <levon@movementarian.org>
8040
8041         * BufferView.C:
8042         * BufferView.h:
8043         * BufferView_pimpl.C: Alert fixes
8044
8045         * Makefile.am:
8046         * tabular.C:
8047         * tabular-old.C: remove unused table compat reading
8048
8049 2003-03-29  John Levon  <levon@movementarian.org>
8050
8051         * BufferView.C:
8052         * buffer.C:
8053         * lyx_cb.h:
8054         * lyx_cb.C: more Alert cleanups
8055
8056         * lyxfunc.C: don't allow chktex if not latex document
8057
8058 2003-03-29  John Levon  <levon@movementarian.org>
8059
8060         * lyx_cb.C:
8061         * BufferView.C:
8062         * buffer.C: warnings pushed down from support/,
8063         kill err_alert
8064
8065 2003-03-29  John Levon  <levon@movementarian.org>
8066
8067         * lyxfunc.C: safety check for C-r (revert)
8068
8069 2003-03-29  John Levon  <levon@movementarian.org>
8070
8071         * bufferlist.h:
8072         * bufferlist.C: several UI fixes using Alert::prompt.
8073         Fix the pointless looping quit code. Fix stupid revert
8074         behaviour (bug 938)
8075
8076         * lyxvc.h:
8077         * lyxvc.C:
8078         * lyx_cb.C: use Alert::prompt
8079
8080         * lyx_main.C: remove a silly question
8081
8082         * lyxfunc.C: remove a couple of silly questions,
8083         use Alert::prompt
8084
8085 2003-03-28  John Levon  <levon@movementarian.org>
8086
8087         * text2.C: fix bug 974 (End on empty par)
8088
8089 2003-03-28  John Levon  <levon@movementarian.org>
8090
8091         * BufferView_pimpl.C:
8092         * LyXAction.C:
8093         * lfuns.h: remove do-nothing math greek lfuns
8094
8095 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8096
8097         * lyxgluelength.h (isValidGlueLength): add default arg on
8098         parameter 2. Remove default arg from friend in class.
8099
8100         * lyxlength.h (isValidLength): add default arg on parameter 2.
8101         Remove default arg from friend in class.
8102
8103         * text2.C (LyXText): adjust, initialize refresh_row.
8104         (init): adjust
8105         (removeRow): adjust
8106         (insertRow): adjust
8107         (insertParagraph): adjst
8108         (redoParagraphs): adjust
8109         (fullRebreak): adjust
8110         (updateCounters): adjust
8111         (deleteEmptyParagraphMechanism): first attempt at fixing a
8112         crashing bug.
8113
8114         * text.C (top_y): adjust
8115         (setHeightOfRow): adjust
8116         (getRow): adjust
8117         (getRowNearY): adjust
8118
8119         * lyxtext.h: include RowList.h
8120         (~LyXText): not needed anymore, deleted.
8121         (firstRow): modify for RowList
8122         (lastRow): new function
8123         Delete firstrow and lastrow class variables, add a Rowlist
8124         rowlist_ class variable.
8125
8126         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8127         paragraph is empty.
8128
8129         * RowList.C (insert): fix case where it == begin().
8130
8131 2003-03-26  Angus Leeming  <leeming@lyx.org>
8132
8133         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8134         the thesaurus dialog.
8135
8136 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8137
8138         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8139
8140         * RowList.[Ch]: new files
8141
8142         * ParagraphList.C (erase): handle the case where it == begin
8143         correctly.
8144
8145 2003-03-25  John Levon  <levon@movementarian.org>
8146
8147         * Makefile.am:
8148         * aspell_local.h:
8149         * aspell.C: add new aspell support
8150
8151         * lyxrc.h:
8152         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8153         have it accessible.
8154
8155 2003-03-25  Angus Leeming  <leeming@lyx.org>
8156
8157         * lfuns.h:
8158         * LyXAction.C (init): new LFUN_INSET_INSERT.
8159
8160         * BufferView_pimpl.C (dispatch): split out part of the
8161         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8162
8163         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8164         LFUN_INSET_APPLY.
8165
8166 2003-03-25  Angus Leeming  <leeming@lyx.org>
8167
8168         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8169
8170 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8171
8172         * text2.C:
8173         * text3.C: remove useless row->height(0)
8174
8175 2003-03-25  John Levon  <levon@movementarian.org>
8176
8177         * lyxtext.h:
8178         * text2.C:
8179         * text3.C: rename the refreshing stuff to better names
8180
8181 2003-03-24  John Levon  <levon@movementarian.org>
8182
8183         * BufferView_pimpl.h:
8184         * BufferView_pimpl.C: update layout choice on a mouse
8185         press/release
8186
8187 2003-03-23  John Levon  <levon@movementarian.org>
8188
8189         * Makefile.am: fix commandtags.h reference
8190
8191 2003-03-22  John Levon  <levon@movementarian.org>
8192
8193         * BufferView_pimpl.C:
8194         * lyxtext.h:
8195         * rowpainter.C:
8196         * rowpainter.h:
8197         * text.C:
8198         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8199
8200 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8201
8202         * lyxtext.h:
8203         * text.C: take the rtl methods out of line
8204
8205 2003-03-21 André Pönitz <poenitz@gmx.net>
8206
8207         * metricsinfo.[Ch]: new files containing structures to be passed around
8208         during the two-phase-drawing...
8209
8210 2003-03-21 André Pönitz <poenitz@gmx.net>
8211
8212         * lyxtextclass.C: read 'environment' tag.
8213
8214 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8215
8216         * text2.C (removeRow): fix bug 964
8217
8218 2003-03-20  John Levon  <levon@movementarian.org>
8219
8220         * rowpainter.C:
8221         * text.C:
8222         * text2.C: paint cleanups. Inset::update() dropped font
8223         parameter
8224
8225 2003-03-19  John Levon  <levon@movementarian.org>
8226
8227         * lyxfunc.C: only fitcursor/markDirty if available()
8228
8229 2003-03-19  John Levon  <levon@movementarian.org>
8230
8231         * commandtags.h: rename to ...
8232
8233         * lfuns.h: ... this, and renumber / cleanup
8234
8235 2003-03-19  John Levon  <levon@movementarian.org>
8236
8237         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8238         fit the cursor after an lfun
8239
8240         * BufferView.h:
8241         * BufferView.C:
8242         * BufferView_pimpl.h:
8243         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8244
8245         * LyXAction.C: layout-character should have ReadOnly
8246
8247         * ParagraphParameters.C:
8248         * buffer.C:
8249         * bufferview_funcs.C:
8250         * lyx_cb.C:
8251         * lyxfind.C:
8252         * lyxtext.h:
8253         * text.C:
8254         * text2.C:
8255         * text3.C:
8256         * undo_funcs.C: changes from above
8257
8258 2003-03-18  John Levon  <levon@movementarian.org>
8259
8260         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8261         remove it from update()
8262
8263         * lyxfunc.C: update layout choice after an lfun
8264
8265         * text3.C: remove extra updateLayoutChoice()s
8266
8267 2003-03-18  John Levon  <levon@movementarian.org>
8268
8269         * text.C: top_y change means full repaint, fix
8270         a drawing bug with cursor movement
8271
8272 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8273
8274         * lyxtext.h:
8275         * text.C:
8276         * text2.C: anchor row on setCursor
8277
8278 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8279
8280         * lyxtext.h: remove almost all mutable keywords
8281         * text.C:
8282         * text2.C:
8283         * text3.C: remove const keywords accordingly
8284
8285 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8286
8287         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8288         anon namespace
8289         (TeXEnvironment): ditto
8290         (TeXOnePar): ditto
8291
8292 2003-03-17  John Levon  <levon@movementarian.org>
8293
8294         * text.C (rowBreakPoint): remove attempt to fix displayed
8295         math insets inside a manual label
8296
8297 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8298
8299         * lyxtext.h: remove BufferView* as first arg from almost all class
8300         functions.
8301         * other files: adjust.
8302
8303 2003-03-17  John Levon  <levon@movementarian.org>
8304
8305         * lyxtext.h:
8306         * undo_funcs.C:
8307         * text2.C: more paint cleanups
8308
8309         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8310
8311         * rowpainter.h:
8312         * rowpainter.C: remove "smart" background painting code
8313
8314 2003-03-16  John Levon  <levon@movementarian.org>
8315
8316         * lyxtext.h:
8317         * text.C:
8318         * text2.C:
8319         * text3.C: add helper functions for setting refresh_row/y
8320
8321 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8322
8323         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8324         newline inset which *can* get inserted in the pass_thru layouts.
8325         This is primarily for literate documents.
8326
8327 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8328
8329         * buffer.C: increment LYX_FORMAT to 223
8330
8331 2003-03-14 André Pönitz <poenitz@gmx.net>
8332
8333         * textclass.h: prepare for environment handling, ws changes
8334         * lyxlayout.C: read latexheader and latexfooter tags
8335
8336 2003-03-14  John Levon  <levon@movementarian.org>
8337
8338         * text2.C: rewrite ::status() a bit
8339
8340 2003-03-13  John Levon  <levon@movementarian.org>
8341
8342         * lyxtext.h: add some docs
8343
8344 2003-03-13  John Levon  <levon@movementarian.org>
8345
8346         * lyxtext.h:
8347         * text.C:
8348         * text2.C:
8349         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8350
8351 2003-03-13  John Levon  <levon@movementarian.org>
8352
8353         * text3.C: fix appendix redrawing
8354
8355 2003-03-13  John Levon  <levon@movementarian.org>
8356
8357         * text.C (setHeightOfRow):
8358         * rowpainter.h:
8359         * rowpainter.C: make appendix mark have the text
8360           "Appendix" so the user knows what it is
8361
8362         * LColor.h:
8363         * LColor.C: s/appendixline/appendix/ from above
8364
8365 2003-03-13  John Levon  <levon@movementarian.org>
8366
8367         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8368
8369         * text.C: fix a getChar(pos) bug properly
8370
8371 2003-03-13  Angus Leeming  <leeming@lyx.org>
8372
8373         * commandtags.h:
8374         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8375         Probably only temporary. Let's see how things pan out.
8376
8377         * BufferView.C (unlockInset):
8378         * BufferView_pimpl.C (fitCursor):
8379         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8380
8381         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8382         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8383
8384         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8385         new functions that convert ParagraphParameters to and from a string.
8386
8387         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8388         BufferView::Pimpl's dispatch.
8389         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8390
8391 2003-03-13 André Pönitz <poenitz@gmx.net>
8392
8393         * lyxfunc.C:
8394         * text3.C:
8395         * factory.C: make it aware of InsetEnv
8396
8397 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8398
8399         * text2.C (setCursor): never ask for one past last
8400         (setCursor): add some debugging messages.
8401
8402         * text.C (singleWidth): never ask for one past last
8403         (singleWidth): ditto
8404         (leftMargin): ditto
8405         (rightMargin): ditto
8406         (rowBreakPoint): ditto
8407         (setHeightOfRow): ditto
8408         (prepareToPrint): ditto
8409
8410         * rowpainter.C (paintBackground): never ask for one past last
8411         (paintText): never ask for one past last
8412
8413         * paragraph_pimpl.C (getChar): make the assert stricter, never
8414         allow the one past last pos to be taken
8415
8416         * paragraph.C (getChar): ws changes only
8417
8418         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8419         (numberOfSeparators): ditto
8420         (numberOfHfills): ditto
8421
8422 2003-03-12  John Levon  <levon@movementarian.org>
8423
8424         * author.h:
8425         * author.C:
8426         * bufferparams.h:
8427         * bufferparams.C:
8428         * paragraph_funcs.C: fix per-buffer authorlists
8429
8430 2003-03-12  John Levon  <levon@movementarian.org>
8431
8432         * text.C: fix newline in right address
8433
8434 2003-03-12  Angus Leeming  <leeming@lyx.org>
8435
8436         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8437         duplicate those in LyXFunc::dispatch.
8438
8439         * commandtags.h:
8440         * LyXAction.C:
8441         * ToolbarDefaults.C:
8442         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8443         Add LFUN_FONTFREE_UPDATE.
8444
8445         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8446         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8447
8448         * bufferview_func.[Ch]: several new functions to facilliate
8449         transfer of data to and from the character dialog.
8450
8451 2003-03-12  John Levon  <levon@movementarian.org>
8452
8453         * buffer.C:
8454         * paragraph.h:
8455         * paragraph.C:
8456         * paragraph_funcs.C:
8457         * paragraph_pimpl.C:
8458         * sgml.C:
8459         * tabular.C:
8460         * text.C:
8461         * text3.C: remove META_NEWLINE in favour of an inset
8462
8463         * rowpainter.h:
8464         * rowpainter.C: remove paintNewline (done by inset)
8465
8466 2003-03-12  John Levon  <levon@movementarian.org>
8467
8468         * paragraph_pimpl.C: complain about bad getChar()s
8469         for a while at least
8470
8471 2003-03-12  John Levon  <levon@movementarian.org>
8472
8473         * buffer.h:
8474         * buffer.C: move paragraph read into a separate function,
8475         a little renaming to reflect that.
8476
8477         * bufferparams.h:
8478         * bufferparams.C: remove the author_ids map, not necessary now
8479
8480         * factory.h:
8481         * factory.C: moved Buffer::readInset to here
8482
8483         * paragraph_funcs.h:
8484         * paragraph_funcs.C: readParagraph free function moved from
8485         buffer.C
8486
8487         * tabular.C: name change
8488
8489 2003-03-12  John Levon  <levon@movementarian.org>
8490
8491         * buffer.C:
8492         * ParagraphParameters.C: move par params input to
8493         a read() method
8494
8495         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8496         behave like a normal read from the stream wrt reading
8497         a line vs. a \\token
8498
8499 2003-03-12  John Levon  <levon@movementarian.org>
8500
8501         * paragraph.C:
8502         * ParagraphParameters.h:
8503         * ParagraphParameters.C: move output code to a
8504         ::write() method
8505
8506 2003-03-12  John Levon  <levon@movementarian.org>
8507
8508         * BufferView.C (insertLyXFile):
8509         * buffer.h:
8510         * buffer.C:
8511         * tabular.C: use a parlist iterator for creating the
8512           document.
8513
8514 2003-03-12  John Levon  <levon@movementarian.org>
8515
8516         * buffer.C: make current_change static local not
8517           static file-scope
8518
8519 2003-03-12  John Levon  <levon@movementarian.org>
8520
8521         * buffer.C: fix insertStringAsLines for change tracking
8522
8523 2003-03-12  John Levon  <levon@movementarian.org>
8524
8525         * BufferView.C:
8526         * tabular.C:
8527         * buffer.h:
8528         * buffer.C:
8529         * bufferparams.h:
8530         * bufferparams.C: move author list into params. Rename some
8531           functions. Move the header reading into a separate token
8532           loop. Move the header token reading into BufferParams.
8533
8534 2003-03-12  John Levon  <levon@movementarian.org>
8535
8536         * changes.C: put debug inside lyxerr.debugging() checks
8537
8538 2003-03-11 André Pönitz <poenitz@gmx.net>
8539
8540         * factory.C: make it aware of InsetHFill
8541
8542 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8543
8544         * buffer.C (latexParagraphs): move function from here...
8545         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8546         args.
8547
8548 2003-03-10  Angus Leeming  <leeming@lyx.org>
8549
8550         * LyXAction.C (init): fix bug in poplating array with multiple entries
8551         with the same LFUN (spotted by JMarc).
8552
8553 2003-03-10  John Levon  <levon@movementarian.org>
8554
8555         * text.C:
8556         * text2.C: move getColumnNearX() near its
8557         only call site
8558
8559 2003-03-10  John Levon  <levon@movementarian.org>
8560
8561         * text.C: fix break before a minipage
8562
8563 2003-03-10  John Levon  <levon@movementarian.org>
8564
8565         * text.C: fix the last commit
8566
8567 2003-03-09  John Levon  <levon@movementarian.org>
8568
8569         * lyxtext.h:
8570         * text.C:
8571         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8572         bug 365 (don't break before insets unless needed). Don't
8573         return a value > last under any circumstances.
8574
8575 2003-03-09  Angus Leeming  <leeming@lyx.org>
8576
8577         * BufferView_pimpl.C (trackChanges, dispatch): call
8578         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8579
8580 2003-03-09  Angus Leeming  <leeming@lyx.org>
8581
8582         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8583         than Dialogs::showAboutlyx().
8584
8585 2003-03-09  Angus Leeming  <leeming@lyx.org>
8586
8587         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8588         than Dialogs::showTabularCreate().
8589
8590 2003-03-09  John Levon  <levon@movementarian.org>
8591
8592         * lyxtext.h:
8593         * text.C:
8594         * text2.C: 3rd arg to nextBreakPoint was always the same.
8595           Use references.
8596
8597 2003-03-08  John Levon  <levon@movementarian.org>
8598
8599         * lyxrow.C:
8600         * paragraph.C:
8601         * paragraph.h:
8602         * rowpainter.C:
8603         * text.C:
8604         * text2.C: Remove the "main" bit from the "main body"
8605           notion.
8606
8607 2003-03-08  John Levon  <levon@movementarian.org>
8608
8609         * text.C (leftMargin): The left margin of an empty
8610         manual label paragraph should not include the label width
8611         string length.
8612
8613         * text.C (prepareToPrint): don't attempt to measure hfills
8614         for empty manual label paragraphs - the answer should be 0
8615
8616 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8617
8618         * CutAndPaste.C: remove commented code and reindent.
8619
8620 2003-03-08  John Levon  <levon@movementarian.org>
8621
8622         * lyxfunc.h:
8623         * lyxfunc.C: move reloadBuffer()
8624
8625         * BufferView.h:
8626         * BufferView.C: to here
8627
8628         * lyxvc.C: add comment
8629
8630         * vc-backend.h:
8631         * vc-backend.C: call bv->reload() to avoid
8632           getStatus() check on MENURELOAD
8633
8634 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8635
8636         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8637         to an old format .dep file.
8638
8639 2003-03-07  Angus Leeming  <leeming@lyx.org>
8640
8641         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8642         when the LFUN_MOUSE_RELEASE should have been handled by
8643         inset->localDispatch.
8644
8645 2003-03-07  Angus Leeming  <leeming@lyx.org>
8646
8647         * BufferView_pimpl.C (dispatch):
8648         * LyXAction.C (init):
8649         * ToolbarDefaults.C (init):
8650         * commandtags.h:
8651         * lyxfunc.C (getStatus):
8652         remove LFUN_INSET_GRAPHICS.
8653
8654         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8655
8656 2003-03-07  Angus Leeming  <leeming@lyx.org>
8657
8658         * commandtags.h:
8659         * LyXAction.C (init):
8660         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8661
8662         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8663
8664         * commandtags.h:
8665         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8666
8667         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8668         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8669
8670 2003-03-07  Angus Leeming  <leeming@lyx.org>
8671
8672         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8673         remove "ert".
8674
8675 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8676
8677         * ParagraphList.C (front): new function
8678         (back): implement
8679
8680 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8681
8682         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8683         and top_row_offset_. removed var first_y.
8684         * text.C (top_y):
8685         * text2.C (LyXText, removeRow):
8686         * text3.C:
8687         * BufferView_pimpl.C:
8688         use these methods instead of using first_y
8689
8690 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8691
8692         * text2.C (pasteSelection): adjust for checkPastePossible
8693
8694         * CutAndPaste.C: remove Paragraph * buf and replace with
8695         ParagraphList paragraphs.
8696         (DeleteBuffer): delete
8697         (cutSelection): change the tc type to textclass_type
8698         (copySelection): change the tc type to textclass_type
8699         (copySelection): adjust for ParagraphList
8700         (pasteSelection): change the tc type to textclass_type
8701         (pasteSelection): adjust for Paragraphlist
8702         (nrOfParagraphs): simplify for ParagraphList
8703         (checkPastePossible): simplify for ParagraphList
8704         (checkPastePossible): remove unused arg
8705
8706         * ParagraphList.C (insert): handle the case where there are no
8707         paragraphs yet.
8708
8709         * CutAndPaste.h: make CutAndPaste a namespace.
8710
8711         * text3.C (dispatch): adjust
8712
8713         * text.C (breakParagraph): add a ParagraphList as arg
8714
8715         * paragraph_funcs.C (breakParagraph): change to take a
8716         BufferParams and a ParagraphList as args.
8717         (breakParagraphConservative): ditto
8718         (mergeParagraph): ditto
8719         (TeXDeeper): add a ParagraphList arg
8720         (TeXEnvironment): ditto
8721         (TeXOnePar): ditto
8722
8723         * buffer.C (readLyXformat2): adjust
8724         (insertStringAsLines): adjust
8725         (latexParagraphs): adjust
8726
8727         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
8728         (cutSelection): adjust
8729         (pasteSelection): adjust
8730
8731         * BufferView_pimpl.C (insertInset): adjust
8732
8733 2003-03-05  Angus Leeming  <leeming@lyx.org>
8734
8735         * commandtags.h:
8736         * LyXAction.C (init):
8737         * BufferView_pimpl.C (dispatch):
8738         * lyxfunc.C (getStatus):
8739         remove LFUN_CHILD_INSERT.
8740
8741         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
8742
8743 2003-03-05  Angus Leeming  <leeming@lyx.org>
8744
8745         * commandtags.h:
8746         * LyXAction.C (init):
8747         * src/factory.C (createInset):
8748         * lyxfunc.C (getStatus):
8749         * text3.C (dispatch):
8750         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
8751
8752         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
8753
8754 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8755
8756         * ParagraphList.C (insert): handle insert right before end()
8757         (erase): fix cases where it can be first or last paragraph.
8758
8759 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8760
8761         * paragraph_funcs.C (TeXEnvironment): remove all usage of
8762         Paragraph::next and Paragraph::previous
8763         (TeXOnePar): ditto
8764
8765         * text.C (breakParagraph): adjust
8766
8767         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
8768         BufferParams& as arg.
8769         (breakParagraph): use ParagraphList::insert
8770         (breakParagraphConservative): take a Buffer* instead of a
8771         BufferParams& as arg.
8772         (breakParagraphConservative): use ParagraphList::insert.
8773
8774         * buffer.C (insertStringAsLines): un-const it
8775         (insertStringAsLines): adjust
8776
8777         * ParagraphList.C (insert): new function
8778
8779         * CutAndPaste.C (pasteSelection): adjust
8780
8781         * text.C (backspace): adjust
8782
8783         * tabular.C (SetMultiColumn): adjust
8784
8785         * CutAndPaste.C (cutSelection): adjust
8786         (pasteSelection): adjust
8787
8788         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
8789         Buffer const * as arg
8790
8791         * ParagraphList.C (erase): new function
8792         * paragraph_funcs.C (mergeParagraph): use it
8793         (mergeParagraph): make it take a Buffer* instead of a
8794         BufferParams* as arg
8795
8796         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
8797         as arg
8798         (breakParagraphConservative): ditto
8799
8800         * paragraph.h: remove the breakParagraph friend
8801
8802         * paragraph.C (eraseIntern): new function
8803         (setChange): new function
8804
8805         * paragraph_funcs.C (mergeParagraph): make it take a
8806         ParagraphList::iterator instead of a Paragraph *, adjust
8807         accordingly.
8808
8809         * paragraph.h: move an #endif so that the change tracking stuff
8810         also works in the NO_NEXT case.
8811
8812 2003-03-04  Angus Leeming  <leeming@lyx.org>
8813
8814         * commandtags.h:
8815         * LyXAction.C: new LFUN_INSET_MODIFY.
8816
8817         * BufferView_pimpl.C (dispatch): if an inset is found to be open
8818         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
8819
8820 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8821
8822         * several files: ws changes only
8823
8824         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
8825         (TeXEnvironment): ditto
8826         (TeXDeeper): ditto
8827
8828         * buffer.C (makeLaTeXFile): adjust
8829         (latexParagraphs): make it take ParagraphList::iterator as args
8830
8831 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8832
8833         * buffer.C (latexParagraphs): adjust
8834
8835         * paragraph.C (TeXOnePar): move function...
8836         (optArgInset): move function...
8837         (TeXEnvironment): move function...
8838         * paragraph_pimpl.C (TeXDeeper): move function...
8839         * paragraph_funcs.C: ...here
8840
8841         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
8842
8843 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8844
8845         * buffer.C (readInset): remove compability code for old Figure and
8846         InsetInfo insets
8847
8848 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8849
8850         * buffer.C: ws changes
8851         (readInset):
8852
8853         * BufferView_pimpl.C: ditto
8854         * author.C: ditto
8855         * buffer.h: ditto
8856         * bufferlist.h: ditto
8857         * changes.h: ditto
8858         * lyxfunc.C: ditto
8859
8860 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
8861
8862         * converter.[Ch]: split into itself +
8863         * graph.[Ch]
8864         * format.[Ch]
8865         * Makefile.am: += graph.[Ch] + format.[Ch]
8866         * MenuBackend.C
8867         * buffer.C
8868         * exporter.C
8869         * importer.C
8870         * lyx_main.C
8871         * lyxfunc.C
8872         * lyxrc.C: added #include "format.h"
8873
8874 2003-02-27  Angus Leeming  <leeming@lyx.org>
8875
8876         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
8877           a label.
8878
8879         * factory.C (createInset): add "label" to the factory.
8880
8881         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
8882           string and do no more.
8883
8884 2003-02-27  Angus Leeming  <leeming@lyx.org>
8885
8886         * commandtags.h:
8887         * LyXAction.C (init):
8888         * factory.C (createInset):
8889         * BufferView_pimpl.C (dispatch):
8890           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
8891
8892         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
8893
8894         * lyxfunc.C (dispatch):
8895         * text3.C (dispatch): pass name to params2string.
8896
8897 2003-02-26  Angus Leeming  <leeming@lyx.org>
8898
8899         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
8900           blocks together.
8901           Rearrange the ~includes. Strip out the unnecessary ones.
8902
8903         * factory.C (createInset): reformat.
8904           create new insets for the various LFUN_XYZ_APPLY lfuns.
8905
8906 2003-02-26  John Levon  <levon@movementarian.org>
8907
8908         * lyxrow.h:
8909         * lyxrow.C: add isParStart,isParEnd helpers
8910
8911         * paragraph.h: make isInserted/DeletedText take refs
8912
8913         * paragraph_funcs.h:
8914         * paragraph_funcs.C: remove #if 0'd code
8915
8916         * lyxtext.h:
8917         * text3.C:
8918         * text2.C:
8919         * text.C: use lyxrow helpers above.
8920           Move draw and paint routines to RowPainter.
8921           Make several methods use refs not pointers.
8922           Make backgroundColor() const.
8923           Add markChangeInDraw(), isInInset().
8924           Merge changeRegionCase into changeCase.
8925           Make workWidth() shouldn't-happen code into an Assert.
8926
8927         * rowpainter.h:
8928         * rowpainter.C: new class for painting a row.
8929
8930         * vspace.h:
8931         * vspace.C: make inPixels take a ref
8932
8933 2003-02-26  Angus Leeming  <leeming@lyx.org>
8934
8935         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
8936         LFUN_REF_APPLY.
8937
8938 2003-02-25  John Levon  <levon@movementarian.org>
8939
8940         * ispell.C: give the forked command a more accurate name
8941
8942 2003-02-22  John Levon  <levon@movementarian.org>
8943
8944         * toc.h:
8945         * toc.C: make TocItem store an id not a Paragraph *
8946           (bug #913)
8947
8948 2003-02-21  Angus Leeming  <leeming@lyx.org>
8949
8950         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
8951           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
8952           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
8953           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
8954           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
8955           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
8956
8957         * BufferView_pimpl.C (dispatch):
8958         * LyXAction.C (init):
8959         * factory.C (createInset):
8960         * lyxfunc.C (getStatus, dispatch):
8961         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
8962
8963 2003-02-21  Angus Leeming  <leeming@lyx.org>
8964
8965         * BufferView_pimpl.C (MenuInsertLyXFile):
8966         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
8967         * lyxfunc.C (menuNew, open, doImport):
8968           no longer pass a LyXView & to fileDlg.
8969
8970 2003-02-21  Angus Leeming  <leeming@lyx.org>
8971
8972         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
8973         * LyXAction.C: change, BIBKEY to BIBITEM.
8974         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
8975         Change InsetBibKey to InsetBibitem.
8976         Change BIBKEY_CODE to BIBITEM_CODE.
8977         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
8978         * factory.C: replace insetbib.h with insetbibitem.h.
8979         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
8980         * paragraph.C: replace insetbib.h with insetbibitem.h.
8981         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
8982         Change bibkey() to bibitem().
8983         * text.C: remove insetbib.h.
8984         * text2.C: replace insetbib.h with insetbibitem.h.
8985         change bibkey() to bibitem().
8986         * text3.C: remove insetbib.h.
8987         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
8988
8989 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
8990
8991         * lyxrc.C (output): enclose user email in quotes (in case there are
8992         several words)
8993
8994 2003-02-18  John Levon  <levon@movementarian.org>
8995
8996         * buffer.h: add std::
8997
8998 2003-02-17  John Levon  <levon@movementarian.org>
8999
9000         * SpellBase.h:
9001         * ispell.h:
9002         * ispell.C:
9003         * pspell.h:
9004         * pspell.C: reworking. Especially in ispell, a large
9005           number of clean ups and bug fixes.
9006
9007         * lyxfunc.C: fix revert to behave sensibly
9008
9009 2003-02-17 André Pönitz <poenitz@gmx.net>
9010
9011         * LyXAction.C:
9012         * commandtags.h: new LFUN_INSERT_BIBKEY
9013
9014         * layout.h:
9015         * lyxlayout.C:
9016         * buffer.C:
9017         * factory.C:
9018         * text.C:
9019         * text2.C:
9020         * text3.C:
9021         * paragraph.[Ch]:
9022         * paragraph_func.C: remove special bibkey handling
9023
9024 2003-02-17  John Levon  <levon@movementarian.org>
9025
9026         * text.C (Delete): fix case where delete at the end of
9027           the very first paragraph would not merge the pars
9028
9029 2003-02-17  John Levon  <levon@movementarian.org>
9030
9031         * lyxrow.C: fix lastPrintablePos()
9032
9033 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9034
9035         * bufferparams.C (writeLaTeX): add a std:here
9036
9037         * buffer.C: and remove a using directive there
9038
9039 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9040
9041         * buffer.C (makeLaTeXFile): move the code that generates the
9042           preamble...
9043
9044         * bufferparams.C (writeLaTeX): ... in this new method
9045
9046         * LaTeXFeatures.C (getEncodingSet): make const
9047           (getLanguages): make const
9048
9049         * MenuBackend.C (binding): returns the binding associated to this
9050           action
9051           (add): sets the status of each item by calling getStatus. Adds
9052           some intelligence.
9053           (read): add support for OptSubMenu
9054           (expand): remove extra separator at the end of expanded menu
9055
9056 2003-02-15  John Levon  <levon@movementarian.org>
9057
9058         * BufferView.C:
9059         * BufferView_pimpl.C:
9060         * bufferlist.h:
9061         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9062           inset code that had no actual effect. Remove unneeded status
9063           code.
9064
9065 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9066
9067         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9068           in preamble
9069
9070 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9071
9072         * text.C (drawLengthMarker): also draw an arrow marker for
9073           symbolic lengths (medskip...)
9074
9075 2003-02-14  John Levon  <levon@movementarian.org>
9076
9077         * tabular.h:
9078         * tabular.C: better method names
9079
9080 2003-02-14  John Levon  <levon@movementarian.org>
9081
9082         * BufferView_pimpl.C:
9083         * bufferlist.C:
9084         * buffer.C:
9085         * converter.C:
9086         * lyx_cb.C:
9087         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9088           it's a more accurate name. Remove some pointless uses.
9089
9090 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9091
9092         * text2.C (LyXText): change order of initilizers to shut off
9093           warnings
9094
9095 2003-02-14  John Levon  <levon@movementarian.org>
9096
9097         * buffer.C: use ParIterator for getParFromID()
9098
9099         * paragraph.h:
9100         * paragraph.C:
9101         * paragraph_pimpl.h:
9102         * paragraph_pimpl.C: remove unused getParFromID()
9103
9104 2003-02-14  John Levon  <levon@movementarian.org>
9105
9106         * buffer.C: remove some very old #if 0'd parse code
9107
9108 2003-02-13  John Levon  <levon@movementarian.org>
9109
9110         * text.h:
9111         * text.C:
9112         * text2.C: move hfillExpansion(), numberOfSeparators(),
9113           rowLast(), rowLastPrintable(), numberofHfills(),
9114           numberOfLabelHfills() ...
9115
9116         * lyxrow.h:
9117         * lyxrow.C: ... to member functions here.
9118
9119         * paragraph.h:
9120         * paragraph.C:
9121         * lyxtext.h:
9122         * text.C: remove LyXText::beginningOfMainBody(), and call
9123           p->beginningOfMainBody() directly. Move the check for
9124           LABEL_MANUAL into the latter.
9125
9126         * text.h:
9127         * text.C:
9128         * text2.C:
9129         * vspace.C:
9130         * BufferView.h:
9131         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9132
9133         * text.h:
9134         * text.C:
9135         * text2.C:
9136         * text3.C:
9137         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9138           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9139
9140 2003-02-13  John Levon  <levon@movementarian.org>
9141
9142         * CutAndPaste.C: remove debug
9143
9144 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9145
9146         * paragraph.C (asString): remove two unused variables
9147
9148         * lyxtextclass.C (readTitleType):
9149           (Read):
9150           (LyXTextClass): handle new members titletype_ and titlename_
9151
9152         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9153
9154 2003-02-09  John Levon  <levon@movementarian.org>
9155
9156         * buffer.h:
9157         * buffer.C: replace hand-coded list with a map for the dep clean
9158
9159 2003-02-08  John Levon  <levon@movementarian.org>
9160
9161         * LaTeX.C: consolidate code into showRunMessage() helper
9162
9163 2003-02-08  John Levon  <levon@movementarian.org>
9164
9165         * lyxfind.C:
9166         * lyxtext.h:
9167         * text2.C:
9168         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9169           and pass the size in explicitly
9170
9171         * BufferView_pimpl.h:
9172         * BufferView_pimpl.C:
9173         * BufferView.h:
9174         * BufferView.C: add getCurrentChange()
9175
9176         * BufferView_pimpl.h:
9177         * BufferView_pimpl.C: handle change lfuns
9178
9179         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9180           for changes. Mark pasted paragraphs as new.
9181
9182         * support/lyxtime.h:
9183         * support/lyxtime.C:
9184         * DepTable.C: abstract time_t as lyx::time_type
9185
9186         * LColor.h:
9187         * LColor.C: add colours for new text, deleted text, changebars
9188
9189         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9190           package use "usenames" option.
9191
9192         * commandtags.h:
9193         * lyxfunc.C:
9194         * LyXAction.C: add change lfuns
9195
9196         * Makefile.am:
9197         * author.h:
9198         * author.C: author handling
9199
9200         * buffer.h:
9201         * buffer.C: add a per-buffer author list, with first entry as
9202           current author. Handle new .lyx tokens for change tracking. Output
9203           author list to .lyx file. Output dvipost stuff to .tex preamble.
9204           Bump lyx format to 222.
9205
9206         * bufferlist.h:
9207         * bufferlist.C: add setCurrentAuthor() to reset current author details
9208           in all buffers.
9209
9210         * bufferparams.h:
9211         * bufferparams.C: add param for tracking
9212
9213         * bufferview_funcs.C: output change info in minibuffer
9214
9215         * Makefile.am:
9216         * changes.h:
9217         * changes.C: add change-tracking structure
9218
9219         * debug.h:
9220         * debug.C: add CHANGES debug flag
9221
9222         * lyxfind.h:
9223         * lyxfind.C: add code for finding the next change piece
9224
9225         * lyxrc.h:
9226         * lyxrc.C: add user_name and user_email
9227
9228         * lyxrow.h:
9229         * lyxrow.C: add a metric for the top of the text line
9230
9231         * lyxtext.h:
9232         * text.C: implement accept/rejectChange()
9233
9234         * lyxtext.h:
9235         * text.C: paint changebars. Paint new/deleted text in the chosen
9236         colours. Strike through deleted text.
9237
9238         * paragraph.h:
9239         * paragraph.C:
9240         * paragraph_pimpl.h:
9241         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9242           in the current change to the insert functions. Rework erase to
9243           mark text as deleted, adding an eraseIntern() and a range-based
9244           erase(). Implement per-paragraph change lookup and
9245           accept/reject.
9246
9247         * paragraph_funcs.C: Fixup paste for change tracking.
9248
9249         * tabular.C: mark added row/columns as new.
9250
9251         * text.C: fix rowLast() to never return -1. Don't allow
9252           spellchecking of deleted text. Track transpose changes. Don't
9253           allow paragraph break or merge where appropriate.
9254
9255         * text2.C: leave cursor at end of selection after a cut.
9256
9257 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9258
9259         * text.C (getLengthMarkerHeight):
9260         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9261         visible on screen too.
9262
9263 2003-02-07  John Levon  <levon@movementarian.org>
9264
9265         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9266
9267 2003-02-05  Angus Leeming  <leeming@lyx.org>
9268
9269         * lyxserver.C (read_ready): revert my patch of 11 September last year
9270         as it sends PC cpu through the roof. Presumably this means that
9271         the lyxserver will no longer run on an Alpha...
9272
9273 2003-01-30  Angus Leeming  <leeming@lyx.org>
9274
9275         * factory.C (createInset): create an InsetCommandParam of type "index"
9276         and use it to 'do the right thing'.
9277
9278         * text2.C (getStringToIndex): ensure that cursor position is always
9279         reset to the reset_cursor position.
9280
9281 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9282
9283         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9284         disabled.
9285
9286 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9287
9288         * bufferview.C:
9289         * lyxcb.C:
9290         * lyxfunc.C: Output messages with identical spelling, punctuation,
9291         and spaces
9292
9293 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9294
9295         * MenuBackend.C (expandFormats): List only viewable export formats
9296         in "View" menu
9297
9298         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9299         message
9300
9301         * lyxfunc.C (getStatus): Make sure that formats other than
9302         "fax" can also be disabled
9303
9304 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9305
9306         * text3.C (dispatch): put the lfuns that insert insets in 3
9307         groups, and call doInsertInset with appropriate arguments.
9308         (doInsertInset): new function, that creates an inset and inserts
9309         it according to some boolean parameters.
9310
9311 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9312
9313         * buffer.C (readFile): remember to pass on 'par' when calling
9314         readFile recursively.
9315
9316 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9317
9318         * MenuBackend.C (expandFormats): add "..." to import formats.
9319
9320 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9321
9322         * paragraph.C (asString): Remove XForms RTL hacks.
9323
9324 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9325         * buffer.C: fix typo
9326
9327 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9328
9329         * Makefile.am (LIBS): delete var
9330         (lyx_LDADD): add @LIBS@ here instead.
9331
9332 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9333
9334         * Clarify the meaning of "wheel mouse jump"
9335
9336 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9337
9338         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9339         tabular in a float
9340
9341 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9342
9343         * importer.C (Loaders): do not preallocate 3 elements in the
9344         vector, since one ends up with 6 elements otherwise
9345
9346 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9347
9348         * DepTable.C (write): write the file name as last element of the
9349         .dep file (because it may contain spaces)
9350         (read): read info in the right order
9351
9352 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9353
9354         * paragraph_pimpl.C (simpleTeXBlanks):
9355         (simpleTeXSpecialChars):
9356         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9357
9358         * tabular.C (latex): add some missing case statements. Reindent.
9359
9360         * MenuBackend.C (expandToc): remove unused variable.
9361
9362 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9363
9364         * LColor.C:
9365         * LaTeX.C:
9366         * LyXAction.C:
9367         * MenuBackend.C:
9368         * buffer.C:
9369         * exporter.C:
9370         * lyxfunc.C:
9371         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9372         and the like.
9373
9374 2003-01-05  John Levon  <levon@movementarian.org>
9375
9376         * BufferView.h:
9377         * BufferView.C: add getEncoding()
9378
9379         * kbsequence.h:
9380         * kbsequence.C: do not store last keypress
9381
9382         * lyxfunc.h:
9383         * lyxfunc.C: store last keypress here instead. Pass encoding
9384           to getISOEncoded()
9385
9386 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9387
9388         * lyx_main.C (init): remove annoying error message when following
9389         symbolic links (bug #780)
9390
9391 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9392
9393         * text.C (insertChar):
9394         * lyxrc.C (getDescription): remove extra spaces
9395
9396 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9397
9398         * lyxrc.C (getDescription): remove extra spaces
9399
9400 2002-12-20  John Levon  <levon@movementarian.org>
9401
9402         * text3.C: hack fix for page up/down across tall rows
9403
9404 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9405
9406         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9407         not been invoked
9408
9409 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9410
9411         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9412         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9413         thesaurus is not compiled in
9414
9415 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9416
9417         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9418
9419 2002-12-16  Angus Leeming  <leeming@lyx.org>
9420
9421         * lyxrc.[Ch]:
9422         * lyx_main.C (init): remove override_x_deadkeys stuff.
9423
9424 2002-12-12  John Levon  <levon@movementarian.org>
9425
9426         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9427           insert. Only remove shift modifier under strict
9428           circumstances.
9429
9430 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9431
9432         * MenuBackend.C (expandToc): fix crash.
9433
9434 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9435
9436         * MenuBackend.C (expandToc): gettext on float names.
9437
9438 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9439
9440         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9441         implement bool empty() [bug 490]
9442
9443 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9444
9445         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9446
9447 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9448
9449         * several files: ws changes
9450
9451 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9452
9453         * text2.C (setCounter): clean up a bit, use boost.format.
9454         (updateCounters): initialize par upon declaration.
9455
9456         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9457         if the layout exists. We do not just store the layout any more.
9458         (SwitchLayoutsBetweenClasses): use boost.format
9459
9460 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9461
9462         * converter.C (convert): if from and to files are the same, use a
9463         temporary files as intermediary
9464
9465 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9466
9467         * commandtags.h:
9468         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9469
9470 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9471
9472         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9473
9474 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9475
9476         * tabular.C (asciiPrintCell): use string(size, char) instead of
9477         explicit loop.
9478
9479         * sgml.C (openTag): fix order of arguments to string constructor
9480         (closeTag): ditto
9481
9482         * lyxfunc.C (dispatch): use boost.format
9483
9484         * lots of files: change "c" -> 'c'
9485
9486 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9487
9488         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9489
9490 2002-11-25  Angus Leeming  <leeming@lyx.org>
9491
9492         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9493
9494         * lyx_main.C (init): compile fix.
9495
9496 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9497
9498         * lyx_cb.C (start): boost.formatify
9499         do not include <iostream>
9500
9501         * lengthcommon.C: ws only
9502
9503         * boost-inst.C,BoostFormat.h: add more explict instantations
9504
9505 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9506
9507         * lots of files: handle USE_BOOST_FORMAT
9508
9509 2002-11-21  John Levon  <levon@movementarian.org>
9510
9511         * pspell.C: fix compile
9512
9513 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9514
9515         * lyxfunc.C (dispatch): use boost::format
9516         (open): ditto
9517         (doImport): ditto
9518
9519         * lyxfont.C (stateText): use boost::format
9520
9521         * lyx_main.C (LyX): use boost::format
9522         (init): ditto
9523         (queryUserLyXDir): ditto
9524         (readRcFile): ditto
9525         (parse_dbg): ditto
9526         (typedef boost::function): use the recommened syntax.
9527
9528         * importer.C (Import): use boost::format
9529
9530         * debug.C (showLevel): use boost::format
9531
9532         * converter.C (view): use boost::format
9533         (convert): ditto
9534         (move): ditto
9535         (scanLog): ditto
9536
9537         * bufferview_funcs.C (currentState): use boost::format
9538
9539         * bufferlist.C (emergencyWrite): use boost::format
9540
9541         * buffer.C (readLyXformat2): use boost::format
9542         (parseSingleLyXformat2Token): ditto
9543
9544         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9545
9546         * LaTeX.C (run): use boost::format
9547
9548         * Chktex.C (scanLogFile): use boost::format
9549
9550         * BufferView_pimpl.C (savePosition): use boost::format
9551         (restorePosition): ditto
9552         (MenuInsertLyXFile): ditto
9553
9554         * BoostFormat.h: help file for explicit instation.
9555
9556 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9557
9558         * tabular.C (latex): Support for block alignment in fixed width
9559         columns.
9560
9561 2002-11-17  John Levon  <levon@movementarian.org>
9562
9563         * BufferView_pimpl.C:
9564         * lyx_cb.C:
9565         * lyxfunc.C: split filedialog into open/save
9566
9567 2002-11-08  Juergen Vigna  <jug@sad.it>
9568
9569         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9570         by my last patch (hopefully).
9571
9572 2002-11-08  John Levon  <levon@movementarian.org>
9573
9574         * iterators.h:
9575         * iterators.C:
9576         * buffer.h:
9577         * buffer.C:
9578         * paragraph.h:
9579         * paragraph.C:
9580         * toc.h:
9581         * toc.C: ParConstIterator, and use it (from Lars)
9582
9583 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9584
9585         * lyxtextclass.[Ch]: revise and add doxygen comments
9586
9587 2002-11-07  John Levon  <levon@movementarian.org>
9588
9589         * text.C: fix progress value for spellchecker
9590
9591         * toc.C: fix navigate menu for insetwrap inside minipage
9592
9593         * paragraph_funcs.C: added FIXME for suspect code
9594
9595 2002-11-07  John Levon  <levon@movementarian.org>
9596
9597         * BufferView_pimpl.C: fix redrawing of insets
9598           on buffer switch
9599
9600 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9601
9602         * text2.C (updateCounters): fix bug 668
9603
9604 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9605
9606         * text3.C (dispatch): Do not make the buffer dirty when moving the
9607         cursor.
9608
9609 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9610
9611         * vc-backend.C: STRCONV
9612         (scanMaster): ditto
9613
9614         * text2.C (setCounter): STRCONV
9615
9616         * paragraph.C (asString): STRCONV
9617
9618         * lyxlength.C (asString): STRCONV
9619         (asLatexString): ditto
9620
9621         * lyxgluelength.C (asString): STRCONV
9622         (asLatexString): ditto
9623
9624         * lyxfunc.C (dispatch): STRCONV
9625         (open): ditto
9626
9627         * lyxfont.C (stateText): STRCONV
9628
9629         * importer.C (Import): STRCONV
9630
9631         * counters.C (labelItem): STRCONV
9632         (numberLabel): ditto
9633         (numberLabel): remove unused ostringstream o
9634
9635         * chset.C: STRCONV
9636         (loadFile): ditto
9637
9638         * bufferview_funcs.C (currentState): STRCONV
9639
9640         * buffer.C (readFile): STRCONV
9641         (asciiParagraph): ditto
9642         (makeLaTeXFile): ditto
9643
9644         * Spacing.C (writeEnvirBegin): STRCONV
9645
9646         * LaTeXFeatures.C (getLanguages): STRCONV
9647         (getPackages): ditto
9648         (getMacros): ditto
9649         (getBabelOptions): ditto
9650         (getTClassPreamble): ditto
9651         (getLyXSGMLEntities): ditto
9652         (getIncludedFiles): ditto
9653
9654         * LaTeX.C: STRCONV
9655         (run): ditto
9656         (scanAuxFile): ditto
9657         (deplog): ditto
9658
9659         * LString.h: add the STRCONV macros
9660
9661         * BufferView_pimpl.C (savePosition): STRCONV
9662         (restorePosition): ditto
9663         (MenuInsertLyXFile): ditto
9664
9665         * vc-backend.C (scanMaster): change from submatch[...] to
9666         submatch.str(...)
9667
9668         * funcrequest.C: include config.h
9669
9670         * factory.C: include config.h
9671
9672         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9673
9674         * box.C: include config.h
9675
9676         * LaTeX.C (scanAuxFile): change from submatch[...] to
9677         submatch.str(...)
9678         (deplog): ditto
9679
9680 2002-10-25  Angus Leeming  <leeming@lyx.org>
9681
9682         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9683
9684         * ispell.[Ch] (setError): new method.
9685         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9686         Use setError() insetead of goto END.
9687
9688         * lyx_cb.C (AutoSave): move out child process into new class
9689         AutoSaveBuffer.
9690
9691 2002-10-30  John Levon  <levon@movementarian.org>
9692
9693         * text3.C: make start appendix undoable
9694
9695 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9696
9697         * lyxlength.C (inPixels): Fix returned value.
9698
9699         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9700         environment.
9701
9702 2002-10-24  Angus Leeming  <leeming@lyx.org>
9703
9704         * lyxgluelength.h: no need to forward declare BufferParams
9705         or BufferView, so don't.
9706
9707 2002-10-21  John Levon  <levon@movementarian.org>
9708
9709         * BufferView.C: menuUndo ->undo, redo
9710
9711         * BufferView.h: document, remove dead, make some methods private
9712
9713         * paragraph_funcs.h:
9714         * paragraph_funcs.C:
9715         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
9716
9717         * buffer.h:
9718         * buffer.C:
9719         * sgml.h:
9720         * sgml.C: move sgml open/close tag into sgml.C
9721
9722         * bufferview_funcs.h: unused prototype
9723
9724         * lyxfunc.h:
9725         * lyxfunc.C: remove unused
9726
9727         * lyxtext.h:
9728         * text.C: remove unused
9729
9730 2002-10-21  John Levon  <levon@movementarian.org>
9731
9732         * BufferView.h:
9733         * BufferView.C:
9734         * BufferView_pimpl.h:
9735         * BufferView_pimpl.C: fix mouse wheel handling based on
9736           patch from Darren Freeman
9737
9738 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
9739
9740         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
9741
9742 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
9743
9744         * lyxlength.C (inPixels): Fix hanfling of negative length.
9745         Fix LyXLength::MU case.
9746
9747 2002-10-16  John Levon  <levon@movementarian.org>
9748
9749         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
9750
9751 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9752
9753         * converter.C (view): add support for $$i (file name) and $$p
9754         (file path) for the viewer command. If $$i is not specified, then
9755         it is appended to the command (for compatibility with old syntax)
9756
9757 2002-10-14  Juergen Vigna  <jug@sad.it>
9758
9759         * undo_funcs.C (textHandleUndo): alter the order in which the
9760         new undopar is added to the LyXText, as we have to set first
9761         the right prev/next and then add it as otherwise the rebuild of
9762         LyXText is not correct. Also reset the cursor to the right paragraph,
9763         with this IMO we could remove the hack in "redoParagraphs()".
9764
9765 2002-10-09  Angus Leeming  <leeming@lyx.org>
9766
9767         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
9768         to turn off an optimisation if a new inset is to be inserted.
9769
9770 2002-10-11 André Pönitz <poenitz@gmx.net>
9771
9772         * lyxtext.h: make some functions public to allow access
9773         from inset/lyxtext for handling LFUN_PRIOR/NEXT
9774
9775 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9776
9777         * text3.C (dispatch): when changing layout, avoid an infinite loop
9778         [bug #652]
9779
9780 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9781
9782         * lyxrc.C (read): treat a viewer or converter command of "none" as
9783         if it were empty.
9784
9785         * MenuBackend.C (expandFormats): for an update, also allow the
9786         formats that are not viewable
9787
9788         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
9789         script if it is newer than the lyxrc.defaults in user directory
9790
9791 2002-10-07 André Pönitz <poenitz@gmx.net>
9792
9793         * text.C: Vitaly Lipatov's small i18n fix
9794
9795 2002-09-25  Angus Leeming  <leeming@lyx.org>
9796
9797         * ispell.h: doxygen fix.
9798
9799 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
9800
9801         * buffer.h (readFile): Add a new argument to the method, to allow
9802         reading of old-format templates.
9803
9804 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
9805
9806         * toc.C (getTocList): Get TOC from InsetWrap.
9807
9808 2002-09-16  John Levon  <levon@movementarian.org>
9809
9810         * lyxfunc.C: check tabular for cut/copy too
9811
9812 2002-09-12  John Levon  <levon@movementarian.org>
9813
9814         * LyXAction.C: tidy
9815
9816         * factory.h:
9817         * factory.C: add header
9818
9819         * paragraph_funcs.h:
9820         * paragraph_funcs.C: cleanup
9821
9822 2002-09-11  John Levon  <levon@movementarian.org>
9823
9824         * PrinterParams.h: odd/even default to true
9825
9826 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
9827
9828         * PrinterParams.h: update printer parameters for new xforms dialog
9829
9830 2002-09-11  Angus Leeming  <leeming@lyx.org>
9831
9832         * lyxserver.C (read_ready): re-write to make it more transparent
9833         and to make it work in coherent fashion under Tru64 Unix.
9834
9835 2002-09-11  André Pönitz <poenitz@gmx.net>
9836
9837         * commandtags.h:
9838         * LyXAction.C:
9839         * text3.C: implement LFUN_WORDSEL
9840
9841 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9842
9843         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
9844         make floatlist_ a boost::shared_ptr<FloatList>
9845
9846         * lyxtextclass.C: include FloatList.h
9847         (LyXTextClass): initialize floatlist_
9848         (TextClassTags): add TC_NOFLOAT
9849         (Read): match "nofloat" to TC_NOFLOAT and use it.
9850         (readFloat): modify call to floatlist_
9851         (floats): ditto
9852         (floats): ditto
9853
9854         * FloatList.[Ch] (FloatList): remove commented out float
9855         initialization.
9856         (erase): new function
9857
9858 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9859
9860         * MenuBackend.C (expandToc): fix crash when there is no document
9861         open
9862
9863 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
9864
9865         * many files: Add insetwrap.
9866
9867 2002-09-09  John Levon  <levon@movementarian.org>
9868
9869         * text2.C: remove confusing and awkward depth wraparound
9870
9871 2002-09-09  John Levon  <levon@movementarian.org>
9872
9873         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
9874
9875         * buffer.h:
9876         * buffer.C: remove getIncludeonlyList()
9877
9878         * paragraph.C:
9879         * lyxfunc.C: remove headers
9880
9881 2002-09-09  Juergen Vigna  <jug@sad.it>
9882
9883         * text.C (getColumnNearX): fix form Michael this is most
9884         probably a cut&paste bug.
9885
9886 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9887
9888         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
9889
9890         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
9891         references, ws changes.
9892
9893         * text2.C (init): update counters after init
9894         (insertParagraph): no need to set counter on idividual paragraphs.
9895         (setCounter): access the counters object in the textclass object
9896         on in the buffer object.
9897         (updateCounters): ditto
9898
9899         * lyxtextclass.C: include counters.h, add variable ctrs_ as
9900         shared_ptr<Counters> to avoid loading counters.h in all
9901         compilation units.
9902         (LyXTextClass): initialize ctrs_
9903         (TextClassTags): add TC_COUNTER, and ...
9904         (Read): use it here.
9905         (CounterTags): new tags
9906         (readCounter): new function
9907         (counters): new funtion
9908         (defaultLayoutName): return a const reference
9909
9910         * counters.C (Counters): remove contructor
9911         (newCounter): remove a couple of unneeded statements.
9912         (newCounter): simplify a bit.
9913         (numberLabel): some small formatting changes.
9914
9915         * buffer.[Ch]: remove all traces of counters, move the Counters
9916         object to the LyXTextClass.
9917
9918 2002-09-06  Alain Castera  <castera@in2p3.fr>
9919
9920         * tabular.C: uses \tabularnewline; uses >{...} construct from array
9921         package to set the horizontal alignment on fixed width columns.
9922
9923         * lyx_sty.C:
9924         * lyx_sty.h: added tabularnewline macro def.
9925
9926         * LaTeXFeatures.C: added NeedTabularnewline macro feature
9927
9928 2002-09-06  John Levon  <levon@movementarian.org>
9929
9930         * LyXAction.C: tooltips for sub/superscript
9931
9932         * MenuBackend.C: a bit more verbose
9933
9934         * lyxfunc.C: tiny clean
9935
9936         * undo_funcs.C: document undo_frozen
9937
9938 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9939
9940         * counters.C (Counters): add missing algorithm counter.
9941
9942         * text2.C (setCounter): lookup the counter with layouts latexname
9943         instead of by section number.
9944         (setCounter): use a hackish way to lookup the correct enum
9945         counter.
9946         a float name->type change
9947         reset enum couners with counter name directly instead of depth value.
9948
9949         * counters.C (Counters): remove the push_backs, change to use the
9950         float type not the float name.
9951         (labelItem): remove unused string, float name->type change
9952
9953         * counters.h: don't include vector, loose the enums and sects vectors
9954
9955 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9956
9957         * lyxtextclass.C (TextClassTags): add TC_FLOAT
9958         (Read): add float->TC_FLOAT to textclassTags
9959         (Read): and handle it in the switch
9960         (readFloat): new function
9961
9962         * FloatList.C (FloatList): comment out the hardcoded float
9963         definitions.
9964
9965         * lyxlayout.h: ws change.
9966
9967 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
9968
9969         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
9970
9971 2002-09-03  Angus Leeming  <leeming@lyx.org>
9972
9973         * BufferView_pimpl.h: qualified name is not allowed in member
9974         declaration: WorkArea & Pimpl::workarea() const;
9975
9976         * factory.C: added using std::endl directive.
9977
9978         * text3.C: added using std::find and std::vector directives.
9979
9980 2002-08-29  André Pönitz <poenitz@gmx.net>
9981
9982         * lyxtext.h:
9983         * text2.C: remove unused member number_of_rows
9984
9985         * Makefile.am:
9986         * BufferView2.C: remove file, move contents to...
9987         * BufferView.C: ... here
9988
9989         * BufferView_pimpl.C:
9990         * factory.C: move more inset creation to factory
9991
9992         * vspace.C: avoid direct usage of LyXText, ws changes
9993
9994         * BufferView.[Ch]:
9995                 don't provide direct access to WorkArea, use two simple
9996                 acessors haveSelction() and workHeight() instead
9997
9998
9999 2002-08-29  John Levon  <levon@movementarian.org>
10000
10001         * BufferView_pimpl.C (dispatch): do not continue when
10002           no buffer
10003
10004 2002-08-28  André Pönitz <poenitz@gmx.net>
10005
10006         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10007
10008         * BufferView.h:
10009         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10010
10011 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10012
10013         * buffer.C: increment LYX_FORMAT to 221
10014
10015         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10016         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10017
10018         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10019
10020         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10021
10022 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10023
10024         * factory.C (createInset): use LyXTextClass::floats
10025
10026         * MenuBackend.C (expandFloatListInsert):
10027         (expandFloatInsert):
10028         (expandToc):
10029
10030         * text2.C (setCounter):
10031
10032         * LaTeXFeatures.C (useFloat):
10033         (getFloatDefinitions):
10034
10035         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10036
10037         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10038         floatlist_, with accessor floats().
10039
10040         * FloatList.h: remove global FloatList
10041
10042 2002-08-26  André Pönitz <poenitz@gmx.net>
10043
10044         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10045
10046         * BufferView.h:
10047         * BufferView2.C:
10048         * BufferView_pimpl.C:
10049         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10050
10051 2002-08-25  John Levon  <levon@movementarian.org>
10052
10053         * LyXAction.C: fix margin note description
10054
10055 2002-08-24  John Levon  <levon@movementarian.org>
10056
10057         * buffer.C:
10058         * bufferlist.C:
10059         * bufferview_funcs.C:
10060         * lyxfont.C:
10061         * undo_funcs.C: cleanups
10062
10063         * lyxfunc.C: disable CUT/COPY when no selection
10064
10065 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10066
10067         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10068         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10069
10070         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10071         Add backward compatibility to "mono", "gray" and "no".
10072
10073 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10074
10075         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10076         (and file_format >= 200).
10077
10078 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10079
10080         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10081
10082 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10083
10084         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10085
10086 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10087
10088         * BufferView_pimpl.C:
10089         * LyXAction.C:
10090         * buffer.C:
10091         * commandtags.h:
10092         * lyxfunc.C:
10093         * paragraph.[Ch]:
10094         * text2.C:
10095         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10096         inset and code to make it  work with the paragraph code. The inset
10097         can be anywhere in the paragraph, but will only do the expected
10098         thing in LaTeX if the layout file contains the parameter line
10099                         OptionalArgs    1
10100         (or more generally, a nonzero value) for that layout.
10101
10102 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10103
10104         * paragraph.h: remove the declaration of undefined counters class
10105         function.
10106
10107 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10108
10109         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10110         Dr. Richard Hawkins.
10111
10112 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10113
10114         * paragraph_funcs.h: remove some unneeded includes
10115
10116         * text.C (backspace): pasteParagraph now in global scipe
10117
10118         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10119         (pasteSelection): ditto
10120
10121         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10122         * paragraph_funcs.C (pasteParagraph): ... here
10123
10124 2002-08-20  André Pönitz <poenitz@gmx.net>
10125
10126         * commandtags.h: new LFUNs for swapping/copying table row/colums
10127
10128         * LyXAction.C:
10129         * lyxfunc.C: support for new lfuns
10130
10131 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10132
10133         * tabular.C:
10134         * buffer.[Ch]: remove NO_COMPABILITY stuff
10135
10136 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10137
10138         * boost.C (throw_exception): new file, with helper function for
10139         boost compiled without exceptions.
10140
10141         * paragraph.h:
10142         * lyxlength.C:
10143         * buffer.C:
10144         * ParameterStruct.h:
10145         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10146
10147         * bufferlist.C (emergencyWriteAll): use boost bind
10148
10149         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10150
10151         * text.C: include paragraph_funcs.h
10152         (breakParagraph): breakParagraph is now in global scope
10153
10154         * paragraph_funcs.[Ch]: new files
10155
10156         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10157         global scope
10158
10159         * buffer.C: include paragraph_funcs.h
10160         (insertStringAsLines): breakParagraph is now in global scope
10161
10162         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10163         paragraph_funcs.C
10164
10165         * CutAndPaste.C: include paragraph_funcs.h
10166         (cutSelection): breakParagraphConservative is now in global scope
10167         (pasteSelection): ditto
10168
10169         * buffer.h: declare oprator== and operator!= for
10170         Buffer::inset_iterator
10171
10172         * bufferlist.C (emergencyWrite): don't use fmt(...)
10173
10174         * text3.C: add using std::endl
10175
10176         * BufferView.C (moveCursorUpdate): remove default arg
10177
10178 2002-08-20  André Pönitz <poenitz@gmx.net>
10179
10180         * buffer.[Ch]: move inline functions to .C
10181
10182         * BufferView2.C:
10183         * BufferView_pimpl.C:
10184         * text.C:
10185         * buffer.[Ch]: use improved inset_iterator
10186
10187         * buffer.C:
10188         * paragraph.[Ch]: write one paragraph at a time
10189
10190 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10191
10192         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10193         style if style is not specified.
10194
10195 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10196
10197         * text2.C (setCounter): when searching for right label for a
10198         caption, make sure to recurse to parent insets (so that a caption
10199         in a minipage in a figure float works) (bug #568)
10200
10201 2002-08-20  André Pönitz <poenitz@gmx.net>
10202
10203         * text3.C: new file for LyXText::dispatch() and helpers
10204
10205         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10206
10207         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10208
10209 2002-08-19  André Pönitz <poenitz@gmx.net>
10210
10211         * lyxtext.h:
10212         * text.C: new LyXText::dispatch()
10213
10214         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10215
10216 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10217
10218         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10219
10220         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10221         Hebrew text.
10222
10223 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10224
10225         * Makefile.am: use $(variables) instead of @substitutions@
10226
10227 2002-08-15  André Pönitz <poenitz@gmx.net>
10228
10229         * lyxfunc.C:
10230         * BufferView_pimpl.C: streamlining mathed <-> outer world
10231         interaction
10232
10233         * commandtags.h:
10234         * LyXAction.C: remove unused LFUN_MATH
10235
10236 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10237
10238         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10239
10240 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10241
10242         * paragraph.C (Paragraph): reformat a bit
10243         (cutIntoMinibuffer): use builtin InsetList function instad of
10244         doing it manually.
10245         (getInset): ditto
10246
10247         * buffer.C: include boost/bind.hpp, add using std::for_each
10248         (writeFileAscii): use ParagraphList iterators
10249         (validate): use for_each for validate traversal of paragraphs
10250         (getBibkeyList): use ParagraphList iterators
10251         (resizeInsets): use for_each to resizeInsetsLyXText for all
10252         paragraphs.
10253         (getParFromID): use ParagraphList iterators
10254
10255         * BufferView2.C (lockInset): use paragraph list and iterators
10256
10257 2002-08-14  John Levon  <levon@movementarian.org>
10258
10259         * lyxserver.C: remove spurious xforms include
10260
10261 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10262
10263         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10264
10265 2002-08-13  André Pönitz <poenitz@gmx.net>
10266
10267         * LyXAction.[Ch]:
10268         * lyxfunc.C: further cleaning
10269
10270 2002-08-13  André Pönitz <poenitz@gmx.net>
10271
10272         * funcrequest.h: new constructor
10273
10274         * funcrequest.C: move stuff here from .h
10275
10276         * Makefile.am:
10277         * BufferView_pimpl.C:
10278         * LyXAction.C:
10279         * toc.C:
10280         * lyxfunc.C: subsequent changes
10281
10282         * lyxfunc.h: new view() member function
10283
10284         * lyxfunc.C: subsequent changes
10285
10286 2002-08-13  Angus Leeming  <leeming@lyx.org>
10287
10288         * BufferView2.C:
10289         * BufferView_pimpl.C:
10290         * buffer.C:
10291         * converter.C:
10292         * importer.C:
10293         * lyxfunc.C:
10294         * lyxvc.C:
10295         * toc.C:
10296         * vc-backend.C:
10297         changes due to the changed LyXView interface that now returns references
10298         to member variables not pointers.
10299
10300 2002-08-13  Angus Leeming  <leeming@lyx.org>
10301
10302         * WordLangTuple (word, lang_code): return references to strings,
10303         not strings.
10304
10305         * BufferView.h:
10306         * SpellBase.h:
10307         * lyxtext.h: forward-declare WordLangTuple.
10308
10309         * BufferView2.C:
10310         * ispell.C:
10311         * pspell.C:
10312         * text.C: #include "WordLangTuple.h".
10313
10314         * lyxtext.h:
10315         * text.C: (selectNextWordToSpellcheck): constify return type.
10316
10317 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10318
10319         * buffer.C:
10320         * buffer.h:
10321         * lyxtext.h:
10322         * paragraph.C:
10323         * paragraph_pimpl.h:
10324         * text.C:
10325         * text2.C:
10326         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10327         suggested by Angus.
10328         Made updateCounter always count from start of buffer, and removed
10329         second argument (par).
10330         Reverted floats number display to '#'. Perhaps I'll try again when the
10331         code base is sanitized a bit.
10332
10333 2002-08-12  Angus Leeming  <leeming@lyx.org>
10334
10335         * buffer.[Ch] (getLabelList): constify.
10336
10337 2002-08-07  André Pönitz <poenitz@gmx.net>
10338
10339         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10340
10341         * funcrequest.h: extension to keep mouse (x,y) position
10342
10343 2002-08-12  Juergen Vigna  <jug@sad.it>
10344
10345         * BufferView2.C (insertErrors): forbid undo when inserting error
10346         insets.
10347
10348         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10349
10350 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10351
10352         * ParagraphList.[Ch]: new files
10353
10354         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10355
10356         * BufferView2.C (lockInset): ParagraphList changes
10357         * toc.C: ditto
10358         * text2.C: ditto
10359         * bufferlist.C: ditto
10360         * buffer.h: ditto
10361         * buffer.C: ditto
10362
10363 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10364
10365         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10366         unused class variable counter_,
10367
10368         * paragraph.[Ch] (getFirstCounter): delete unused function
10369
10370         * counters.C: include LAssert.h
10371         (reset): add a new function with no arg, change other version to
10372         not have def. arg and to not allow empty arg.
10373
10374         * text2.C (setCounter): remove empty arg from call to Counters::reset
10375
10376 2002-08-11  John Levon  <levon@movementarian.org>
10377
10378         * Makefile.am: add WordLangTuple.h
10379
10380 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10381
10382         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10383         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10384
10385         * insets/insettext.C: InsetList changes
10386
10387         * graphics/GraphicsSupport.C (operator()): InsetList changes
10388
10389         * toc.C (getTocList): InsetList changes
10390
10391         * paragraph_pimpl.[Ch]: InsetList changes
10392
10393         * paragraph.[Ch]: InsetList changes
10394
10395         * buffer.C (inset_iterator): InsetList changes
10396         (setParagraph): ditto
10397         * buffer.h (inset_iterator): ditto
10398         * iterators.C (operator++): ditto
10399         * iterators.h: ditto
10400
10401         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10402
10403         * InsetList.[Ch]: new files, most InsetList handling moved out of
10404         paragraph.C.
10405
10406         * BufferView2.C (removeAutoInsets): InsetList changes
10407         (lockInset): ditto
10408         (ChangeInsets): ditto
10409
10410 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10411
10412         * paragraph_pimpl.h (empty): new function
10413
10414         * paragraph.[Ch] (empty): new function
10415
10416         * other files: use the new Paragraph::empty function
10417
10418 2002-08-09  John Levon  <levon@movementarian.org>
10419
10420         * lyxtext.h: remove unused refresh_height
10421
10422 2002-08-09  John Levon  <levon@movementarian.org>
10423
10424         * Makefile.am:
10425         * sgml.h:
10426         * sgml.C:
10427         * buffer.C:
10428         * paragraph.h:
10429         * paragraph.C: move sgml char escaping out of paragraph
10430
10431         * paragraph.h:
10432         * paragraph.C: remove id setter
10433
10434         * buffer.C:
10435         * paragraph.C:
10436         * paragraph_pimpl.C: remove dead tex_code_break_column
10437
10438         * bufferview_funcs.C: small cleanup
10439
10440         * lyxfunc.C: remove dead proto
10441
10442         * lyxtext.h: make some stuff private. Remove some dead stuff.
10443
10444         * lyxgluelength.C: make as[LyX]String() readable
10445
10446 2002-08-08  John Levon  <levon@movementarian.org>
10447
10448         * LyXAction.h:
10449         * LyXAction.C:
10450         * MenuBackend.C:
10451         * ToolbarDefaults.C:
10452         * lyxfunc.C:
10453         * lyxrc.C:
10454         * toc.C: lyxaction cleanup
10455
10456 2002-08-08  John Levon  <levon@movementarian.org>
10457
10458         * BufferView2.C: small cleanup
10459
10460         * lyxfind.h:
10461         * lyxfind.C: move unnecessary header into the .C
10462
10463 2002-08-08  John Levon  <levon@movementarian.org>
10464
10465         * funcrequest.h: just tedious nonsense
10466
10467         * lyx_main.h:
10468         * lyx_main.C: cleanups
10469
10470         * buffer.C:
10471         * vspace.C: remove dead header lyx_main.h
10472
10473 2002-08-07  Angus Leeming  <leeming@lyx.org>
10474
10475         * Paragraph.[Ch]:
10476         * paragraph_pimpl.h:
10477         Forward declare class Counters in paragraph.h by moving the ctrs member
10478         variable into Paragraph::Pimpl.
10479         (counters): new method, returning a reference to pimpl_->ctrs.
10480
10481         * text2.C: ensuing changes.
10482
10483 2002-08-07  John Levon  <levon@movementarian.org>
10484
10485         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10486
10487         * BufferView_pimpl.C: announce X selection on double/triple
10488           click
10489
10490         * lyx_main.C: use correct bool in batch dispatch
10491
10492         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10493
10494 2002-08-07  André Pönitz <poenitz@gmx.net>
10495
10496         * funcrequest.h: new class to wrap a kb_action and its argument
10497
10498         * BufferView.[Ch]:
10499         * BufferView_pimpl[Ch]:
10500         * LaTeX.C:
10501         * LyXAction.[Ch]:
10502         * lyxfunc.[Ch]:
10503         * lyxrc.C: subsequent changes
10504
10505
10506 2002-08-07  John Levon  <levon@movementarian.org>
10507
10508         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10509           document options change.
10510
10511 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10512
10513         * counters.[Ch]
10514         * text2.C
10515         * paragraph.[Ch]
10516         * makefile.am: move counters functionality over from
10517         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10518
10519 2002-08-06  John Levon  <levon@movementarian.org>
10520
10521         * WordLangTuple.h: new file for word + language code tuple
10522
10523         * SpellBase.h:
10524         * pspell.h:
10525         * pspell.C:
10526         * ispell.h:
10527         * ispell.C:
10528         * lyxtext.h:
10529         * text.C:
10530         * text2.C:
10531         * BufferView.h:
10532         * BufferView2.C: use WordLangTuple
10533
10534         * layout.h:
10535         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10536
10537 2002-08-06  John Levon  <levon@movementarian.org>
10538
10539         * lyx_main.C: fix cmdline batch handling
10540
10541 2002-08-06  André Pönitz <poenitz@gmx.net>
10542
10543         * lyxrc.C: set default for show_banner to true
10544
10545 2002-08-06  John Levon  <levon@movementarian.org>
10546
10547         * pspell.C: fix a crash, and allow new aspell to work
10548
10549 2002-08-06  John Levon  <levon@movementarian.org>
10550
10551         * lyxfunc.C:
10552         * kbmap.C: small cleanup
10553
10554         * vspace.h:
10555         * vspace.C: add const
10556
10557 2002-08-05  John Levon  <levon@movementarian.org>
10558
10559         * LyXAction.C: back to tabular-insert
10560
10561 2002-08-04  John Levon  <levon@movementarian.org>
10562
10563         * BufferView.h:
10564         * BufferView.C: cosmetic change
10565
10566         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10567
10568         * bufferlist.C:
10569         * buffer.h:
10570         * buffer.C:
10571         * lyxcb.h:
10572         * lyxcb.C:
10573         * lyxserver.C:
10574         * lyxvc.C:
10575         * vc-backend.C:
10576         * BufferView2.C: purge all "Lyx" not "LyX" strings
10577
10578         * lyxcursor.h:
10579         * lyxcursor.C: attempt to add some documentation
10580
10581         * lyxfunc.C:
10582         * commandtags.h:
10583         * LyXAction.C:
10584         * ToolbarDefaults.C:
10585         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10586           merge with LFUN_TABULAR_INSERT
10587
10588         * Makefile.am:
10589         * SpellBase.h:
10590         * ispell.h:
10591         * ispell.C:
10592         * pspell.h:
10593         * pspell.C: split up i/pspell implementations into separate
10594           files, many cleanups
10595
10596         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10597
10598         * text2.C: some cleanup
10599
10600         * lyxfunc.C: don't check for isp_command == "none" any more, it
10601           didn't make any sense
10602
10603 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10604
10605         * counters.[Ch]
10606         * text2.C
10607         * paragraph.[Ch]
10608         * makefile.am: move counters functionality over
10609         from text2.C/paragraph.[Ch] to counters.[Ch], and
10610         make proper C++.
10611 2002-08-02  John Levon  <levon@movementarian.org>
10612
10613         * buffer.C: s/lyxconvert/lyx2lyx/
10614
10615 2002-08-02  Angus Leeming  <leeming@lyx.org>
10616
10617         * lyxlex.C: revert John's change as it breaks reading of the user
10618         preamble.
10619
10620 2002-08-02  Angus Leeming  <leeming@lyx.org>
10621
10622         * importer.C (Import):
10623         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10624         changes due to LyXView::view() now returning a boost::shared_ptr.
10625
10626 2002-08-02  John Levon  <levon@movementarian.org>
10627
10628         * lyxlex.C: small cleanup
10629
10630 2002-08-02  John Levon  <levon@movementarian.org>
10631
10632         * text2.C (status): small cleanup, no logic change
10633
10634 2002-08-01  John Levon  <levon@movementarian.org>
10635
10636         * buffer.h:
10637         * buffer.C (writeFile): don't output alerts, caller
10638           handles this
10639
10640         * bufferlist.C:
10641         * lyx_cb.C: from above
10642
10643         * lyxfunc.C: allow to open non-existent files
10644
10645 2002-07-31  John Levon  <levon@movementarian.org>
10646
10647         * lyxserver.C: don't let incidental errors get
10648           in the way (errno)
10649
10650 2002-07-30  John Levon  <levon@movementarian.org>
10651
10652         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10653
10654 2002-07-30  John Levon  <levon@movementarian.org>
10655
10656         * lyxserver.h:
10657         * lyxserver.C: remove I/O callback too
10658
10659 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10660
10661         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10662         log.
10663
10664 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10665
10666         * many files: strip,frontStrip -> trim,ltrim,rtrim
10667
10668 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10669
10670         * PrinterParams.h: remove extern containsOnly, and include
10671         support/lstrings.h instead.
10672
10673         * LaTeX.C (scanAuxFile): modify because of strip changes
10674         (deplog): ditto
10675         * buffer.C (makeLaTeXFile): ditto
10676         * bufferparams.C (writeFile): ditt
10677         * lyxfont.C (stateText): ditto
10678         * lyxserver.C (read_ready): ditto
10679         * vc-backend.C (scanMaster): ditto
10680
10681         * BufferView_pimpl.h: ws changes
10682
10683         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10684
10685 2002-07-26  André Pönitz <poenitz@gmx.net>
10686
10687         * kb_sequence.C: remove unnedred usings
10688
10689 2002-07-26  Juergen Vigna  <jug@sad.it>
10690
10691         * lyxfind.C (LyXReplace): we have to check better if the returned
10692         text is not of theLockingInset()->getLockingInset().
10693
10694 2002-07-25  Juergen Vigna  <jug@sad.it>
10695
10696         * lyxfind.C (LyXReplace): don't replace if we don't get the
10697         right LyXText.
10698
10699         * undo_funcs.C (createUndo): remove debugging code.
10700
10701 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10702
10703         * buffer.C (parseSingleLyXformat2Token): Use default placement
10704         when reading old floats.
10705
10706         * FloatList.C (FloatList): Change the default placement of figure
10707         and tables to "tbp".
10708
10709 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
10710
10711         * MenuBackend.C: using std::max
10712
10713 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10714
10715         * MenuBackend.C (expandToc):
10716         (expandToc2): code moved from xforms menu frontend. It is now
10717         generic and TOCs are transparent to menu frontends.
10718
10719 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10720
10721         * toc.C (getTocList): protect against buf=0
10722
10723         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
10724         Menu as first parameter. Now, this calls itself recursively to
10725         expand a whole tree (this will be useful for TOC handling)
10726         (expandFloatInsert): remove 'wide' version of floats
10727
10728         * MenuBackend.h (submenuname): returns the name of the submenu.
10729         (submenu): returns the submenu itself, provided it has been
10730         created by MenuBackend::expand
10731
10732 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10733
10734         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
10735         insets which have noFontChange == true. (bug #172)
10736
10737 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10738
10739         * BufferView_pimpl.C: add connection objects and use them...
10740         (Pimpl): here.
10741
10742 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10743
10744         * MenuBackend.C (expandLastfiles):
10745         (expandDocuments):
10746         (expandFormats):
10747         (expandFloatListInsert):
10748         (expandFloatInsert):
10749         (expand): split expand in parts
10750
10751 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10752
10753         * lyx_gui.C: use lyx_gui::exit()
10754
10755 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10756
10757         * LyXAction.C: show the failing pseudo action
10758
10759 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
10760
10761         * buffer.C (readFile): Run the lyxconvert script in order to read
10762         old files.
10763
10764 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10765
10766         * LyXAction.C:
10767         * commandtags.h:
10768         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
10769
10770 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10771
10772         * LyXAction.C:
10773         * commandtags.h:
10774         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
10775
10776 2002-07-22  Herbert Voss  <voss@lyx.org>
10777
10778         * lengthcommon.C:
10779         * lyxlength.[Ch]: add support for the vertical lengths
10780
10781 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
10782
10783         * toc.[Ch]: std:: fixes
10784
10785 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10786
10787         * lyxrc.C: do not include lyx_main.h
10788
10789         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
10790         for layouts
10791
10792         * lyxrc.C:
10793         * encoding.C:
10794         * bufferlist.C:
10795         * BufferView2.C: include "lyxlex.h"
10796
10797         * tabular.h:
10798         * bufferparams.h: do not #include "lyxlex.h"
10799
10800         * lyxtextclasslist.C (Add): remove method
10801         (classlist): renamed to classlist_
10802
10803         * paragraph_pimpl.C:
10804         * paragraph.C:
10805         * text2.C:
10806         * CutAndPaste.C:
10807         * bufferview_funcs.C:
10808         * bufferlist.C:
10809         * text.C:
10810         * LaTeXFeatures.C:
10811         * buffer.C:
10812         * toc.C (getTocList): use BufferParams::getLyXTextClass
10813
10814         * toc.C (getTocList): use InsetFloat::addToToc
10815
10816         * toc.[Ch]: new files, containing helper functions to handle table
10817         of contents
10818
10819         * lyxfunc.C (dispatch): no need to remove spaces around command
10820         given as a string
10821         (getStatus): handle LFUN_SEQUENCE by returning the status of the
10822         first command of the sequence; it is not very clever, but I do not
10823         have a better idea, actually
10824
10825         * LyXAction.C (LookupFunc): make sure to remove space at the
10826         beginning and end of the command
10827
10828 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10829
10830         * MenuBackend.C (getMenubar): new method: return the menubar of
10831         this menu set
10832         (read): treat differently reading of menu and menubar (in
10833         particular, the menubar has no name now)
10834         (Menu::menubar): remove
10835
10836         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
10837         saving is finished
10838
10839 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10840
10841         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
10842         a bibitem inset in a RTL paragraph.
10843
10844 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
10845
10846         * paragraph_pimpl.C: constify
10847
10848         * BufferView_pimpl.C:
10849         * LaTeX.C:
10850         * lyxfunc.C: fix dispatch in a nicer way
10851
10852 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10853
10854         * lyxfunc.C (dispatch):
10855         * BufferView_pimpl.C:
10856         * BufferView_pimpl.h:
10857         * BufferView.C:
10858         * BufferView.h: rename Dispatch() to dispatch()
10859
10860         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
10861
10862         * lyxlayout.C (Read): honor DependsOn tag
10863
10864         * lyxlayout.[Ch] (depends_on): new method
10865
10866         * version.C.in: update lyx_docversion
10867
10868         * LaTeXFeatures.C (getMacros): only define \LyX when needed
10869
10870         * paragraph.C (validate): remove from here...
10871         * paragraph_pimpl.C (validate): ... and move here
10872         (isTextAt): make it const
10873
10874         * buffer.C (getLists): ws cleanup
10875
10876 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10877
10878         * language.C (read): Use iso8859-1 encoding in latex_lang
10879         (this prevents LyX from crashing when using iso10646-1 encoding).
10880
10881 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10882
10883         * text2.C (toggleInset): if cursor is inside an inset, close the
10884         inset and leave cursor _after_ it
10885
10886 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10887
10888         * lyxfunc.C: move minibuffer completion handling out of here
10889
10890 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10891
10892         * BufferView_pimpl.C:
10893         * LaTeX.C: fix dispatch calls
10894
10895 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
10896
10897         * text.C (drawChars): Fix Arabic text rendering.
10898
10899 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
10900
10901         * LyXAction.C:
10902         * commandtags.h:
10903         * lyxfunc.C: remove message-push/pop
10904
10905         * lyxserver.C:
10906         * lyxfunc.h:
10907         * lyxfunc.C: rationalise some code by removing verboseDispatch
10908           in favour of a bool argument to dispatch()
10909
10910 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10911
10912         * lyx_main.C (init): make sure to read symlinks as absolute paths
10913
10914 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10915
10916         * lyxfunc.h:
10917         * lyxfunc.C: no need for commandshortcut to be a member
10918
10919 2002-07-15  André Pönitz <poenitz@gmx.net>
10920
10921         * converter.C: add support for $$s (scripts from lib/scripts dir)
10922         * lyx_main.C: white space
10923
10924 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10925
10926         * bufferlist.C:
10927         * lyxrc.h:
10928         * lyxrc.C: remove second exit confirmation
10929
10930 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10931
10932         * BufferView.h:
10933         * BufferView.C:
10934         * BufferView2.C:
10935         * BufferView_pimpl.h:
10936         * BufferView_pimpl.C:
10937         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
10938
10939 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10940
10941         * MenuBackend.C (expand): add numeric shortcuts to document menu
10942
10943         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
10944
10945 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10946
10947         * lyxfont.C (setLyXFamily):
10948         (setLyXSeries):
10949         (setLyXShape):
10950         (setLyXSize):
10951         (setLyXMisc):
10952         (lyxRead):
10953         * debug.C (value):
10954         * buffer.C (asciiParagraph): use ascii_lowercase
10955
10956 2002-07-15  Mike Fabian  <mfabian@suse.de>
10957
10958         * lyxlex_pimpl.C (search_kw):
10959         * lyxlex.C (getLongString):
10960         * converter.h (operator<):
10961         * converter.C (operator<):
10962         * buffer.C (parseSingleLyXformat2Token):
10963         (asciiParagraph):
10964         * ToolbarDefaults.C (read):
10965         * MenuBackend.C (checkShortcuts):
10966         (read):
10967         * LColor.C (getFromGUIName):
10968         (getFromLyXName): use the compare_ascii_no_case instead of
10969         compare_no_case, because in turkish, 'i' is not the lowercase
10970         version of 'I', and thus turkish locale breaks parsing of tags.
10971
10972 2002-07-16  Angus Leeming  <leeming@lyx.org>
10973
10974         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
10975         now takes a Buffer const & argument.
10976
10977 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
10978
10979         * BufferView.C (resize): check there's a buffer to resize
10980
10981 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
10982
10983         * lyxfunc.C: remove dead code
10984
10985         * lyxserver.h:
10986         * lyxserver.C: use lyx_guii::set_read_callback
10987
10988 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
10989
10990         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
10991         an inset in a RTL paragraph.
10992
10993 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
10994
10995         * lyxfunc.C: repaint after a font size update
10996
10997 2002-07-15  André Pönitz <poenitz@gmx.net>
10998
10999         * lyxlength.C: inBP should be able to return negative values
11000
11001 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11002
11003         * lyxfunc.C: use lyx_gui::update_fonts()
11004
11005 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11006
11007         * lyxfunc.C: use lyx_gui::update_color()
11008
11009 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11010
11011         * bufferlist.C:
11012         * lyxfunc.h:
11013         * lyxfunc.C:
11014         * lyxrc.h:
11015         * lyxrc.C: remove file->new asks for name option, and let
11016           buffer-new take an argument
11017
11018 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11019
11020         * BufferView_pimpl.C: remove unneeded extra repaint()
11021
11022 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11023
11024         * LyXAction.C: allow command-sequence with NoBuffer
11025
11026         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11027
11028 2002-07-10  Angus Leeming  <leeming@lyx.org>
11029
11030         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11031
11032 2002-07-09  Angus Leeming  <leeming@lyx.org>
11033
11034         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11035
11036 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11037
11038         * lengthcommon.h: whitespace
11039
11040         * lyxfunc.C: update scrollbar after goto paragraph
11041
11042         * lyxtext.h: factor out page break drawing, and fix it so
11043           page break/added space paints as selected nicely
11044
11045 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11046
11047         * BufferView_pimpl.C: add FIXMEs, clean up a little
11048
11049 2002-07-09  André Pönitz <poenitz@gmx.net>
11050
11051         * lyxfont.[Ch]: support for wasy symbols
11052
11053 2002-07-08  André Pönitz <poenitz@gmx.net>
11054
11055         * BufferView_pimpl.C: apply John's patch for #93.
11056
11057 2002-07-05  Angus Leeming  <leeming@lyx.org>
11058
11059         * BufferView_pimpl.C (buffer): generate previews if desired.
11060
11061         * LColor.h: add "preview" to the color enum.
11062
11063         * LColor.C (LColor): add a corresponding entry to the items array.
11064
11065         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11066         with this buffer.
11067
11068 2002-07-05  Angus Leeming  <leeming@lyx.org>
11069
11070         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11071         The body of the code is now in the method that is passed an ostream &
11072         rather than a file name.
11073         Pass an additional only_preamble parameter, useful for the forthcoming
11074         preview stuff.
11075
11076 2002-07-03  André Pönitz <poenitz@gmx.net>
11077
11078         * lyxfunc.C: simplify getStatus() a bit for math stuff
11079
11080 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11081
11082         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11083
11084 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11085
11086         * text.C (changeRegionCase): do not change case of all the
11087         document when region ends at paragraph end (bug #461)
11088
11089 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11090
11091         * paragraph.C (startTeXParParams):
11092         (endTeXParParams): add \protect when necessary
11093
11094 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11095
11096         * BufferView_pimpl.C (workAreaExpose): remove warning
11097
11098 2002-06-27  Angus Leeming  <leeming@lyx.org>
11099
11100         * Makefile.am: add lyxlayout_ptr_fwd.h.
11101
11102 2002-06-26  André Pönitz <poenitz@gmx.net>
11103
11104         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11105
11106 2002-06-25  Angus Leeming  <leeming@lyx.org>
11107
11108         * lyxfunc.C (dispatch): Comment out the call to
11109         grfx::GCache::changeDisplay. The method no longer exists now that the
11110         pixmap generation part of the graphics loader has been moved into
11111         InsetGraphics.
11112
11113 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11114
11115         * text2.C: layout as layout
11116
11117         * text.C: layout as layout
11118
11119         * tabular.C (OldFormatRead): layout as layout
11120
11121         * paragraph_pimpl.C (TeXDeeper): layout as layout
11122         (realizeFont): layout as layout
11123
11124         * paragraph.C (writeFile): layout as layout
11125         (validate): layout as layout
11126         (getFont): layout as layout
11127         (getLabelFont): layout as layout
11128         (getLayoutFont): layout as layout
11129         (breakParagraph): layout as layout
11130         (stripLeadingSpaces): layout as layout
11131         (getEndLabel): layout as layout
11132         (getMaxDepthAfter): layout as layout
11133         (applyLayout): layout as layout
11134         (TeXOnePar): layout as layout
11135         (simpleTeXOnePar): layout as layout
11136         (TeXEnvironment): layout as layout
11137         (layout): layout as layout
11138         (layout): layout as layout
11139
11140         * lyxtextclass.C (compare_name): new functor to work with
11141         shared_ptr, layout as layout
11142         (Read): layout as layout
11143         (hasLayout): layout as layout
11144         (operator): layout as layout
11145         (delete_layout): layout as layout
11146         (defaultLayout): layout as layout
11147
11148         * lyxlayout_ptr_fwd.h: new file
11149
11150         * lyxlayout.C (Read): layout as layout
11151
11152         * lyx_cb.C (MenuInsertLabel): layout as layout
11153
11154         * bufferlist.C (newFile): layout as layout
11155
11156         * buffer.C (readLyXformat2): layout as layout
11157         (parseSingleLyXformat2Token): layout as layout
11158         (insertStringAsLines): layout as layout
11159         (asciiParagraph): layout as layout
11160         (latexParagraphs): layout as layout
11161         (makeLinuxDocFile): layout as layout
11162         (simpleLinuxDocOnePar): layout as layout
11163         (makeDocBookFile): layout as layout
11164         (simpleDocBookOnePar): layout as layout
11165         (getLists): layout as layout
11166
11167         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11168
11169         * CutAndPaste.C (cutSelection): layout as layout
11170         (pasteSelection): layout as layout
11171         (SwitchLayoutsBetweenClasses): layout as layout
11172
11173         * BufferView_pimpl.C (Dispatch): layout as layout
11174         (smartQuote): layout as layout
11175
11176         * BufferView2.C (unlockInset): layout as layout
11177
11178 2002-06-24  André Pönitz <poenitz@gmx.net>
11179
11180         * lyxfunc.C: fix #487
11181
11182 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11183
11184         * lyxrc.h:
11185         * lyxrc.C:
11186         * lyxfunc.C: remove display_shortcuts, show_banner
11187
11188 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11189
11190         * Buffer_pimpl.C: oops, update on resize
11191
11192 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11193
11194         * buffer.C:
11195         * converter.C:
11196         * exporter.C:
11197         * lyxfunc.C:
11198         * BufferView.h:
11199         * BufferView.C: use repaint()
11200
11201         * BufferView_pimpl.h:
11202         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11203           as it's a clearer description. Remove superfluous
11204           redraws.
11205
11206 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11207
11208         * text.C: fix bug 488. Not ideal, but getting
11209           getWord() to work properly for the insets that
11210           matter is more difficult ...
11211
11212 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11213
11214         * BufferView_pimpl.C:
11215         * LyXAction.C:
11216         * commandtags.h:
11217         * lyxfunc.C: remove the six million index lyxfuncs to just
11218           one, and DTRT (bug 458)
11219
11220 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11221
11222         * BufferView.h:
11223         * BufferView.C:
11224         * BufferView_pimpl.h:
11225         * BufferView_pimpl.C: clean up resize() stuff,
11226           and unnecessary updateScreen()s
11227
11228 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11229
11230         * BufferView.h:
11231         * BufferView.C:
11232         * BufferView_pimpl.h:
11233         * BufferView_pimpl.C:
11234         * lyxfind.h:
11235         * lyxfind.C:
11236         * minibuffer.C: remove focus management of workarea,
11237           not needed. Use screen's greyOut()
11238
11239 2002-06-17  Herbert Voss  <voss@lyx.org>
11240
11241         * converter.C: (convert) do not post a message, when converting
11242         fails, let the calling function decide what to do in this case
11243
11244 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11245
11246         * lyxfunc.C: tidy up a little
11247
11248 2002-06-16    <alstrup@diku.dk>
11249
11250         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11251         Got rid of FORMS_H_LOCATION include. Now we are
11252         GUII.
11253
11254 2002-06-15  LyX Development team  <lyx@rilke>
11255
11256         * buffer.[Ch] (sgmlOpenTag):
11257         (sgmlCloseTag): Added support for avoiding pernicious mixed
11258         content. Return number of lines written.
11259
11260         (makeLinuxDocFile):
11261         (makeDocBookFile): Fixed calls to sgml*Tag.
11262         Simple white space clean.
11263
11264         (simpleDocBookOnePar): Simple white space clean.
11265
11266         * tabular.[Ch] (docBook): Renamed to docbook and got another
11267         argument to related with the pernicious mixed content.
11268
11269         (docbookRow): Fixed calls for docbook inset method.
11270
11271 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11272
11273         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11274         so it's X11 independent.
11275
11276         * kb*.[Ch]: ditto.
11277
11278         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11279
11280 2002-06-15  Lyx Development team  <lyx@electronia>
11281
11282         * intl.h: Renamed getTrans to getTransManager.
11283
11284 2002-06-14  Angus Leeming  <leeming@lyx.org>
11285
11286         * Makefile.am: nuke forgotten stl_string_fwd.h.
11287
11288 2002-06-12  Angus Leeming  <leeming@lyx.org>
11289
11290         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11291
11292 2002-06-13  Angus Leeming  <leeming@lyx.org>
11293
11294         * LaTeX.C:
11295         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11296
11297 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11298
11299         * kbmap.C (getiso): add support for cyrillic and greek
11300
11301 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11302
11303         * BufferView.h:
11304         * BufferView.C:
11305         * BufferView_pimpl.h:
11306         * BufferView_pimpl.C: move bogus scrolling logic
11307           to xforms
11308
11309 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11310
11311         * lyxfunc.C:
11312         * BufferView_pimpl.C: view->resize() change
11313
11314 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11315
11316         * BufferView_pimpl.C: topCursorVisible
11317           prototype change
11318
11319 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11320
11321         * Makefile.am:
11322         * lyx_gui.h:
11323         * lyx_gui.C: move to frontends/
11324
11325         * main.C:
11326         * lyx_main.h:
11327         * lyx_main.C: changes from above
11328
11329 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11330
11331         * intl.C:
11332         * intl.h:
11333         * kbmap.C:
11334         * kbsequence.C:
11335         * lyx_cb.C:
11336         * lyx_main.C: minor tidy
11337
11338 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11339
11340         * BufferView_pimpl.h:
11341         * BufferView_pimpl.C:
11342         * BufferView.h:
11343         * BufferView.C: make painter() const,
11344           remove dead code
11345
11346         * BufferView2.C: use screen() accessor
11347
11348         * lyx_main.h:
11349         * lyx_main.C: some minor cleanup
11350
11351 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11352
11353         * BufferView_pimpl.h:
11354         * BufferView_pimpl.C: remove enter/leaveView,
11355           use workHeight()
11356
11357 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11358
11359         * BufferView.h:
11360         * BufferView.C:
11361         * BufferView2.C:
11362         * BufferView_pimpl.h:
11363         * BufferView_pimpl.C: only construct screen once,
11364           rename
11365
11366         * lyxrc.C: remove pointless comment
11367
11368 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11369
11370         * BufferView.h:
11371         * BufferView.C: remove active() and belowMouse()
11372
11373         * BufferView_pimpl.h:
11374         * BufferView_pimpl.C: use workarea() not workarea_,
11375           and make it use a scoped_ptr instead
11376
11377 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11378
11379         * lyx_gui.C: add debug message on BadWindow
11380
11381 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11382
11383         * sp_spell.C: fdopen is not part of the C++ standard.
11384
11385         * paragraph.C (InsetIterator): use >= instead of ==
11386
11387 2002-06-07  Angus Leeming  <leeming@lyx.org>
11388
11389         Fixes needed to compile with Compaq cxx 6.5.
11390         * BufferView_pimpl.C:
11391         * DepTable.C:
11392         * buffer.C:
11393         * converter.C:
11394         * encoding.C:
11395         * lyx_gui.C:
11396         * lyx_main.C:
11397         * lyxtextclasslist.C:
11398         * minibuffer.C:
11399         * sp_spell.C:
11400         * tabular_funcs.C:
11401         * vc-backend.C:
11402         all c-library variables have been moved into namespace std. Wrap
11403         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11404
11405         * lyxlength.C:
11406         * tabular-old.C:
11407         * tabular.C:
11408         Add a using std::abs declaration.
11409
11410         * kbmap.h (modifier_pair):
11411         * paragraph.h (InsetTable, InsetList):
11412         * lyxfont.h (FontBits):
11413         type definition made public.
11414
11415         * bufferlist.C (emergencyWriteAll): the compiler complains that
11416         there is more than one possible lyx::class_fun template to choose from.
11417         I re-named the void specialisation as lyx::void_class_fun.
11418
11419         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11420
11421         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11422         the compiler is is unable to find tostr in write_attribute.
11423
11424 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11425
11426         * buffer.C (sgmlError): hide #warning
11427
11428 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11429
11430         * xtl/*: get rid of xtl, which is not in use anyway
11431
11432         * LyXAction.C (init):
11433         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11434         were unimplemented xtl experimentation
11435
11436 2002-06-04  André Pönitz <poenitz@gmx.net>
11437
11438         * lyxfunc.C: disable array operation on simple formulae
11439
11440 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11441
11442         * converter.C: constify a bit
11443
11444 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11445
11446         * lyx_gui.C: check xforms version correctly
11447
11448 2002-04-30  Herbert Voss  <voss@lyx.org>
11449
11450         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11451         "keep" option
11452
11453 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11454
11455         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11456           attempt to register it with a VCS)
11457
11458 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11459
11460         * lyx_main.C (init): honor variables LYX_DIR_13x and
11461         LYX_USERDIR_13x
11462
11463 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11464
11465         * buffer.h:
11466         * buffer.C:
11467         * lyx_main.C: fix a crash on bad command line,
11468           and give a useful exit status on error
11469
11470         * lyxfunc.C (doImport): allow -i lyx to work
11471
11472 2002-03-30  André Pönitz <poenitz@gmx.net>
11473
11474         * lyxfunc.C: mathed font changes
11475
11476 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11477
11478         * LaTeX.C:
11479         * importer.h:
11480         * importer.C:
11481         * lyx_sty.h:
11482         * lyx_sty.C:
11483         * lyxlex.C:
11484         * lyxrow.h:
11485         * lyxtext.h:
11486         * paragraph.h:
11487         * paragraph.C:
11488         * texrow.h:
11489         * texrow.C:
11490         * text.C:
11491         * trans_mgr.h: srcdocs, and some minor cleanups
11492
11493 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11494
11495         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11496         call getFont all the time)
11497
11498 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11499
11500         * switch from SigC signals to boost::signals
11501
11502 2002-05-29  André Pönitz <poenitz@gmx.net>
11503
11504         * paragraph_pimpl.C (getChar): don't call size() too often...
11505
11506 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11507
11508         * paragraph_pimpl.C (insertChar): do not try to update tables when
11509         appending (pos == size())
11510
11511         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11512         in order to reduce drastically the number of comparisons needed to
11513         parse a large document
11514
11515 2002-05-29  André Pönitz <poenitz@gmx.net>
11516
11517         * text.C:
11518         * text2.C:
11519         * lyxtextclass.C:
11520         * sp_pspell.h:
11521         * textclasslist.[Ch]:
11522         * sp_ispell.h: whitespace change
11523
11524 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11525
11526         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11527         lyxaction directly now.
11528
11529 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11530
11531         * trans.C:
11532         * lyxfont.C:
11533         * lyxvc.C: remove unused headers
11534
11535 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11536
11537         * Makefile.am:
11538         * buffer.h:
11539         * undostack.h:
11540         * undostack.C:
11541         * undo_funcs.h:
11542         * undo_funcs.C: some cleanups. Use shared_ptr
11543           and a template for the undo stacks.
11544
11545 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11546
11547         * BufferView_pimpl.h:
11548         * BufferView_pimpl.C:
11549         * kbmap.h:
11550         * kbmap.C:
11551         * kbsequence.h:
11552         * kbsequence.C:
11553         * lyxfunc.h:
11554         * lyxfunc.C:
11555         * text2.C: use key_state/mouse_state
11556
11557 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11558
11559         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11560         and LSubstring
11561
11562         * chset.C: change include order
11563         (loadFile): use boost regex and get rid of LRegex and LSubstring
11564
11565         * Makefile.am (BOOST_LIBS): new variable
11566         (lyx_LDADD): use it
11567
11568         * LaTeX.C: change include order.
11569         (scanAuxFile): use boost regex and get rid of LRegex and
11570         LSubstring
11571         (deplog): ditto
11572
11573 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11574
11575         * ColorHandler.h:
11576         * ColorHandler.C:
11577         * FontInfo.h:
11578         * FontInfo.C: moved to frontends/xforms/
11579
11580         * FontLoader.h:
11581         * FontLoader.C: moved into frontends for GUIIzation
11582
11583         * Makefile.am:
11584         * lyx_gui.C:
11585         * lyxfont.C:
11586         * lyxfunc.C: changes from above
11587
11588 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11589
11590         * LColor.C: remove spurious X include
11591
11592         * BufferView_pimpl.C:
11593         * Makefile.am:
11594         * font.h:
11595         * font.C:
11596         * text.C:
11597         * text2.C: move font metrics to frontends/
11598
11599 2002-05-24  Juergen Vigna  <jug@sad.it>
11600
11601         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11602         setting the undo_cursor.
11603
11604         * ParagraphParameters.h: include local includes first.
11605
11606 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11607
11608         * BufferView_pimpl.C:
11609         * BufferView_pimpl.h:
11610         * Makefile.am:
11611         * WorkArea.h:
11612         * WorkArea.C:
11613         * screen.C: move WorkArea into frontends/
11614
11615         * lyxscreen.h:
11616         * screen.C:
11617         * text.C:
11618         * BufferView.C:
11619         * BufferView2.C: move LyXScreen into frontends/
11620
11621         * lyxlookup.h:
11622         * lyxlookup.C:
11623         * lyx_gui.C: move lyxlookup into frontends/xforms/
11624
11625 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11626
11627         * BufferView2.C:
11628         * BufferView_pimpl.C:
11629         * FontLoader.C:
11630         * LyXView.h:
11631         * LyXView.C:
11632         * Makefile.am:
11633         * WorkArea.C:
11634         * XFormsView.h:
11635         * XFormsView.C:
11636         * buffer.C:
11637         * bufferlist.C:
11638         * bufferview_funcs.C:
11639         * converter.C:
11640         * importer.C:
11641         * lyx_cb.C:
11642         * lyx_gui.C:
11643         * lyx_main.C:
11644         * lyx_find.C:
11645         * lyxfunc.C:
11646         * lyxvc.C:
11647         * minibuffer.C:
11648         * text.C:
11649         * text2.C:
11650         * trans.C:
11651         * vc-backend.C: move LyX/XFormsView into frontends/
11652
11653 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11654
11655         * Makefile.am:
11656         * PainterBase.C:
11657         * PainterBase.h:
11658         * Painter.C:
11659         * Painter.h:
11660         * WorkArea.C:
11661         * WorkArea.h:
11662         * screen.C:
11663         * tabular.C:
11664         * text.C:
11665         * text2.C: move Painter to frontends/
11666
11667 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11668
11669         * buffer.C: comment out some some code that depend upon lyx_format
11670         < 220
11671
11672         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11673         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11674
11675         * buffer.h (NO_COMPABILITY): turn off compability
11676
11677         * ColorHandler.C: include scoped_array.hpp
11678
11679         * font.C: Use more specific smart_ptr header.
11680         * Painter.C: ditto
11681         * gettext.C: ditto
11682         * ShareContainer.h: ditto
11683         * lyx_main.h: ditto
11684         * kbmap.h: ditto
11685         * FontInfo.h: ditto
11686         * BufferView_pimpl.h: ditto
11687         * ColorHandler.h: ditto
11688
11689         * kbmap.C (defkey): change call to shared_ptr::reset
11690
11691 2002-05-21  Juergen Vigna  <jug@sad.it>
11692
11693         * buffer.C (insertErtContents): fix to insert ert asis if it is
11694         non empty. Skip it completely if it contains only whitespaces.
11695
11696 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11697
11698         * BufferView_pimpl.C:
11699         * BufferView2.C: clear selection on paste (bug 393)
11700
11701 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11702
11703         * DepTable.C: include ctime
11704
11705 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
11706
11707         * buffer.C (latexParagraphs): Add new argument (moving_arg).
11708
11709 2002-05-14  Juergen Vigna  <jug@sad.it>
11710
11711         * text.C (breakParagraph): fixed function to honor the keepempty
11712         layout in the right maner and also to permit the right breaking
11713         algorithm on empty or non empyt keepempty paragraphs.
11714
11715         * paragraph.C (breakParagraph): we have to check also if the par
11716         is really empty (!size()) for isempty otherwise we do the wrong
11717         paragraph break.
11718
11719 2002-05-10  Juergen Vigna  <jug@sad.it>
11720
11721         * buffer.[Ch] : The following are only changes to the ert
11722         compatibility read reading old LaTeX layout and font stuff and
11723         convert it to ERTInsets.
11724
11725         * buffer.h: added isErtInset().
11726
11727         * buffer.C (struct ErtComp): add a fromlayout bool to check
11728         if we're inside a LaTeX layout.
11729         (isErtInset): new helper function.
11730         (insertErtContents): look for other ert insets before this one
11731         and insert the contents there, so that we don't have subsequent
11732         ERT insets with nothing between them. This way we create only one
11733         inset with multiple paragraphs. Also check if we don't insert only
11734         spaces ' ' as they are ignored anyway afterwards in the .tex file
11735         so if we have only spaces we will ignore this latex part in the
11736         new file.
11737         (parseSingleLyXformat2Token \\layout): better compatibility when
11738         reading layout-latex stuff.
11739         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
11740         language tag.
11741         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
11742         stuff after reading the inset only get the information back from
11743         the stack.
11744
11745 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
11746
11747         * buffer.C (makeLaTeXFile): Put language options after loading babel.
11748
11749         * LaTeXFeatures.C (getBabelOptions): New method.
11750
11751 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11752
11753         * BufferView_pimpl.C (Dispatch): work around missing argument for
11754         'layout'
11755
11756 2002-05-08  Juergen Vigna  <jug@sad.it>
11757
11758         * text.C (leftMargin): handle paragraph leftindent.
11759
11760         * paragraph.C (writeFile): write the new \\leftindent tag.
11761         (validate): handle leftindent code.
11762         (TeXEnvironment): handle paragraphleftindent code again.
11763
11764         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
11765
11766         * buffer.C (parseSingleLyXformat2Token): added compatibility code
11767         for paragrap_extra indent code and new token \\leftindent.
11768         (latexParagraphs): handle the leftindent as environment.
11769
11770         * ParameterStruct.h: added leftindent support.
11771
11772         * ParagraphParameters.C (leftIndent): added support functions for
11773         the paragraph left indent.
11774
11775         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
11776         more appropriate.
11777
11778 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
11779
11780         * paragraph.C (isRightToLeftPar): Return false for a paragraph
11781         inside insetERT.
11782
11783         * text.C (computeBidiTables): No bidi in insetERT.
11784
11785         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
11786         in RTL documents.
11787
11788 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11789
11790         * version.C.in: pre 5
11791
11792 2002-05-02  José Matos  <jamatos@fep.up.pt>
11793         * buffer.C (makeDocBookFile): white space changes, add newline to
11794         command styles.
11795         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
11796
11797         * tabular.C (docBook): fix typo.
11798
11799 2002-05-03  Juergen Vigna  <jug@sad.it>
11800
11801         * screen.C (drawFromTo): recalculate the rowpointer if we had a
11802         change in LyXText as we can not be sure it was not freed.
11803         (drawOneRow): remove unused code.
11804
11805         * text.C (drawInset): redo the calculation of the need_break_row as
11806         it could have a row which was already freed.
11807         (draw): look at the return value of drawInset and return false if
11808         it also returned false.
11809         (paintRowText): look at the return value of draw and return false if
11810         it also returned false.
11811
11812         * lyxtext.h: added bool return type to drawInset() and draw() so that
11813         if we have a change in the row so that the rowbreak has to be redone
11814         we abort drawing as it will be called again.
11815
11816 2002-05-02  Juergen Vigna  <jug@sad.it>
11817
11818         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
11819         a change in the maintext also if we're inside an inset.
11820         (Dispatch): set the cursor again after a break line and after the
11821         screen has been updated as it could be we're in a different row.
11822
11823         * text2.C (fixCursorAfterDelete): check to make sure we don't request
11824         to set the cursor behind the pargraph with > size().
11825         (setCursor): check also for the same paragraph when checking where
11826         to put the cursor if we have a NFR inset.
11827
11828         * buffer.C (parseSingleLyXformat2Token): move the compatibility
11829         parts of layout read further up as it still was in the wrong
11830         position.
11831
11832 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11833
11834         * screen.C (drawFromTo): change sine fullRebreak always return
11835         true.
11836
11837         * buffer.C (parseSingleLyXformat2Token): reindent some
11838
11839         * BufferView_pimpl.C (update): change since fullRebreak always
11840         return true.
11841         (Dispatch): git rid of the last hardcoded "Standard"s.
11842
11843 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11844
11845         * text2.[Ch] (fullRebreak): make it return void now that we always
11846         returned true.
11847
11848 2002-04-30  Juergen Vigna  <jug@sad.it>
11849
11850         * buffer.C (parseSingleLyXformat2Token): reset the font before the
11851         ert compatibility check for "latex" layout.
11852
11853 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
11854
11855         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
11856         minipages: use col% instead of p%, and also use the current font.
11857         (makeLaTeXFile): Fix use babel condition.
11858         (parseSingleLyXformat2Token): Correct font when reading old floats.
11859
11860 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
11861
11862         * BufferView_pimpl.C (Dispatch): Check that float type exists when
11863         inserting list of floats.
11864
11865 2002-04-25  Herbert Voss  <voss@lyx.org>
11866
11867         * MenuBackend.C (expand): don't add the graphics extensions to the
11868         export menu
11869
11870 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11871
11872         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
11873         non-existing layout, do not complain if it was the default layout
11874         of the original class (bug #342)
11875
11876 2002-04-24  Juergen Vigna  <jug@sad.it>
11877
11878         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
11879         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
11880
11881 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
11882
11883         * buffer.C (getBibkeyList): If using \bibliography, return the
11884         option field with the reference itself. Enables us to provide natbib
11885         support when using \bibliography.
11886
11887 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
11888
11889         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
11890
11891         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
11892         natbib is provided by the LaTeX class.
11893
11894 2002-04-23  Juergen Vigna  <jug@sad.it>
11895
11896         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
11897         Wakeup functions.
11898
11899         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
11900
11901 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11902
11903         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
11904
11905         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
11906         ensuremath around textordmasculine, textordfeminine and
11907         textdegree.
11908
11909 2002-04-19  Juergen Vigna  <jug@sad.it>
11910
11911         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
11912         reinitializing the buffer otherwise row-dimensions may be wrong.
11913         (update): reset also the selection cursors if they do exits otherwise
11914         their x/y positions may be wrong.
11915
11916         * text2.C (cursorDown): don't enter the inset if we came from a row
11917         above and are one row over the inset.
11918
11919         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
11920         really leaving an inset.
11921
11922 2002-04-18  Juergen Vigna  <jug@sad.it>
11923
11924         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
11925         of the selected paragraph does not have the selected layout also if
11926         the last one had!
11927
11928         * text2.C (setLayout): fixed bug which did not change last selected
11929         paragraph.
11930
11931         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
11932         changed the read and substituted \\end_float with \\end_inset!
11933
11934         * BufferView_pimpl.C (cursorPrevious):
11935         (cursorNext): fixed to make it work with rows heigher than the work
11936         area without moving the cursor only the draw of the row.
11937         (workAreaMotionNotify): fix jumping over high rows.
11938
11939 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11940
11941         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
11942         Ressler.
11943
11944 2002-04-16  Juergen Vigna  <jug@sad.it>
11945
11946         * text2.C (setCursor): set also the irow().
11947         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
11948         (cursorUp):
11949         (cursorDown): support for locking an inset if the x_fix value goes
11950         inside it. That way I can transverse insets too with cursor up/down.
11951
11952         * lyxrow.h: added irow helper function same as other (i) functions.
11953
11954         * BufferView_pimpl.C (cursorPrevious):
11955         (cursorNext): fixed for insets!
11956
11957 2002-04-15  Juergen Vigna  <jug@sad.it>
11958
11959         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
11960         position otherwise it is wrong in some cases.
11961
11962         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
11963         inside the inset before the call.
11964
11965 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
11966
11967         * buffer.[Ch] (getBibkeyList): make it const.
11968
11969 2002-04-12  Juergen Vigna  <jug@sad.it>
11970
11971         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
11972
11973         * text2.C (getCursorX): new helper function
11974         (setCursor): compute also ix_
11975         (setCursorFromCoordinates): set also ix.
11976
11977         * lyxcursor.h: added ix_ and helper functions.
11978
11979         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
11980
11981         * buffer.C (insertStringAsLines): dont break paragraph if the this
11982         paragraph is inside an inset which does not permit it!
11983
11984         * text.C (breakParagraph): honor keepempty flag and break the paragraph
11985         also with no chars on this paragraph.
11986         (paintRowText): only paint stuff if it's inside the workarea!
11987
11988         * paragraph.C (breakParagraph): honor keepempty flag and break the
11989         paragraph always below not above.
11990
11991         * BufferView2.C (unlockInset): update the paragraph layout on inset
11992         unlock as we changed paragraph in such a case.
11993
11994         * lyxfind.C (LyXFind): clear the former selection if not found!
11995
11996         * text2.C (insertInset): freeze Undo after setUndo so that it is not
11997         again called in insertChar().
11998
11999         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12000         an inset which uses the whole row!
12001         (rightMargin): ditto.
12002         (insertChar): force a rebreak if we inserted an inset!
12003
12004 2002-03-28  Herbert Voss  <voss@lyx.org>
12005
12006         * lyxlength.[Ch]: add inBP() to get the right PS-point
12007         units (BigPoint). With inPixels we have rounding errors
12008
12009 2002-04-11  Juergen Vigna  <jug@sad.it>
12010
12011         * text2.C (setCursorFromCoordinates): set iy to the right value.
12012         (setCursor): add check if row->previous exists!
12013
12014         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12015         an old float_type as this was the case in the old code!
12016
12017         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12018
12019         * BufferView2.C (showLockedInsetCursor): use iy
12020         (fitLockedInsetCursor): ditto
12021
12022         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12023         locked insets as there we have the right value now.
12024
12025         * lyxcursor.C: added iy_ variable and iy functions to set to the
12026         baseline of cursor-y of the locked inset.
12027
12028         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12029         (setCursor): fixed for insets which need a full row.
12030
12031         * text.C (rowLastPrintable): don't ignore the last space when before
12032         an inset which needs a full row.
12033         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12034         as last character of a row when before a inset which needs a full row.
12035
12036 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12037
12038         * version.C.in: update date
12039
12040         * text2.C (fullRebreak): try to always return true and see what
12041         happens...
12042
12043 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12044
12045         * MenuBackend.C (expand): use Floating::listName
12046
12047         * FloatList.C (FloatList): add listName argument to the built-in
12048         floats
12049
12050         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12051         text associated with the float.
12052
12053 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12054
12055         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12056
12057 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12058
12059         * ShareContainer.h: add a couple of missing typenames.
12060
12061 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12062
12063         * lyxrc.C (getDescription): use _() correctly rather than N_().
12064
12065 2002-03-28  Herbert Voss  <voss@lyx.org>
12066
12067         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12068         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12069
12070 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12071
12072         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12073         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12074
12075 2002-03-29  Juergen Vigna  <jug@sad.it>
12076
12077         * lyxfunc.C (dispatch): add a missing fitCursor call.
12078
12079         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12080         it was scrolled by a cursor move, so return the bool status.
12081
12082         * BufferView.C (fitCursor): return the bool flag also to the outside
12083         world as this is needed.
12084
12085         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12086
12087         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12088         call the edit() as it is not needed (and wrong) IMO.
12089         (workAreaButtonPress): set the screen_first variable before evt.
12090         unlock the inset as this may change screen_first and then we have
12091         a wrong y position for the click!
12092
12093 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12094
12095         * MenuBackend.C (expand): another translation that I missed
12096
12097 2002-03-28  Juergen Vigna  <jug@sad.it>
12098
12099         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12100
12101         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12102
12103 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12104
12105         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12106
12107         * MenuBackend.C (expand): fix export/view/update when there is no
12108         document open.
12109
12110 2002-03-27  Herbert Voss  <voss@lyx.org>
12111
12112         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12113         and text%
12114
12115 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12116
12117         * bufferview_funcs.C (currentState): only show paragraph number
12118         for is DEVEL_VERSION is set.
12119
12120         * lyxfunc.C (dispatch): put warning in INFO channel
12121
12122         * MenuBackend.C (expand): translate the name of floats
12123
12124         * FloatList.C (FloatList): mark the float names for translation
12125
12126         * converter.C (convert): use LibScriptSearch
12127
12128 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12129
12130         * MenuBackend.C (defaults): fix default menu (we might as well get
12131         rid of it...)
12132
12133 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12134
12135         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12136         directory.
12137
12138 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12139
12140         * lyxvc.C: reorder includes.
12141
12142 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12143
12144         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12145           properly
12146
12147 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12148
12149         * CutAndPaste.C: change layouts earlier on paste
12150           to avoid crashing when calling getFont()
12151
12152 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12153
12154         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12155         irritating #error.
12156
12157 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12158
12159         * WorkArea.C: remove 'Pending' debug message.
12160
12161         * most files: ws cleanup
12162
12163         * buffer.[Ch]: ws changes
12164
12165         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12166
12167 2002-03-21  Juergen Vigna  <jug@sad.it>
12168
12169         * tabular.C (SetMultiColumn): collapse also the contents of the
12170         cells and set the last border right. Added a Buffer const * param.
12171
12172 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12173
12174         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12175         linking or not.
12176
12177 2002-03-19  Juergen Vigna  <jug@sad.it>
12178
12179         * text2.C (clearSelection): reset also xsel_cache.
12180
12181         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12182         where it needs to be called (John tells us to do so too :)
12183         (selectionLost): reset sel_cache.
12184
12185         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12186
12187 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12188
12189         * text2.C (setCursorIntern): put debuging code in INSETS channel
12190
12191 2002-03-19  André Pönitz <poenitz@gmx.net>
12192
12193         * lyxfunc.C: tiny whitespace change
12194
12195 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12196
12197         * ToolbarDefaults.C (init):
12198         * LyXAction.C (init):
12199         * commandtags.h:
12200         * BufferView_pimpl.C (Dispatch):
12201         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12202
12203 2002-03-19  Allan Rae  <rae@lyx.org>
12204
12205         * exporter.C (Export): removeAutoInsets before doing anything else.
12206         While I've just introduced a dependency on BufferView this really is
12207         the best place to clean the buffer otherwise you need to cleanup in
12208         a dozen places before calling export or cleanup in a dozen functions
12209         that export calls.
12210
12211         * converter.C (runLaTeX):
12212         (scanLog): Better handling of removeAutoInsets and screen updates.
12213
12214         * lyxfunc.C (dispatch): small whitespace changes
12215
12216 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12217
12218         * WorkArea.C (C_WorkAreaEvent): return a value.
12219         (event_cb): return 1 if we handled the event, 0 otherwise.
12220
12221         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12222
12223 2002-03-18  Juergen Vigna  <jug@sad.it>
12224
12225         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12226         (GetAdditionalWidth): ditto.
12227         (RightLine): ditto.
12228         (LeftLine): ditto.
12229
12230         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12231         inset if we're there actually (probably not used right now but this
12232         is the direction to go for unifying code).
12233         (paste): disable code to clear the selection.
12234
12235         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12236         inside an InsetText and move the check further up as it is in the
12237         wrong place.
12238
12239         * text2.C (pasteSelection): set a selection over the pasted text.
12240
12241 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12242
12243         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12244         and libgraphics to build on Cygwin.
12245
12246 2002-03-15  Juergen Vigna  <jug@sad.it>
12247
12248         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12249         inserting an Inset into the paragraph. I know this is not the best
12250         fix but we already use current_view in CutAndPaste so we will remove
12251         all of it's using at the same time.
12252
12253         * buffer.C (sgmlError): deactivated function till it is rewritten in
12254         the right mode, now it can create problems.
12255
12256         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12257         before accessing it.
12258
12259 2002-03-14  Juergen Vigna  <jug@sad.it>
12260
12261         * undo_funcs.C (textHandleUndo): do the right thing when updating
12262         the inset after the undo/redo.
12263
12264         * text2.C (setCursor): just some testcode for #44 not ready yet.
12265
12266         * undo_funcs.C (textHandleUndo): set the next() and previous()
12267         pointers of the paragraph to 0 before deleting otherwise we have
12268         problems with the Paragraph::[destructor].
12269
12270         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12271         on a paragraph insertion.
12272
12273 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12274
12275         * buffer.C (asciiParagraph): use += operator for char append to
12276         string.
12277
12278         * paragraph.C (getFontSettings): compare >= not just >
12279         (highestFontInRange): ditto
12280         (setFont): ditto
12281
12282 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12283
12284         * paragraph.C: change several algorithm to be more appripriate for
12285         the problem domain. This is lookip in FontList and in the InsetList.
12286
12287 2002-03-13  André Pönitz <poenitz@gmx.net>
12288
12289         * commandtags.h:
12290         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12291
12292 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12293
12294         * commandtags.h:
12295         * LyXAction.C:
12296         * lyxfunc.C:
12297         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12298
12299 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12300
12301         * Painter.C (display): anon helper function, adjust code for this
12302         change.
12303         (pixmap): remove function.
12304
12305         * Painter.h: remove private display variable.
12306
12307         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12308
12309 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12310
12311         * WorkArea.[Ch]: remove figinset_canvas cruft.
12312
12313 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12314
12315         * lyxtextclass.C (operator): add one item cache optimization.
12316
12317         * bufferlist.h: doxy changes
12318
12319         * bufferlist.C: ws changes
12320
12321         * DepTable.[Ch] (ext_exist): place const in the right spot.
12322
12323         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12324         call resizeInsets.
12325         (workAreaExpose): call resizeInsets when the with BufferView changes.
12326         (Dispatch): adjust for protectedBlank removal
12327         (specialChar): call updateInset if the insert went ok.
12328
12329         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12330         specialChar instead.
12331
12332         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12333
12334         * BufferView.h: doxy change
12335
12336         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12337
12338         * lyxtextclass.C (operator[]): remove non-const version
12339         (defaultLayout): remove non-const version
12340
12341 2002-03-12  Juergen Vigna  <jug@sad.it>
12342
12343         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12344         did resize the LyXText too.
12345
12346         * buffer.C (readLyXformat2): set layout information on newly allocated
12347         paragraphs.
12348
12349         * tabular.C (OldFormatRead): set layout information on the paragraph.
12350
12351 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12352
12353         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12354
12355 2002-03-11  Juergen Vigna  <jug@sad.it>
12356
12357         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12358         plainly wrong.
12359         (resizeCurrentBuffer): force also the insets to resize themselfes.
12360         (moveCursorUpdate): fixed up for InsetText.
12361
12362 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12363
12364         * commandtags.h:
12365         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12366         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12367         value of Dialogs::tooltipsEnabled().
12368         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12369
12370 2002-03-08  Juergen Vigna  <jug@sad.it>
12371
12372         * BufferView_pimpl.C (updateInset): update inset inside inset also
12373         if it isn't inside theLockingInset().
12374
12375 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12376
12377         * buffer.C (asciiParagraph): redo some of the word and line length
12378         handling.
12379         (getLists): look for Caption instead of caption.
12380
12381 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12382
12383         * buffer.C (Buffer): initialize niceFile to true
12384         (makeLaTeXFile):
12385         (makeLinuxDocFile):
12386         (makeDocBookFile): make sure niceFile is true on exit
12387
12388 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12389
12390         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12391
12392 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12393
12394         * LyXSendto.C: remove.
12395         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12396         * lyx_gui.C: remove now-redundant comment.
12397         * ColorHandler.h: remove forward declaration of class WorkArea.
12398         * lyxfunc.C: remove #include "WorkArea.h".
12399
12400 2002-03-07  Juergen Vigna  <jug@sad.it>
12401
12402         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12403         got moved away with the DEPM and also set the inset_owner always
12404         right which before could have been omitted.
12405
12406 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12407
12408         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12409         wanted layout is not found.
12410
12411 2002-03-07  Juergen Vigna  <jug@sad.it>
12412
12413         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12414
12415 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12416
12417         * paragraph.C (breakParagraph): use default layout not layout of
12418         prev paragraph.
12419         (Paragraph): clear ParagraphParameters.
12420
12421 2002-03-06  Juergen Vigna  <jug@sad.it>
12422
12423         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12424         otherwise it would not be a valid lenght. Fixed a special case in
12425         the minipage compatibility read where we end the document with a
12426         minipage.
12427
12428         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12429         was set as it could be 0 for InsetTexts first entry.
12430
12431 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12432
12433         * paragraph.C (writeFile): if layout is empty write out
12434         defaultLayoutName().
12435
12436         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12437         file without named layout we set layout to defaultLayoutName().
12438
12439 2002-03-06  Juergen Vigna  <jug@sad.it>
12440
12441         * CutAndPaste.C (copySelection): set layout for new paragraph.
12442
12443         * text.C (prepareToPrint): leave ERT inset left aligned
12444         (leftMargin): don't indent paragraphs inside ERT insets
12445
12446 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12447
12448         * paragraph.C (breakParagraph): dont call clear do the work manually
12449
12450         * paragraph.[Ch] (clear): remove function
12451
12452 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12453
12454         * paragraph.C (Paragraph): dont call clear, the work has already
12455         been done.
12456
12457         * lyxtextclass.C (operator): assert if n is empty
12458
12459         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12460         work manually instead.
12461
12462 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12463
12464         * BufferView_pimpl.C: protect selectionLost against text == 0
12465
12466 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12467
12468         * text.C (breakParagraph): fix a setting layout to '0' problem.
12469
12470 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12471
12472         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12473         final location of file, for the included files, and graphics.
12474
12475 2002-03-05  Juergen Vigna  <jug@sad.it>
12476
12477         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12478
12479 2002-03-04  Juergen Vigna  <jug@sad.it>
12480
12481         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12482
12483         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12484         last column of multicolumn cells.
12485         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12486
12487 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12488
12489         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12490         file if it doesn't go to a temporary file.
12491
12492         * buffer.C (sgmlOpenTag):
12493         (sgmlCloseTag):  remove extra newline insertion.
12494
12495 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12496
12497         * text.C (getRowNearY): comment out debug msg
12498
12499 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12500
12501         * text2.C: first -> first_y
12502
12503         * text.C (getRowNearY): add some attemts at a possible
12504         optimization, not working.
12505
12506         * tabular.[Ch]: add BufferParams to several function so that newly
12507         created paragraph can be initialized to he default layotu for the
12508         buffers textclass.
12509
12510         * tabular-old.C (ReadOld): add buf->params to call of Init
12511
12512         * screen.C: rename text->first to text->first_y
12513
12514         * paragraph.C (breakParagraph): always set layout in the broken
12515         paragraph
12516
12517         * lyxtextclass.C (Read): remove lowercase
12518         (hasLayout): ditto
12519         (operator): ditto
12520         (delete_layout): ditto
12521
12522         * lyxtext.h: rename first -> first_y
12523
12524         * lyxlayout.C (Read): remove lowercase
12525         (name): ditto
12526         (setName): ditto
12527         (obsoleted_by): ditto
12528
12529         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12530
12531         * buffer.C (insertErtContents): add params are to InsetERT
12532         (parseSingleLyXformat2Token): add code to check if a paragraphs
12533         layout really exist.
12534         (parseSingleLyXformat2Token): add params to several inset
12535         constructors
12536         (asciiParagraph): remove lowercase, do the layout comparisons with
12537         no_case
12538
12539         * BufferView_pimpl.C (cursorNext): first -> first_y
12540         (resizeCurrentBuffer): first -> first_y
12541         (updateScrollbar): first -> first_y
12542         (scrollCB): first -> first_y
12543         (workAreaMotionNotify): first -> first_y
12544         (workAreaButtonPress): first -> first_y
12545         (checkInsetHit): first -> first_y
12546         (cursorPrevious): first -> first_y
12547         (cursorNext): first -> first_y
12548         (Dispatch): add buffer_->params to severl inset contructors
12549
12550 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12551
12552         * lyxlayout.C (Read): remove some debug info that I forgot.
12553
12554         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12555         clean up the code slightly.
12556         (makeLinuxDocFile): ditto
12557         (makeDocBookFile): ditto
12558
12559         * text2.C: layout as string
12560
12561         * text.C: layout as string
12562
12563         * paragraph_pimpl.C: layout as string
12564
12565         * paragraph.[Ch]: layout as string
12566
12567         * lyxtextclasslist.[Ch]: layout as string
12568
12569         * lyxtextclass.[Ch]: layout as string
12570
12571         * lyxtext.h: layout as string
12572
12573         * lyxlayout.[Ch]: layout as string
12574
12575         * lyx_cb.C: layout as string
12576
12577         * bufferview_funcs.C: layout as string
12578
12579         * bufferparams.C: layout as string
12580
12581         * buffer.C: layout as string
12582
12583         * LyXView.[Ch]: layout as string
12584
12585         * LaTeXFeatures.[Ch]: layout as string
12586
12587         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12588
12589         * BufferView_pimpl.C: change current_layout to string, remove
12590         lyx::layout_type.
12591         (Dispatch):
12592         (smartQuote):
12593         (insertInset):
12594         (workAreaButtonRelease): layout as string
12595
12596         * BufferView2.C (unlockInset): adjust
12597
12598         * vspace.C (asLatexCommand): use an explict temp variable.
12599
12600 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12601
12602         * Makefile.am: use FRONTEND_*
12603
12604 2002-03-01  Juergen Vigna  <jug@sad.it>
12605
12606         * tabular.C (SetWidthOfMulticolCell): changed to something better
12607         I hope but still work in progress.
12608         (recalculateMulticolumnsOfColumn): renamed function from
12609         recalculateMulticolCells as it is more appropriate now.
12610         (SetWidthOfCell): calculate multicols better.
12611
12612 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12613
12614         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12615
12616         * lyxfunc.C (processKeySym): print sequence also if it is
12617         `deleted' (complete)
12618
12619         * kbsequence.C (print): print sequence even if it is deleted
12620         (complete would be a better word, actually).
12621
12622         * lyxfunc.C (dispatch): print complete options after a prefix key
12623
12624         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12625
12626 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12627
12628         * text2.C (setCharFont): eliminate setCharFont code duplication.
12629
12630 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12631
12632         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12633         LFUN_TABULAR_FEATURE (bug #177)
12634
12635 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12636
12637         * Makefile.am: remove figure.h
12638
12639 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12640
12641         * Bufferview_pimpl.C:
12642         * CutAndPasteC:
12643         * LaTeX.C:
12644         * LyXSendto.C:
12645         * buffer.C:
12646         * bufferlist.C:
12647         * converter.C:
12648         * language.C:
12649         * lyxfunc.C:
12650         * lyxvc.C:
12651         * paragraph.C:
12652         * text.C:
12653         * text2.C: remove #include "lyx_gui_misc.h".
12654
12655         * LaTeX.C: added #include <cstdio>
12656
12657 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12658
12659         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12660         that the paragraph following this one can have.
12661
12662         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12663
12664         * vspace.C (asLatexCommand): fix bogus gcc warning
12665
12666         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12667
12668 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12669
12670         * text2.C (setLayout): get rid of redundant code
12671
12672 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12673
12674         * text2.C (incDepth): make sure depth cannot be increased beyond
12675         reasonable values.
12676
12677 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12678
12679         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12680         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12681
12682         * PainterBase.h (image):
12683         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12684         a LyXImage const *.
12685
12686 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12687
12688         * BufferView.C:
12689         * BufferView.h:
12690         * BufferView_pimpl.C:
12691         * BufferView_pimpl.h:
12692         * LaTeXFeatures.C:
12693         * LyXAction.C:
12694         * LyXView.C:
12695         * Makefile.am:
12696         * UpdateList.h:
12697         * UpdateList.C:
12698         * buffer.C:
12699         * figure.h:
12700         * figureForm.C:
12701         * figureForm.h:
12702         * figure_form.C:
12703         * figure_form.h:
12704         * lyx_cb.C:
12705         * lyx_gui.C:
12706         * lyx_gui_misc.C:
12707         * lyxfunc.C:
12708         * sp_base.h:
12709         * sp_ispell.h:
12710         * sp_pspell.h:
12711         * sp_spell.C: remove fig inset, and the crap house of
12712           cards that follows it
12713
12714 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12715
12716         * Makefile.am:
12717         * lyxserver.C:
12718         * os2_defines.h:
12719         * os2_errortable.h:
12720         * nt_defines.h: move .h into support/
12721
12722         * vms_defines.h: remove
12723
12724         * WorkArea.C: add space in debug output
12725
12726         * text2.C:
12727         * paragraph.C:
12728         * buffer.C: add WITH_WARNINGS
12729
12730         * vc-backend.h:
12731         * vc-backend.C:
12732         * bufferlist.C: s/retrive/retrieve/, add docs
12733
12734         * vspace.h:
12735         * vspace.C:
12736         * kbmap.h:
12737         * lyxlength.h:
12738         * lyxgluelength.h:
12739         * length_common.h:
12740         * chset.h:
12741         * chset.C: add docs
12742
12743         * lyxgui.C: add ID to X error handler
12744
12745         * lyxtestclass.c: fix typo
12746
12747 2002-02-26  Juergen Vigna  <jug@sad.it>
12748
12749         * tabular_funcs.C (write_attribute): changed so that some default
12750         attributes are not written at all.
12751         (getTokenValue): set default values before trying to read the
12752         value so we have the return value always set as default if we don't
12753         find the token we search for.
12754
12755         * tabular.C (Write): write bools as bools not as strings!
12756
12757 2002-02-22  Juergen Vigna  <jug@sad.it>
12758
12759         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
12760         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
12761
12762         * text.C (leftMargin): don't add an indent for paragraphs inside
12763         tabular cells (fix #208).
12764
12765 2002-02-21  José Matos  <jamatos@fep.up.pt>
12766
12767         * tabular.C (docBook): fixed support for long tables.
12768
12769 2002-02-20  Juergen Vigna  <jug@sad.it>
12770
12771         * text2.C (getFont): get the drawing font of the Inset if this
12772         paragraph is inside an inset (only important for InsetERT for now).
12773
12774         * buffer.C (insertErtContents): use new lanugage params in ERT
12775         constructor.
12776
12777         * CutAndPaste.C: commenting out seemingly uneeded code.
12778
12779 2002-02-19  Allan Rae  <rae@lyx.org>
12780
12781         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
12782         Iterators might be simple to use but they also get invalidated.
12783         (removeAutoInsets): renamed saved cursor tracking variables and added
12784         some comments to clarify what everything does.
12785
12786 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
12787
12788         * Chktex.C:
12789         * LaTeX.C:
12790         * LyXSendto.C:
12791         * converter.C:
12792         * lyx_cb.C:
12793         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
12794         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
12795
12796         * lyxfunc.C:
12797         * vc-backend.h: remove #include "support/syscall.h"
12798
12799         * LaTeX.C:
12800         * LyXSendto.C:
12801         * converter.C: rearrange #includes in Lars' approved fashion.
12802
12803         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
12804         forward declare class Timeout in the header file.
12805
12806         * XFormsView.C: changes due to the above.
12807
12808         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
12809         similar to LyXView.
12810
12811         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
12812         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
12813
12814 2002-02-18  José Matos  <jamatos@fep.up.pt>
12815
12816         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
12817         insets contents.
12818
12819 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12820
12821         * a lot of small ws changes
12822         * add a lot of using std::XXX
12823         * use std construcs some places where approp.
12824         * use some exisint stuff from lyxfunctional where approp.
12825         * Make file changes to use partial linking (lets test this now...)
12826
12827 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12828
12829         * Chktex.C:
12830         * buffer.C:
12831         remove #include "support/syscontr.h" as it's redundant. Always has been.
12832
12833         * Chktex.C:
12834         * LaTeX.C:
12835         * LyXSendto.C:
12836         * converter.C:
12837         * lyx_cb.C:
12838         * vc-backend.C:
12839         change Systemcalls::System to Systemcalls::Wait and
12840         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
12841         No change of functionality, just reflects the stripped down Systemcalls
12842         class.
12843
12844 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12845
12846         * debug.[Ch]: add a GRAPHICS type to the enum.
12847
12848 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12849
12850         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
12851
12852         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
12853         there is an inset.
12854
12855 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12856
12857         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
12858         match the changes below.
12859
12860         * text2.C (toggleInset): if there is not editable inset at cursor
12861         position, try to see if cursor is _inside_ a collapsable inset
12862         and close it.
12863
12864 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12865
12866         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
12867         document menu has a nice checkbox
12868
12869 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12870
12871         * lyxlength.C (asLatexString): change PW to output as percent of
12872         \textwidth.
12873
12874         * lengthcommon.C: change '%' to 't%'
12875
12876         * lyxfunc.C (dispatch): a few comments from Martin
12877
12878 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
12879
12880         * WorkArea.h:
12881         * WorkArea.C:
12882         * BufferView_pimpl.h:
12883         * BufferView_pimpl.C: clear our selection when X tells us we've lost
12884           the X selection.
12885
12886 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12887
12888         * vspace.C (inPixels): fix compiler warning
12889
12890 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12891
12892         * lyxfunc.C (getStatus): fix status message for disabled commands.
12893
12894 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
12895
12896         * BufferView_pimpl.C: fix crash on close buffer
12897         during selection (#227)
12898
12899 2002-01-27  Herbert Voss  <voss@lyx.org>
12900
12901         * buffer.C: link old Figure to new graphic inset
12902
12903 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12904
12905         * FontLoader.C (getFontinfo): Change the latex font names in order
12906         to match the names of type1inst.
12907
12908 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12909
12910         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
12911
12912         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
12913         (extchanged): ditto
12914         (ext_exist): ditto
12915         (remove_files_with_extension): ditto
12916         (remove_file): ditto
12917         (write): ditto
12918
12919         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
12920         document is smaller than the work area height. Do not initialize
12921         static variables to 0.
12922
12923 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12924
12925         * lyx_gui.C (init): give the toolbar tooltips a normal font.
12926
12927         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
12928         LFUN_LAYOUT_PARAGRAPHS.
12929
12930         * tabular.C (GetCellFromInset): new method. Finds an inset in a
12931         tabular. It is possible to provide a possible cell, which will
12932         typically be the actcell from the corresponding insettabular
12933
12934         * lyxfunc.C (getStatus): small cleanup; disable
12935         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
12936         true
12937
12938 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12939
12940         * tabular.C (Validate): remove broken optimization (fixes bug #201)
12941
12942         * paragraph.C (startTeXParParams):
12943         (endTeXParParams): new methods. The LaTeX code to
12944         start/end paragraph formatting
12945         (simpleTeXOnePar): call startTeXParParams also when paragraph is
12946         empty (fixes bug #200)
12947
12948         * vspace.C (inPixels): adapt to the change below
12949         (inPixels): [later] more cleanups (remove unused variables)
12950
12951         * lyxlength.C (inPixels): change to use a width and a height as
12952         parameter.
12953
12954 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12955
12956         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
12957         Replaced with \paperwidth
12958
12959         * DepTable.C (insert): add std:: qualifier
12960
12961 2002-01-18  Allan Rae  <rae@lyx.org>
12962
12963         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
12964         updated also?
12965
12966         * text.C (drawInset): Turned out I didn't know enough about how
12967         rebreaking worked.  This fixes most of the redraw problems.  I see
12968         an occasional cursor trail when a line is broken now and the cursor
12969         placement can seem out by a few pixels also after a rebreak.
12970
12971 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12972
12973         * buffer.C (parseSingleLyXformat2Token): update because minipage
12974         width is now a LyXLength
12975
12976         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
12977
12978         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
12979         math insets
12980
12981 2002-01-17  Juergen Vigna  <jug@sad.it>
12982
12983         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
12984
12985         * BufferView2.C (lockInset): call edit() so that theLockingInset()
12986         is set correctly and the inset is updated correctly.
12987
12988 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12989
12990         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
12991         the beginning of the loop.
12992
12993 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
12994
12995         * lyxrc.C: improve help for use_scalable_fonts
12996
12997 2002-01-17  Allan Rae  <rae@lyx.org>
12998
12999         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13000
13001 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13002
13003         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13004         make sure to set their inset_owner to the right value (bug #171)
13005
13006 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13007
13008         * DepTable.h
13009         * DepTable.C: Implement mtime checking to reduce time spent doing
13010         CRCs.
13011
13012 2002-01-16  Juergen Vigna  <jug@sad.it>
13013
13014         * tabular.C (GetAdditionalHeight): one of error fixed.
13015
13016         * lyxrc.C (output): small fix in writing use_pspell.
13017
13018 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13019
13020         * sp_base.h: #include LString.h
13021
13022 2002-01-16  Allan Rae  <rae@lyx.org>
13023
13024         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13025         Can someone check this please?
13026
13027         * text.C (drawInset): It was possible that p.row would be removed by
13028         breakAgainOneRow upsetting a few other settings.  There may be another
13029         small tweak possible by setting need_break_row = 0 when p.row has been
13030         removed but I don't know enough about the logic here.
13031
13032 2002-01-15  Allan Rae  <rae@lyx.org>
13033
13034         * text.C (insertChar): removed conditional truism.
13035
13036         * BufferView2.C (removeAutoInsets): More tweaks.
13037         cur_par_prev could be a stray pointer.  Check for trailing empty line
13038         in case last line was cur_par and only had an error inset on it.
13039
13040 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13041
13042         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13043         absolute
13044
13045         * vc-backend.C (most methods):
13046         * exporter.C (Export):
13047         * converter.C (convert):
13048         (runLaTeX):
13049         * LyXSendto.C (SendtoApplyCB):
13050         * lyxfunc.C (dispatch):
13051         (menuNew):
13052         (open):
13053         (doImport):
13054         * lyx_cb.C (AutoSave):
13055         (InsertAsciiFile):
13056         * BufferView_pimpl.C (MenuInsertLyXFile):
13057         * buffer.C (runChktex): use Buffer::filePath().
13058
13059         * buffer.h: rename filename to filename_; rename filepath to
13060         filepath_ and make it private
13061         (filePath): new method
13062
13063         * buffer.C (writeFile): use fileName()
13064         (getLatexName):
13065
13066         * lyx_main.C (init): fix starting  of LyX when the binary is a
13067         link from so,ewhere else.
13068
13069         * minibuffer.C: include <cctype> for isprint
13070
13071 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13072
13073         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13074         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13075         name clash with InsetCollapsable's width function.
13076
13077 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13078
13079         * lastfiles.C: include <iterator>
13080
13081 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13082
13083         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13084         std::count.
13085
13086         * buffer.C (makeLaTeXFile): ditto.
13087         Also make loop operation more transparent.
13088
13089 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13090
13091         * ToolbarDefaults.C: remove trailing comma closing namespace.
13092
13093         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13094
13095         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13096         as in WorkArea.
13097
13098         * trans.C (Load): comment out unused variable, allowed.
13099
13100 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13101
13102         * minibuffer.[Ch] (append_char): new method to recieve input from the
13103         drop-down completion browser. If a key was pressed, then recieve this
13104         char and append it to the existing string.
13105         (peek_event): modify the positioning data passed to the completion
13106         browser so that it can be placed above the minibuffer rather than below.
13107 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13108
13109         * LyXAction.C (init): alloe error-next for readonly documents.
13110
13111         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13112         count.
13113
13114 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13115
13116         * bufferlist.C (readFile): create the buffer _after_ checking that
13117         the file exists.
13118
13119         * lyxfunc.C (verboseDispatch): fix handling of arguments
13120
13121         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13122
13123         * lyxrc.C: use string::erase() instead of initializing to "".
13124
13125
13126 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13127
13128         * BufferView_pimpl.h:
13129         * BufferView_pimpl.C:
13130         * WorkArea.h:
13131         * WorkArea.C:
13132         * text2.C: tell X when we have made a selection for copying
13133
13134 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13135
13136         * BufferView_pimpl.C (MenuInsertLyXFile):
13137         * lyxfunc.C (menuNew):
13138         (open):
13139         (doImport): add shortcuts to directory buttons
13140
13141         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13142         open a float)
13143
13144         * lyxfunc.C (setStatusMessage):
13145         (getStatusMessage): new methods
13146         (getStatus):use setStatusMessage instead of setErrorMessage
13147         (dispatch): when function is disabled, set error message here
13148         [instead of in getStatus previously]
13149
13150         * BufferView_pimpl.C (workAreaButtonRelease): update
13151         toolbar/menubar here too.
13152
13153 2002-01-13  Allan Rae  <rae@lyx.org>
13154
13155         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13156         Now seems indestructible.  Remaining task is to audit all other
13157         code affected by deleteEmptyParagraphMechanism.  One small quirk
13158         left is that an empty document with an error in the preamble can
13159         be made to report an error but no error box appears.  I don't know
13160         where it goes.
13161         (removeAutoInsets): Improved comments.
13162
13163 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13164
13165         * Thesaurus.h:
13166         * Thesaurus.C: update for Aiksaurus 0.14
13167
13168 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13169
13170         * text2.C (firstParagraph): removed member function, all uses
13171         replaces with ownerParagraph
13172         (redoParagraphs): here
13173         (updateInset): here
13174         (toggleAppendix): here
13175         * BufferView2.C (insertErrors): here
13176         (setCursorFromRow): here
13177
13178 2002-01-13  Allan Rae  <rae@lyx.org>
13179
13180         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13181         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13182         There is still a way to segfault this although you may have to do this
13183         multiple times: Have an InsetERT with an unknown command in it.
13184         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13185         <down-arrow>, <Enter> again, View->DVI, BANG!
13186
13187         * text2.C (setCursor):
13188         (deleteEmptyParagraphMechanism):
13189         * lyxtext.h (setCursor):
13190         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13191         Making use of the return value may help fix other bugs.
13192
13193 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13194
13195         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13196
13197         * LyXView.C (updateMenubar): call MenuBar::update here
13198         (updateToolbar): but not here
13199         (showState): do not update toolbar/menubar
13200
13201         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13202         should need to care about that.
13203
13204         * lyxfunc.C (verboseDispatch): simplify a bit
13205         (getStatus): have a version which takes a pseudoaction, and
13206         another which requires a (kb_action,string).
13207
13208         * LyXAction.C (retrieveActionArg): make it work also when action
13209         is not a pseudo-action.
13210         (getActionName): simplify a bit
13211         (helpText):
13212
13213 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13214
13215         * lyxfunc.C (verboseDispatch): new families of methods with
13216         several ways to specify a command and a bool to indicate whether
13217         the command name and shortcut should be displayed in minibuffer
13218         (eventually, we could extend that to a finer bitmask like
13219         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13220         (dispatch): the pristine dispatch command which just, well,
13221         dispatchs! Note it still sets its result to minibuffer; I'm not
13222         sure we want that.
13223
13224         * lyxfunc.h: remove setHintMessage
13225
13226         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13227
13228 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13229
13230         * BufferView_pimpl.C (specialChar): delete new inset if we have
13231         not been able to insert it.
13232
13233         * kbmap.C: revert to using int instead of kb_action, since all we
13234         are dealing with is pseudo-actions.
13235
13236         * LyXAction.C (searchActionArg): change to return int instead of
13237         kb_action, since the result is a pseudoaction.
13238
13239 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13240
13241         * buffer.C (insertErtContents): Fix (partially) the font bug.
13242
13243 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13244
13245         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13246         as the other one is broken on my machine!
13247
13248 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13249
13250         * commandtags.h:
13251         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13252
13253 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13254
13255         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13256         reflect their actual use. Provide compatibility code for older lyxrc
13257         files.
13258
13259         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13260         FL_NORMAL_STYLE.
13261         change names of popup font variables in line with the changes to lyxrc.C
13262
13263 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13264
13265         * buffer.C (asciiParagraph): avoid outputing a word twice after
13266         an inset.
13267
13268         * lyxrc.C (getDescription): document that document_path and
13269         template_path can be empty.
13270
13271 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13272
13273         * LaTeXFeatures.C (getMacros):
13274         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13275
13276         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13277
13278         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13279         getPackages.
13280         (getPackages): rename feature "floats" to "float". Use an array to
13281         iterate over 'simple' features (i.e. just a \usepackage). Add
13282         handling of "amsmath" (renamed from "amsstyle").
13283
13284 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13285
13286         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13287         features list.
13288
13289 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13290
13291         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13292         FuncStaus::FuncStatus & FuncStaus::some_method().
13293
13294 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13295
13296         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13297         of the func_satus stuff. Edited and massaged in various ways by
13298         JMarc.
13299
13300         * lyxfunc.C (getStatus): use FuncStatus
13301
13302 2002-01-08  Juergen Vigna  <jug@sad.it>
13303
13304         * text.C (nextBreakPoint): use function Inset::isChar().
13305
13306         * paragraph.C (TeXOnePar): use function
13307         Inset::forceDefaultParagraphs.
13308
13309         * buffer.C (latexParagraphs): use function
13310         Inset::forceDefaultParagraphs.
13311
13312 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13313
13314         * lyx_gui.C (init): set the style of the menu popups to
13315         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13316
13317 2002-01-07  Juergen Vigna  <jug@sad.it>
13318
13319         * text.C (setHeightOfRow): small fix
13320         (prepareToPrint): don't look at alignment if we don't have the place
13321         for doing it.
13322
13323 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13324
13325         * box.C: New file. Move the Box methods and functions out of box.h,
13326         following Lars' suggestion.
13327
13328 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13329
13330         * box.h: #include "support/LOstream.h", needed for inlined function.
13331
13332         * lyxtextclass.C:
13333         * lyxtextclasslist.C: added some using std declarations.
13334
13335 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13336
13337         * box.h: make signed dimensions to allow insets wider than
13338           the screen (bug #162)
13339
13340         * BufferView_pimpl.C: add some insetHit debug
13341
13342 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13343
13344         * vc-backend.C: add FIXME
13345
13346 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13347
13348         * lyxfunc.C (getStatus): enable code for showing math font status
13349         in toolbar/menu.
13350
13351 2002-01-07  Juergen Vigna  <jug@sad.it>
13352
13353         * text.C (nextBreakPoint): removed debug output not needed anymore.
13354
13355 2002-01-06  Juergen Vigna  <jug@sad.it>
13356
13357         * text.C (nextBreakPoint): fixed up this function we had this bug
13358         since ever but now hopefully we break row better.
13359         (insertChar): we have to check if an inset is the next char as it
13360         could now happen that a large inset is causing a break.
13361
13362 2002-01-05  Juergen Vigna  <jug@sad.it>
13363
13364         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13365         if it doesn't like to be drawed.
13366
13367 2002-01-04  Juergen Vigna  <jug@sad.it>
13368
13369         * BufferView2.C (lockInset): forgot to set a cursor.
13370
13371         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13372
13373 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13374
13375         * FormMathsPanel.C:
13376         * FormMathsPanel.h
13377         * MathsSymbols.C:
13378         * form_maths_panel.C:
13379         * form_maths_panel.h:
13380         * form_maths_panel.fd: implemented sub- and super- buttons in math
13381         panel.
13382
13383         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13384         (or ^ space) to be used as in TeX (req'd by André).
13385
13386         * lyxfunc.C: Allow ^ and _ again to be used both as
13387         super/subscript (mathed) and as themselves (in text).
13388
13389 2002-01-03  Allan Rae  <rae@lyx.org>
13390
13391         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13392         "LyX" or the filename of the current buffer if it has one.  This is a
13393         modified form of John Levon's patch.
13394
13395         * XFormsView.C (setWindowTitle): also set icon title.
13396
13397         * LyXView.h (setWindowTitle): signature changed.
13398         * XFormsView.h (setWindowTitle): ditto.
13399
13400 2002-01-02  Juergen Vigna  <jug@sad.it>
13401
13402         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13403
13404 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13405
13406         * screen.C (topCursorVisible): introduce a temp var for
13407         text->cursor.row(), handle the case where this row is null. (kindo
13408         hachish)
13409
13410         * text2.C (setCursor): add a couple of asserts.
13411
13412         * paragraph.h (inset_iterator): add -> operator
13413
13414         * paragraph.[Ch] (autoDeleteInsets): remove member function
13415
13416         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13417         cursor pos correctly and handle inset deletion by itself.
13418         (insertErrors): move iterator declaration out of for expression
13419
13420         * lyxtextclass.C: add <algorithm>
13421
13422         * Makefile.am: added the new files to sources, removed layout.C
13423
13424         * layout.C: removed file
13425
13426         * layout.h: remove LYX_DUMMY_LAYOUT
13427
13428         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13429         layout.
13430
13431         * lyxlayout.[Ch]:
13432         * lyxtextclass.[Ch]:
13433         * lyxtextclasslist.[Ch]: new files
13434
13435         * include order changes to a lot of files, also changes because of
13436         the six new files.
13437
13438 2001-12-27  Juergen Vigna  <jug@sad.it>
13439
13440         * buffer.C (asciiParagraph): more fixes.
13441
13442         * tabular.C (ascii): make ascii export support export of only the
13443         data separated by a column-delimiter.
13444         (ascii): better support for ascii export.
13445
13446         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13447
13448 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13449
13450         * tabular_funcs.C: use a "using std::getline" instead of the
13451         previous fix from Angus (necessary for cxx + lyxstring)
13452
13453 2001-12-24  Juergen Vigna  <jug@sad.it>
13454
13455         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13456
13457         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13458         problems. First check a minipage also if we have some ert-contents
13459         (not only on par->size(), second set the right depth of the paragraph
13460         on the relink to the root-paragraph-list!
13461
13462         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13463         which then did not anymore update the main paragraphs on undo/redo!
13464
13465 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13466
13467         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13468         code. Support all font-changing funcs (even those which are not in
13469         menu currently). Support for reporting font settings in
13470         mathed (disabled until Andre provides a function on mathed's side).
13471
13472         * func_status.h (toggle): small helper function to set toggle
13473         state on a flag.
13474
13475 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13476
13477         * tabular_funcs.C: getline -> std::getline
13478
13479 2001-12-21  Juergen Vigna  <jug@sad.it>
13480
13481         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13482         accessed and could be 0 (I couldn't generate this but it seems
13483         Michael could!).
13484
13485 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13486
13487         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13488         * tabular_funcs.h: here and include iosfwd
13489
13490 2001-12-20  Juergen Vigna  <jug@sad.it>
13491
13492         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13493         inside inset but undo_par was.
13494
13495 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13496
13497         * Thesaurus.C: always include <config.h> in sources.
13498
13499         * Painter.h:
13500         * lyxlookup.h:
13501         * box.h: do not include <config.h> in header files
13502
13503         * text.C (paintLastRow): remove unused variable
13504
13505         * text.C (transformChar):
13506         (insertChar):
13507         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13508
13509         * Painter.C (text):
13510         * font.C (width): rewrite to use uppercase() instead of
13511         islower/toupper.
13512
13513         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13514
13515 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13516
13517         * lyxfind.C: clean up of find failure position change
13518
13519 2001-12-20  Juergen Vigna  <jug@sad.it>
13520
13521         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13522
13523         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13524         (TeXRow): added to LaTeX a single tabular row.
13525         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13526         (Latex): simplified and finally good LT-h/f support.
13527         (various_functions): just small adaptions for LT-h/f support.
13528
13529         * tabular_funcs.[hC]: added and moved here all not classfunctions
13530         of LyXTabular.
13531
13532 2001-12-19  Juergen Vigna  <jug@sad.it>
13533
13534         * tabular.[Ch]: better support for longtabular options (not finished
13535         yet!)
13536
13537 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13538
13539         * text.C (paintLastRow): use the label font instead of the font of
13540         the last character to compute the size of *_BOX. This makes more
13541         sense and avoids a crash with empty paragraphs.
13542         Use Painter::rectangle to draw EMPTY_BOX.
13543
13544 2001-12-19  Juergen Vigna  <jug@sad.it>
13545
13546         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13547         the paragraphs if the replaced paragraph is not the first one!
13548         Tried to delete not used paragraphs but does not work yet so for
13549         now it's inside #ifdef's and by default off!
13550
13551 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13552
13553         * MenuBackend.C: include "lyx_main.h" instead of declaring
13554         lastfiles (actually was declared as LastFiles* instead of a
13555         scoped_ptr).
13556
13557 2001-12-17  Juergen Vigna  <jug@sad.it>
13558
13559         * tabular.C (AppendColumn): applied John's fix
13560
13561 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13562
13563         * BufferView.h:
13564         * BufferView.C:
13565         * BufferView_pimpl.h:
13566         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13567
13568         * Makefile.am:
13569         * box.h: new start of class for above
13570
13571         * lyxfunc.C: ignore space-only minibuffer dispatches.
13572           Show the command name when it doesn't exist
13573
13574         * minibuffer.C: don't add empty lines to the history
13575
13576         * minibuffer.C: add a space on dropdown completion
13577
13578 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13579
13580         * text.C: fix line above/below drawing in insets
13581
13582 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13583
13584         * lyxlength.C (LyXLength): Initialize private variables.
13585
13586 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13587
13588         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13589         when inserting error insets.
13590
13591 2001-12-13  Juergen Vigna  <jug@sad.it>
13592
13593         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13594         actually sometimes the before-paragraph.
13595         (setUndo): don't clear the redostack if we're not actually undoing!
13596
13597 2001-12-06  Juergen Vigna  <jug@sad.it>
13598
13599         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13600         and fixed redoing of main paragraph, so we can use it now ;)
13601
13602         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13603
13604 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13605
13606         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13607         Juergen's request
13608
13609 2001-12-13  André Pönitz <poenitz@gmx.net>
13610
13611         * undostack.[Ch]:
13612         * undo_func.C: minor cleanup
13613
13614 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13615
13616         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13617         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13618         font in urw-fonts package which is marked as -urw-fontspecific and
13619         does not work (incidentally, changing the encoding in the
13620         fonts.dir of this package to -adobe-fontspecific fixes the
13621         problem).
13622
13623         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13624         is a crash when undoing first paragraph (Juergen, please take a
13625         look). THis does not mean the undo fix is wrong, just that it
13626         uncovers problems.
13627
13628         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13629         the (Paragraph*) version when needed instead of duplicating the
13630         code.
13631
13632         * text.C (workWidth): use Inset::parOwner to find out where the
13633         inset has been inserted. This is a huge performance gain for large
13634         documents with lots of insets. If Inset::parOwner is not set, fall
13635         back on the brute force method
13636
13637         * paragraph_pimpl.C (insertInset):
13638         * paragraph.C (Paragraph):
13639         (cutIntoMinibuffer): set parOwner of insets when
13640         inserting/removing them
13641
13642         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13643
13644 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13645
13646         * commandtags.h:
13647         * LyXAction.C:
13648         * lyx_main.C:
13649         * lyxfunc.C:
13650         * mathed/formulabase.C:
13651         * mathed/math_cursor.[Ch]:
13652         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13653
13654
13655 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13656
13657         * lyxlength.[Ch] (operator!=): new function
13658
13659 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13660
13661         * text.C (workWidth): use Inset::parOwner to find out where the
13662         inset has been inserted. This is a huge performance gain for large
13663         documents with lots of insets. If Inset::parOwner is not set, fall
13664         back on the brute force method
13665
13666         * paragraph_pimpl.C (insertInset):
13667         * paragraph.C (Paragraph):
13668         (cutIntoMinibuffer): set parOwner of insets when
13669         inserting/removing them
13670
13671         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13672
13673 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13674
13675         * tabular-old.C (getTokenValue):
13676         * tabular.C (getTokenValue):
13677         (write_attribute): new versions for LyXLength
13678         (everywhere): adjust the use of widths
13679
13680         * tabular.h: change the type of widths from string to LyXLength
13681
13682 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13683
13684         * paragraph.C: fixed missing line number count when exporting
13685         Environments to LaTeX file
13686
13687         * buffer.C: added informational message for checking line numbers.
13688
13689 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13690
13691         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13692         paragraph, do the 'double space' part, but not the 'empty
13693         paragraph' one.
13694
13695         * text.C (workWidth): small optimization
13696         (getLengthMarkerHeight): use minimal size for negative lengths.
13697
13698 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13699
13700         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13701
13702         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13703
13704 2001-12-11  André Pönitz <poenitz@gmx.net>
13705
13706         * FontLoader.C:
13707         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
13708
13709 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13710
13711         * text2.C: keep selection on a setFont()
13712
13713 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13714
13715         * lyx_cb.C: another bv->text misuse, from insert label
13716
13717 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13718
13719         * kbsequence.h:
13720         * kbsequence.C: re-instate nmodifier mask
13721
13722 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
13723
13724         * lyx_main.h: make lyxGUI private.
13725
13726 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13727
13728         * lyxfind.C: place the cursor correctly on failed search
13729
13730 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13731
13732         * text.C (getLengthMarkerHeight): for small heights, the arrows
13733         are not always on top/bottom of the text
13734         (drawLengthMarker): smaller arrows; take the left margin in
13735         account; draw also vfills.
13736         (paintFirstRow):
13737         (paintLastRow): remove special code for vfill and standard spaces,
13738         since everything is handled in drawLengthMarker now.
13739
13740 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13741
13742         * buffer.C (insertErtContents): try to handle font and language
13743         interaction a bit better.g
13744
13745         * ColorHandler.C (updateColor): change the hash to cover the whole
13746         LColor enum, ws cleanup
13747         (getGCLinepars): ditto
13748         (getGCLinepars): only lookup in the linecache once.
13749
13750 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
13751
13752         * iterators.C (operator++): Make the iterator more robust
13753
13754         * BufferView2.C (removeAutoInsets): Use paragraph iterators
13755         (John's patch)
13756         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
13757
13758 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13759
13760         * lyxtext.h:
13761         * text.C: better added space drawing
13762
13763 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13764
13765         * LyXView.C:
13766         * BufferView2.C: fix layout combo update on inset unlock
13767
13768 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13769
13770         * Makefile.am: don't compile unused files
13771
13772 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13773
13774         * lyxfunc.C:
13775         * commandtags.h:
13776         * LyXAction.C: remove old LFUN_LAYOUTNO
13777
13778 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13779
13780         * paragraph_pimpl.h:
13781         * paragraph_pimpl.C: isTextAt() doesn't need font param
13782
13783 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13784
13785         * lyxlex.h:
13786         * lyxlex.C: little cleanup
13787
13788 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13789
13790         * BufferView_pimpl.C: fix insertAscii for insets
13791
13792 2001-12-05  Juergen Vigna  <jug@sad.it>
13793
13794         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
13795         set the right font on the "multi" paragraph paste!
13796
13797 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13798
13799         * trans_decl.h:
13800         * trans_mgr.[Ch]:
13801         * trans.[Ch]:
13802         * lyxgluelength.C:
13803         * lyxlength.C: remove out-commented code.
13804
13805         * BufferView_pimpl:
13806         * CutAndPaste.C:
13807         * DepTable.C:
13808         * buffer.C:
13809         * chset.C:
13810         * lastfiles.C:
13811         * lyxlex.C:
13812         * lyxlex_pimpl.C:
13813         * lyxserver.C:
13814         * screen.C:
13815         * tabular-old.C:
13816         * tabular.C:
13817         * text.C:
13818         * trans_mgr.C:
13819         * vc-backend.C: change "while(" to "while ("
13820
13821         * lyxlength.[Ch]: add zero function to check if length is zero or
13822         not
13823         * lyxgluelength.C: use it
13824
13825 2001-12-05  Allan Rae  <rae@lyx.org>
13826
13827         * lyxlength.C: Attempted a fix for the abs(int) header selection.
13828         Works for 2.95.3, from what I understand of Garst's reports this should
13829         work for other g++ versions.  We're screwed if the abs(int) definition
13830         changed between bugfix releases of gcc.
13831
13832 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13833
13834         * text.C: fix chapter label offset !
13835
13836 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13837
13838         * lyxtext.h:
13839         * text.C: fix hfill at end of line, clean up
13840
13841 2001-12-04  Juergen Vigna  <jug@sad.it>
13842
13843         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
13844         that we force an update of the inset and it's owners if neccessary.
13845
13846 2001-12-03  Juergen Vigna  <jug@sad.it>
13847
13848         * text.C (rowLast): simplified code
13849
13850 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13851
13852         * lyxfunc.C: fix show options on timeout
13853
13854 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13855
13856         * screen.C (topCursorVisible): scroll half a page when the cursor
13857         reached top of bottom of screen
13858
13859 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
13860
13861         * minibuffer.C: deactivate on loss of focus
13862
13863 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13864
13865         * vspace.[Ch] (operator!=): add operator.
13866
13867 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
13868
13869         * BufferView_pimpl.C: refuse to open an inset when
13870         there's a selection.
13871
13872 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
13873
13874         * BufferView_pimpl.C: allow to click on RHS of full row insets
13875
13876 2001-11-30  Juergen Vigna  <jug@sad.it>
13877
13878         * tabular.C (LyXTabular): add a same_id to set the same id's in the
13879         insets for undo reasons.
13880
13881 2001-11-28  André Pönitz <poenitz@gmx.net>
13882
13883         * vspace.[Ch]: cosmetical changes
13884
13885 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13886
13887         * LyXAction.h:
13888         * LyXAction.C:
13889         * lyxfunc.h:
13890         * lyxfunc.C:
13891         * kbmap.h:
13892         * kbmap.C:
13893         * lyxrc.C:
13894         * kbsequence.h:
13895         * kbsequence.C: part re-write of old kb code
13896
13897         * Painter.C:
13898         * WorkArea.C: remove Lgb_bug_find_hack
13899
13900 2001-11-30  José Matos <jamatos@fep.up.pt>
13901
13902         * buffer.C (makeDocBookFile): add a comment to point a hack.
13903         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
13904         Fixed a double write of labels.
13905
13906 2001-11-29 Ben Stanley <bds02@uow.edu.au>
13907
13908         * LaTeX.C:
13909         * LaTeX.h Fixed bug in LaTeX class where it would not
13910         re-run latex if no depfiles were changed, but the .dvi was removed.
13911
13912 2001-11-28  André Pönitz <poenitz@gmx.net>
13913
13914         * all the files from the change on 2001/11/26:
13915         use lyx::layout_type instead of LyXTextClass::size_type
13916         use lyx::textclass_type instead of LyXTextClassList::size_type
13917
13918 2001-11-29  Juergen Vigna  <jug@sad.it>
13919
13920         * text.C: added support for paragraph::isFreeSpacing()
13921
13922         * buffer.C: same as above
13923
13924         * paragraph.h: inserted isFreeSpacing() function to enable
13925         FreeSpacing inside InsetERT.
13926
13927         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
13928         of the paragraph's in the cut/copy buffer to 0!
13929
13930         * text2.C (removeRow): remove the assert as it can!
13931
13932         * lyxtext.h: added helper function firstRow returning firstrow and
13933         made firstrow private again.
13934
13935         * BufferView2.C (lockInset): don't relock if we're already locked!
13936
13937         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
13938         the only paragraph.
13939         (removeRow): added Assert::(firstrow)
13940
13941         * debug.C: forgot to add INSETTEXT here.
13942
13943 2001-11-28  Juergen Vigna  <jug@sad.it>
13944
13945         * sp_spell.C (initialize): changed error text to more general
13946         spellchecker command use (not only ispell!)
13947
13948         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
13949
13950         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
13951
13952 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13953
13954         * vspace.C: initialise lyxgluelength on failure
13955
13956 2001-11-28  Allan Rae  <rae@lyx.org>
13957
13958         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
13959         declaration & definition that looks like a function declaration.
13960
13961 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13962
13963         * BufferView2.C (copy):
13964         (copyEnvironment): do not clear the selection when doing a copy.
13965
13966         * text.C (paintFirstRow): compilation fix
13967
13968 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
13969
13970         * tabular.C (Latex): correct line count when writing latex.
13971
13972 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
13973
13974         * paragraph_pimpl.h:
13975         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
13976           bug a bit
13977
13978 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13979
13980         * text.C:
13981         * LColor.h:
13982         * LColor.C: change vfillline->added_space
13983
13984         * text.C: add markers and text for added space
13985
13986         * vspace.C: fix comment
13987
13988 2001-11-28  André Pönitz <poenitz@gmx.net>
13989
13990         * paragraph.C: whitespace changes
13991         * all the other files from the change on 2001/11/26:
13992         change *::pos_type into lyx::pos_type
13993
13994 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
13995
13996         * buffer.C (parseSingleLyXformat2Token): Set the language to the
13997         language of the document when inserting error insets.
13998
13999 2001-11-26  André Pönitz <poenitz@gmx.net>
14000
14001         * BufferView_pimpl.[Ch]:
14002         *       CutAndPaste.C:
14003         * buffer.[Ch]:
14004         * lyxcursor.[Ch]:
14005         * lyxfind.C:
14006         * lyxfunc.C:
14007         * lyxrow.[Ch]:
14008         * paragraph.[Ch]:
14009         * paragraph_pimpl.[Ch]:
14010         * sp_spell.C:
14011         * text.C:
14012         * text2.C: reduce header dependencies, introduce type for positions
14013
14014 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14015
14016         * <various>: change to use Alert.h
14017
14018 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14019
14020         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14021         when encountering an unknown token.
14022         (readLyXformat2): Show an error message if there were unknown tokens.
14023
14024 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14025
14026         * BufferView2.C:
14027         * BufferView_pimpl.C:
14028         * buffer.C:
14029         * paragraph.h:
14030         * text.C:
14031         * text2.C: use par->isInset()
14032
14033 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14034
14035         * paragraph_pimpl.h:
14036         * paragraph_pimpl.C: cleanup
14037
14038 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14039
14040         * text2.C (removeRow):
14041         * text.C (setHeightOfRow): remove useless (and costly) call to
14042         getRow.
14043
14044 2001-11-20  Allan Rae  <rae@lyx.org>
14045
14046         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14047         Now need Inset*::checkInsertChar() to return true for appropriate
14048         cases so that the characters in the minibuffer will actually be
14049         inserted.
14050
14051 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14052
14053         * text.C: change the order of the includes.
14054         (workWidth): initialize it at once.
14055         (workWidth): make maxw unsigned
14056         (setHeightOfRow): remove unused variable (inset)
14057         (selectSelectedWord): remove unused variable (inset)
14058         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14059
14060 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14061
14062         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14063         server is not running.
14064         (openConnection):
14065         (closeConnection): add debug info when server is disabled.
14066
14067         * ColorHandler.C (getGCForeground): send debug message to GUI
14068         channel.
14069
14070         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14071
14072         * kbmap.C (bind): modify because return conventions of
14073         kb_sequence::parse have changed.
14074
14075         * kbsequence.C (parse): only ignore spaces and not any stupid
14076         control character. This avoids tests like s[i] <= ' ', which are
14077         guaranteed to fail with 8bit characters and signed chars.
14078         Change return code to string::npos when there have been no error
14079         (0 was a bad idea when error is at first character)
14080
14081 2001-11-14  José Matos  <jamatos@fep.up.pt>
14082
14083         * buffer.h:
14084         * buffer.C (simpleDocBookOnePar): removed unused argument.
14085
14086 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14087
14088         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14089         insets which are part of a word. Paragraph::isLetter takes care of
14090         that now. Use Paragraph::isInset to identify insets.
14091         (selectSelectedWord): do not test for hyphenation break.
14092
14093         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14094         that protected spaces are considered as spaces.
14095
14096         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14097         Inset::isLetter.
14098
14099 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14100
14101         * lyxserver.h:
14102         * lyxserver.C: fix it. and small cleanup.
14103
14104 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14105
14106         * BufferView_pimpl.C: use inline helpers
14107
14108         * LaTeXFeatures.h:
14109         * LaTeXFeatures.C: fix typos
14110
14111         * Spacing.h:
14112         * Spacing.C: move spacing_string into class
14113
14114         * ToolbarDefaults.C: move stuff into namespace anon
14115
14116         * layout.h: update enum
14117
14118         * lyxfunc.C: use better debug
14119
14120         * minibuffer.h: fix typo
14121
14122         * debug.h:
14123         * debug.C:
14124         * WorkArea.C: add and use Debug::WORKAREA
14125
14126         * lyxtext.h:
14127         * text.C:
14128         * text2.C: code re-organisation, inline helpers
14129
14130 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14131
14132         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14133         std::vector.empty().
14134
14135 2001-11-09  Allan Rae  <rae@lyx.org>
14136
14137         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14138         '\n's after tables.  Tabular and ERT inset work now makes this no
14139         longer necessary.
14140
14141 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14142
14143         * minibuffer.h:
14144         * minibuffer.C: fix crash, improve drop-down completion
14145
14146 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14147
14148         * lyxserver.h:
14149         * lyxserver.C: invalidate fd's when doing endPipe()
14150
14151 2001-11-08  José Matos  <jamatos@fep.up.pt>
14152
14153         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14154         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14155
14156         * paragraph.h:
14157         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14158
14159 2001-11-07  José Matos  <jamatos@fep.up.pt>
14160
14161         * buffer.h:
14162         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14163         const qualifier.
14164
14165         * buffer.C (sgmlOpenTag):
14166         * buffer.C (sgmlCloseTag): removed debug info.
14167
14168         * buffer.h (sgmlOpenTag):
14169         * buffer.h (sgmlCloseTag): made public.
14170
14171 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14172
14173         * buffer.C (saveParamsAsDefaults):
14174         * lyx_cb.C (MenuLayoutSave): remove
14175
14176         * LyXAction.C (init):
14177         * commandtags.h:
14178         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14179
14180 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14181
14182         * buffer.C (setPaperStuff): removed from here...
14183
14184         * bufferparams.C (setPaperStuff): ... and moved there.
14185
14186 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14187
14188         * minibuffer.h:
14189         * minibuffer.C:
14190         * XFormsView.C: add support for drop-down completion
14191
14192 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14193
14194         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14195         commands.
14196
14197 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14198
14199         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14200         disabled.
14201
14202 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14203
14204         * lyx_main.C: change ref to known bugs
14205
14206 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14207
14208         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14209         to work around older babel problems.
14210
14211 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14212
14213         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14214
14215 2001-10-24  Juergen Vigna  <jug@sad.it>
14216
14217         * tabular-old.C (ReadOld): below variable changes reflected.
14218
14219         * tabular.[Ch]: added ltType struct for longtable header/footer
14220         defines and changed all instances where they are used. Added
14221         future support for double top/bottom rows.
14222
14223 2001-10-24  José Matos  <jamatos@fep.up.pt>
14224
14225         * buffer.h (docbookHandleCaption):
14226         * buffer.C (docbookHandleCaption): removed unused function.
14227         (makeDocBookFile): moved docbook supported version to v4.1.
14228
14229 2001-10-24  José Matos  <jamatos@fep.up.pt>
14230
14231         * tabular.h:
14232         * tabular.C (docbookRow): new function to export docbook code of a row.
14233         (DocBook): now honors the longtable flags.
14234
14235 2001-10-23  José Matos  <jamatos@fep.up.pt>
14236
14237         * LaTeXFeatures.h:
14238         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14239         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14240
14241         * buffer.C (makeLinuxDocFile):
14242         (makeDocBookFile): reworked the preamble, more clean, and with
14243         support for lyx defined entities. Changed the document declaration
14244         to be more XML friendly.
14245
14246         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14247         if we need to output XML that should be done with a filter.
14248
14249 2001-10-22  Juergen Vigna  <jug@sad.it>
14250
14251         * sp_pspell.h (class PSpell): add alive function needed in the
14252         controller to see if the spellchecker could be started.
14253
14254 2001-10-22  Juergen Vigna  <jug@sad.it>
14255
14256         * buffer.C (insertStringAsLines): modify the font for inserting
14257         chars in certain conditions by calling checkInsertChar(font).
14258
14259 2001-10-19  Juergen Vigna  <jug@sad.it>
14260
14261         * text.C (workWidth): use getRow instead of wrong algorithm.
14262         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14263
14264 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14265
14266         * lyxserver.h:
14267         * lyxserver.C:
14268         * lyx_main.h:
14269         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14270
14271 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14272
14273         * text.C (workWidth): do not search for the exact row when
14274         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14275         optimization for big documents.
14276
14277 2001-10-18  Juergen Vigna  <jug@sad.it>
14278
14279         * text.C (workWidth): new function with added Inset * parameter.
14280
14281 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14282
14283         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14284
14285         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14286         change return type of getColumnNearX.
14287
14288
14289         * text.C (changeRegionCase): use uppercase/lowercase instead of
14290         toupper/tolower.
14291         (leftMargin):
14292         (rightMargin): simplify code by factoring out the uses of
14293         textclasslist.
14294         (labelFill):
14295         (numberOfHfills):
14296         (setHeightOfRow):
14297         (appendParagraph): use Paragraph::size_type
14298
14299 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14300
14301         * vspace.C (asLatexString): add a missing break
14302
14303 2001-10-15  Herbert Voss  <voss@perce.de>
14304
14305         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14306
14307 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14308
14309         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14310         is not available.
14311
14312 2001-10-10  André Pönitz <poenitz@gmx.net>
14313
14314         * lyxfunc.C: removed greek_kb_flag.
14315
14316 2001-10-10  Herbert Voss  <voss@perce.de>
14317
14318         * lyx_main.C: delete global string help_lyxdir.
14319
14320 2001-10-09  Herbert Voss  <voss@perce.de>
14321
14322         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14323
14324         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14325
14326         * lyx_main.C: added global string help_lyxdir.
14327
14328         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14329
14330 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14331
14332         * lyxrc.C (set_font_norm_type): support iso8859-4
14333
14334 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14335
14336         * LaTeX.C (deplog): add another regex for MikTeX
14337
14338 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14339
14340         * lyxrc.C (set_font_norm_type): support iso8859-3
14341
14342 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14343
14344         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14345
14346         * LaTeXFeatures.C: remove special case of french and index
14347
14348         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14349         before \begin{document}). This solves several incompatibilities.
14350
14351 2001-10-03  Garst Reese  <reese@isn.net>
14352
14353         * lyx_cb.C: change CheckTex error msg.
14354
14355 2001-10-03  José Matos  <jamatos@fep.up.pt>
14356
14357         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14358
14359 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14360
14361         * .cvsignore: update
14362
14363         * lyx_main.C (commandLineVersionInfo): use new style version info.
14364
14365         * buffer.C (writeFile):
14366         (makeLaTeXFile):
14367         (makeLinuxDocFile):
14368         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14369
14370         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14371
14372         * version.h: update to use stuff in version.C
14373
14374         * version.C.in: new file. Contains version information determined
14375         at compile time. This is a merging of version.h and
14376         version_info.h.in.
14377
14378 2001-10-03  Juergen Vigna  <jug@sad.it>
14379
14380         * BufferView_pimpl.C (update): don't change "dirty" status in
14381         updateInset call.
14382
14383 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14384
14385         * WorkArea.C (c-tor): re-position version string slightly.
14386
14387 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14388
14389         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14390         revert to previous code.
14391
14392         WorkArea.[Ch]: (show, destroySplash): methods removed.
14393
14394         WorkArea.C: rework code so that it's an amalgam of the codes before and
14395         after the splash screen was moved to WorkArea.
14396
14397 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14398
14399         * lyxrc.C (read):
14400         * vspace.C (inPixels):
14401         (lyx_advance):
14402         * kbmap.C (bind):
14403         * buffer.C (insertStringAsLines):
14404         (asciiParagraph): fix types to be large enough
14405
14406         * lyxlex_pimpl.h: change member status from short to int
14407
14408         * layout.h: fix type of endlabeltype
14409
14410         * kbmap.C (bind):
14411         * kbsequence.C (parse): change return type to string::size_type
14412
14413         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14414         variable
14415
14416         * Bullet.C (bulletSize):
14417         (bulletEntry): do not use short ints as parameters
14418
14419         * BufferView2.C (insertLyXFile): change a char to an int.
14420
14421         * WorkArea.C (WorkArea): remove unneeded floats in computation
14422
14423 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14424
14425         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14426
14427         * paragraph.C (asString): Do not ignore newline/hfill chars when
14428         copying to the clipboard.
14429
14430 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14431
14432         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14433         after a multi-line inset.
14434
14435 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14436
14437         * paragraph.C (validate): Set NeedLyXFootnoteCode
14438
14439 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14440
14441         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14442         and decrease-error to decrease.
14443
14444 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14445
14446         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14447         it more readable (should be equivalent)
14448
14449 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14450
14451         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14452
14453 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14454
14455         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14456         of a cursor (row, etc.) after a character has been deleted
14457         (deleteEmptyParagraphMechanism): call the method above on _all_
14458         cursors held by the LyXText when a double space has been
14459         detected/deleted.
14460
14461 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14462
14463         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14464         pixmap.
14465         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14466
14467         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14468         background. Use greyOut() and the new show() methods to toggle between
14469         the foreground and background. Add code to remove the splash after
14470         its initial showing.
14471
14472         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14473         (create_forms): no longer call Dialogs::showSplash.
14474
14475 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14476
14477         * .cvsignore: add version_info.h
14478
14479 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14480
14481         * version_info.h.in: new file
14482
14483         * Makefile.am: add version_info.h.in
14484
14485         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14486         version_info.h instead of VERSION_INFO
14487
14488 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14489
14490         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14491         The ERT inset now returns string().
14492
14493 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14494
14495         * lyxtext.h, text.C (selectNextWord): renamed as
14496         selectNextWordToSpellcheck.
14497
14498         * text.C (selectNextWordToSpellcheck): Modified to not select
14499         words inside an ERT inset.
14500
14501 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14502
14503         * lyx_cb.C (MenuLayoutSave): change a bit the question
14504
14505         * sp_base.h: include <sys/types.h>
14506
14507 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14508
14509         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14510
14511 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14512
14513         * several files: fix typos in user-visible strings
14514
14515 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14516
14517         * text2.C (pasteSelection): do not set the selection, since it
14518         will be cleared later. Actually, the intent was to fix the way the
14519         selection was set, but I figured rmoving the code was just as good.
14520
14521 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14522
14523         * FontLoader.C (available): Check if font is available without
14524         loading the font.
14525
14526 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14527
14528         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14529
14530 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14531
14532         * lyxrc.[Ch]: added display_graphics variable and associated code.
14533
14534 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14535
14536         * bufferparams.C (hasClassDefaults): new method. Returns true if
14537         the buffer parameters correspond to known class defaults
14538
14539 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14540
14541         * XFormsView.C (show): set minimum size to the main window.
14542
14543 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14544
14545         * text2.C (copySelection):
14546         (cutSelection):
14547         * lyxfind.C (LyXReplace):
14548         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14549         LyXText::selectionAsString.
14550
14551         * paragraph.C (asString): add "label" argument to the second form
14552
14553         * text2.C (selectionAsString): add "label" argument and pass it to
14554         Paragraph::asString.
14555
14556 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14557
14558         * lyx_main.C (commandLineHelp): remove version information
14559
14560 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14561
14562         * lyx_main.C: add -version commandline option
14563
14564 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14565
14566         * paragraph.h: make the optional constructor arg required instead.
14567         some modifications to other files because of this.
14568
14569         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14570
14571         * lyxserver.C (C_LyXComm_callback): make it static
14572
14573         * lyx_main.C (error_handler): make it static
14574
14575         * lyx_gui.C (LyX_XErrHandler): make it static
14576
14577         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14578
14579         * WorkArea.C: make the extern "C" methods static.
14580
14581         * Makefile.am (lyx_LDADD): simplify
14582
14583 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14584
14585         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14586         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14587
14588         * LyXAction.C (init):
14589         * lyxfunc.C (dispatch): associated code removal.
14590
14591 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14592
14593         * lyxfont.h (isSymbolFont): shut off warning
14594
14595         * text.C (setHeightOfRow):
14596         (getVisibleRow): fix crash with empty paragraphs which have a
14597         bottom line
14598
14599 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14600
14601         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14602         code.
14603
14604 2001-09-04  José Matos  <jamatos@fep.up.pt>
14605         * buffer.C
14606         * buffer.h
14607         * tabular.C (docbook): rename docBook method to docbook.
14608
14609 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14610
14611         * Makefile.am: add dependencies to main.o.
14612
14613 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14614
14615         * FontLoader.C (available): Return false if !lyxrc.use_gui
14616
14617 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14618
14619         * FontInfo.C (query):
14620         * converter.C (view):
14621         * importer.C (Import):
14622         * exporter.C (Export): Can not -> cannot.
14623
14624 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14625
14626         * BufferView_pimpl.C: allow to create index inset even if
14627           string is empty
14628
14629 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14630
14631         * buffer.C (getLists): replace boost::tie code with an explicit pair
14632         as boost::tie can break some compilers.
14633
14634         * iterators.h: Added a std:: declaration to the return type of
14635         ParIterator::size.
14636
14637 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14638
14639         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14640           case.
14641
14642 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14643
14644         * iterators.[Ch]: New files. Provide paragraph iterators.
14645
14646         * buffer.C (changeLanguage): Use paragraph iterators.
14647         (isMultiLingual): ditto
14648
14649         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14650
14651 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14652
14653         * FontLoader.C: Support for cmr font.
14654
14655 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14656
14657         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14658         (available): New method.
14659
14660         * FontInfo.C (getFontname): Use scalable fonts even when
14661         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14662         found.
14663
14664 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14665
14666         * converter.C (Formats::view): reverted! Incorrect fix.
14667
14668 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14669
14670         * converter.C (Formats::view): only output the -paper option
14671         if the dvi viewer is xdvi, thereby fixing bug #233429.
14672
14673 2001-08-23  Herbert Voss  <voss@perce>
14674
14675         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14676
14677 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14678
14679         * Spacing.h (Spacing): Set space to Default on in the default
14680         constructor.
14681
14682 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14683
14684         * vc-backend.h (RCS::versionString): add RCS to version
14685         (CVS::versionString): add CVS to version
14686
14687         * vc-backend.C (scanMaster): do not add CVS to version.
14688         (scanMaster): do not add RCS to version
14689
14690         * lyxvc.C (versionString): new method
14691
14692         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14693
14694 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14695
14696         * Spacing.C (set): initialize fval
14697
14698 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14699
14700         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14701         " or \.
14702
14703 2001-08-16  Juergen Vigna  <jug@sad.it>
14704
14705         * lyxfunc.C (dispatch): implemented the new FINISHED states.
14706
14707 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14708
14709         * BufferView_pimpl.C:
14710         * figureForm.C:
14711         * lyxtext.h:
14712         * text2.C: setParagraph takes linespacing now
14713
14714 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
14715
14716         * LyxAction.C: add internal LFUN_CITATION_INSERT
14717
14718         * LyXView.C: actually apply fix
14719
14720         * bufferlist.C: fix open non-existent file
14721
14722         * lyxfind.C: fix indentation
14723
14724         * lyxfunc.C: remove unneeded assert, fix typo
14725
14726 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14727
14728         * MenuBackend.C: use "Floatname List"
14729
14730 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
14731
14732         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
14733         when converting LaTeX layout to insetERT.
14734         Generate a non-collapsed float when reading old float
14735
14736 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14737
14738         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
14739         ERT insets.
14740
14741 2001-08-13  Juergen Vigna  <jug@sad.it>
14742
14743         * text.C (fill): return 0 instead of 20 as this seems to be the more
14744         correct value.
14745
14746 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14747
14748         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
14749         lyxrc.font_norm.
14750
14751 2001-08-13  Juergen Vigna  <jug@sad.it>
14752
14753         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
14754         casesensitive off.
14755         (SearchBackward): comment out the unlocking of the inset_owner this
14756         should not be needed!
14757
14758 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
14759
14760         * Many files: Remove inherit_language, and add latex_language
14761
14762         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
14763         collapsible insets.
14764
14765 2001-08-10  Juergen Vigna  <jug@sad.it>
14766
14767         * text.C (prepareToPrint): fixed hfill-width in draw!
14768
14769         * BufferView2.C (selectLastWord): save the selection cursor as this
14770         now is cleared in the function LyXText::clearSelection!
14771
14772 2001-08-08  Juergen Vigna  <jug@sad.it>
14773
14774         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
14775         BACKSPACE type functions.
14776
14777         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
14778         is only cutted from the document but not put in the cut-buffer, where
14779         still the old stuff should be.
14780
14781         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
14782
14783         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
14784
14785         * tabular.C (SetWidthOfCell): fixed special case where the width
14786         was not updated!
14787         (LeftLine): handle '|' in align_special.
14788         (RightLine): ditto
14789         (LeftAlreadyDrawed): ditto
14790         (SetWidthOfCell): ditto
14791
14792 2001-08-07  Juergen Vigna  <jug@sad.it>
14793
14794         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
14795
14796 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14797
14798         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
14799         * lyxlex.[hC]: ditto
14800
14801 2001-08-06  Juergen Vigna  <jug@sad.it>
14802
14803         * text.C (getVisibleRow): fix up row clearing a bit.
14804
14805 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14806
14807         * minibuffer.C: make sure the X server sees the changes in the input.
14808
14809 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14810
14811         * paragraph.C (getFont): split into...
14812         (getLabelFont): this
14813         (getLayoutFont): and this
14814         * paragraph_pimpl.C (realizeFont): calling this
14815
14816         * text2.C (getFont): split into...
14817         (getLayoutFont): this
14818         (getLabelFont): and this
14819         (realizeFont): all three calling this
14820
14821         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
14822         files where used.
14823
14824 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14825
14826         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
14827
14828 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
14829
14830         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
14831         layouts from the Quote inset insertion.
14832
14833 2001-08-03  Juergen Vigna  <jug@sad.it>
14834
14835         * BufferView_pimpl.C (update): do the fitCursor only at the end!
14836
14837         * screen.C (drawFromTo): don't call fitcursor here and do the loop
14838         only if status not is already CHANGED_IN_DRAW (second level).
14839
14840         * text.C (draw): don't set the need_break_row when inside an
14841         InsetText LyXText.
14842
14843 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14844
14845         * buffer.C (parseSingleLyXformat2Token): handle more latex
14846         conversion cases.
14847
14848         * bufferview_funcs.[hC]: change function names to
14849         begin with small char, adjust other files.
14850
14851 2001-08-02  André Pönitz <poenitz@gmx.net>
14852
14853         * lyxfunc.C:
14854         BufferView_pimpl.C: remove broken special code for math-greek
14855
14856 2001-08-02  Juergen Vigna  <jug@sad.it>
14857
14858         * BufferView_pimpl.C (update): redone this function so that we
14859         update the text again if there was a CHANGE_IN_DRAW.
14860
14861         * screen.C (cursorToggle): removed LyXText parameter and recoded.
14862         (drawFromTo): added a new internal bool which is used by draw() and
14863         redraw() function.
14864         (general): some cursor drawing problems fixed.
14865
14866 2001-08-01  Juergen Vigna  <jug@sad.it>
14867
14868         * lyxfind.C (LyXFind): fixed
14869         (SearchForward): ditto
14870         (SearchBackward): ditto
14871
14872         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
14873         spurius drawing of the cursor in the main area.
14874
14875         * text2.C (status): small fix which could lead to a segfault!
14876         (clearSelection): remove unneeded BufferView param.
14877
14878 2001-08-01  André Pönitz <poenitz@gmx.net>
14879
14880         * lyxfunc.C: small change due to changed mathed interface
14881
14882 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14883
14884         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
14885
14886 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
14887
14888         * lyxfunc.c: fail gracefully if file doesn't exist
14889
14890         * LyXSendto.C:
14891         * buffer.C:
14892         * lyxfunc.C:
14893         * BufferView_pimpl.C: IsDirWriteable() proto changed
14894
14895         * LyXView.C: fix updateWindowTitle() to store the last title
14896
14897 2001-07-31  Juergen Vigna  <jug@sad.it>
14898
14899         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
14900         the font (wrong since using of Paragraph::highestFontInRange).
14901
14902         * paragraph.C (highestFontInRange): added a default_size parameter.
14903
14904         * text.C (getVisibleRow): minor clear row changes (still not perfect).
14905         (setHeightOfRow): reformat
14906
14907 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14908
14909         * converter.[hC] + affected files: move to (inital-char)lowercase
14910         function names.
14911
14912         * ParagraphParameters.C (ParagraphParameters): remove commented code
14913
14914         * PainterBase.[Ch]: remove commented code
14915
14916         * LaTeXFeatures.h: add "bool floats" for float.sty
14917
14918         * LaTeXFeatures.C (LaTeXFeatures): init floats
14919         (require): handle float
14920         (getPackages): do it with floats
14921
14922 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14923
14924         * BufferView_pimpl.C (Dispatch): improve handling of
14925         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
14926
14927         * commandtags.h: #include lyxfont.h here temporarily to avoid
14928         keybinding bug.
14929
14930         * bufferlist.h: include LString.h here.
14931
14932 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14933
14934         * text2.C (getStringToIndex): new method.
14935
14936 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
14937
14938         * *: Reduced header file dependencies all over.
14939
14940 2001-07-30  Baruch Even  <baruch@lyx.org>
14941
14942         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
14943
14944 2001-07-29  Baruch Even  <baruch@lyx.org>
14945
14946         * buffer.C (readInset): Changed GRAPHICS to Graphics.
14947
14948 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14949
14950         * ParameterStruct.h (endif): add a default constructor to make
14951         sure that all variables is initialized.
14952
14953         * ParagraphParameters.C (ParagraphParameters): adjust
14954
14955 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14956
14957         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
14958         index; also, check that there is something to index, and that it
14959         does not span over several paragraphs.
14960         (doubleClick): use WHOLE_WORD_STRICT for double click.
14961
14962         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
14963
14964         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
14965         scheme.
14966
14967 2001-07-26  Baruch Even  <baruch@lyx.org>
14968
14969         * buffer.C (readInset): Changed to call up InsetGraphics when reading
14970         an InsetFig figure, backwards compatible reading of old figure code.
14971
14972 2001-07-27  Juergen Vigna  <jug@sad.it>
14973
14974         * text2.C: font.realize function adaption.
14975
14976         * text.C (draw): add a warnings lyxerr text if needed.
14977
14978         * layout.C: font.realize function adaption.
14979
14980         * language.C: add inherit_language and implement it's handlings
14981
14982         * bufferview_funcs.C (StyleReset): remove language parameter from
14983         font creation (should be language_inherit now).
14984
14985         * bufferparams.C (writeFile): handle ignore_language.
14986
14987         * paragraph.C (getFontSettings): the language has to be resolved
14988         otherwise we have problems in LyXFont!
14989
14990         * lyxfont.C (lyxWriteChanges): added document_language parameter
14991         (update): removed unneeded language parameter
14992
14993         * paragraph.C (validate): fixed wrong output of color-package when
14994         using interface colors for certain fonts in certain environments,
14995         which should not seen as that on the final output.
14996
14997 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
14998
14999         * BufferView_pimpl.C:
15000         * Thesaurus.h:
15001         * Thesaurus.C:
15002         * Makefile.am:
15003         * commandtags.h:
15004         * LyXAction.C: add thesaurus support
15005
15006         * lyxfind.h:
15007         * lyxfind.C: add "once" parameter, for thesaurus, to not
15008           move to the next match
15009
15010 2001-07-26  Juergen Vigna  <jug@sad.it>
15011
15012         * lyxfont.C (realize): honor ignore_language too!
15013         (resolved): ditto.
15014
15015         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15016
15017         * text.C (draw): one place more for ignore_language to not draw
15018         itself!
15019
15020 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15021
15022         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15023
15024 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15025
15026         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15027         the minipage conversion problem.
15028
15029 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15030
15031         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15032         insert an inset.
15033
15034 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15035
15036         * BufferView.h: don't forward declare WorkArea
15037
15038         * BufferView.C: don't include WorkArea.h
15039
15040 2001-07-25  André Pönitz <poenitz@gmx.net>
15041
15042         * commandtags.h:
15043         * LyXAction.C:
15044         * lyxfunc.C:  new LFUN 'math-space'
15045
15046         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15047
15048 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15049
15050         * text2.C (toggleInset): call open/close
15051
15052 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15053
15054         * lyxfunc.C (dispatch): add debug for the disabled case
15055
15056         * font.C (buttonText): make similar to rectText
15057
15058         * buffer.C (readInset): comment out parsing of insetlist and
15059         insttheorem
15060
15061         * PainterBase.C (rectText): small correction
15062
15063         * BufferView_pimpl.C: comment out insettheorem and insetlist
15064         * LyXAction.C: ditto
15065         * commandtags.h: ditto
15066
15067 2001-07-24  Juergen Vigna  <jug@sad.it>
15068
15069         * text.C (draw): honor the ignore_language.
15070
15071         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15072
15073 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15074
15075         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15076         char inset.
15077
15078 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15079
15080         * lyxtext.h: remove unused (and unimplemented) methods
15081
15082 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15083
15084         * text.C (getVisibleRow): honor background color
15085
15086         * PainterBase.h:
15087         * Painter.h: remove default color argument for fillRectangle
15088
15089         * text.C (backgroundColor): new method
15090
15091 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15092
15093         * text.C (getVisibleRow): adjust
15094
15095         * font.[Ch] (rectText): new method, metrics
15096         (buttonText): new method, metrics
15097
15098         * PainterBase.[hC]: make rectText and buttonText always draw and take
15099         fewer paramteres.
15100
15101 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15102
15103         * ToolbarDefaults.C (read):
15104         * MenuBackend.C (read): allow escaping in all strings
15105
15106         * BufferView_pimpl.C (insertAndEditInset): new method.
15107         (Dispatch): use insertAndEditInset whenever appropriate.
15108
15109         * BufferView_pimpl.C (insertNote): removed
15110
15111         * BufferView_pimpl.C (smartQuote): new method, moved from
15112         BufferView; if an insetquote cannot be inserted, insert a '"'
15113         character instead.
15114
15115         * BufferView2.C: remove insertCorrectQuote();
15116
15117         * lyxfunc.C (getStatus): Add support for all remaingin
15118         inset-insert lfuns.
15119
15120         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15121
15122         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15123         command (necessary to pass " as parameter of self-insert.
15124
15125         * text.C (selectWordWhenUnderCursor):
15126         (selectWord): add word_location parameter
15127         (selectWordWhenUnderCursor): same + remove special code for word
15128         boundary.
15129         (selectNextWord): use kind() to guess type of insetspecialchar,
15130         not latex().
15131
15132         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15133         (insertErtContents): create ert insets as collapsed.
15134         (readInset): better compatibility code for Info inset.
15135
15136 2001-07-20  Juergen Vigna  <jug@sad.it>
15137
15138         * lyxfunc.C (dispatch): use always LyXFind now!
15139
15140         * text2.C (init): add a reinit flag so that the LyXText can be
15141         reinited instead of deleted and reallocated (used in InsetText).
15142
15143         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15144
15145         * text.C: ditto
15146
15147         * text2.C: ditto
15148
15149 2001-07-18  Juergen Vigna  <jug@sad.it>
15150
15151         * text.C (selectNextWord): handle insets inside inset by calling
15152         always the bv->text functions so that we can go up the_locking_inset!
15153
15154         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15155         in strange locations when inside an inset!
15156
15157         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15158         handling to include insets.
15159
15160         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15161
15162 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15163
15164         * LyXAction.C (init):
15165         * commandtags.h:
15166         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15167         LIGATURE_BREAK, since the name is so stupid.
15168
15169 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15170
15171         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15172         InsetInfos.
15173
15174         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15175
15176         * sp_form.[Ch]: remove.
15177
15178         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15179
15180         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15181         InsetInfo.
15182
15183         * src/buffer.C (readInset): ditto.
15184
15185 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15186
15187         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15188         menuSeparator(), endOfSentenceDot(), ldots() and
15189         hyphenationPoint(), which are therefore removed.
15190         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15191
15192         * LyXAction.C (init):
15193         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15194
15195         * paragraph.C (getWord): removed.
15196
15197         * BufferView_pimpl.C (Dispatch): use last word or selection for
15198         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15199
15200         * lyx_main.C (queryUserLyXDir): do not ask before creating
15201         user_dir, except if it has been named explicitely.
15202
15203 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15204
15205         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15206         a document of zero size.
15207
15208 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15209
15210         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15211         approriately in the c-tor and in require().
15212         (getPackages): output the appropriate LaTeX for natbib support.
15213
15214         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15215         variables "use_natbib" and "use_numerical_citations" when reading the
15216         LyX file.
15217         (readInset): read the various natbib cite commands.
15218         (validate): white-space change.
15219
15220         * bufferparams.[Ch]: new variables "bool use_natbib" and
15221         "bool use_numerical_citations".
15222         (writeFile): output them in the LyX file.
15223
15224 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15225
15226         * lyxfunc.C (getStatus): add support for all the inset insertion
15227         commands.
15228
15229         * text2.C (insertInset):
15230         * paragraph.C (insetAllowed):
15231         * BufferView_pimpl.C (insertInset): update to take in account the
15232         renaming of insertInsetAllowed
15233
15234         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15235
15236         * text2.C (getInset): new method. returns inset at cursor position.
15237
15238         * BufferView_pimpl.C (Dispatch): changes because of this.
15239
15240         * LyXAction.C (init): rename open-stuff to inset-toggle.
15241
15242         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15243
15244         * text2.C (toggleInset): renamed from openStuff; use
15245         Inset::open().
15246
15247 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15248
15249         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15250
15251         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15252
15253 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15254
15255         * buffer.C (readLyXformat2): Add filename to the error dialog
15256
15257 2001-07-18  Juergen Vigna  <jug@sad.it>
15258
15259         * tabular.C (GetCellNumber): put an assert here instead of the check!
15260
15261 2001-07-17  Juergen Vigna  <jug@sad.it>
15262
15263         * BufferView_pimpl.C (toggleSelection): adapted too.
15264
15265         * text.C (selectNextWord): adapted for use with insets.
15266         (selectSelectedWord): ditto
15267
15268 2001-07-17  Juergen Vigna  <jug@sad.it>
15269
15270         * sp_spell.C (PSpell): fix initialitation order.
15271
15272 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15273
15274         * paragraph.C: spacing
15275
15276 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15277
15278         * sp_spell.C: repair language selection for pspell
15279
15280 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15281
15282         * lyxfunc.h: change more methods to begin with lower char.
15283
15284 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15285
15286         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15287         for unknown layouts.
15288
15289 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15290
15291         * buffer.C (readLyXformat2): Generate an error dialog if there are
15292         unknown layouts.
15293
15294 2001-07-16  Juergen Vigna  <jug@sad.it>
15295
15296         * sp_spell.C: always compile ISpell part.
15297
15298         * lyxrc.C: added use_pspell entry and it's handling.
15299
15300 2001-07-13  Juergen Vigna  <jug@sad.it>
15301
15302         * sp_spell.C: removed double includes.
15303
15304 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15305
15306         Consistent use of Lsstream.h:
15307         * Lsstream.h: added using std::stringstream for consistencies sake.
15308
15309         * buffer.C: removed using std::stringstream
15310
15311         * lyxfont.C (stateText):
15312         * paragraph.C (asString):
15313         * text.C (selectNextWord, selectSelectedWord):
15314         * text2.C (setCounter):
15315         * vspace.C (asString, asLatexString):
15316         std::ostringstream -> ostringstream.
15317
15318 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15319
15320         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15321         * commandtags.h: add LFUN_HELP_ABOUTLYX
15322         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15323
15324 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15325
15326         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15327         cursorToggle()
15328         * lyx_gui_misc.C: remove spellchecker
15329         * lyxfunc.C: showSpellchecker
15330         * sp_base.h: added
15331         * sp_ispell.h: added
15332         * sp_pspell.h: added
15333         * sp_spell.C: added
15334         * sp_form.[Ch]: removed
15335         * spellchecker.[Ch]: removed
15336
15337 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15338
15339         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15340         is set.
15341         (simpleTeXSpecialChars): Simply print the input character without
15342         any special translation if pass_thru is set.
15343
15344         * layout.h: Added bool pass_thru to layout class for being able to
15345         implement pass through of a paragraph for Literate Programming.
15346
15347         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15348         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15349         * layout.C (Read): add "passthru" to list of layout tags and add
15350         code to set the pass_thru boolean when it is read.
15351
15352 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15353
15354         * trans_decl.h: remove allowed from KmodInfo
15355
15356         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15357         remove allowed code
15358         (Load): adjust
15359
15360         * paragraph_pimpl.C (erase): use boost::prior
15361
15362         * Painter.C (text): use data() instead of c_str() when length is
15363         also provided.
15364         * WorkArea.C (putClipboard): ditto
15365         * font.h (width): ditto
15366
15367         * BufferView2.C: use it-> instead of (*it). for iterators
15368         * texrow.C: ditto
15369         * paragraph_pimpl.C: ditto
15370         * paragraph.C: ditto
15371         * minibuffer.C: ditto
15372         * language.C: ditto
15373         * kbmap.C: ditto
15374         * encoding.C: ditto
15375         * counters.C: ditto
15376         * converter.C: ditto
15377         * chset.C: ditto
15378         * Variables.C: ditto
15379         * TextCache.C: ditto
15380         * MenuBackend.C: ditto
15381         * LyXAction.C: ditto
15382         * LColor.C: ditto
15383         * FloatList.C: ditto
15384         * DepTable.C: ditto
15385         * ColorHandler.C (LyXColorHandler): ditto
15386
15387 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15388
15389         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15390
15391         * text2.C (openStuff): reintroduce this method (which had been
15392         nuked in NEW_INSETS frenzy).
15393
15394         * lyxfunc.C (Dispatch): when an action has not been handled, use
15395         its name in the error message, not its number.
15396
15397         * paragraph.C (inInset): change method name to begin with lowercase.
15398
15399         * undo_funcs.C:
15400         * text2.C: updates because of this.
15401
15402 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15403
15404         * ToolbarDefaults.C (add): add spaces in error message
15405
15406 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15407
15408         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15409         (readLyXformat2): rename return_par to first_par, use lyxlex's
15410         pushToken and remove the manual push handling.
15411         (parseSingleLyXformat2Token): add another ert comp. variable:
15412         in_tabular, rename return_par to first_par. handle newlines better
15413
15414 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15415
15416         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15417
15418 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15419
15420         * text2.C (getParFromID): removed
15421
15422         * buffer.C (getParFromID): new method moved form lyxtext.
15423         * BufferView2.C (insertErrors): adjust
15424         (setCursorFromRow): adjust
15425         * BufferView_pimpl.C (restorePosition): adjust
15426         * lyxfunc.C (Dispatch): adjust
15427         * undo_funcs.C (textUndo): adjust
15428         (textRedo): adjust
15429         (textHandleUndo): adjust
15430         (textHandleUndo): adjust
15431
15432 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15433
15434         * buffer.C: up' the LYX_FORMAT
15435
15436         * lyxfont.h: turn NO_LATEX on as default
15437
15438         * buffer.C (insertErtContents): new methods of tex style compability.
15439         (parseSingleLyXformat2Token): use it several places.
15440         * tabular.C (OldFormatRead): and here
15441
15442 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15443
15444         * text2.C: remove some commented code.
15445         reindent file.
15446
15447         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15448         * trans.C: changes because of the above.
15449
15450 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15451
15452         * text2.C (setCounter): Fix counters bug with bibliography layout.
15453
15454 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15455
15456         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15457         own member functions
15458         (simpleTeXSpecialChars): ditto
15459
15460 2001-07-06  Juergen Vigna  <jug@sad.it>
15461
15462         * a lot of files: changed the access to LyXText::status and the
15463         call of undo-functions.
15464
15465         * undo.[Ch]: added a inset_id to the undo informations.
15466
15467         * undo_funcs.[Ch]: added and moved here all undo functions.
15468
15469         * lyxtext.h: give the status enum a weight, made status_ a private
15470         variable and made accessor functions for it, removed the whole bunch
15471         of undo-functions as they are now in their own file, make some
15472         functions publically available. Added function ownerParagraph with
15473         int parameter.
15474
15475         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15476         made InInset() a const function, added getParFromID() function.
15477
15478         * buffer.[Ch]: added const version for inset_iterator functions,
15479         added getInsetFromID() function.
15480
15481         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15482         changed undo functions for new version.
15483
15484 2001-07-05  Juergen Vigna  <jug@sad.it>
15485
15486         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15487         unknow mechanism does not call the proper constructor but only this
15488         one also if I request the other!?
15489
15490 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15491
15492         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15493
15494         * text2.C (LyXText): use initialization lists.
15495
15496         * lyxtext.h (Selection): initialize set_ and mark_
15497         (init): remove method
15498
15499 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15500
15501         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15502
15503 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15504
15505         * screen.[Ch]: change method names to begin with lowercase
15506
15507         * BufferView_pimpl.C (updateScrollbar): simplify further and
15508         hopefully make it a bit faster.
15509
15510 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15511
15512         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15513         calling directly xforms functions.
15514
15515         * Painter.C (Painter):
15516         * lyx_cb.C (MenuWrite):
15517         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15518         fl_display.
15519
15520         * lyx_gui.C: remove bogus guiruntime extern declaration.
15521
15522 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15523
15524         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15525         in NEW_INSETS
15526         (redoDrawingOfParagraph): ditto
15527         (redoParagraphs): ditto
15528         (cutSelection): don't create a object for CutAndPaste use the
15529         static method directly
15530         (pasteSelection): ditto
15531
15532         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15533         LyXview (+ rename)
15534
15535 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15536
15537         * modifications to some other files because of this.
15538
15539         * Makefile.am (lyx_SOURCES): add XFormsView
15540
15541         * XFormsView.[Ch]: new files
15542
15543         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15544         the main window. Move the gui dependent stuff to XFormsView
15545
15546 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15547
15548         * tabular.C (GetCellInset): update cur_cell also in the row/col
15549         version of this function.
15550
15551         * lyxfunc.C: no need to include figure_form.h here.
15552
15553         * FontLoader.h:
15554         * lyxfunc.h:
15555         * lyxscreen.h:
15556         * text2.C:
15557         * lyxvc.C: no need to include forms.h here.
15558
15559 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15560
15561         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15562
15563         * lyxfunc.C (Dispatch):
15564         * Spacing.C (set):
15565         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15566         constructor argument.
15567
15568 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15569
15570         * paragraph.C (Paragraph): dont't clear, and just set layout.
15571         (makeSameLayout): use params's copy contructor.
15572
15573         * ParagraphParameters.[Ch] (makeSame): delete method
15574
15575 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15576
15577         * Variables.[Ch]: fix indentation, rename set to isSet
15578
15579 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15580
15581         * lyxfunc.C (Dispatch): fix typo
15582
15583 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15584
15585         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15586         upper_bound.
15587
15588         * bufferlist.C: include assert.h for emergencyWrite().
15589
15590 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15591
15592         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15593           give up at last (bug #425202) !
15594
15595 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15596
15597         * lyx_gui_misc.C:
15598         * sp_form.h:
15599         * sp_form.C:
15600         * spellchecker.h:
15601         * spellchecker.C: strip spellchecker options and bring up
15602           preferences tab instead
15603
15604 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15605
15606         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15607         the istringstream constructor
15608
15609 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15610
15611         * paragraph.C (getLayout): fix return value
15612
15613         * paragraph.h: do not declare getLayout as inline.
15614
15615         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15616
15617 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15618
15619         * lyxcursor.h (operator<): new func
15620         (operator>): new func
15621         (operator>=): new func
15622         (operator<=): new func
15623
15624         * text.C (changeCase): use selection.start and selection.end
15625         (changeRegionCase): require from to be <= to. Require par to be a
15626         valid paragraph.
15627
15628         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15629
15630 2001-06-27  Juergen Vigna  <jug@sad.it>
15631
15632         * text.C (cursorLeftOneWord): changed to return the cursor and added
15633         overlay with BufferView * parameter which calls this one.
15634         (getWord): added
15635         (selectWord): use new getWord function.
15636         (changeCase): renamed from changeWordCase as and extended to work
15637         also on selections.
15638
15639         * lyxtext.h: added enum word_location
15640
15641         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15642         changeCase as this operates now also on selections.
15643
15644 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15645
15646         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15647
15648         * many files: send debug output to Debug::INFO instead of
15649         Debug::ANY.
15650
15651         * converter.C (View):
15652         (Convert):
15653         (Move): send debug output to Debug::FILES instead of console.
15654
15655 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15656
15657         * lyxfunc.C (getStatus): use func_status
15658
15659         * func_status.h: new header, describing the results of
15660         LyXFunc::getStatus;
15661
15662         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15663         LFUN_MATH_HALIGN.
15664
15665 2001-06-25  The LyX Project  <jug@sad.it>
15666
15667         * buffer.C (sgmlOpenTag):
15668         (sgmlCloseTag):
15669         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15670
15671 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15672
15673         * text2.C: remove some dead code
15674
15675         * tabular.C (GetCellInset): store the last cell checked (gotten)
15676
15677         * tabular.h: add the helper for the speedup
15678
15679         * lyxtext.h: remove some dead code
15680
15681 2001-06-26  The LyX Project  <Asger>
15682
15683         * paragraph.C: Change export to LaTeX of alignment to
15684         \begin{center} and family for better roundtrip work with reLyX.
15685
15686         * Tune the math drawing a bit.
15687
15688 2001-06-25  The LyX Project  <Asger>
15689
15690         * LColor.C (LColor): New color for math background. New color
15691         for buttons.
15692
15693 2001-06-25  The LyX Project  <jug@sad.it>
15694
15695         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15696
15697         * lyxfunc.C (Open):
15698         * bufferlist.C (newFile): do not restrict to files ending with
15699         .lyx
15700
15701         * BufferView_pimpl.C (MenuInsertLyXFile):
15702
15703 2001-06-24  The LyX Project  <jug@sad.it>
15704
15705         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
15706         of compare_no_case
15707
15708 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15709
15710         * lyxtext.h: rename most methods to begin with a small char.
15711         Lots of changes because of this.
15712
15713         * paragraph.C (Paragraph): do not call fitToSize
15714         (erase): call Pimpl::erase
15715         (insertChar): call Pimpl::insertChar
15716         (insertInset): call Pipl::insertInset
15717         (breakParagraph): do not call fitToSize
15718         (breakParagraphConservative): do not call fitToSize
15719         (fitToSize): remove method
15720
15721         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
15722
15723 2001-06-24  The LyX Project  <Asger>
15724
15725         * Fix Qt compilation^2
15726
15727 2001-06-24  The LyX Project  <jug@sad.it>
15728
15729         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
15730         depthHook(getDepth()-1).
15731
15732         * paragraph.h:
15733         * ParagraphParameters.h:
15734         * ParameterStruct.h: change type of depth to unsigned int ==
15735         depth_type. Many adaptations to other files before of that.
15736
15737 2001-06-24  The LyX Project  <Asger>
15738
15739         * Fix Qt compilation.
15740
15741 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15742
15743         * paragraph.h: renamed several methods to begin with small letter.
15744         several changes to many parts of the code because of this.
15745
15746 2001-06-23  The LyX Project  <jug@sad.it>
15747
15748         * text2.C (InsertStringAsLines): renamed from InsertStringA;
15749         rewritten to discard all double spaces when KeepEmpty is off
15750         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
15751         to only handle newlines but not fiddle with spaces and friends.
15752
15753         * lyxfunc.C (MenuNew): when doing 'new from template', use
15754         template_path as default directory
15755
15756 2001-06-23  The LyX Project  <Asger>
15757
15758         * Clean-up of header file includes all over
15759         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
15760
15761 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15762
15763         * paragraph.h: renamed from lyxparagraph.h
15764
15765 2001-06-23  Asger  <lyx@violet.home.sad.it>
15766
15767         * Buffer.h: Removed Buffer::resize
15768         * BufferList.h: Removed BufferList::resize
15769         * LyXView.h: Added LyXView::resize. This way, we will only reflow
15770         the document lazily when we change the width, or the font settings.
15771
15772 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15773
15774         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
15775
15776 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15777
15778         * buffer.h: remove out of date comment
15779
15780 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15781
15782         * lyxscreen.h:
15783         * screen.C: fix "theoretical" GC leak
15784
15785 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15786
15787         * LaTeX.C (scanAuxFile):
15788         (deplog): remove trailing \r when reading stream (useful under
15789         win32)
15790
15791 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
15792
15793         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
15794         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
15795         and BufferView::theLockingInset(Inset*), so should use them and not
15796         access bv_->text->the_locking_inset directly.
15797
15798         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
15799
15800 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15801
15802         * Makefile.am:
15803         * tex-defs.h: remove old unused file
15804
15805 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
15806
15807         * BufferView_pimpl.C: fix typo, remove minibuffer message
15808           when buffer has loaded
15809
15810 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15811
15812         * lyxfunc.C (Dispatch): use stringstream
15813         (MenuNew): use stringstream
15814         (Open): use stringstream
15815
15816         * importer.C (Import): use stringstream
15817
15818         * bufferview_funcs.C (CurrentState): use stringstream
15819
15820         * LaTeX.C (run): use stringstream
15821
15822         * BufferView_pimpl.C (savePosition): use stringstream
15823         (restorePosition): use stringstream
15824         (MenuInsertLyXFile): use stringstream
15825
15826 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
15827
15828         * BufferView.C:
15829         * Bullet.C:
15830         * ColorHandler.C:
15831         * FontInfo.C:
15832         * FontLoader.C:
15833         * LColor.C:
15834         * LaTeXFeatures.C:
15835         * Painter.C:
15836         * gettext.C:
15837         * lyx_gui_misc.C:
15838         * lyxserver.C:
15839         * vspace.C: removed // -*- C++ -*- as first line.
15840
15841         * lyxfind.h:
15842         * version.h: added // -*- C++ -*- as first line.
15843
15844 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15845
15846         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
15847
15848         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
15849         of string
15850
15851 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15852
15853         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
15854         of floats.
15855
15856 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15857
15858         * gettext.C: include LString.h even when --disable-nls is on.
15859
15860 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
15861
15862         * converter.h (Get): changed argument type from int to
15863         FormatList::size_type to avoid unnecessary conversion.
15864
15865         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
15866         before using it.
15867
15868 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15869
15870         * gettext.h: include LString.h even when --disable-nls is on.
15871
15872 2001-06-07  Juergen Vigna  <jug@sad.it>
15873
15874         * text.C (BreakAgain): subst spaces with tabs.
15875
15876         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
15877         (resizeInsetsLyXText): set force on resizeLyXText.
15878
15879 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15880
15881         * gettext.h (gettext_init):
15882         (locale_init): use a real definition instead of a macro
15883
15884 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15885
15886         * Bufferview_pimpl.C:
15887         * LColor.h:
15888         * LColor.C: further lcolor tidies
15889
15890 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15891
15892         * BufferView_pimpl.C (updateScrollbar): simplify.
15893
15894         * BufferView2.C: don't include insets/insetinfo.h, change
15895         prototype for insertInset and call the Pimpl version. let
15896         updateInset call Pimpl version.
15897
15898         * BufferView.h: move inset_slept to BufferView::Pimpl, move
15899         gotoInset to BufferView::Pimpl
15900
15901 2001-06-01  Juergen Vigna  <jug@sad.it>
15902
15903         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
15904         inside a LockingInset (is the update needed at all?).
15905
15906 2001-05-31  Juergen Vigna  <jug@sad.it>
15907
15908         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
15909         here not the old one otherwise how should we compare it afterwards
15910         if it's the same!
15911
15912 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15913
15914         * lyxfont.C:
15915         * tabular.C:
15916         * tabular-old.C:
15917         * FontInfo.C: bring C functions into global namespace when
15918         necessary
15919
15920 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15921
15922         * LString.h: make sure config.h has been loaded before LString.h.
15923
15924         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
15925         (one for each char read by EatLine!).
15926
15927         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
15928         variables.
15929
15930 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15931
15932         * paragraph.C (BreakParagraph): set the inset_owner in the new par
15933         to the same as the par we break from
15934
15935 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15936
15937         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
15938
15939         * MenuBackend.C (expand): also create menu entries for wide
15940         versions of the floats.
15941
15942         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
15943
15944         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
15945
15946         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
15947         frontends/Makefile.am
15948
15949         * text2.C: adjust
15950         * text.C: adjust
15951
15952
15953         * tabular.C (getTokenValue): add std::
15954
15955         * tabular-old.C (getTokenValue): add std::
15956         (getTokenValue): ditto
15957         (getTokenValue): ditto
15958
15959         * screen.C (ToggleSelection): adjust
15960
15961         * lyxtext.h: put selection cursors inside a Selection struct.
15962
15963         * lyxfunc.C (moveCursorUpdate): adjust
15964
15965         * lyxfont.C (latexWriteStartChanges): add std::
15966
15967         * lyxfind.C: adjust
15968
15969         * font.h: delete with(char const *, LyXFont const &)
15970
15971         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
15972
15973         * FontInfo.C (getFontname): add std::
15974
15975         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
15976         (workAreaButtonPress): adjust
15977         (tripleClick): adjust
15978         (update): adjust
15979         (moveCursorUpdate): adjust
15980         (Dispatch): adjust
15981
15982         * BufferView2.C (gotoInset): adjust
15983
15984 2001-05-30  Juergen Vigna  <jug@sad.it>
15985
15986         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
15987         to check pspell I add this as default as I now have new pspell
15988         libraries and they seem to use this.
15989
15990 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15991
15992         * text2.C (CutSelection): make the cursor valid before the call to
15993         ClearSelection.
15994
15995 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15996
15997         * kbsequence.C (parse): de-uglify a bit the parsing code, which
15998         relied on 0 terminated strings and other horrors. Bug found due to
15999         the new assert in lyxstring!
16000
16001         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16002         KP_ keys.
16003
16004 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16005
16006         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16007         to latinkeys.bind.
16008
16009         * lyxfunc.C (processKeySym): change method of getting to the
16010         self-insert char.
16011
16012         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16013         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16014         * BufferView_pimpl.[Ch]: here as private methods.
16015
16016 2001-05-28  Juergen Vigna  <jug@sad.it>
16017
16018         * text.C (SetHeightOfRow): added the update() call again as it is
16019         needed to initialize inset dimensions!
16020
16021 2001-05-16  Juergen Vigna  <jug@sad.it>
16022
16023         * text2.C (SetCharFont): Add new function with BufferView * and
16024         bool toggleall parameters for setting insets internal fonts.
16025         (SetFont): Freeze the undo as we may change fonts in Insets and
16026         all this change should be inside only one Undo!
16027
16028         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16029         setting font's in insets as for them we have the SetFont function!
16030
16031 2001-05-15  Juergen Vigna  <jug@sad.it>
16032
16033         * text2.C (ClearSelection): to be sure we REALLY don't have any
16034         selection anymore!
16035
16036         * tabular.C (TeXCellPreamble): fixed the left border problem for
16037         multicolumn cells.
16038
16039 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16040
16041         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16042         dependancy file
16043
16044 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16045
16046         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16047         LFUN_BREAKPARAGRAPH.
16048
16049         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16050         help test to "internal only", similar for LFUN_INSERT_URL
16051
16052         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16053         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16054         auto_region_delete and deadkeys.
16055
16056 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16057
16058         * LColor.h:
16059         * LColor.C: remove some dead entries, tidy a little
16060
16061 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16062
16063         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16064         commented code.
16065         (Dispatch): implement LFUN_ESCAPE
16066
16067         * commandtags.h: add LFUN_ESCAPE
16068
16069         * LyXAction.C (init): add entry for LFUN_ESCAPE
16070
16071         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16072         Remove commented code.
16073         (insertNote): moved here
16074         (open_new_inset): moved here
16075
16076         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16077         BufferView_pimpl
16078
16079 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16080
16081         * kbmap.C (findbinding): clean it up and make it work correctly.
16082
16083         * lyx_main.C (init): do not pass argc and argv as parameters
16084
16085 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16086
16087         * buffer.C: fix path for OS/2 & Win32
16088
16089         * lyx_gui.C:
16090         * lyx_main:
16091         * lyx_main.C: Added os:: class.
16092
16093         * os2_defines.h: update
16094
16095 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16096
16097         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16098         better by trying again with reduced state.
16099
16100 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16101
16102         * lyxrc.C (read): print error about invalid key sequence only when
16103         debugging (because not all latinX keysyms are known to some X
16104         servers)
16105
16106         * kbsequence.C (getiso): add a few std:: qualifiers
16107         (getiso): comment out extra return statement.
16108
16109 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16110
16111         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16112         handling.
16113         (Dispatch): enhance the accent inset a bit. (not perfect)
16114
16115 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16116
16117         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16118
16119 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16120
16121         * bufferlist.C (emergencyWrite): fix assert() call
16122
16123 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16124
16125         * text.C (InsertChar): Added trivial patch to only send the "you
16126         can not do multiple spaces this way" message once during a
16127         session.
16128
16129 2001-05-08  Baruch Even  <baruch@lyx.org>
16130
16131         * Makefile.am: Changed order of libraries to get LyX to link properly
16132         with the gnome frontend.
16133
16134 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16135
16136         * LaTeXFeatures.h: add a std:: qualifier
16137
16138 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16139
16140         * paragraph.C (String): use stringstream
16141
16142 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16143
16144         * paragraph.C (writeFile): remove footflag arg
16145
16146         * buffer.C (makeLaTeXFile): use stringstream
16147         (latexParagraphs): remove footnot gurba
16148
16149         * LaTeXFeatures.C (getPackages): use stringstream
16150         (getMacros): likewise
16151         (getTClassPreamble): likewise
16152         (getFloatDefinitions): new method
16153
16154         * paragraph.C (writeFile): reindent
16155         (Erase): reindent
16156
16157         * WorkArea.h: revert the xpos + etc changes.
16158
16159         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16160
16161         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16162
16163         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16164         (pasteSelection): likewise
16165         * text2.C (CreateUndo): likewise
16166
16167 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16168
16169         * minibuffer.C (peek_event): temporarily reduce the functionality
16170         of the minibuffer (to allow args on lfuns)
16171
16172         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16173         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16174
16175         * buffer.C (readInset): add compability reading of old float
16176         lists, add reading of new style float list.
16177         (readInset): avoid reevaluation of inscmd.getCmdName()
16178         (getLists): reindent
16179
16180         * MenuBackend.C (MenuItem): implement parsing of
16181         md_floatlistinsert and md_floatinsert.
16182         (expand::LastFiles): move initalizaton of iterators out of loop,
16183         avoid reevaluation.
16184         (expand::Documents): introduce typdedef vector<string> Strings,
16185         and use it.
16186         (expand::ExportFormats): introduce typedef vector<Format const *>
16187         Formats, and use it.
16188         (expand): implement FloatListInsert and FloatInsert.
16189
16190         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16191         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16192         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16193
16194         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16195         handling.
16196         (Dispatch::LFUN_FLOAT_LIST): implement
16197
16198 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16199
16200         * LaTeX.C (run): Fix problem with --export code.
16201
16202 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16203
16204         * BufferView.[Ch] (workarea): removed.
16205         (getClipboard) new method; wrapper for workarea()->getClipboard()
16206
16207         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16208         bug.
16209
16210         * WorkArea.h (width, height, xpos, ypos): These methods all
16211         returned the dimensions of the work_area sub-area of WorkArea,
16212         resulting in a position error if the WorkArea were resized. Now
16213         return the dimensions of the entire WorkArea.
16214
16215         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16216
16217 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16218
16219         * LaTeX.C (deplog): correct the syntax of regex reg1
16220
16221 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16222
16223         * undo.C: remove !NEW_INSETS cruft
16224
16225 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16226
16227         * text2.C: remove !NEW_INSETS cruft
16228
16229         * text.C: remove !NEW_INSETS cruft
16230
16231         * tabular.C: remove !NEW_INSETS cruft
16232
16233         * spellchecker.C: remove !NEW_INSETS cruft
16234
16235         * lyxtext.h: remove !NEW_INSETS cruft
16236
16237         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16238
16239         * lyxfunc.C: remove !NEW_INSETS cruft
16240
16241         * lyxfind.C: remove !NEW_INSETS cruft
16242
16243         * lyx_cb.C: remove !NEW_INSETS cruft
16244
16245         * figureForm.C: remove  !NEW_INSETS cruft
16246
16247         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16248
16249         * buffer.[Ch]: remove !NEW_INSETS cruft
16250
16251         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16252
16253         * CutAndPaste.C: remove !NEW_INSETS cruft
16254
16255         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16256
16257         * BufferView2.C: remove !NEW_INSETS cruft
16258
16259         * BufferView.h: remove !NEW_INSETS cruft
16260
16261 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16262
16263         * Lsstream.h: include LString.h before the sstream headers to
16264         fix problem with gcc 2.95.3 and lyxstring
16265
16266 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16267
16268         * lyx_main.C: add using directives when needed for C functions
16269         declared in std:: namespace.
16270
16271 2001-04-27  Juergen Vigna  <jug@sad.it>
16272
16273         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16274         (SetHeightOfRow): comment out the update call should not be needed!
16275
16276 2001-04-13  Juergen Vigna  <jug@sad.it>
16277
16278         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16279         (LyXTabular): tried to minimize operator= operations (and realized
16280         hopfully Lars wish).
16281
16282 2001-04-27  Juergen Vigna  <jug@sad.it>
16283
16284         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16285
16286 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16287
16288         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16289
16290         * buffer.C (readInset): hack to make listof algorithm work
16291
16292         * BufferView_pimpl.C: hack to make listof algorithm work
16293
16294 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16295
16296         * LyXAction.C: removed all !NEW_INSETS cruft
16297         (init): moved lfun_item in method
16298
16299         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16300
16301 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16302
16303         * BufferView2.C (theLockingInset): white space.
16304
16305 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16306
16307         * minibuffer.C: include <iostream>
16308
16309         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16310
16311         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16312
16313         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16314
16315         * text.[Ch] (TransposeChars): new method
16316
16317 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16318
16319         * call message directly through LyXView instead of through LyXFunc
16320         * BufferView2.C: adjust
16321         * BufferView_pimpl.C: adjust
16322         * FontLoader.C: adjust
16323         * buffer.C: adjust
16324         * bufferview_funcs.C: adjust
16325         * converter.C: adjust
16326         * figureForm.C: adjust
16327         * importer.C: adjust
16328         * lyx_cb.C: adjust
16329         * lyx_gui_misc.C: adjust
16330         * lyxfunc.C: adjust
16331         * lyxvc.C: adjust
16332         * text2.C: adjust
16333         + more files in subdirs
16334
16335         * lyxparagraph.h (size): move up int file
16336         (GetLayout): ditto
16337
16338         * adjust all uses of Assert to lyx::Assert.
16339
16340         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16341         lyxfunctional in namespace lyx
16342         * layout.C (hasLayout): ditto
16343         (GetLayout): ditto
16344         (GetLayout): ditto
16345         (delete_layout): ditto
16346         (NumberOfClass): ditto
16347         * converter.C (GetFormat): ditto
16348         (GetNumber): ditto
16349         (Add): ditto
16350         (Delete): ditto
16351         (SetViewer): ditto
16352         * bufferlist.C (getFileNames): ditto
16353         (emergencyWriteAll): ditto
16354         (exists): ditto
16355         (getBuffer): ditto
16356         * MenuBackend.C (hasSubmenu): ditto
16357         (hasMenu): ditto
16358         (getMenu): ditto
16359         * BufferView_pimpl.C (getInsetByCode): ditto
16360
16361 2001-04-18  Juergen Vigna  <jug@sad.it>
16362
16363         * vspace.C (asLatexString): fixed the 100% problem.
16364
16365 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16366
16367         * lyxfunc.C (Dispatch):
16368         * minibuffer.C:
16369         * minibuffer.h: add a few std:: qualifiers
16370
16371 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16372
16373         * minibuffer.[Ch]: reimplement so that commands is initiated and
16374         run from lyxfunc, simplified som handling, and made the completion
16375         and history code for complete. wip.
16376
16377         * lyxfunc.C (processKeySym): call message
16378         (miniDispatch): new temporary method
16379         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16380         (LFUN_MESSAGE): implement
16381         (LFUN_MESSAGE_PUSH): implement
16382         (LFUN_MESSAGE_POP): implement
16383         (initMiniBuffer): the initial/defualt minibuffer message.
16384
16385         * lyxfont.[Ch]: inline some more getters
16386
16387         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16388
16389         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16390
16391         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16392         (AutoSave): use LFUN_MESSAGE
16393         (Reconfigure): ditto
16394
16395         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16396
16397         * figureForm.C: use LFUN_MESSAGE
16398
16399         * converter.C (runLaTeX): use LFUN_MESSAGE
16400
16401         * bufferview_funcs.C: use LFUN_MESSAGE
16402         (Melt): ditto
16403         (changeDepth): ditto
16404
16405         * bufferparams.h: use boost::
16406
16407         * bufferlist.h: inherit privately from noncopyable
16408
16409         * bufferlist.C (loadLyXFile): remove some commented code.
16410
16411         * buffer.C (runChktex): use LFUN_MESSAGE
16412
16413         * ShareContainer.h: inherit privately from noncopyable
16414
16415         * ParagraphParameters.[hC] (depth): inline it.
16416
16417         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16418         methods.
16419         (message): new method
16420         (messagePush): ditto
16421         (messagePop): ditto
16422         (show): init minibuffer
16423         (showState): direct call
16424
16425         * LaTeX.[Ch]: inherit privately from noncopyable
16426         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16427         instead of WriteStatus.
16428
16429         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16430
16431         * BufferView_pimpl.C (buffer): don't init minibuffer
16432         (workAreaButtonPress): use LFUN_MESSAGE
16433         (workAreaButtonRelease): ditto
16434         (savePosition): ditto
16435         (restorePosition): ditto
16436         (MenuInsertLyXFile): ditto
16437         (workAreaExpose): don't init minibuffer
16438         (update): remove commented code, simplify
16439
16440         * BufferView2.C (openStuff): use LFUN_MESSAGE
16441         (toggleFloat): ditto
16442         (menuUndo): ditto
16443         (menuRedo): ditto
16444         (copyEnvironment): ditto
16445         (pasteEnvironment): ditto
16446         (copy): ditto
16447         (cut): ditto
16448         (paste): ditto
16449         (gotoInset): ditto
16450         (updateInset): remove some commented code
16451
16452         * lastfiles.h: inherit privately from noncopyable
16453         * layout.h: ditto
16454         * lyx_gui.h: ditto
16455         * lyx_main.h: ditto
16456         * lyxlex.h: ditto
16457         * lyxlex_pimpl.h: ditto
16458
16459         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16460         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16461         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16462
16463         * LyXAction.h: inherit privately from noncopyable, add methods
16464         func_begin, func_end, returning iterators to the func map.
16465
16466         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16467         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16468         (func_begin): new method
16469         (func_end): new method
16470
16471         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16472         and not)
16473         (copySelection): ditto
16474         (pasteSelection): ditto
16475
16476         * BufferView.C: whitespace change
16477         * BufferView.h: inherit privately from noncopyable
16478
16479 2001-04-16  Allan Rae  <rae@lyx.org>
16480
16481         * tabular-old.C (l_getline):
16482         * spellchecker.C (sc_check_word):
16483         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16484         an unrecognised preprocessor directive.  So ensure they're wrapped.
16485
16486 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16487
16488         * src/exporter.C (Export): Give an error message when path to file
16489         contains spaces.
16490
16491 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16492
16493         * LaTeX.C (deplog): Always check that foundfile exists.
16494
16495 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16496
16497         * lyx_main.h:
16498         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16499
16500 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16501
16502         * tabular.[Ch] (getLabelList): implement new method
16503
16504         * minibuffer.h: comment ouf setTiimer
16505
16506         * minibuffer.C (ExecutingCB): constify res
16507         (peek_event): constify s
16508         (Set): constify ntext
16509         (Init): constify nicename
16510
16511         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16512
16513         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16514         (savePosition): use two params to Minibuffer::Set
16515         (restorePosition): ditto
16516
16517 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16518
16519         * lyx_main.C: include language.h
16520
16521         * Makefile.am (lyx_main.o): add language.h
16522
16523 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16524
16525         * exporter.C:
16526         * paragraph.C:
16527         * screen.C:
16528         * tabular.C:
16529         * CutAndPaste.C: include gettext.h
16530
16531         * lyxfont.h: remove old hack with ON and OFF.
16532
16533         * lyxparagraph.h:
16534         * lyxfont.h: do not include language.h...
16535
16536         * BufferView2.C:
16537         * LaTeXFeatures.C:
16538         * Painter.C:
16539         * bufferview_funcs.C:
16540         * font.C:
16541         * lyxfont.C:
16542         * text.C:
16543         * text2.C:
16544         * trans_mgr.C:
16545         * paragraph.C: ... but do it here instead
16546
16547 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16548
16549         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16550
16551         * tabular.C: small reformat
16552
16553         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16554         NEW_INSETS version
16555         (GetChar): ditto
16556         (BreakParagraph): ditto
16557         (SetOnlyLayout): ditto
16558         (SetLayout): ditto
16559
16560         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16561         with one arg less.
16562
16563         * lastfiles.C: removed most using decl, add std:: where needed
16564
16565         * buffer.C: ws changes
16566
16567         * MenuBackend.C (class compare_format): put into anon namespace
16568         (expand): constify label, names, action, action2
16569         (expand):
16570
16571         * text.C (SingleWidth): constify font
16572         (IsBoundary): constify rtl2
16573         (GetVisibleRow): constify ww
16574
16575         * LaTeX.C (deplog): constify logfile
16576
16577         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16578         start_x, end_x
16579         (workAreaExpose): constify widthChange, heightChange
16580
16581         * lyxrow.C (par): moved
16582         (height): moved
16583         (next): moved
16584         * lyxrow.h: as inlines here
16585
16586         * lyxfont.h (shape): moved from lyxfont.C
16587         (emph): moved from lyxfont.C
16588
16589         * lyxfont.C (LyXFont): use initialization list for all
16590         constructors
16591         (shape): move to lyxfont.h as inline
16592         (emph): move to lyxfont.h as inline
16593
16594
16595 2001-04-04  Juergen Vigna  <jug@sad.it>
16596
16597         * vspace.C: had to include stdio.h for use of sscanf
16598
16599 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16600
16601         * BufferView.h:
16602         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16603         independent of xforms.
16604
16605 2001-04-02  Juergen Vigna  <jug@sad.it>
16606
16607         * spellchecker.C: fixed namespace placing!
16608
16609 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16610
16611         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16612         the LyXParagraph * is 0.
16613
16614 2001-03-29  Juergen Vigna  <jug@sad.it>
16615
16616         * vspace.C: added support for %, c%, p%, l%.
16617         (stringFromUnit): added helper function.
16618         (asLatexString): changed to give right results for the %-values.
16619
16620         * buffer.C: convert the widthp in a width%.
16621
16622 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16623
16624         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16625         figureForm.[Ch].
16626
16627         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16628         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16629
16630         * lyx_cb.[Ch]: see above.
16631
16632         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16633         form1.[Ch].
16634
16635         * form1.[Ch]:
16636         * lyx.[Ch]: replaced by figure_form.[Ch].
16637
16638         * lyx_gui.C:
16639         * lyx_gui_misc.C:
16640         * lyxfunc.C: changed headers associated with above changes.
16641
16642 2001-03-27  Juergen Vigna  <jug@sad.it>
16643
16644         * BufferView_pimpl.C: set the temporary cursor right!
16645
16646 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16647
16648         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16649
16650 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16651
16652         * LString.h: removed "using std::getline"!
16653
16654         * BufferView_pimpl.C (Dispatch): changes due to changes in
16655         InsetInclude::Params.
16656
16657         * buffer.C (tag_name): removed redundant break statements as they were
16658         producing lots of warnings with my compiler.
16659
16660 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16661
16662         * LString.h: add "using std::getline" when using the real <string>.
16663
16664 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16665
16666         * buffer.C: removed bitset usage.
16667         PAR_TAG moved to an anonymous name space.
16668         (tag_name): new funtion, also in the anonymous namespace.
16669         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16670         (makeDocBookFile): clean code. Completed transition from string arrays
16671         to string vectors.
16672         (SimpleDocBookOnePar): code clean.
16673
16674 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16675
16676         * tabular.C: add some comments.
16677
16678 2001-03-22  Juergen Vigna  <jug@sad.it>
16679
16680         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16681         compatibility read a bit and fixed bug with minipage in different
16682         depth.
16683
16684 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16685
16686         * buffer.C (pop_tag): removed.
16687         (push_tag): removed.
16688         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16689         array replaced with vector. Added support for CDATA sections.
16690         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16691         at any nest level.
16692         (makeDocBookFile): XML conformant declaration of CDATA section,
16693         fixed bug related to <emphasis> in the first paragraph char.
16694         (sgmlOpenTag): exclude empty tags.
16695         (sgmlCloseTag): ditto.
16696
16697         * buffer.h (pop_tag): removed.
16698         (push_tag): removed.
16699
16700 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16701
16702         * language.h (Languages): added size_type and size().
16703
16704 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16705
16706         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
16707         response on compability reading of minipages. One probliem is that
16708         the old usage of minipages was «flertydig»
16709
16710         * several files here and in subdirs: don't use static at file
16711         scope use anon namespaces instead.
16712
16713 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
16714
16715         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
16716         LaTeX output. This is necessary for Literate document
16717         processing.
16718
16719 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16720
16721         * buffer.C: insert hfill when needed.
16722
16723         * tabular.C (l_getline): use string::erase, small whitespace change.
16724
16725         * BufferView_pimpl.C: try the anon namespace.
16726         * WorkArea.C: ditto
16727
16728 2001-03-16  Juergen Vigna  <jug@sad.it>
16729
16730         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
16731         otherwise it won't open options-dialogs.
16732
16733         * buffer.C: honor pextraWidth(p) on converting minipages.
16734
16735         * tabular.C (l_getline): changed the functions to strip trailing \r.
16736
16737 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
16738
16739         * BufferView_pimpl.C:
16740         * minibuffer..C: added "using SigC::slot" declaration.
16741
16742 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16743
16744         * lyxlex_pimpl.h: noncopyable is in namespace boost.
16745
16746         * text2.C: ditto
16747
16748         * text.C: ditto
16749
16750         * paragraph.C: ditto
16751
16752         * lyxtext.h: NO_PEXTRA
16753
16754         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
16755
16756         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
16757         * ParameterStruct.h: ditto
16758         * ParagraphParameters.h: ditto
16759         * lyxparagraph.h: ditto
16760
16761 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16762
16763         * buffer.C: add compability for minipage alignment.
16764         (latexParagraphs): remove unwanted pextra check.
16765
16766         * several files: remove CXX_WORKING_NAMESPACES
16767
16768         * buffer.C (pop_tag): tie is in namespace boost
16769
16770         * BufferView.h: noncopyable is in namespace boost
16771         * lyxlex.h: ditto
16772         * lyx_main.h: ditto
16773         * lyx_gui.h: ditto
16774         * layout.h: ditto
16775         * lastfiles.h: ditto
16776         * bufferlist.h: ditto
16777         * ShareContainer.h: ditto
16778         * LyXView.h: ditto
16779         * LyXAction.h: ditto
16780         * LaTeX.h: ditto
16781
16782 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16783
16784         * Merging changes from BRANCH_MVC back into HEAD.
16785
16786         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
16787
16788 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
16789
16790         * BufferView_pimpl.C: change from intl.C
16791
16792         * combox.h:
16793         * combox.C:
16794         * Makefile.am: move combox.*
16795
16796         * form1.h:
16797         * form1.C:
16798         * lyx_gui.C:
16799         * intl.h:
16800         * intl.C: remove dialog (covered by prefs)
16801
16802 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16803
16804         * lyxfunc.C (Dispatch): removed redundant break statement.
16805
16806 2001-03-14  Juergen Vigna  <jug@sad.it>
16807
16808         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
16809
16810 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16811
16812         * buffer.C: add hack to fix compability reading of minipages.
16813
16814 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
16815
16816         * buffer.C (getLists): Cleanup.
16817
16818 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16819
16820         * lyxfont.C (update): don't honor toggleall on font size.
16821
16822 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
16823
16824         * bmtable.c:
16825         * bmtable.h:
16826         * Makefile.am: moved to frontends/xforms/
16827
16828         * lyx_gui_misc.C:
16829         * lyxfunc.C:
16830         * BufferView_pimpl.C: changes for moved mathpanel
16831
16832 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16833
16834         * gettext.h: fix gettext_init() in --disable-nls
16835
16836 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16837
16838         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
16839
16840 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
16841
16842         * lyx.C:
16843         * lyx.h: strip external form
16844
16845 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16846
16847         * BufferView_pimpl.C: add comment, destroySplash()
16848
16849 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16850
16851         * BufferView_pimpl.C:
16852         * LyXAction.C:
16853         * buffer.C:
16854         * commandtags.h:
16855         * lyxfunc.C: use re-worked insetinclude
16856
16857 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16858
16859         * buffer.C: add using std::stringstream.
16860
16861         * lyx_cb.C: readd using std::ios.
16862
16863         * buffer.C: add using std::map.
16864
16865         * BufferView_pimpl.C: add using std::vector.
16866
16867         * ShareContainer.h: add std:: to swap.
16868
16869         * buffer.h: add some typedefs
16870         * buffer.C (getLists): use them
16871         (getLists): renamed from getTocList.
16872         add a counter for the different float types and use it in the
16873         generated string.
16874         (getLists): use the same counter for the NEW_INSETS and the "non"
16875         NEW_INSETS
16876
16877         * lyx_cb.h: remove unused items, includes, using etc.
16878
16879         * ShareContainer.h: remove some commented code, add more comments
16880         and "documentation".
16881
16882 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16883
16884         * buffer.C (getTocList): make the list also when NEW_INSETS is
16885         defined.
16886
16887         * buffer.h: remove TocType
16888
16889         * buffer.C (getTocList): change to return a map<string,
16890         vector<TocItem> >, implement for dynamic number of list.
16891
16892         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
16893         * text2.C (PasteSelection): adjust
16894         * CutAndPaste.C (pasteSelection): adjust
16895
16896         * FloatList.C (FloatList): update from the new_insets branch.
16897         * Floating.[Ch]: ditto
16898         * LaTeXFeatures.C: ditto
16899         * buffer.C: ditto
16900         * lyxlex_pimpl.C: ditto
16901
16902         * paragraph.C (Last): remove when NEW_INSETS is defined.
16903
16904         * other file: changes because of the above.
16905
16906 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16907
16908         * lyxparagraph.h: rename next to next_, previous to previous_,
16909         make them private for NEW_INSETS. Rename Next() to next(),
16910         Previous() to previous().
16911
16912         * other files: changes because of the above.
16913
16914 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
16915
16916         * BufferView.h:
16917         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
16918         problem.
16919
16920 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16921
16922         * main.C (main): pass lyx_localedir to gettext_init().
16923
16924         * gettext.h: remove locale_init and gettext_init macros
16925
16926         * gettext.C (locale_init): new function
16927         (gettext_init): new function
16928
16929         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
16930         setlocale().
16931
16932 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
16933
16934         * Moved credits to frontends:
16935         * credits.[Ch]: removed
16936         * credits_form.[Ch]: removed
16937         * lyx_gui_misc.C: remove credits stuff
16938         * Makefile.am:
16939
16940 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16941
16942         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
16943
16944         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
16945         unneeded destructor.
16946
16947         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
16948         a standalone pointer again.
16949
16950         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
16951
16952 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
16953
16954         * Makefile.am:
16955         * filedlg.h:
16956         * filedlg.C:
16957         * LyXAction.C:
16958         * ToolbarDefaults.C:
16959         * bufferlist.C:
16960         * commandtags.h:
16961         * form1.C:
16962         * form1.h:
16963         * lyx_cb.C:
16964         * lyx_cb.h:
16965         * lyxfunc.h:
16966         * lyxfunc.C:
16967         * BufferView_pimpl.C: use new file dialog in GUII
16968
16969         * lyx_cb.h:
16970         * lyx_cb.C: remove LayoutsCB to Toolbar
16971
16972 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16973
16974         * ShareContainer.h (get): add std:: qualifier
16975
16976 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16977
16978         * ShareContainer.h: define a proper ShareContainer::value_type
16979         type (and use typename to please compaq cxx)
16980
16981 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16982
16983         * lyxparagraph.h: move serveral local vars to
16984         ParameterStruct/ParagraphParameters., use ShareContainer in
16985         FontTable., make vars in FontTable private and add getter and
16986         setter.
16987
16988         * paragraph.C: changes because of the above.
16989
16990         * lyxfont.h: remove copy constructor and copy assignment. (the
16991         default ones is ok), move number inside FontBits. move inlines to
16992         lyxfont.C
16993
16994         * lyxfont.C: add number to initializaton of statics, move several
16995         inlines here. constify several local vars. some whitespace
16996         cleanup. Dont hide outerscope variables.
16997
16998         * Spacing.h: add two new constructors to match the set methods.
16999
17000         * ShareContainer.h: new file, will perhaps be moved to support
17001
17002         * ParameterStruct.h: new file
17003
17004         * ParagraphParameters.h: new file
17005
17006         * ParagraphParameters.C: new file
17007
17008         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17009         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17010
17011         * BufferView_pimpl.C: ParagraphParameter changes.
17012         * buffer.C: Likewise.
17013         * bufferview_funcs.C: Likewise.
17014         * text.C: Likewise.
17015         * text2.C: Likewise.
17016
17017 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17018
17019         * lyxfind.C (LyXReplace): do not redefine default argument in
17020         implementation.
17021         (IsStringInText): ditto
17022         (SearchForward): ditto
17023         (SearchBackward): ditto
17024
17025 2001-03-06  Juergen Vigna  <jug@sad.it>
17026
17027         * lyxfind.C (IsStringInText): put parentes around expressions.
17028
17029 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17030
17031         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17032
17033 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17034
17035         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17036
17037         * stl_string_fwd.h: add comment
17038
17039         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17040
17041         * tabular.h:
17042         * tabular.C: remove unused DocBook methods
17043
17044         * intl.C:
17045         * language.C:
17046         * paragraph.C:
17047         * buffer.C:
17048         killed DO_USE_DEFAULT_LANGUAGE
17049
17050 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17051
17052         * lyx_gui.C: do not include language.h.
17053
17054         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17055         arguments in function implementation.
17056
17057 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17058
17059         * BufferView_pimpl.C: add <ctime>
17060
17061 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17062
17063         * BufferView_pimpl.C: add using std::find_if
17064
17065 2001-02-27  José Matos  <jamatos@fep.up.pt>
17066
17067         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17068         by OnlyPath.
17069
17070 2001-02-11  José Matos  <jamatos@fep.up.pt>
17071
17072         * buffer.C (makeDocBookFile): command styles now have a parameter as
17073         "title" by default.
17074
17075 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17076
17077         * layout_forms.[Ch]: removed
17078         * lyx_cb.[Ch]: out character
17079         * lyx_gui.C: out character
17080         * lyx_gui_misc.C: out character
17081         * bufferview_funcs.C: : out character,
17082         added toggleall as parameter in ToggleAndShow
17083
17084 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17085
17086         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17087
17088         * text2.C (SetCurrentFont): Disable number property at boundary.
17089
17090 2001-02-26  Juergen Vigna  <jug@sad.it>
17091
17092         * lyxfunc.C (getStatus): added a string argument override function so
17093         that this is correctly called from LyXFunc::Dispatch if it contains a
17094         do_not_use_argument which is used!
17095         (Dispatch): added check for "custom" export and call appropriate func.
17096
17097 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17098
17099         * lyxrc.C: Add language_command_local, language_use_babel and
17100         language_global_options.
17101
17102         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17103
17104         * buffer.C (makeLaTeXFile): Use language_use_babel and
17105         language_global_options.
17106
17107 2001-02-23  Juergen Vigna  <jug@sad.it>
17108
17109         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17110         which works with LyXText and putted it inside BufferView. Here now we
17111         only call for that part the BufferView::Dispatch() function.
17112
17113         * BufferView.C (Dispatch): added.
17114
17115         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17116         functions which needs to use a LyXText over from LyXFunc.
17117         (MenuInsertLyXFile): added
17118         (getInsetByCode): added
17119         (moveCursorUpdate): added
17120         (static TEXT): added
17121
17122 2001-02-22  Juergen Vigna  <jug@sad.it>
17123
17124         * BufferView_pimpl.C (update): call a status update to see if LyXText
17125         needs it.
17126
17127 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17128
17129         * vc-backend.C (revert): implement for CVS
17130         (getLog): implement for CVS
17131
17132 2001-02-20  Juergen Vigna  <jug@sad.it>
17133
17134         * text2.C (ClearSelection): added BufferView param for inset_owner call
17135
17136         * lyxfunc.C (TEXT): added this function and use it instead of
17137         directly owner->view()-text of getLyXText().
17138
17139 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17140
17141         * src/layout_forms.C: out preamble
17142         * src/layout_forms.h: out preamble
17143         * src/lyx_cb.C: out preamble
17144         * src/lyx_cb.h: out preamble
17145         * src/lyx_gui.C: out preamble
17146         * src/lyx_gui_misc.C: out preamble
17147         * src/lyxfunc.C: connect with guii preamble
17148
17149 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17150
17151         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17152
17153 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17154
17155         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17156         whether to run bibtex.
17157
17158 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17159
17160         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17161
17162 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17163
17164         * Makefile.am (lyx_SOURCES): removed bibforms.h
17165
17166         * vspace.h: doxygen
17167
17168         * text.C (GetVisibleRow): make several local vars const
17169
17170         * tabular.C: small cleanup.
17171
17172         * lyxserver.C (callback): use compare instead of strncmp
17173
17174         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17175         inlines to after class or to paragraph.C
17176
17177         * lyxfont.h: remove friend operator!=
17178
17179         * converter.h: move friend bool operator< to non friend and after
17180         class def.
17181
17182         * combox.h: small cleanup
17183
17184         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17185         to inlines after class def.
17186
17187         * buffer.C (pop_tag): use string operations instead of strcmp
17188
17189         * bmtable.c: doxygen, small cleanup
17190
17191         * LaTeX.h: remove friend operator==
17192
17193 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17194
17195         * screen.C:
17196         * lyxrc.[Ch]:
17197         * lyxfunc.C:
17198         * lyxfont.[Ch]:
17199         * lyx_cb.C:
17200         * intl.[Ch]:
17201         * commandtags.h:
17202         * buffer.C:
17203         * WorkArea.[Ch]:
17204         * LyXAction.C:
17205         * BufferView_pimpl.C:
17206         * BufferView.[Ch]: remove cruft
17207
17208 2001-02-14  Juergen Vigna  <jug@sad.it>
17209
17210         * lyxfunc.C: removed #if 0 unused code
17211
17212         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17213
17214         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17215
17216         * text2.C (SetSelection): added a BufferView * parameter
17217
17218 2001-02-13  Juergen Vigna  <jug@sad.it>
17219
17220         * lyxfunc.C (Dispatch): fixed protected blank problem.
17221         * BufferView2.C (protectedBlank): added LyxText * parameter.
17222
17223         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17224         (AppendColumn): same as above for column_info.
17225
17226         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17227         (moveCursorUpdate): use a LyXText param for support of InsetText.
17228
17229         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17230         (tripleClick): ditto
17231
17232         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17233
17234         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17235
17236         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17237
17238         * text2.C (SetSelection): set correct update status if inset_owner
17239         (ToggleFree): ditto
17240
17241 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17242
17243         * tabular.C: remove some commented code.
17244
17245 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17246
17247         * BufferView_pimpl.C: call hideSplash()
17248
17249         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17250
17251         * include_form.h:
17252         * bibforms.h: remove
17253
17254         * lyxfunc.C:
17255         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17256           add LFUN_CHILD_CREATE
17257
17258         * counters.h: fix tiny typo
17259
17260         * lyx_cb.C:
17261         * lyx.h:
17262         * lyx_gui.C:
17263         * lyx.C: move splash to frontends/xforms/
17264
17265         * lyx_gui_misc.C: move Include and Bibform to frontends
17266
17267         * lyxvc.h: clarify comment
17268
17269         * vspace.C: tiny housekeeping
17270
17271 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17272
17273         * text.C (PrepareToPrint): RTL Fix.
17274
17275         * paragraph.C (GetUChar): New method.
17276         (String):  Use GetUChar.
17277
17278         * buffer.C (asciiParagraph): Use GetUChar.
17279
17280 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17281
17282         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17283
17284 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17285
17286         * buffer.h:
17287         * buffer.C: rename to getLogName(), handle
17288           build log / latex log nicely
17289
17290 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17291
17292         * MenuBackend.C:
17293         * MenuBackend.h: remove support for reference menuitem type.
17294
17295 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17296
17297         * BufferView_pimpl.C: housekeeping
17298         * BufferView_pimpl.h:
17299         * LyXView.h:
17300         * Makefile.am:
17301         * Timeout.C:
17302         * Timeout.h:
17303         * minibuffer.h: move Timeout GUI-I
17304
17305 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17306
17307         * lyxrc.C (read): Update converters data-structures.
17308
17309 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17310
17311         * LaTeX.h (operator!=): add operator != for Aux_Info
17312
17313 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17314
17315         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17316
17317         * LaTeXLog.C: deleted, useful code moved to Buffer
17318
17319         * buffer.h:
17320         * buffer.C: new function getLatexLogName()
17321
17322         * lyx_gui_misc.C:
17323         * lyx_gui.C:
17324         * lyxvc.C:
17325         * lyxvc.h:
17326         * lyxfunc.C: use frontends for LaTeX and VC logs
17327
17328 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17329
17330         * LaTeX.h: yet another std:: that Allan forgot.
17331
17332         * Variables.C (set): renamed from isset(), because this clashes
17333         with some HP-UX macros (grr).
17334
17335 2001-02-06  Allan Rae  <rae@lyx.org>
17336
17337         * LaTeX.h: Another bug fix.  Missing std:: this time.
17338
17339 2001-02-04  Allan Rae  <rae@lyx.org>
17340
17341         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17342         floats problem. I've left it commented out because it's not quite
17343         correct.  It should also test that the current object is a table or
17344         figure inset.  But I haven't gotten around to figuring out how to do
17345         that.  I *think* it'll be something like: "table" == inset.type()
17346
17347         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17348         bool.
17349
17350 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17351
17352         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17353         all the citation/databases/styles in the auxilary file.
17354         (run): Rerun latex if there was a babel language error.
17355
17356 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17357
17358         * text.C (Backspace): Preserve the font when changing newline char
17359         with a space.
17360         (BreakParagraph): If the cursor is before a space, delete the space.
17361
17362         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17363
17364 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17365
17366         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17367         new argument (code).
17368         (ChangeCitationsIfUnique): New method.
17369
17370         * paragraph.C (GetPositionOfInset): Handle bibkey.
17371
17372 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17373
17374         * BufferView_pimpl.h: change type of Position::par_pos to
17375         LyXParagraph::size_type.
17376
17377 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17378
17379         * BufferView_pimpl.C (savePosition, restorePosition): Write
17380         messages to minibuffer.
17381
17382 2001-01-28  José Matos  <jamatos@fep.up.pt>
17383
17384         * buffer.C (makeDocBookFile): adds support for document language.
17385         A silly restriction on the name of LatexCommand types where removed.
17386         Added support for CDATA sections, allows to chars unescaped, used
17387         among others in code, to avoid escape < and >.
17388
17389 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17390
17391         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17392         saved positions instrad of a stack. Furthermore, a position is
17393         stored using paragraph id/paragraph position.
17394
17395         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17396         Remove LFUN_REF_BACK.
17397
17398 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17399
17400         * converter.C (dvipdfm_options): New method.
17401
17402 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17403
17404         * vspace.C (isValidLength): Fix for empty input string.
17405
17406 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17407
17408         * LyXAction.C (init): change description of LFUN_FIGURE to
17409         "Insert Graphics"
17410
17411 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17412
17413         * LaTeX.C: add using directive
17414
17415 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17416
17417         * MenuBackend.C (expand): Fix the sorting of the formats.
17418
17419 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17420
17421         * lyx_main.C: tiny error message fix
17422
17423 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17424
17425         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17426         calling fl_initialize(). This fixes the problem with ',' as
17427         decimal separator in text files.
17428
17429 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17430
17431         * trans.C (process): Fix the keymap bug.
17432
17433 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17434
17435         * LaTeX.C (scanAuxFiles): New method. Provides support for
17436         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17437         (scanLogFile) Scan for "run BibTeX" messages.
17438
17439         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17440         OT1 font encoding. Also, load the aecompl package if the ae
17441         package is loaded.
17442
17443         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17444
17445 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17446
17447         * texrow.C (increasePos): turn two error messages into debug
17448         messages.
17449
17450 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17451
17452         * LaTeX.C (scanAux): Handle the \@input macro.
17453         (runBibTeX): Use scanAux().
17454
17455         * language.C (latex_options_): New field.
17456
17457         * LaTeXFeatures.C (getMacros): Add language macros.
17458
17459         * buffer.C (makeLaTeXFile): Small fix.
17460
17461 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17462
17463         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17464
17465         * text2.C: add a using directive.
17466
17467 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17468
17469         * BufferView2.C:
17470         * lyx_gui_misc.h:
17471         * lyxfr1.C:
17472         * lyxfunc.C: kill LyXBell.
17473
17474 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17475
17476         * text.C (IsBoundary): Remove the error message
17477
17478         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17479
17480         * lyxrc.C (setDefaults): Correct initialization value for
17481         font_norm_type.
17482
17483 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17484
17485         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17486         gotoError().
17487
17488         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17489         and GotoNextNote().
17490
17491         * src/LyXAction.C: Added reference-next.
17492
17493         * text.C (InsertChar): Use contains instead of strchr.
17494
17495         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17496
17497 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17498
17499         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17500         alignment commands (when needed).
17501
17502         * text.C (InsertChar): Add ':' to number separator chars.