]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
f471e172cb71105d643e175113defe5b171bd26e
[lyx.git] / src / ChangeLog
1 2005-04-19  Angus Leeming  <leeming@lyx.org>
2
3         * BufferView_pimpl.C (cursorToggle): no longer test whether
4         any child processes have been reaped before calling
5         handleCompletedProcesses().
6
7 2005-04-19  Martin Vermeer  <martin.vermeer@hut.fi>
8
9         * text3.C (dispatch): fix, finally fix, the language problem in
10         new lyxtexts, without disabling on-the-fly font changes (Helge's
11         bug report)
12
13 2005-04-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14
15         * text3.C (dispatch): set cursor on double/triple click events
16         (bug 1811)
17
18 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
19
20         * lyxfunc.C (actOnUpdatedPrefs): avoid warning
21         (dispatch): update counters and screen after LFUN_TEXTCLASS_APPLY.
22
23         * rowpainter.C (paintFirst): simplify the code a little bit. In
24         particular, remove the test for secnumdepth.
25         * text.C (setHeightOfRow): only allocate space for chapter number
26         when updateCounters provided an actual label, instead of looking
27         at secnumdepth directly.
28
29         * lyxlayout.C (LyXLayout): set toclevel to -2 by default.
30
31         * buffer_funcs.C (setCounter): only number LABEL_COUNTER
32         paragraphs when secnumdepth is large enough or, for environments,
33         when they are not the first in a sequence.
34
35 2005-04-17  Angus Leeming  <leeming@lyx.org>
36
37         * buffer.C (makeLaTeXFile): replace code to manipulate a path
38         containing space and '~' characters with a call to latex_path().
39
40 2005-04-17  Angus Leeming  <leeming@lyx.org>
41
42         * converter.C (convert): protect all args of convertDefault.sh
43         script with quotes.
44
45 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
46
47         * text3.C (dispatch): change the layout to "Caption" after inserting
48         a float.
49
50 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
51
52         * text3.C (dispatch): fix language problem in newly created
53         textinsets (and main text) in non-english docs
54
55 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
56
57         * lyxfunc.C (getStatus, dispatch): handle LFUN_INSET_APPLY
58         * text3.C (getStatus, dispatch): don't handle LFUN_INSET_APPLY anymore
59         * text3.C (getStatus): disable LFUN_INSET_MODIFY
60
61 2005-04-12  Martin Vermeer  <martin.vermeer@hut.fi>
62
63         * lyxtext.h:
64         * text.C (metrics): 
65         * text2.C (getFont):
66         * rowpainter.C (getFont): Fix metrics bug introduced by inset
67         fonts fix
68
69 2005-04-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
70
71         * paragraph.C (simpleTeXOnePar): add missing '}' in LaTeX
72         output of \item arguments without trailing text.
73
74 2005-04-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
75
76         * FontIterator.C (operator*): avoid a copy of the font.
77
78 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
79
80         * rowpainter.C (getFont): fix language bug from previous fix
81
82 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
83
84         * rowpainter.C (RowPainter, getFont): fix font inside inset 
85         (bugs 1766, 1809)
86
87 2005-04-06  Martin Vermeer  <martin.vermeer@hut.fi>
88
89         * CutAndPaste.C (eraseSelection): more precise fix for bug 1654,
90         preventing inserted font, deco, delim insets jumping to start of
91         surrounding inset.
92
93 2005-03-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
94
95         * lyxfunc.C (dispatch): translate message before sending it to the
96         minibuffer. 
97
98 2005-03-29  Angus Leeming  <leeming@lyx.org>
99
100         * lyx_main.C (priv_exec): call os::internal_path on each file passed
101         to LyX on the command line.
102
103 2005-03-25  Stephan Witt  <stephan.witt@beusen.de>
104
105         * vc-backend.C: use QuoteName to protect file names wherever
106         necessary. 
107
108 2005-03-27  Martin Vermeer  <martin.vermeer@hut.fi>
109
110         * buffer.[Ch]:
111         * BranchList.h: fix bugs 1844,1845: document settings don't
112         stick
113
114 2005-03-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
115
116         * lyxrc.C (setDefaults, read, output, getDescription): add support
117         for tex_allows_spaces.
118
119         * exporter.C (Export): allows files in directory containing spaces
120         if tex_allows_spaces is true.
121
122         * buffer.C (makeLaTeXFile): if the document path contains spaces,
123         output it in double quotes.
124
125 2005-03-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
126
127         * rowpainter.C: use default text height for drawing change tracker
128         strikeout lines.
129
130 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
131
132         * lyx_main.C: fix binding of tabulator key (especially S-Tab).
133
134 2005-03-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
135
136         * lyx_main.C (queryUserLyXDir): fix logic when LyX support
137         directory is missing.
138
139 2005-03-11  Martin Vermeer  <martin.vermeer@hut.fi>
140
141         * text2.C: fixed the fix, extended to other case.
142
143 2005-03-08  Martin Vermeer  <martin.vermeer@hut.fi>
144
145         * text2.C: fix for cursor up/down stuck in math [bug 1792]
146
147 2005-03-07  Alfredo Braunstein  <abraunst@lyx.org>
148
149         * text2.C (cursorUp): get rid of a crash
150         * text.C (x2pos): add an assert
151
152 2005-03-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
153
154         * lyxfunc.C (getStatus): fix warning when assertions are disabled
155
156         * text3.C: 
157         * lyxfunc.C: 
158         * dociterator.C: include <boost/current_function.hpp>, which is
159         needed when assertions are disabled.
160
161 2005-03-05  Johnathan Burchill  <jkerrb@users.sourceforge.net> 
162
163         * text2.C: fix for stuck cursor when traversing two 
164         consecutive spaces. [bug 1255] (pars_[old.pit()].setChange) 
165
166 2005-02-25  Andreas Vox  <avox@arcor.de>
167
168         * output_docbook.C (makeParagraph): suppress trailing newline
169         after a run of paragraphs
170
171 2005-02-28  Johnathan Burchill  <jkerrb@users.sourceforge.net>
172
173         * paragraph.C: fix for confused change tracker when pasting
174         text that begins with a lineseparator. [bug 1827]
175         (setChange(0, Change::INSERTED);)
176
177         * paragraph_funcs.C: fix for lost changes on triple-paste
178         in change tracking mode [bug 1827] (par.setChange()).
179
180 2005-02-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
181
182         * text2.C (updateCounters, setCounter, expandLabel): move to
183         buffer_funcs.
184
185         * buffer_funcs.C (updateCounters): turn into a free standing
186         function and add a buffer parameter. Remove dead code for tracking
187         labelstring change.
188         (setCounter): change into a free-standing function which gets a
189         dociterator as argument. Use this iterator to fix captions in a
190         simple way. When no float is found above the caption, use the
191         labelstring of the caption layout as default.
192
193         * text.C (breakParagraph, backspace): 
194         * text2.C (init, setLayout, changeDepth):
195         * text3.C (dispatch): 
196         * CutAndPaste.C (cutSelection, pasteSelection): pass a buffer to
197         updateCounters.
198
199         * dociterator.C (forwardPar): make it much faster by calling
200         forwardPos() only when really necessary.
201
202         * output_docbook.C (makeCommand): adapt to expandLabel move.
203
204         * cursor.C: remove unused variable
205
206 2005-02-24  Johnathan Burchill  <jkerrb@users.sourceforge.net>
207
208         * paragraph_funcs.C: fix crash when pasting insets in change 
209         tracking mode [bug 1277] (honour change type in moveItem).
210
211 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
212
213         * LaTeX.C (scanLogFile): recognize pdfTeX warnings
214
215 2005-02-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
216
217         * BufferView.C (setCursor): change to use a DocIterator.
218         (gotoLabel): use BufferView::setCursor (other part of bug 781).
219         (putSelectionAt): adapt to BufferView::setCursor change.
220
221         * bufferview_funcs.C (gotoNextInset, gotoInset): new functions,
222         moved here from LyXText and rewritten to use proper cursor
223         methods. Fixes bug 1787, 616 and 835.
224
225         * BufferView_pimpl.C (restorePosition): set the cursor correctly
226         when inside an inset (part of bug 781).
227         (dispatch): adapt to change of BufferView::setCursor.
228         (getStatus, dispatch): handle LFUN_GOTOERROR,
229         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
230
231         * text3.C (getStatus, dispatch): do not handle LFUN_GOTOERROR,
232         LFUN_GOTONOTE and LFUN_REFERENCE_GOTO.
233         * text3.C (gotoNextInset, gotoInset): removed.
234
235 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
236
237         * lyx_main.C (queryUserLyXDir): fix test for rerunning configure
238
239 2005-02-15  Angus Leeming  <leeming@lyx.org>
240
241         * rowpainter.C (paintText): Ensure that "paragraphs().size() - 1"
242         can be used meaningfully in a comparison.
243
244 2005-02-13  André Pönitz  <poenitz@gmx.net>
245
246         * bufferview_funcs.C (coordOffset): improve cursor drawing
247
248 2005-02-13  André Pönitz  <poenitz@gmx.net>
249
250         * Cursor.[Ch] (fixIfBroken): new method, try to fix a broken cursor
251         * Cursor.C (dispatch): use fixIfBroken
252         * lyxfunc.C (getStatus): use fixIfBroken
253
254 2005-02-15  Angus Leeming  <leeming@lyx.org>
255
256         * lyx_main.C (error_handler):
257         * lyxfunc.C:
258         * lyxrc.C (setDefaults):
259         s/GetEnv/getEnv/.
260         #include "environment.h".
261
262         * lyxsocket.C (LyXServerSocket): s/putenv/setEnv/.
263
264 2005-02-15  Angus Leeming  <leeming@lyx.org>
265
266         * lyxserver.C (startPipe): squash MSVC warning "local variable
267         'fd' used without having been initialized".
268
269 2005-02-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
270
271         * BufferView_pimpl.C: revert accidental commit.
272
273 2005-02-14  André Pönitz  <poenitz@gmx.net>
274
275         * dociterator.[Ch]: new member forwardPosNoDescent(),
276         which doesn't enter nested insets.
277         * text2.C (setFont): use forwardPosNoDescent() instead
278         of ForwardPos() (fixes crash on font change).
279
280 2005-02-13  Angus Leeming  <leeming@lyx.org>
281
282         * lyx_main.C (init): invoke prependEnvPath to adjust the PATH
283         only if lyxrc.path_prefix is not empty.
284
285 2005-02-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
286
287         * bufferparams.C (readGraphicsDriver): prevent crash
288
289 2005-02-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
290
291         * text2.C (setCounter): check for inInset() == 0
292
293 2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
294
295         * BufferView_pimpl.C (dispatch): handle LFUN_GOTO_PARAGRAPH here,
296         but use update() to get correct screen display; use convert
297         instead of istringstream. 
298         (getStatus): handle LFUN_GOTO_PARAGRAPH 
299
300         * lyxfunc.C (dispatch, getStatus): do not handle
301         LFUN_GOTO_PARAGRAPH here.
302
303 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
304
305         * text3.C (dispatch): size() -> depth()
306
307         * text2.C: remove some debug output
308
309         * paragraph.C: ws changes only
310
311         * lyxfunc.C (getStatus): size() -> depth()
312
313         * dociterator.h (clear, push_back, pop_back, internalData,
314         operator[], resize, empty): new functions
315         Make StableDocIterator and operator== be friends. Don't inherit
316         from std::vector use a privat class variable slices_ instead.
317         Modify to fit.
318
319         * dociterator.C: update because of not inheriting from std::vector
320         anymore. Call explictly to slices_ instead. Use depth() instead of
321         size() and top() instead of back()
322
323         * cursor.C: chagne size() -> depth and back() -> top(). Also
324         remove some direct operator[](i) calls in favour of foo[i]
325         (getFont): remove some dead code
326
327         * bufferview_funcs.C (coordOffset): size() -> depth()
328
329         * buffer.C: ws changes only
330
331         * CutAndPaste.C (eraseSelection): back() -> top()
332
333         * BufferView_pimpl.C (selectionRequested): back() -> top()
334
335         * BufferView.C (setCursor): size() -> depth()
336
337 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
338
339         * text3.C (cursorPrevious): return true if depm changed something
340         (cursorNext): ditto
341         (dispatch): rename sl to oldTopSlice, remove moving use the new
342         NoUpdate func attrib instead. Make sure that needsUpdate is set
343         for function that have NoUpdate, but where depm might have changed
344         the buffer anyway.
345
346         * text2.C (cursorLeft): make us return true if depm changed
347         something
348         (cursorRight): ditto
349         (cursorUpParagraph): ditto
350         (curosrDownParagraph): ditto
351         (cursorUp, cursorDown): ditto, make sure to read comments in code
352         (deleteEmptyParagraphMechanism): remove an assert, also return
353         true if just a single char was deleted.
354
355         * text.C (cursorRightOneWord, cursorLeftOneWord): use a temp
356         cursor that we modify, to avoid modifying an active cursor before
357         we call setCursor. This allows depm to run. Also return true if
358         depm deleted something.
359
360         * lyxtext.h: Make cursorUp, cursorDown, cursorLeft, cursorRight,
361         cursorLeftOneWord, cursorRightOneWord, cursorUpParagraph,
362         cursorDownParagraph, cursorPrevious and cursorNext, return true if
363         something was changed in the buffer because of them (ie. depm run)
364
365         * lyxfunc.C (processKeySym): add BOOST_CURRENT_FUNCTION to some
366         debug messages. Make update by default be false. Make sure that
367         the result of update is retained throught several calls down to
368         dispatch.
369
370         * LyXAction.h: add a new func_attrib: NoUpdate
371
372         * LyXAction.C (init): add noupdate to LFUN_LEFT, LFUN_RIGHT,
373         LFUN_DOWN, LFUN_HOME, LFUN_END, LFUN_DOWN_PARAGRAPH,
374         LFUN_UP_PARAGRAPH, LFUN_NEXT, LFUN_PRIOR, LFUN_UP, LFUN_WORDRIGHT
375         and LFUN_WORDLEFT
376         (init): add missing lfuns: LFUN_FINISHED_*, LFUN_MOUSE_*
377
378 2005-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
379
380         * BufferView_pimpl.C: replace all occurences of bv_->cursor(),
381         bv_->owner(), bv_->buffer() by direct references to the private
382         members.
383         (MenuInsertLyXFile): replace bv_->resize() with resizeCurrentBuffer.
384         (getStatus): isSavedPosition() is in BufferView::Pimpl.
385         (fitCursor): center() is in BufferView::Pimpl.
386         (getStatus, trackChanges, dispatch): no need for a temporary buf
387         variable
388         (fitCursor, workAreaDispatch): use workarea().workheight()
389
390 2005-02-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
391
392         * CutAndPaste.C (pasteSelectionHelper): fix a crash
393
394 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
395
396         * buffer.C: format up to 241.
397         * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
398         break if pasting into ERT
399         * lyxfunc.C (getStatus): suppress mathpanel and
400         LFUN_DIALOG_SHOW_NEW_INSET in ERT
401
402 2005-02-01  Angus Leeming  <leeming@lyx.org>
403
404         * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
405
406 2005-02-01  Angus Leeming  <leeming@lyx.org>
407
408         * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
409         calling fs::is_directory().
410
411 2005-01-31  Angus Leeming  <leeming@lyx.org>
412
413         * lyx_main.C (priv_exec): specify explicitly the relative location
414         of the top level build directory when run in-place.
415
416 2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
417
418         * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
419         LyXText containing the cursor, not the top-level one.
420
421         * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
422         true.
423         (insertStringAsLines): rename par to pit; use temporary variable
424         par to hold a Paragraph; do not store par.layout() in a variable,
425         since the pointer may die when breaking paragraphs; pass pars to
426         breakParagraph() instead of Buffer::paragraphs().
427
428 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
429
430         * lyxlex_pimpl.h: #include <fstream>.
431
432         * BufferView.[Ch] (getLyXText): add a const version.
433
434         * BufferView_pimpl.C: add debug aids.
435
436         * RowList_fwd.h:
437         * buffer.h:
438         * lyxrow.h:
439         * paragraph_funcs.h: add commentary explaining what the class does.
440
441
442         * coordcache.[Ch]: add lots of commentary.
443         (startUpdating, doneUpdating): debug aids.
444         (arrays, insets, parPos, getParPos): accessors to private data.
445
446         * cursor_slice.[Ch] (text): add a const version.
447         * dociterator.[Ch] (text, innerText): add const versions.
448
449         * lyxtext.h (breakParagraph): change the keep_layout arg to a
450         bool.
451
452         * paragraph.C (getRow, pos2ros): add asserts.
453
454         * paragraph.h: add commentary. Lots of.
455
456         * paragraph.[Ch] (metrucs, draw): removed.
457
458         * cursor.C:
459         * rowpainter.[Ch]: const-correct changes.
460
461         * text.C: various obvious clean-ups. Removal of ancient cruft.
462         Bug fixes, even.
463
464 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
465
466         * vc-backend.C (find_file): rewrite to use boost.filesystem
467         (scanMaster): ditto
468
469         * main.C (main): set default name check for boost.filesystem to
470         no check
471
472         * lyxfunc.C (menuNew): rewrite to use boost.filesystem
473         (open): ditto
474         (doImport): ditto
475         (actOnUpdatedPrefs): ditto
476
477         * lyx_main.C (init): rewrite to use boost.filesystem
478         (queryUserLyXDir): ditto
479
480         * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
481         (getContentsOfAsciiFile): ditto
482
483         * lastfiles.C (readFile): rewrite to use boost.filesystem
484
485         * exporter.C (checkOverwrite): rewrite to use boost.filesystem
486
487         * buffer_funcs.C (readFile): rewrite to use boost.filesystem
488         (loadLyXFile): ditto
489
490         * buffer.C (Buffer): adjust for destroydir
491         (getLogName): rewrite to use boost.filesystem
492         (setFileName): ditto
493         (save): use fs::copy_file (from fs_extras)
494
495         * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
496
497         * LaTeX.C (run): rewrite to use boost.filesystem
498         (scanAuxFiles): ditto
499         (handleFoundFile): ditto
500
501 2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
502
503         * LaTeXFeatures.C (getAvailable): always clear packages_ list.
504
505         * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
506
507 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
508
509         * lyxlayout.[Ch]: change some vars from float to double
510
511         * buffer.C (readFile): make a local var const
512
513         * Several files: use convert<> instead of atoi,strToXXX and friends
514
515 2005-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
516
517         * LaTeXFeatures.[Ch]: Add a static list packages_ that
518         holds the contents of packages.lst. New functions getAvailable
519         and isAvailable to parse and check that list, resp.
520
521         * LyXAction.C:
522         * lfuns.h:
523         * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES.
524
525         * bufferparams.[Ch]: new param output_changes.
526
527         * Buffer.C: increase file format to 240.
528         Use output_changes and isVailable.
529
530         * changes.[Ch]:
531         * paragraph.C:
532         * paragraph_pimpl.C: Use output_changes and isVailable.
533
534 2005-01-23  Angus Leeming  <leeming@lyx.org>
535
536         * output_latex.C: #include "insetbibitem.h", rather than
537         forward declare function bibitemWidest.
538
539 2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
540
541         * lyx_main.C (init): make it compile on the Mac.
542
543 2005-01-20  Angus Leeming  <leeming@lyx.org>
544
545         * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)
546         (setLyXMisc): (char string literal) != (char string literal) is
547         performing a comparison on the addresses. Convert one operand
548         explicitly to string to guarantee expected behaviour.
549         From MSVC warning.
550
551 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
552
553         * buffer.C:
554         * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
555
556         * output_plaintext.C: remove unneeded #include gzstream.h.
557
558 2005-01-20  Angus Leeming  <leeming@lyx.org>
559
560         * SpellBase.h: rename some of the elements of the Result enum.
561
562         * aspell_local.h:
563         * ispell.h:
564         * pspell.h:
565         * aspell.C (check):
566         * ispell.C (check):
567         * pspell.C (check): ditto
568
569 2005-01-20  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
570
571         * buffer.C: add #include <fstream>.
572
573         * lyx_main.C (init): Compile fix.
574
575         * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
576
577 2005-01-20  Angus Leeming  <leeming@lyx.org>
578
579         * mover.h: change commentary to reflect the changed meaning of
580         the $$s placeholder.
581
582 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
583
584         * output_linuxdoc.C (linuxdocParagraphs): silence warning
585
586         * lyxfind.C (MatchString::operator()): remove bogus semicolon
587
588 2005-01-20  Angus Leeming  <leeming@lyx.org>
589
590         * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when
591         printing diagnostic data by not dereferecing an iterator past the
592         end.
593
594 2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
595
596         * buffer.C (readHeader): use "&&" rather than "and".
597
598         * lyxserver.h (inPipeName, outPipeName): make these const.
599
600 2005-01-19  Angus Leeming  <leeming@lyx.org>
601
602         * lyx_main.C (error_handler, init): protect SIGHUP with
603         #ifdef SIGHUP guards.
604
605 2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
606
607         * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
608
609 2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
610
611         * text.C (setHeightOfRow): add a margin at the top and bottom of
612         the document (bug 1761)
613
614 2005-01-17  Angus Leeming  <leeming@lyx.org>
615
616         * buffer.C (readFile): prepend the name of the "lyx2lyx" script
617         with "python ". Workaround for a brain-dead Windows.
618
619 2005-01-16  Angus Leeming  <leeming@lyx.org>
620
621         * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
622         for MacOSX and Windows to use prependEnvPath.
623         Strip out the hard-coded block to add elements to the PATH for
624         MacOSX and replace it with a call to prependEnvPath using the
625         contents of LyXRC::path_prefix.
626         (queryUserLyXDir): strip out the code to run reconfigure, instead
627         returning a boolean indicating the necessity to do so.
628         (reconfigureUserLyXDir): contains the code to reconfigure the
629         user support directory. Is now called after the various LyXRC data
630         files have been read.
631
632         * lyxrc.[Ch]: add path_prefix var and code to read/write it.
633
634 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
635
636         * converter.[Ch] (convert): take a new parameter try_default. Use
637         a default converter (imagemagick) if try_default is true.
638
639 2005-01-13  Angus Leeming  <leeming@lyx.org>
640
641         * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
642         os::cygwin_path_fix.
643         (write): output LyXRC::cygwin_path_fix as necessary.
644
645 2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
646
647         * lyxrc.h:
648         * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
649
650 2005-01-12  Angus Leeming  <leeming@lyx.org>
651
652         * lyx_main.C (init): set the PATH variable to include the
653         directory containing the LyX binary when running on Mac or Windows.
654
655 2005-01-12  Angus Leeming  <leeming@lyx.org>
656
657         * lyx_main.C (init): remove cruft that purports to set the locale
658         dir. It doesn't and is not needed anyway.
659
660 2005-01-10  Angus Leeming  <leeming@lyx.org>
661
662         * Makefile.am: remove the lyx_main.C special casing.
663
664         * BufferView_pimpl.C:
665         * bufferlist.C:
666         * exporter.C:
667         * lyx_cb.C:
668         * lyx_main.C:
669         * lyxfunc.C:
670         * messages.C: use support/package.h to provide the paths to the
671         various directories used by LyX.
672
673 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
674
675         * CutAndPaste.C (pasteSelectionHelper): fix bug 1332 (preserve the
676         layout if pasting into an empty paragraph)
677
678 2005-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
679
680         * tex-accent.C: add <string>
681
682 2005-01-06  José Matos  <jamatos@lyx.org>
683
684         * ParagraphParameters.C (write): put every parameter in its own line.
685         * paragraph.C (write): reduce number of consecutive empty lines exported.
686         * buffer.C (LYX_FORMAT): increase file format to 239.
687
688 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
689
690         * everywhere: change support/tostr.h -> support/convert.h
691
692         * tabular.C: make all write_attributes templates, tostr -> convert
693
694         * paragraph.C (simpleLinuxDocOnePar): fix type for ret from getChar
695         (emptyTag): and -> &&, and fix type for ret from getChar
696         (getFirstWord): fix type for ret from getChar
697         (onlyText): and -> &&
698         (simpleDocBookOnePar): and not -> && !, fix type for ret from
699         getChar
700
701         * toc.C (goTo, action):
702         * text3.C (dispatch):
703         * text.C (currentState):
704         * tex-accent.C (DoAccent):
705         * sgml.C:
706         * lyxrc.C:
707         * lyxfunc.C (menuNew):
708         * lyxfinc.C (replace):
709         * counters.C (laberItem):
710         * bufferview_funcs.C (font2string):
711         * bufferparams.C (writeFile):
712         * buffer.C (readFile):
713         * Spacing.C (set):
714         * MenuBackend.C: tostr -> convert
715
716         * LaTeX.C (runMessage): fix format
717         (scanAuxFiles): tostr -> convert
718
719         * BufferView_pimpl.C (savePosition): fix format
720         (restorePosition): ditto
721         (dispatch): ditto
722
723 2005-01-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
724
725         * Spacing.[Ch]: New method getValueAsString().
726
727         * Spacing.[Ch]:
728         * bufferparams.C:
729         * ParagraphParameters.C:
730         * lyxlayout.C:
731         * text.C:
732         * text3.C: store/read spacing value as string.
733
734         * rowpainter.C: change float value (spacing_val) to double.
735
736         * bufferparams.C: add Spacing::Other to spacetranslator (fixes
737         broken custom document spacing).
738
739 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
740
741         * lyxfunc.C (getStatus): moved from lyxfunc.C put into anon
742         namespace, also more use of temp references and const
743
744         * cursor.[Ch] (getStatus): move to lyxfunc.C
745
746         * bufferparams.C: reformat slightly
747
748         * bufferview_funcs.C (font2string): constify arg
749
750         * changes.C:
751         * converter.C:
752         * counters.C:
753         * bufferlist.C:
754         * buffer_funcs.C: (many funcs): constify arg on function
755         definitions, also make more local vars const, also add ASSERTS on
756         pointer args.
757
758         * buffer.C (LYX_FORMAT): put const in correct place
759         (many funcs): constify arg on function definitions, also make
760         more local vars const
761
762         * aspell_local.h: remove "struct" from typdef setup
763
764         * aspell.C (check): make word_ok const
765         (nextMiss): simplify slightly
766         (error): ditto
767
768 2005-01-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
769
770         * lyxrc.[Ch]: store all float values as strings.
771         use int (not float) for lyxrc.dpi.
772
773 2005-01-04  Angus Leeming  <leeming@lyx.org>
774
775         * lyx_cb.C (Reconfigure):
776         * lyx_main.C (queryUserLyXDir):
777         to run the <system_lyxdir>/configure correctly on Windows, prefix
778         the path to the script with "sh " when generating the string that
779         is passed to system().
780
781 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
782
783         * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
784
785 2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
786
787         * lyxlength.C (asLatexString): get rid of setprecision
788
789 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
790
791         * text2.C (setLayout): remove unused variable endpit.
792         (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
793
794         * paragraph.C (onlyText): remove unused variable style.
795
796         * cursor.C (bruteFind): remove unused variables beg and end.
797
798         * Makefile.am (dist_noinset_DATA): not needed anymore
799
800         * cheaders/*: remove.
801
802 2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
803
804         * text3.C: fix LFUN_MATH_MODE.
805
806 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
807
808         * buffer_funcs.C (countWords): new function. Counts words between
809         two iterators.
810
811         * BufferView_pimpl.C (getStatus, dispatch): handle
812         LFUN_WORDS_COUNT.
813
814         * LyXAction.C (init):
815         * lfuns.h: add LFUN_WORDS_COUNT.
816
817 2004-12-19  Angus Leeming  <leeming@lyx.org>
818
819         * buffer.C (save): s/slashify_path/internal_path/.
820
821 2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
822
823         * lyxfind.C (findChange): do not search for end of pars, because
824         the change tracker cannot handle this (fixes bug 1719).
825
826 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
827
828         * paragraph.[Ch] (autoBreakRows): remove
829
830         * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
831
832         * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
833         avoid using the paragraph one
834
835         * text2.C (LyXText, insertStringAsLines): adjust
836
837 2004-12-16  Angus Leeming  <leeming@lyx.org>
838
839         * bufferlist.C:
840         * lyx_main.C:
841         * messages.C: remove redundant "using lyx::support::GetEnvPath;"
842
843 2004-12-14  Angus Leeming  <leeming@lyx.org>
844
845         * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
846
847         * bufferlist.C (emergencyWrite):
848         * lyx_main.C (queryUserLyXDir): use os::homepath(), not
849         GetEnvPath("HOME").
850
851 2004-12-14  Angus Leeming  <leeming@lyx.org>
852
853         * main.C: (main): no longer pass pointers to os::init.
854
855 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
856
857         * undo.C (textUndoOrRedo): simplify logic, fix a crash
858         (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
859
860 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
861
862         * lyxfunc.C:
863         * text3.C: remove selection_possible global flag
864
865 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
866
867         * text2.C (getSelectionSpan): remove
868         (changeDepth, changeDepthAllowed): adjust
869
870 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
871
872         * Makefile.am (BOOST_LIBS): use boost variables
873
874 2004-12-03  José Matos  <jamatos@lyx.org>
875
876         * buffer.C: format up to 238.
877
878 2004-12-03  José Matos  <jamatos@lyx.org>
879
880         * tabular.[Ch]: remove setHeaderFooterRows as this code is never called.
881
882 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
883
884         * cursor.C (goUpDown): remove call to idxUpDown2
885
886 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
887
888         * tabular.[Ch]: use size_t-like types for cell, row and column
889         indices
890
891 2004-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
892
893         * lyxfunc.C (getStatus): do not lose previous information when
894         calling BufferView::getStatus; do not set a default "Command
895         disabled" message at the beginning, but just before returning.
896
897 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
898
899         * cursor.h (getStatus): add better comment from src/cursor.C
900
901 2004-11-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
902
903         * text3.C (getStatus): return false when the lfun is not handled
904
905 2004-11-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
906
907         * broken_headers.h: remove
908
909         * Makefile.am (lyx_SOURCES): remove broken_headers.h
910
911 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
912
913         * BufferView.[Ch]: remove top_y, introduce anchor_ref,
914         offset_ref accessors
915
916         * BufferView_Pimpl.[Ch]: introduce anchor_ref_, offser_ref_, remove
917         top_y_, merge fitcursor with update
918         (updateScrollbar, scrollDocView, fitCursor, center, update): new
919         coord scheme
920         (metrics): introduce
921         (workAreaDispatch): adapt to new coord scheme
922         (redoCurrentBuffer): remove
923
924         * FontIterator.[Ch]: Use Paragraph & instead of pit_type
925
926         * bufferview_funcs.[Ch]: introduce coordOffset, getPos, status,
927         CurStatus enum.
928
929         * coordcache.[Ch]: add paragraph cache and helpers
930
931         * CursorSlice.[Ch]: rename CursorSlice::par to CursorSlice::pit,
932         adjust everywhere
933
934         * cursor.[Ch] (getDim): fix, (getPos) use coordOffset
935         (targetX, setTargetX): introduce
936
937         * lyxrow.[Ch]: simplify, remove ascent_of_text, y_offset, rename
938         baseline -> ascent, as the rest of lyx
939
940         * lyxtext.h: remove redoParagraphs, updateParPositions,
941         fullRebreak, redoParagraphInternal. move dist to anon namespace in
942         tabular.C (doesn't belong here), remove xo_, yo_ cache, makes it
943         have ascent/descent (ascent is ascent of first par)
944
945         * metricsinfo.h: add ViewMetricsInfo struct to use in the metrics
946         step of BufferView
947
948         * paragraph.[Ch]: unify dimension handling with the rest of lyx
949
950         * paragraph_funcs.[Ch] (getParsInRange, outerPar): remove.
951
952         * pariterator.C: fix infinite loop introduced in par->pit renaming
953
954         * rowPainter.[Ch]: big rewrite: separate drawSelection from draw
955         in insets and LyXText, draw two off-screen paragraphs using
956         NullPainter, and adapt to new coord scheme
957
958         * text.C:
959         * text2.C:
960         * text3.C: adapt lfun handlers to the new coord scheme, which
961         means: there's only guaranteed coord information for onscreen pars
962         plus one above and one below. This implies that one can do search
963         from y coordinates in the range [-1,workHeight]
964
965 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
966
967         * rename a lot of InsetOld to InsetBase
968
969 2004-11-25  Angus Leeming  <leeming@lyx.org>
970
971         * BufferView_pimpl.C:
972         * lyx_cb.C:
973         * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
974
975 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
976
977         * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
978         call BufferView::getStatus if LCursor::getStatus did nothing
979         (setStatusMessage, getStatusMessage): removed.
980
981         * FuncStatus.C (message): new methods. Used to provide an error
982         message indicating why a command is disabled.
983         (clear, |=, FuncStatus): update for message.
984
985 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
986
987         * lyxfunc.C (dispatch): always call sendDispatchMessage
988
989 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
990
991         * BufferView.C:
992         * BufferView_pimpl.C:
993         * CutAndPaste.C:
994         * FontIterator.C:
995         * buffer.C:
996         * cursor.C:
997         * cursor_slice.[Ch]:
998         * dociterator.[Ch]:
999         * lyxfind.C:
1000         * paragraph_funcs.C:
1001         * pariterator.C:
1002         * rowpainter.C:
1003         * text.C:
1004         * text2.C:
1005         * text3.C:
1006         * undo.C: par->pit renaming
1007
1008 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1009
1010         * tabular.C (cellstruct): use initialization, store a shared_ptr
1011         to insettext instead of the insettext directly, adjust to fit.
1012         (operator=):  new function
1013         (swap): new function
1014         (rowstruct): use initialization
1015         (columnstruct): use initialization
1016         (ltType): use initialization
1017
1018
1019         * lyxlength.h (swap): new function
1020
1021         * LColor.[Ch] (operator=): use the common semantics
1022
1023 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1024
1025         * lyxfind.C (findNextChange): update the bufferview after setting
1026         the selection.
1027
1028 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1029
1030         * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max
1031         number of InsetOptArgs has already been inserted.
1032
1033         * output_latex.C (latexOptArgInsets): new method. This outputs all
1034         the optarg insets, up to the limit defined in the layout file.
1035         (optArgInset): removed
1036         (TeXOnePar): call latexOptArgInsets; correctly update texrow
1037
1038 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1039
1040         * paragraph.C (isLetter): remove special spellchecker-related
1041         code; return true also for digits
1042         (isWord, isKomma): remove
1043
1044         * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
1045         * lyxfind.C (MatchString()): use isLetter instead of isWord
1046
1047 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1048
1049         * pariterator.h (operatir=): comment out un-implemented member
1050         function.
1051
1052         * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
1053         static cast.
1054
1055 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
1056
1057         * lyxfont.h: include LColor.h to satisfy concept checks.
1058
1059 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1060
1061         * pariterator.h: add typdefs for value_type, difference_type,
1062         pointer and reference to satisfy concept checks. Also add default
1063         constructor for same reason.
1064
1065         * pariterator.C (operator++): add post-increment operator to
1066         satisfy concept checks.
1067
1068         * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept
1069         checks.
1070
1071         * RowList_fwd.h: include lyxrow.h to satisfy concept checks.
1072
1073         * ParagraphList_fwd.h: include paragraph.h to satisfy concept
1074         checks. Also rename base_type to BaseType to follow naming
1075         standard better.
1076
1077         * FloatList.h: include Floating.h to satisfy concept checks.
1078
1079 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1080
1081         * lyxfunc.C (getStatus): when the origin of the request is menu or
1082         toolbar, and the LyXView does not have focus, do as if there was
1083         no buffer (bug 1720)
1084
1085         * lyxfunc.C (getStatus, dispatch): propagate the origin of a
1086         FuncRequest to individual entries of LFUN_SEQUENCE
1087
1088 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1089
1090         * output_latex.C (TeXOnePar): override runparams.moving_arg
1091         according to the needprotect value of the current paragraph (bug
1092         1739)
1093
1094         * paragraph.C (simpleTeXOnePar): no need to override
1095         runparams.moving_args here
1096
1097 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
1098
1099         * vspace.C: fix off-by-one-error, related to fix #1682
1100
1101 2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1102
1103         * lengthcommon.C: a more general fix for bug 1682
1104
1105 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1106
1107         * text.C (backspace): fix crash
1108
1109 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1110
1111         * format.[Ch] (getFormatFromFile): new method
1112         * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
1113
1114 2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1115
1116         * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
1117
1118 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1119
1120         * lyxfunc.C (dispatch): remove the verbose argument
1121         (sendDispatchMessage): ditto. Use the origin of the FuncRequest
1122         instead
1123
1124         * kbmap.C (defkey): set the origin of func to KEYBOARD
1125
1126         * MenuBackend.C (MenuItem):
1127         * ToolbarBackend.C (add): set the origin of func to UI
1128
1129         * funcrequest.[Ch]: add origin member, which indicates which part
1130         of LyX requests an action
1131
1132 2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1133
1134         * converter.C (move): don't lie in the error message
1135         * converter.h (isReachable, move): document
1136
1137 2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
1138
1139         * buffer.C: remove unused using lyx::support::atoi
1140         * paragraph_funcs.C: ditto
1141
1142 2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
1143
1144         * bufferlist.C (exists): use bind and equal_to instead of
1145         compare_memfun
1146         (getBuffer): ditto
1147         * lyxtextclasslist.C (NumberOfClass): ditto
1148
1149         * cursor.C (insert): use for_each instead of explicit for loop
1150
1151         * bufferlist.C (getFileNames): use std::transform and
1152         std::back_inserter instead of std::copy and lyx::back_inserter_fun.
1153
1154         * buffer_funcs.C (bufferErrors): use for_each instead of explicit
1155         for loop
1156
1157         * buffer.C (changeLanguage): use for_each instead of explicit for
1158         loop
1159         (hasParWithID): implement using getParFromID
1160
1161         * LaTeXFeatures.C: ws change only
1162
1163         * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
1164         to cleanup a bit.
1165
1166         * BufferView_pimpl.C (trackChanges): use for_each instead of
1167         expilicit for loop
1168
1169 2004-11-04  André Pönitz  <poenitz@gmx.net>
1170
1171         * undo.h:
1172         * undo.C (textUndoOrRedo): fix crash when creating undo information.
1173
1174         * dociterator.C (asDocIterator): use hard assert again.
1175
1176 2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1177
1178         * lyxlength.C (asLatexString): rewrite so that it does not use
1179         snprintf anymore
1180
1181 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1182
1183         * text3.C (specialChar, dispatch): make sure cursor moves to the
1184         right after inserting an inset
1185
1186 2004-11-02  José Matos  <jamatos@lyx.org>
1187
1188         * output_docbook.C (docbook):
1189         * paragraph.C (getID):
1190         * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
1191         garantee that the output is always legal.
1192
1193         * tabular.C (docbook):
1194         * outputprams.[Ch]: remove mixed contents.
1195
1196 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1197
1198         * text2.C (setCounter): prevent endless loop
1199
1200 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1201
1202         * exporter.C (copyFile): use the mover instead of support::copy()
1203         * exporter.C (Export): pass format and latex name to copyFile()
1204         * exporter.h (addExternalFile): document
1205         * mover.[Ch] (do_copy, do_rename): new methods with 3 arguments
1206
1207 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1208
1209         * text.C (leftMargin): do not indent paragraphs in charstyle insets.
1210
1211 2004-10-30  José Matos  <jamatos@lyx.org>
1212
1213         * paragraph.[Ch] (onlyText): Checks if the paragraph contains only
1214         text and no inset or font change. This allows to use CDATA
1215         sections just for the whole paragraph.
1216
1217 2004-10-30  José Matos  <jamatos@lyx.org>
1218
1219         * paragraph.C (getFirstWord): remove unused variable.
1220
1221 2004-10-30  José Matos  <jamatos@lyx.org>
1222
1223         * paragraph.C (getFirstWord): the content should always be escaped
1224         there.
1225         (simpleDocBookOnePar):
1226         * output_docbook.C (makeEnvironment): replace reference to CDATA
1227         to style pass_thru.
1228
1229 2004-10-30  José Matos  <jamatos@lyx.org>
1230
1231         * paragraph.C (simpleDocBookOnePar): fix reference to CDATA.
1232
1233 2004-10-30  José Matos  <jamatos@lyx.org>
1234
1235         * output_docbook.C (makeParagraphs):
1236         * paragraph.[Ch] (emptyTag): for docbook and company, if the
1237         standard paragraph has only a given type of content drop the wrapper.
1238
1239 2004-10-29  José Matos  <jamatos@lyx.org>
1240
1241         * output_docbook.C (makeEnvironment):
1242         * sgml.C (openTag):
1243         * paragraph.[Ch] (getID): rename function, and return it enclosed in id="...".
1244
1245 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
1246
1247         * sgml.[Ch] (uniqueID): returns a unique id for a given label.
1248         (cleanID): sanitize any id.
1249
1250 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1251
1252         * buffer.C, lyxlex_pimpl.C:
1253         * lyxlex_pimpl.C (setFile):
1254         s/getExtFromContents/getFormatFromContents/
1255
1256 2004-10-28  José Matos  <jamatos@lyx.org>
1257
1258         * output_docbook.C (makeEnvironment): move id to broadest possible
1259         scope.
1260
1261         * sgml.C (openTag): apply substitution of <> for all attributes.
1262
1263 2004-10-28  José Matos  <jamatos@lyx.org>
1264
1265         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1266         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1267         * output_linuxdoc.C (linuxdocParagraphs): use new openTag and closeTag.
1268
1269         * sgml.[Ch]: new version for open and closeTag for paragraph and
1270         for strings. Now they handle the ids of paragraphs.
1271
1272 2004-10-26  Angus Leeming  <leeming@lyx.org>
1273
1274         * Makefile.am: add mover.[Ch].
1275
1276         * converter.C (convert, move): use the new Movers to move external
1277         files to the temp directory.
1278
1279         * lyx_main.C (init): ensure that the global system_movers data
1280         is initialised.
1281
1282         * lyxrc.[Ch]: code to read and write 'copiers' from/to the
1283         preferences file.
1284
1285         * mover.[Ch]: new files, defining a Mover as a utility to move an
1286         external file between directories and, if necessary, manipulate this
1287         file using a helper script.
1288
1289 2004-10-25  José Matos  <jamatos@lyx.org>
1290
1291         * output_docbook.C (makeCommand): merge two if's that tested the
1292         same condition.
1293
1294 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1295
1296         * sgml.C (escapeString): fix warning in a better way
1297
1298 2004-10-25  José Matos  <jamatos@lyx.org>
1299
1300         * sgml.C (escapeString): import the require boosts header file for
1301         tie, and avoid a signed unsigned comparison.
1302
1303 2004-10-25  José Matos  <jamatos@lyx.org>
1304
1305         * sgml.h: add #include <string>
1306
1307 2004-10-25  José Matos  <jamatos@lyx.org>
1308
1309         * sgml.[Ch] (escapeString): new function to escape all the string.
1310
1311 2004-10-24  José Matos  <jamatos@lyx.org>
1312
1313         * paragraph.[Ch] (getFirstWord): new function to get the first
1314         word. Useful for description.
1315         (simpleDocBookOnePar): remove depth argument, add another that
1316         says where to start the paragraph.
1317
1318         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1319         use the new functions to fix cleanly the support for descriptions.
1320
1321 2004-10-24  José Matos  <jamatos@lyx.org>
1322
1323         * buffer.C (makeLinuxDocFile, makeDocBookFile):
1324         * output_docbook.C (makeParagraph, makeEnvironment, makeCommand):
1325         * output_linuxdoc.C (linuxdocParagraphs):
1326         * sgml.[Ch] (openTag): )move paragraph counting code to openTag, and
1327         add buffer as argument.
1328
1329 2004-10-24  José Matos  <jamatos@lyx.org>
1330
1331         * output_docbook.C (makeEnvironment, searchEnvironment): place
1332         CDATA inside paragraphs and fix scope for listitems.
1333
1334 2004-10-24  José Matos  <jamatos@lyx.org>
1335
1336         * output_docbook.C: remove using statement for stack.
1337
1338 2004-10-23  José Matos  <jamatos@lyx.org>
1339
1340         * buffer.C (makeDocBookFile): reorganize the comments about lyx.
1341         * output_docbook.[Ch]: new functions to encapsulate the way lyx exports
1342         docbook. The new scheme is recursive and makes use of iterators, the
1343         same as latex export works.
1344         * paragraph.C (simpleDocBookOnePar): removed coud that does not deal
1345         directly with the paragraph contents. This code was moved up to
1346         output_docbook.C (docbookParagraphs).
1347         * sgml.C (openTag, closeTag): removed unneeded newlines.
1348         (closeEnvTags) removed.
1349
1350 2004-10-23  André Pönitz  <poenitz@gmx.net>
1351
1352         * undo.C (textUndoOrRedo):
1353         * dociterator.C (asDocIterator): work around crash
1354
1355         * cursor.C (getStatus): replace ASSERT by more verbose error message
1356           and manual correction of the problem. Should increase stability
1357           while providing more sensible information.
1358
1359 2004-10-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1360
1361         * lyxfunc.C (getStatus,dispatch): handle LFUN_(PREVIOUS|NEXT)BUFFER
1362
1363         * bufferlist.C (previous, next): new methods
1364
1365         * lfuns.h:
1366         * LyXAction.C (init): add LFUN_NEXTBUFFER and LFUN_PREVIOUSBUFFER
1367
1368 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
1369
1370         * buffer.C (makeDocBookFile): add dsssl stylesheet control
1371         entities to preamble.
1372
1373 2004-10-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1374
1375         * messages.C (Pimpl): strip off translation context information
1376
1377 2004-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1378
1379         * BufferView_pimpl.C (setBuffer): when closing a buffer, make sure
1380         the cursor is correct (bug 1694)
1381
1382 2004-10-13  José Matos  <jamatos@lyx.org>
1383
1384         * output_docbook.C (docbookParagraphs): fix closing tags in the
1385         end of the document.
1386
1387 2004-10-09  José Matos  <jamatos@lyx.org>
1388
1389         * buffer.C: format up to 237.
1390         * bufferparams.C (write): use tostr to convert booleans to strings.
1391
1392 2004-10-08  Martin Vermeer  <martin.vermeer@hut.fi>
1393
1394         * lyxrc.C: add to tooltip about using xindy to prefs (xforms)
1395
1396 2004-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
1397
1398         * LaTeX.C: implement use of babel language in xindy.
1399
1400 2004-10-05  José Matos  <jamatos@lyx.org>
1401
1402         * bufferparams.[Ch] (readBullets, readBulletsLaTeX): new methods.
1403         Add new translators to help reading and writing the lyx file.
1404
1405 2004-10-05  José Matos  <jamatos@lyx.org>
1406
1407         * ParagraphParameters.C (read):
1408         * text.C (readParToken): replace nexToken by more appropriate lex
1409         methods.
1410
1411 2004-10-05  Hartmut Haase  <hha4491@atomstromfrei.de>
1412
1413         * LaTeX.C (runMakeIndex):
1414         * lyxrc.[Ch] (read, write, getDescription): make the indexing command
1415         (usually 'makeindex') configurable.
1416
1417         * lastfiles.h (maxlastfiles): define the maximum number of 'lastfiles'
1418         with a variable rather than with a number.
1419
1420 2004-09-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1421
1422         * output_latex.C (TeXOnePar): make sure font setting is the first
1423         thing that gets output (and the last at the end). Should fix bug
1424         1404.
1425
1426 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1427
1428         * pch.h: use proper signal include
1429
1430         * LaTeX.h: Use preferred calling of Boost.Signal
1431         * buffer.h: ditto
1432
1433 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
1434
1435         * pch.h: dont include <boost/function/function0.hpp>
1436
1437         * Makefile.am (lyx_SOURCES): remove ShareContainer.h
1438
1439         * paragraph_pimpl.h: remove usage of ShareContainer
1440
1441         * paragraph_pimpl.C: remove initialization of ShareContainer.
1442
1443 2004-09-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1444
1445         Fix bug #1666
1446
1447         * BufferView.C (putSelectionAt): change the semantics when
1448         backwards == true: now, this just swaps cursor and anchor wrt the
1449         forward case
1450
1451         * BufferView.h (putSelectionAt): add some documentation
1452
1453         * lyxfind.C (findBackwards): rewrite using while(). In particular,
1454         make sure backwardChar is done at least once (to avoid getting
1455         stuck)
1456         (findNextChange): use putSelectionAt in the forward direction
1457         (operator()): use Paragraph::isWord
1458
1459 2004-09-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
1460
1461         * Spacing.C (set): c_str fix
1462
1463 2004-09-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1464
1465         * lyx_cb.C (Reconfigure): quote the name of configure script in
1466         case it contains spaces
1467
1468 2004-09-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
1469
1470         * client: new dir
1471
1472         * Makefile.am (SUBDIRS): change order of subdirs and add client dir
1473         (BOOST_LIBS): use top_buildir when looking for the file
1474
1475 2004-08-30  Lars Gullik Bjonnes  <larsbj@gullik.net>
1476
1477         * pch.h: do not use include boost/format.hpp, multiple symbols
1478                 will result (gcc bug)
1479
1480
1481 2004-08-23  José Matos  <jamatos@lyx.org>
1482
1483         * bufferparams.C (readToken): fix reading of the author field.
1484
1485 2004-08-20  José Matos  <jamatos@lyx.org>
1486
1487         * lyxrc.C: remove support/translator.h inclusion since it is not used.
1488
1489 2004-08-20  José Matos  <jamatos@lyx.org>
1490
1491         * lyxlex.[Ch] (findToken): remove function.
1492
1493         * ParagraphParameters.C (findToken):
1494         * bufferparams.C (findToken): replace call for previous function
1495         with local copy. This local function has one more argument, the
1496         read string argument.
1497
1498 2004-08-16  José Matos  <jamatos@lyx.org>
1499
1500         * ParagraphParameters.C (write):
1501         * Spacing.C (writeFile):
1502         * bufferparams.C (writeLaTeX):
1503         * lyx_cb.C (Reconfigure):
1504         * paragraph.C (write):
1505         * tabular.C (write): remove unnecessary space at end of line.
1506
1507
1508 2004-08-16  José Matos  <jamatos@lyx.org>
1509
1510         * text.C (readParagraph): remove debug message.
1511
1512 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1513
1514         * tabular.C (asciiBottomHLine, asciiPrintCell, asciiTopHLine): fix
1515         crash
1516
1517         * output_plaintext.C (asciiParagraph): set depth correctly
1518
1519         * outputparams.h: add member depth
1520
1521         * paragraph_funcs.C (ownerPar): remove.
1522
1523         * text2.C (setCounter): remove first_pit; comment out some
1524         non-working code that uses ownerPar
1525
1526         * BufferView.C (getParentLanguage): remove. Not used anymore, and
1527         uses ownerPar
1528
1529 2004-08-16  José Matos  <jamatos@lyx.org>
1530
1531         * text.C (readParToken, readParagraph, read): report all unknown tokens.
1532         For the same level of importance use the same chanel to report problems.
1533         (read): add code to deal with \begin_body and \end_body.
1534
1535
1536 2004-08-15  José Matos  <jamatos@lyx.org>
1537
1538         * lyxlex.C (getString): fix comment, buffer::readBody is now
1539         buffer:readDocument.
1540
1541         * tex-strings.C (string_papersize): Default -> default,
1542         Custom -> custom, for consistency with other options.
1543
1544 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
1545
1546         * pch.h: new file
1547
1548         * Makefile.am: support pch
1549
1550 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1551
1552         * text.C (readParToken): remove the static LyXFont variable and
1553         pass it as a parameter instead. This fixes a nasty bug where an
1554         inset will be inserted with a bad font in some situations
1555         (readParagraph): adapt
1556
1557         * text2.C (setCounter): reduce number of calls to pars_[pit]
1558
1559         * text.C (singleWidth): add an assert, fix a test
1560
1561         * rowpainter.C (paintText): reduce number of calls to singleWidth
1562
1563         * paragraph.C (isHfill):
1564         (isNewline): ws only
1565
1566 2004-08-14  André Pönitz  <poenitz@gmx.net>
1567
1568         * text.C:
1569         * text2.C:
1570         * rowpainter.C:
1571         * lyxtext.h (several functions): use a Paragraph & argument
1572         instead of par_type
1573
1574 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1575
1576         * metricsinfo.h: add a new field ltr_pos to PainterInfo
1577
1578         * rowpainter.C (paintInset): initialize PainterInfo::ltr_pos
1579
1580         * text.C (singleWidth): remove useless test
1581
1582 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1583
1584         * tabular.h: remove bogus comments
1585
1586         * tabular.C (getDescentOfRow):
1587         (isPartOfMultiColumn): add assertions
1588
1589         * lyxlength.C (inPixels): remove #warning
1590
1591 2004-08-14  André Pönitz  <poenitz@gmx.net>
1592
1593         * paragraph.h: inline getChar()
1594
1595         * BufferView.h: remove unused declarations
1596
1597 2004-08-14  José Matos  <jamatos@lyx.org>
1598
1599         * Buffer.[Ch] (readDocument): new name for old readBody.
1600         * Buffer.C: new file format, new keywords: \begin_document,
1601         \begin_header, \begin_body, \end_body.
1602
1603         * bufferparams.C (readToken): replace all calls to lex.nextToken
1604         by lex.next(). Do the same to eatLine except where really needed.
1605
1606         * lyxfont.C (lyxWriteChanges): remove whitespaces in the end of
1607         line when writing to the lyx file.
1608
1609         * output_plaintext.C (asciiParagraph): fix Bibliography style
1610         handling.
1611
1612         * text.C (read): fix end of file handling.
1613
1614 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1615
1616         * MenuBackend.C (Menu::operator[]): new method to access
1617         individual menu items
1618         (Menu::hasFunc): new method. search for an item that corresponds
1619         to a given func
1620         (MenuBackend::specialMenu): new method
1621         (MenuBackend::expand): if a special menu has been set, skip
1622         entries whose func() appears in this menu
1623
1624 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1625
1626         * text3.C: use Debug::DEBUG a bit more
1627
1628         * text.C (leftMargin): try to simplify a tiny bit change var x to
1629         l_margin. Dont output the wide margins always.
1630         (rightMargin): no margin in inner texts
1631
1632         * rowpainter.h (nestMargin): new func
1633         (changebarMargin): new func
1634         (rightMargin): new func
1635
1636         * rowpainter.C (paintDepthBar): changebarMargin and nestMargin is
1637         now functions.
1638         (paintLast): ditto
1639
1640         * factory.C (createInset): modify setDrawFrame
1641
1642         * cursor.C: use Debug::DEBUG a bit more
1643
1644 2004-08-14  André Pönitz  <poenitz@gmx.net>
1645
1646         * coordcache.[Ch]:
1647         * Makefile.am: new files to accomodate an 'external' (x,y)-position
1648         cache for all insets in (at least partially) visible (top-level)
1649         paragraphs.
1650
1651         * BufferView_pimpl.C: reset external coord cache before every update.
1652         This means the coord cache only contains valid entries.
1653
1654 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
1655
1656         bug 1096
1657         * BufferView_pimpl.C (getInsetByCode): move function out of class
1658         and change in to a template in anon namespace. Also fix to do what
1659         suits us better.
1660
1661 2004-08-13  Lars Gullik Bjonnes  <larsbj@lyx.org>
1662
1663         bug 1305
1664         * paragraph_funcs.C (moveItem): use Paragraph::value_type instead
1665         of char
1666         (breakParagraph): rename par to par_offset and use a local
1667         reference. Add code to keep the language over a rebreak.
1668         (breakParagraphConservative): rename par to par_offset, use a
1669         local reference
1670         (mergeParagraph): ditto
1671         (outerHook): ditto
1672         (isFirstInSequence): ditto
1673         (outerFont): rename pit to par_offset
1674
1675         * paragraph.C: ws change
1676         * paragraph.h: ditto
1677         * text3.C: ditto
1678         * text.C: ditto
1679
1680 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1681
1682         * paragraph_pimpl.C (simpleTeXSpecialChars): remove special
1683         treatment for ']'
1684
1685         * paragraph.C (simpleTeXOnePar): when we have a \item with
1686         optional argument, enclose the argument with curly brackets (in
1687         case it contains a closing square bracket)
1688
1689         * text2.C (editXY):
1690         * text2.C (editXY):
1691         * text3.C (checkInsetHit): constify
1692
1693 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1694
1695         * LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
1696         documents (bug 1629)
1697
1698 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1699
1700         Fix toggling of collapsable insets with the mouse (bug 1558)
1701
1702         * lyxfunc.C (dispatch): adapt to LCursor changes
1703
1704         * BufferView_pimpl.C (workAreaDispatch): adapt to LCursor changes;
1705         make sure that dispatch is not invoked twice
1706
1707         * cursor.C (needsUpdate): new method
1708         (dispatch): return void
1709         (result): new method, to access the DispatchResult of the cursor.
1710
1711 2004-08-13  José Matos  <jamatos@lyx.org>
1712
1713         * tabular.C (docbook): close empty tags in XML. Fix bug 1147.
1714
1715 2004-08-13  André Pönitz  <poenitz@gmx.net>
1716
1717         * cursor.C (macroModeClose): use plainInsert instead of niceInsert.
1718
1719         * CutAndPaste.C (eraseSelection): fix cursor position after erasing
1720           multiple cells
1721
1722 2004-08-12  André Pönitz  <poenitz@gmx.net>
1723
1724         * text3.C: take out the 'cursor right' form insertInset and only
1725         do it in those places when it is really needed. Fixes crash on
1726         C-m...
1727
1728 2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1729
1730         * lyxfunc.C (dispatch): implement LFUN_SAVE_AS_DEFAULT
1731
1732         * BufferView_pimpl.C (setBuffer): initialize the current font of
1733         the underlying LyXText
1734
1735 2004-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1736
1737         * kbsequence.C (print): use UI native formatting for menu
1738         shortcuts
1739
1740         * text.C (insertChar): call Paragraph::insertChar with a font
1741         argument (cosmetic)
1742
1743         * paragraph.C (insertInset, insertChar): the version that takes a
1744         LyXFont argument is now a wrapper around the other one (the
1745         opposite used to be true).
1746
1747         * paragraph_pimpl.C (insertInset, insertChar): remove the LyXFont
1748         argument. Font setting is done in Paragraph now.
1749
1750 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1751
1752         * outputparams.h: add new members intitle and lang.
1753
1754         * paragraph.C (simpleTeXOnePar): initialize rp.lang and
1755         rp.intitle. Actually use rp in call to simpleTeXSpecialChars
1756
1757 2004-08-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1758
1759         * text3.C (dispatch): remove special handling of button 4 and 5,
1760         it is now taken care of in the frontend code.
1761
1762 2004-07-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1763
1764         * Spacing.h: add <string> (STLPort compile fix)
1765
1766 2004-08-02  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1767
1768         * LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
1769
1770 2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
1771
1772         * lyxlex_pimpl.C (compare_tags): chagne return type of operator()
1773         to bool.
1774
1775         * converter.C (showMessage): inherit from unary_function, make
1776         operator() const.
1777
1778         * buffer.C (writeFile): initialize retval
1779
1780         * InsetList.h: rename private variable list to list_
1781         * InsetList.[Ch]: adjust accordingly.
1782
1783 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
1784
1785         * text3.C, text2.C, text.C, tabular.C, paragraph_funcs.C, paragraph.C:
1786         * lyxlength.C, lyxgluelength.C, lyxfunc.C, lyxfont.C, lyxfind.C:
1787         * kbmap.C, funcrequest.C, factory.C, cursor.C, counters.C:
1788         * bufferview_funcs.C, bufferparams.C, buffer.C, Spacing.C:
1789         * ParagraphParameters.C, LaTeXFeatures.C: replace
1790         "support/std_sstream.h" with <sstream>
1791
1792 2004-07-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
1793
1794         * lyxserver.C (startPipe): use this (pointer) not *this (reference)
1795         * lyxsocket.C (LyXServerSocket): ditto
1796         (serverCallback): ditto
1797
1798 2004-07-23  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1799
1800         * LaTeXFeatures.C: check release date when loading jurabib.
1801
1802 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
1803
1804         * lyxserver.C (startPipe): call register_socket_callback
1805         (endPipe): call unregister_socket_callback
1806
1807 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
1808
1809         * lyxsocket.C (LyXServerSocket): reduce max outstanding clients to 3
1810         (LyXServerSocket): register the callback
1811         (LyXServerSocket): unregister the callback
1812         (fd): delete function
1813         (serverCallback): improve error checking and setup the callbacks.
1814         (dataCallback): change arg to fd.
1815         (writeln): new func (copied fro the client socket) used for server
1816         write to client.
1817         (LyXDataSocket): simplify
1818         (~LyXDataSocket): close ann unregiser callback
1819         (server): delete function
1820         (fd): delete function
1821         (readln): small changes, improve some std::string usage
1822         (writeln): constify a bit
1823
1824 2004-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1825
1826         * kbmap.C (find1keybinding): new method, only used by LyX/Mac with
1827         Qt frontend
1828
1829 2004-07-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1830
1831         * BufferView_pimpl.C (setBuffer): set the layout combox value only
1832         after it has been populated
1833
1834 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1835
1836         * text2.C (insertInset): move cursor when inserting inset.
1837
1838 2004-06-30  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1839
1840         * kbmap.C (findbindings): a couple of new methods. returns a
1841         container of kb_sequence objects. The real work is done by the
1842         private recursive version
1843         (printbindings): uses findbindings to print out a bracketed list
1844         of bindings (renamed from findbinding).
1845
1846         * MenuBackend.C (binding): use kb_keymap::findbindings
1847
1848         * lyxfunc.C (sendDispatchMessage): use use kb_keymap::printbindings.
1849
1850 2004-07-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1851
1852         * buffer.C: up LYX_FORMAT to 235 (needed for the paperpackage fix)
1853
1854 2004-06-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1855
1856         * paragraph.C (isWord): return true on insets that report
1857         isLetter().
1858
1859         * text.C (getWord): use Paragraph::isWord to decide what is in a
1860         word and what is not; fix bug 1609.
1861
1862 2004-06-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1863
1864         * tex-strings.C: add "none" to string_paperpackages[], fixes
1865         off-by-one-error in the paperpackage selection.
1866
1867         * lyxlex.[Ch]:
1868         * tex-strings.[Ch]: char const * string[n]
1869         -> char const * const string[]
1870
1871 2004-06-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1872
1873         * lyxfunc.C (getStatus): if lyx_gui::getStatus disables the
1874         command, return early.
1875
1876 2004-06-18  Lars Gullik Bjonnes  <larsbj@gullik.net>
1877
1878         * debug.h: add DEBUG to enum and fix size of ANY.
1879
1880         * debug.C: add support for Debug::DEBUG
1881         (showTags): cast errorTags.level to unsigned int
1882
1883         * BufferView_pimpl.C (fitCursor): use Debug::DEBUG
1884         (redoCurrentBuffer): ditto
1885         (updateScrollbar): ditto
1886         * cursor.C (dispatch): ditto
1887         * text2.C (setLayout): ditto
1888         (setFont): ditto
1889         (updateCounters): ditto
1890         (editXY): ditto
1891         (deleteEmptyParagraphMechanism): ditto
1892
1893 2004-06-09  Lars Gullik Bjonnes  <larsbj@gullik.net>
1894
1895         * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_
1896         annotations to cleanup the Makefile slightly.
1897
1898 2004-05-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1899
1900         * lyxrc.C: do not set user_email to a default value but use empty
1901         instead. The entry used to be translated, which does not work
1902         since at the point where lyxrc is constructed there is no
1903         translation service available
1904
1905         * messages.C (getLocaleDir): remove and use directly
1906         lyx_localedir() instead
1907
1908 2004-06-02  Angus Leeming  <leeming@lyx.org>
1909
1910         Fix crash caused by dereferencing null pointer 'exportdata' in
1911         OutputParams by creating a new ExportData variable on the heap,
1912         storing it in a boost::shared_ptr.
1913         The crash was triggered when generating an Instant Preview
1914         of an external inset.
1915
1916         * Makefile.am: add outputparams.C
1917
1918         * outputparams.[Ch]: store exportdata as a shared_ptr<Exportdata>.
1919         (c-tor): allocate memory to it.
1920
1921         * exporter.C (c-tor): associated changes.
1922
1923 2004-06-01  Angus Leeming  <leeming@lyx.org>
1924
1925         * output_linuxdoc.C (linuxdocParagraphs): Check that the paragraph
1926         contains data before calling isInset(0). (Bug 1513.)
1927
1928 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1929
1930         * exporter.C (checkOverwrite): new method
1931         * exporter.C (copyFile): new method
1932         * exporter.C (Export): copy referenced files to the document dir
1933         * exporter.[Ch]: new class ExportedFile
1934         * exporter.[Ch]: new class ExportData. Contains currently the
1935         names of referenced external files
1936         * outputparams.h: add exportdata member.
1937
1938 2004-05-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1939
1940         * Makefile.am (DISTCLEANFILES): add version.C, stamp-version and
1941         version.C-tmp
1942
1943 2004-05-19  Angus Leeming  <leeming@lyx.org>
1944
1945         * LaTeXFeatures.C:
1946         * ToolbarBackend.C:
1947         * bufferparams.C:
1948         * lyxfunc.C: small changes due to the introduction of namespace
1949         lyx::frontend and the moving of namespace biblio to lyx::biblio.
1950
1951 2004-05-18  Alfredo Braunstein  <abraunst@lyx.org>
1952
1953         * text3.C (dispatch): supress update when only moving the cursor
1954         * cursor.C (selHandle): remove commented code
1955
1956 2004-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1957
1958         * paragraph.C (startTeXParParams): correct column count
1959         * CutAndPaste.C (pasteSelection): remove const_cast
1960         * output_docbook.C (docbookParagraphs): remove const_cast
1961         * output_latex.C (TeXEnvironment, TeXOnePar, TeXDeeper): remove
1962         const_cast and return ParagraphList::const_iterator
1963         * output_linuxdoc.C (linuxdocParagraphs): remove const_cast
1964         * output_plaintext.C (writeFileAscii): remove const_cast
1965         * paragraph.[Ch] (simpleTeXOnePar): make const
1966         * paragraph_funcs.C (outerPar): use const iterators
1967         * paragraph_pimpl.C (validate): use const iterators
1968         * text.C (setHeightOfRow): use const iterators
1969
1970 2004-05-17  Angus Leeming  <leeming@lyx.org>
1971
1972         * lfuns.h:
1973         * LyXAction.C (init): new LFUN_INSET_REFRESH.
1974
1975         * lyxfunc.C (dispatch): in the LFUN_BUFFERPARAMS_APPLY block loop
1976         over all insets and dispatch LFUN_INSET_REFRESH to any citation insets
1977         if the citation engine has changed.
1978
1979 2004-05-14  José Matos  <jamatos@lyx.org>
1980
1981         * buffer.C (makeDocBookFile): add a default Formal Public Identifier
1982         if the textclass does not provide it. Have it different for sgml and
1983         xml.
1984         support the language of document.
1985         * output_docbook.C (docbookParagraphs):
1986         * paragraph.[Ch] (getDocbookId): new function that gets the id of the
1987         first anchor as the id of the paragraph, remove special case code.
1988         * sgml.C (escapeChar): escape only < & >.
1989
1990 2004-05-14  Angus Leeming  <leeming@lyx.org>
1991
1992         * bufferparams.h: move biblio::CiteEngine enum here to minimize
1993         dependencies on src/frontends/controllers/biblio.h. Define a
1994         CiteEngine_enum wrapper class to enable the enum to be forward
1995         declared.
1996
1997 2004-05-12  Angus Leeming  <leeming@lyx.org>
1998
1999         * buffer.C: up LYX_FORMAT to 234.
2000         * bufferparams.[Ch]: replace the three bools, use_natbib, use_jurabib,
2001         use_numerical_citations with a single biblio::CiteEngine cite_engine
2002         variable.
2003         * LaTeXFeatures.C (getPackages): use BufferParams::cite_engine.
2004
2005 2004-05-13  José Matos  <jamatos@lyx.org>
2006
2007         * converter.h:
2008         * converter.C (Converter, readFlags): add xml member.
2009         * outputparams.h: add XML flavor.
2010         * buffer.C (makeDocBookFile): add support for the sgml/xml distinction.
2011
2012 2004-05-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2013
2014         * lyxfunc.C (dispatch):
2015         (getStatus): fix handling of LFUN_SEQUENCE
2016
2017 2004-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2018
2019         * debug.C (showLevel): do not forget the end-of-line marker
2020
2021 2004-04-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2022
2023         * kbmap.C (read): do not stop parsing a bind file when an error
2024         occurs (bug 1575)
2025
2026 2004-04-29  Angus Leeming  <leeming@lyx.org>
2027
2028         * cursor.C:
2029         * factory.C:
2030         * pariterator.C:
2031         * text2.C: wrap a bunch of #warning statements
2032         inside #ifdef WITH_WARNINGS blocks.
2033
2034 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2035
2036         * buffer.C: increment format to 233.
2037
2038 2004-04-28  Angus Leeming  <leeming@lyx.org>
2039
2040         * BufferView_pimpl.C:
2041         * lyxfunc.C:
2042         * text3.C:
2043         s/updateToolbar()/updateToolbars()/
2044         s/Toolbar.h/Toolbars.h/
2045
2046 2004-04-28  Angus Leeming  <leeming@lyx.org>
2047
2048         * BufferView.[Ch] (c-tor):
2049         * BufferView_pimpl.[Ch] (c-tor): no longer receives x,y position.
2050         No longer passes these data to the WorkArea generator.
2051
2052 2004-04-28  Angus Leeming  <leeming@lyx.org>
2053
2054         * BufferView_pimpl.C (c-tor): pass LyXView & to WorkArea generator.
2055
2056 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2057
2058         * LaTeXFeatures.C, lyx_sty.[Ch]: add \lyxdot macro
2059
2060 2003-09-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2061
2062         * output_latex.C (TeXEnvironment): make sure that there is a line
2063         break before \end{foo} for the last paragraph of a document
2064         (TeXOnePar): if the paragraph is at the end of the document (or
2065         inset) and the language has to be reset, then make sure that the
2066         line break is _before_ the language command, not after (fixes bug
2067         1225); also make sure that the language reset command is the first
2068         thing after the paragraph (to ensure proper nesting of
2069         environments and thus fix bug 1404)
2070
2071 2004-04-21  John Levon  <levon@movementarian.org>
2072
2073         * ToolbarBackend.h:
2074         * ToolbarBackend.C: make "name" be a programmatic name
2075         and a gui_name field.
2076
2077         * lyxfunc.C: display the minibuffer on M-x
2078
2079 2004-04-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2080
2081         * LaTeX.C (runMakeIndex, runBibTeX): quote correctly file name
2082         (bug 1526)
2083
2084 2004-04-19  Angus Leeming  <leeming@lyx.org>
2085
2086         * BufferView_pimpl.C (setBuffer): changed preview interface.
2087
2088         * lyxrc.[Ch] (preview): no longer a bool. Now an enum with three
2089         possible values.
2090
2091 2004-04-19  John Levon  <levon@movementarian.org>
2092
2093         * BufferView_pimpl.C:
2094         * text3.C: fix bug 1569 (insert->label doesn't give suggestion)
2095
2096 2004-04-05  Angus Leeming  <leeming@lyx.org>
2097
2098         * text.C (redoParagraphs): add call to updateCounters(), thereby
2099         fixing the missing "Figure #:" label from the caption of a
2100         figure float.
2101
2102 2004-04-13  Angus Leeming  <leeming@lyx.org>
2103
2104         * text3.C (dispatch): call Inset::.notifyCursorLeaves when the
2105         cursor is clicked out of an inset.
2106
2107 2004-04-13  Angus Leeming  <leeming@lyx.org>
2108
2109         * lyx_main.[Ch] (updateInset): pass it an InsetBase pointer rather
2110         than an InsetOld one.
2111
2112 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2113
2114         * format.[Ch]: add editor to Format
2115         * lyxrc.[Ch]: merge RC_FORMAT and RC_VIEWER. Add editor to Format
2116         * LyXAction.C, lfuns.h, lyxfunc.C: add lfun LFUN_GRAPHICS_EDIT
2117
2118 2004-04-08  André Pönitz  <poenitz@gmx.net>
2119
2120         * metricsinfo.h: remove PainterInfo::width member
2121
2122 2004-04-08  Angus Leeming  <leeming@lyx.org>
2123
2124         * lyx_sty.C (boldsymbol_def): modify so that it outputs
2125         "\providecommand" rather than "\newcommand", thereby preventing
2126         clashes with packages that define "\boldsymbol" themselves.
2127         Eg, beamer.
2128
2129 2004-04-08  Angus Leeming  <leeming@lyx.org>
2130
2131         * lyxrc.C (read): don't try to set the color of none, inherit, ignore
2132         thereby squashing an unnecessary warning.
2133
2134 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2135
2136         * LaTeXFeatures.[Ch]: change buffer_ to a pointer and add accessor
2137         setBuffer()
2138
2139 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
2140
2141         * BufferView.C (setCursor): call redoParagraph (some insets could
2142         have been opened)
2143         (putSelectionAt): remove the 'double update' trick
2144
2145         * BufferView_pimpl.C (fitCursor): call refreshPar
2146         (workAreaDispatch): remove an uneeded update call
2147         (dispatch): remove some manual update calls
2148
2149         * cursor.[Ch]: remove cached_y_, updatePos
2150         (selHandle): set noUpdate when appropriate
2151
2152         * lyxfunc.C (dispatch): track if we need an update
2153
2154         * metricsinfo.[Ch]: PainterInfo receive a Painter & on construction
2155
2156         * rowpainter.[Ch] (RowPainter): remove superfluous xo_ parameter
2157         (paintSelection): cheap optimization, do not call cursorX when not
2158         needed
2159         (paintPars): change signature
2160         (refreshPar): add
2161         (paintText): adjust
2162         (paintTextInset): adjust
2163
2164         * text.C: adjust
2165
2166 2004-04-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2167
2168         * lengthcommon.C: compilation fix: remove explicit array size from
2169         unit_name[] and friends
2170
2171 2004-04-05  Angus Leeming  <leeming@lyx.org>
2172
2173         * LyXAction.C (init): set LFUN_DIALOG_UPDATE's atrib flag to NoBuffer.
2174
2175         * lyxfunc.C (getStatus): enable LFUN_DIALOG_UPDATE if no buffer is
2176         present only for the preferences dialog.
2177         (dispatch): handle LFUN_DIALOG_UPDATE for the preferences dialog.
2178
2179 2004-04-05  Angus Leeming  <leeming@lyx.org>
2180
2181         * lyxrc.[Ch] (write): now takes a 'bool ignore_system_lyxrc' arg
2182         to enable the frontends to export changes to lyxrc correctly.
2183
2184         * lyxfunc.C (dispatch): output lyxrc.write("preferences", false).
2185
2186 2004-04-07  André Pönitz  <poenitz@gmx.net>
2187
2188         * cursor.[Ch] (selClear, adjust): remove math
2189
2190         * cursor_slice.C: more agressive assert
2191
2192         * lyxfunc.C:
2193         * BufferView_pimpl.C: rework mouse event dispatch
2194
2195         * dociterator.C:
2196         * paragraph.C:
2197         * text2.C:
2198         * text3.C: adjust
2199
2200 2004-04-05  André Pönitz  <poenitz@gmx.net>
2201
2202         * cursor.[Ch] (valign, halign...): remove unneeded functions
2203
2204 2004-04-05  Angus Leeming  <leeming@lyx.org>
2205
2206         * lyxlength.[Ch] (unit_name et al.): const-correct.
2207
2208 2004-04-05  Angus Leeming  <leeming@lyx.org>
2209
2210         * BufferView_pimpl.C:
2211         * buffer.C:
2212         * counters.C:
2213         * cursor.C:
2214         * lyxfunc.C
2215         * paragraph.C:
2216         * pariterator.C:
2217         * text.C:
2218         * text2.C:
2219         * text3.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
2220
2221 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2222
2223         * text3.C (getStatus): add LFUN_BEGINNINGBUF
2224
2225 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2226
2227         * lyxfind.C: add a couple of inTexted() tests + other small fixes
2228         * BufferView_pimpl.[Ch] (getStatus)
2229         * BufferView.[Ch] (getStatus): add
2230         * lyxfunc.C (getStatus): move lfuns handled in
2231         BufferView::dispatch to te function above
2232         * Cursor.C (setSelection): set selection() = true
2233
2234 2004-04-01  Alfredo Braunstein  <abraunst@lyx.org>
2235
2236         * lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2237
2238 2004-03-31  Angus Leeming  <leeming@lyx.org>
2239
2240         * lyxfunc.C (dispatch): Fall through to the generic
2241         Dialogs::show("preamble").
2242
2243 2004-03-31  Angus Leeming  <leeming@lyx.org>
2244
2245         * lyxfunc.C (dispatch): Fall through to the generic
2246         Dialogs::show("spellchecker").
2247
2248 2004-03-31  Angus Leeming  <leeming@lyx.org>
2249
2250         * lyxfunc.C (getStatus, dispatch): changed invocation of the
2251         preferences dialog.
2252
2253 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2254
2255         * BufferView.C
2256         * cursor.[Ch]
2257         * dociterator.[Ch]:
2258         * insetiterator.[Ch]:
2259         * lyxfind.C:
2260         * lyxfunc.C:
2261         * pariterator.[Ch]:
2262         * text2.C:
2263         * undo.[Ch]: s/DocumentIterator/DocIterator/g
2264
2265 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
2266
2267         * BufferView.C (setCursor, putSelectionAt): call edit to open the
2268         insets where we are putting the cursor.
2269
2270 2004-03-31  Angus Leeming  <leeming@lyx.org>
2271
2272         * lfuns.h:
2273         * LyXAction.C: new lfun LFUN_LYXRC_APPLY.
2274
2275         * lyxrc.[Ch] (read, write): overloaded member functions taking
2276         a std::[io]stream arguments.
2277
2278         * lyxfunc.C (getStatus, dispatch): handle LFUN_LYXRC_APPLY.
2279
2280 2004-03-31  Angus Leeming  <leeming@lyx.org>
2281
2282         * lyxfunc.C (loadTextclass): new helper function, invoked by two of
2283         dispatch's case blocks, LFUN_TEXTCLASS_APPLY and LFUN_TEXTCLASS_LOAD.
2284
2285         * lyxtextclass.C (load): if the text class couldn't be loaded, then
2286         don't overwrite 'loaded_ = false' with 'loaded_ = true' !
2287
2288 2004-03-31  Angus Leeming  <leeming@lyx.org>
2289
2290         * lyxfunc.C (dispatch): remove the cursor-manipulation code from
2291         the LFUN_ALL_INSETS_TOGGLE code.
2292
2293 2004-03-30  Angus Leeming  <leeming@lyx.org>
2294
2295         * lyxfunc.C (dispatch): the specialization Dialogs::showDocument
2296         has died. Fall through to the generic Dialogs::show("document").
2297
2298 2004-03-30  Angus Leeming  <leeming@lyx.org>
2299
2300         * lfuns.h:
2301         * LyXAction.C: new lfuns LFUN_LANGUAGE_BUFFER, LFUN_TEXTCLASS_APPLY,
2302         LFUN_TEXTCLASS_LOAD, LFUN_SAVE_AS_DEFAULT, LFUN_BUFFERPARAMS_APPLY.
2303
2304         * lyxfunc.C (getStatus, dispatch): define the actions for these
2305         lfuns. Little more than a cut and pste job from ControlDocument.C
2306
2307         * lyxtextclass.[Ch] (loaded): accessor for the private bool loaded_.
2308
2309 2004-03-30  Angus Leeming  <leeming@lyx.org>
2310
2311         * lfuns.h:
2312         * LyXAction.C (init): new lfuns, LFUN_KEYMAP_TOGGLE,
2313         LFUN_NEXT_INSET_TOGGLE, LFUN_ALL_INSETS_TOGGLE.
2314
2315         * lyxfunc.C (dispatch): LFUN_ALL_INSETS_TOGGLE is used to toggle the
2316         open/closed state of ollapsable insets. Usage:
2317
2318         all-inset-toggle <state> <name>, where
2319         <state> == "open" || "closed" || "toggle" and
2320         <name> is an identifier for a 'type' of inset. Eg "branch", "ert",...
2321
2322         * lyxtext.h, text2.C (toggleInset): removed.
2323
2324         * text3.C (dispatch): split the existing LFUN_INSET_TOGGLE in two,
2325         LFUN_KEYMAP_TOGGLE and LFUN_NEXT_INSET_TOGGLE. LFUN_NEXT_INSET_TOGGLE
2326         now passes LFUN_INSET_TOGGLE to the found inset.
2327
2328         * InsetList.[Ch] (insetsOpenCloseBranch): removed. Functionality
2329         is now invoked as "all-insets-toggle toggle branch".
2330
2331 2004-03-30  Angus Leeming  <leeming@lyx.org>
2332
2333         * dociterator.C:
2334         * insetiterator.C:
2335         * pariterator.[Ch]: added/corrected header blurb.
2336
2337 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
2338
2339         * dociterator.[Ch]: add an inset_ member
2340         (backwardPos): implemented
2341         (backwardPos, forwardPos): use inset_ when the stack is empty.
2342         (doc_iterator_begin, doc_iterator_end): implemented
2343         * pariterator.[Ch]: adjust, add begin, end
2344         * insetiterator.[Ch]: adjust, add begin, end
2345         * cursor.C:
2346         * document.C:
2347         * BufferView.C:
2348         * BufferView_pimpl.C:
2349         * CutAndPaste.C: adjust
2350
2351 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2352
2353         * buffer.C: increment file format to 232.
2354         * LaTeXFeatures.C: add bibtopic package.
2355         * bufferparams.[Ch]: param \use_bibtopic.
2356
2357         * lyxrc.[Ch]: add lyxrc bibtex_command
2358         * LaTeX.C: use rc.bibtex_command instead of hardcoded string.
2359
2360         * buffer.C: increment file format to 231.
2361
2362 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2363
2364         * dociterator.C: implement forwardPar
2365         * iterators.[Ch]: remove, replaced by
2366         * pariterator.[Ch]: this. derive ParIterator from DocumentIterator
2367         * BufferView.C:
2368         * BufferView_pimpl.C:
2369         * CutAndPaste.C:
2370         * buffer.C:
2371         * bufferview_funcs.C:
2372         * cursor.C:
2373         * lyxfind.C
2374         * lyxfunc.C
2375         * paragraph_funcs.C
2376         * toc.C:
2377         * Makefile.am: adjust
2378
2379 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
2380
2381         * CutAndPaste.C (pasteSelection): fix 2 crashes
2382         (eraseSelection): fix a crash
2383         * paragraph_funcs.C: remove a warning
2384
2385 2004-03-28  Angus Leeming  <leeming@lyx.org>
2386
2387         * lfuns.h:
2388         * LyXAction.C (init): new LFUN_PRINT.
2389
2390         * lyxfunc.C (getStatus, dispatch): handle LFUN_PRINT.
2391
2392 2004-03-27  Angus Leeming  <leeming@lyx.org>
2393
2394         * lfuns.h:
2395         * LyXAction.C (init): new LFUN_EXPORT_CUSTOM.
2396
2397         * lyxfunc.C (getStatus, dispatch): handle LFUN_EXPORT_CUSTOM.
2398
2399 2004-03-27  Angus Leeming  <leeming@lyx.org>
2400
2401         * paragraph_funcs.C (moveItem): fix memory leaks, ensure that
2402         insetlist always contains non-null pointers to insets.
2403
2404 2004-03-26  Angus Leeming  <leeming@lyx.org>
2405
2406         * src/BufferView_pimpl.C:
2407         * src/CutAndPaste.C:
2408         * src/buffer.C:
2409         * src/iterators.C:
2410         * src/output_plaintext.C:
2411         * src/outputparams.h:
2412         * src/paragraph_funcs.C:
2413         * src/rowpainter.C:
2414         * src/text.C:
2415         * src/text2.C:
2416         * src/frontends/controllers/ControlErrorList.C:
2417         * src/frontends/gtk/FileDialogPrivate.C:
2418         * src/frontends/gtk/GPainter.C:
2419         * src/frontends/gtk/GToolbar.C:
2420         * src/frontends/qt2/QRef.C:
2421         * src/mathed/math_scriptinset.C: squash compiler warnings.
2422
2423 2004-03-26  Angus Leeming  <leeming@lyx.org>
2424
2425         * ispell.C (LaunchIspell::start):
2426         * lyx_cb.C (AutoSaveBuffer::start):
2427         invoke run(DontWait) rather than runNonBlocking().
2428
2429 2004-03-26  Alfredo Braunstein  <abraunst@lyx.org>
2430
2431         * buffer_funcs.C (readFile): add cancel button to two prompt dialogs
2432
2433 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2434
2435         * kbsequence.C (print): adjust
2436
2437         * kbmap.C (printKeySym): rename and change signature
2438         (printKey): use LyXKeySym::print()
2439
2440 2004-03-26  Martin Vermeer  <martin.vermeer@hut.fi>
2441
2442         * undo.C: add using std::advance to compile for stlport
2443
2444 2004-03-24  Angus Leeming  <leeming@lyx.org>
2445
2446         * lyxfunc.C (dispatch): remove test code in LFUN_QUIT handler as
2447         it leads to a crash when no buffer is present.
2448
2449 2004-03-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2450             Martin Vermeer  <martin.vermeer@hut.fi>
2451
2452         * lyxfunc.C (dispatch):
2453         * bufferparams.C (readToken): use the new LColor::setColor
2454
2455         * LColor.[Ch] (setColor): new version that takes two strings as
2456         argument and creates a new color entry if necessary
2457
2458 2003-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2459
2460         * buffer.C (makeLaTeXFile): if the main latex file that is
2461         processed is usually a subdocument of some master, then pretend
2462         for a while that it is actually the master
2463
2464 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2465
2466         * buffer.C (getLabelList):
2467         (getBibkeyList): use getMasterBuffer()
2468         (getMasterBuffer): new method. Returns the main document in the
2469         case where one is using included documents.
2470
2471 2004-03-25  André Pönitz  <poenitz@gmx.net>
2472
2473         * Makefile.am:
2474         * iterators.[Ch]:
2475         * PosIterator.[Ch]: drop PosIterator, replaced by DocumentIterator
2476
2477         * ParagraphList_fwd.h: change ParagraphList to a std::vector
2478
2479         * CutAndPaste.[Ch]: simpler interface by moving some stuff from
2480         text*.C over here. Rename namespace CutAndPaste to lyx::cap
2481
2482         * ParameterStruct.h: merge with ParagraphParameters
2483
2484         * lyxtext.h: remove LyXText::parOffset() and getPar()
2485
2486         * text3.C: Remove all 'manual' update calls. We do now one per user
2487         interaction which is completely sufficient.
2488
2489         * Bidi.C:
2490         * BufferView.[Ch]:
2491         * BufferView_pimpl.C:
2492         * FontIterator.[Ch]:
2493         * MenuBackend.C:
2494         * ParagraphParameters.[Ch]:
2495         * buffer.C:
2496         * buffer.h:
2497         * bufferlist.C:
2498         * cursor.[Ch]:
2499         * cursor_slice.[Ch]:
2500         * dociterator.[Ch]:
2501         * errorlist.[Ch]:
2502         * factory.C:
2503         * lfuns.h:
2504         * lyxfind.C:
2505         * lyxfunc.C:
2506         * output_docbook.[Ch]:
2507         * output_latex.[Ch]:
2508         * output_linuxdoc.[Ch]:
2509         * output_plaintext.[Ch]:
2510         * paragraph.[Ch]:
2511         * paragraph_funcs.[Ch]:
2512         * paragraph_pimpl.[Ch]:
2513         * rowpainter.C:
2514         * tabular.[Ch]:
2515         * text.C:
2516         * text2.C:
2517         * toc.C:
2518         * undo.[Ch]: adjust
2519
2520         * frontends/controllers/ControlDocument.C:
2521         * frontends/controllers/ControlErrorList.C:
2522         * frontends/controllers/ControlSpellchecker.C:
2523         * insets/inset.C:
2524         * insets/inset.h:
2525         * insets/insetbase.h:
2526         * insets/insetbibitem.C:
2527         * insets/insetbox.C:
2528         * insets/insetbranch.C:
2529         * insets/insetcaption.C:
2530         * insets/insetcharstyle.C:
2531         * insets/insetcharstyle.h:
2532         * insets/insetcollapsable.C:
2533         * insets/insetcollapsable.h:
2534         * insets/insetert.C:
2535         * insets/insetfloat.C:
2536         * insets/insetfoot.C:
2537         * insets/insetmarginal.C:
2538         * insets/insetnote.C:
2539         * insets/insetoptarg.C:
2540         * insets/insettabular.C:
2541         * insets/insettext.C:
2542         * insets/insettext.h:
2543         * insets/insetwrap.C:
2544         * mathed/math_mboxinset.C:
2545         * mathed/math_nestinset.C:
2546         * mathed/math_scriptinset.C:
2547         * mathed/math_scriptinset.h:
2548         * support/types.h:
2549
2550 2004-03-24  Angus Leeming  <leeming@lyx.org>
2551
2552         * BufferView_pimpl.C (cursorToggle): use the cursor toggle to
2553         deal with any child processes that have finished but are waiting to
2554         communicate this fact to the rest of LyX.
2555
2556 2004-03-24  Angus Leeming  <leeming@lyx.org>
2557
2558         64-bit compile fixes.
2559
2560         * errorlist.[Ch] (pos_start, pos_end): store as lyx::pos_type.
2561         (c-tor): pass lyx::pos_types rather than ints.
2562
2563         * paragraph.[Ch] (beginOfBody, begin_of_body_): return, store as
2564         lyx::pos_type.
2565
2566         * text.C (Delete): compile fix.
2567         (getPar): ensure that function declaration is the same as that in
2568         the header file.
2569
2570 2004-03-23  Angus Leeming  <leeming@lyx.org>
2571
2572         * ispell.C (LaunchIspell):
2573         * lyx_cb.C (AutoSaveBuffer): change the signature of clone to return
2574         a boost::shred_ptr rather than a std::auto_ptr.
2575
2576 2004-03-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2577
2578         * lyxfunc.C (getStatus): handle read-only buffers correctly;
2579         handle LFUN_FILE_INSERT_*
2580
2581         * lyxrc.C (setDefaults, getDescription, output, read):
2582         * lyxrc.h: remove ps_command
2583
2584 2004-03-22  Angus Leeming  <leeming@lyx.org>
2585
2586         * lyx_main.C (error_handler, init): remove handler for SIGPIPE.
2587         Ensure that error_handler is processed once only and that all data
2588         is saved before attempting to output any warning messages.
2589
2590         * cursor.[Ch] (nopos_, noPos): remove unused member variable/function.
2591
2592 2004-03-21  Alfredo Braunstein  <abraunst@lyx.org>
2593
2594         * tabular.C (TeXRow): crash fix (from Kayvan and André)
2595
2596 2004-03-19  André Pönitz  <poenitz@gmx.net>
2597
2598         * cursor.[Ch] (reset): take main text inset as argument
2599
2600         * BufferView: adjust
2601         * BufferView_pimpl.C: adjust
2602
2603         * paragraph.[Ch]: fix completely broken operator=()
2604
2605 2004-03-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2606
2607         * LColor.C (getFromLyXName): make sure that the color name is used
2608         as lowercase.
2609
2610 2004-03-17  Angus Leeming  <leeming@lyx.org>
2611
2612         * lfuns.h:
2613         * LyXAction.C (init): remove LFUN_FORKS_KILL.
2614
2615         * lyxfunc.C (getStatus, dispatch) remove lfuns to show the forks
2616         dialog and to kill a forked process.
2617
2618 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2619
2620         * text2.C (setCursorFromCoordinates): fix font problem
2621
2622 2004-03-17  Alfredo Braunstein  <abraunst@lyx.org>
2623
2624         * BufferView_pimpl.C (resizeCurrentBuffer): remove unneeded and
2625         bogus "rebuild cursor" code
2626
2627 2004-03-11  André Pönitz  <poenitz@gmx.net>
2628
2629         * buffer.[Ch]: use InsetText instead of LyXText as container for
2630         the main lyx text.
2631
2632         * dociterator.[Ch]: drop the BufferView * member which is not needed
2633         anymore after the change to buffer.C
2634
2635         * paragraph_funcs.C:
2636         * text.C:
2637         * text2.C:
2638         * BufferView.[Ch]:
2639         * BufferView_pimpl.[Ch]:
2640         * cursor.[Ch]:
2641         * cursor_slice.[Ch]: adjust
2642
2643         * text3.C: fix bug in mathDispatch
2644
2645 2004-03-08  André Pönitz  <poenitz@gmx.net>
2646
2647         * undo.[Ch]: use 'StableDocumentIterator' as base for
2648         the Undo struct.
2649
2650 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2651
2652         * LaTeXFeatures.C:
2653         * bufferparams.[Ch]: add jurabib support and param.
2654
2655         * LaTeX.C: add FIXME/comment.
2656
2657 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2658
2659         * buffer.C: increment file format to 230.
2660
2661 2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
2662
2663         * cursor.C (dispatch): avoid infinite loops
2664
2665 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2666
2667         * rowpainter.C (paintSelection): fix x coordinates
2668
2669 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2670
2671         * text.C (rowBreakPoint): fix breaking before displayed insets
2672
2673 2004-03-01  André Pönitz  <poenitz@gmx.net>
2674
2675         * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
2676
2677         * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
2678
2679         * Makefile.am:
2680         * BufferView.C:
2681         * BufferView_pimpl.C:
2682         * buffer.C:
2683         * lyxfind.C:
2684         * lyxfunc.C:
2685         * text.C:
2686         * text2.C:
2687         * text3.C: adjust
2688
2689 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2690
2691         * lyxtext.h:
2692         * text.C:
2693         * text2.C:
2694         * rowpainter.C:
2695         * BufferView_pimpl.C: rename textwidth -> maxwidth,
2696         prepareToPrint -> computeRowMetrics and remove textWidth accessor.
2697
2698 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2699
2700         * Bidi.[Ch] (computeTables): const correctness
2701         * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
2702         fill_hfill, fill_label_hfill and x from Row
2703         * lyxtext.h: prepareToPrint returns a RowMetrics
2704         * rowPainter.C: adjust
2705         * text.C (prepareToPrint): use width, not textWidth. adjust
2706         (redoParagraphInternal, cursorX): adjust
2707         * text2.C (getColumnNearX): adjust
2708         (init): put a default value to the top LyXText::width
2709
2710 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2711
2712         * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here
2713
2714 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
2715
2716         * lyxtext.h: add FontIterator class
2717
2718         * text.C (FontIterator, operator*, operator->, operator++): add
2719         (rowBreakPoint, setRowWidth): adjust (fixing a
2720         rebreaking bug)
2721
2722 2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2723
2724         * BufferView_pimpl.C (workAreaDispatch): allow also
2725         LFUN_FILE_OPEN, which is used by the drag-and-drop code.
2726
2727 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
2728
2729         * text.C (rowBreakPoint): fix a bug showing with very large insets
2730
2731 2004-02-25  André Pönitz  <poenitz@gmx.net>
2732
2733         * text3.C:
2734         * cursor.[Ch]: move some mathed specific code to mathed
2735
2736 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2737
2738         * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
2739         use_tempdir in preferences
2740         * buffer.C (readFile), lyxvc.C (getLogFile): check success of
2741         tempfile creation
2742         * lyx_main.C: ensure that tempdir is valid
2743         * lyxlex.h: correct typo
2744         * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
2745         * paragraph.[Ch] (isMultiLingual): make const
2746         * cursor.[Ch] (openable): make const
2747
2748 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2749
2750         * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
2751
2752 2004-02-20  André Pönitz  <poenitz@gmx.net>
2753
2754         * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2755
2756         * cursor.[Ch]: prepare for localized getStatus()
2757
2758         * lyxtext.h:
2759         * tabular.C:
2760         * text.C:
2761         * text2.C:
2762         * text3.C:  streamlines the LyXText cursor movement handlers a bit.
2763
2764 2004-02-20  André Pönitz  <poenitz@gmx.net>
2765
2766         * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
2767
2768 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2769
2770         * text2.C (setCursorFromCoordinates): switch to absolute coords
2771         (cursorUp): adjust
2772         (cursorDown): adjust
2773         * text3.C (dispatch): adjust
2774
2775 2004-02-16  André Pönitz  <poenitz@gmx.net>
2776
2777         * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
2778           insets/ChangeLog)
2779
2780         * cursor_slice.[Ch]: remove unneeded acessor function
2781
2782         * lyxtext.h: rename rtl() to isRTL()
2783
2784         * rowpainter.C:
2785         * tabular.C:
2786         * text.C:
2787         * text2.C:
2788         * text3.C: adjust
2789
2790 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
2791
2792         * rowpainter.C (paintSelection): coord fix
2793
2794 2004-02-15  Georg Baum <Georg.Baum@post.rwth-aachen.de>
2795
2796         * Spacing.C: compile fix
2797
2798 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2799
2800         * cursor.C (dispatch): restore current_ before returning
2801
2802 2004-02-13  Alfredo Braunstein  <abraunst@lyx.org>
2803
2804         * text2.C (cursorUp, cursorDown): fix coords
2805         (moveUp): fix crash
2806
2807 2004-02-12  André Pönitz  <poenitz@gmx.net>
2808
2809         * lyxtext.h:
2810         * text.C:
2811         * text2.C:
2812         * text3.C: add LCursor & parameter to most cursor movement functions
2813           remove usage of LyXText::cursorRow() and cursorPar()
2814
2815         * cursor.[Ch]: add textRow() needed members
2816
2817         * BufferView.C:
2818         * BufferView_pimpl.C:
2819         * paragraph.[Ch]:
2820         * BufferView.C:
2821         * BufferView_pimpl.C: adjust
2822
2823 2004-02-11  André Pönitz  <poenitz@gmx.net>
2824
2825         * lyxfunc.C:
2826         * BufferView.[Ch]:
2827         * BufferView_pimpl.C: shift undo/redo handling
2828
2829         * cursor.[Ch]: fix mathed crash
2830
2831         * lyxfind.C:
2832         * lyxtext.h: move selectionAsText to LCursor
2833
2834         * output_latex.C:
2835         * paragraph.C:
2836         * text.C:
2837         * text2.C:
2838         * text3.C: adjust
2839
2840         * rowpainter.C: fix excessive drawing
2841
2842 2004-02-06  André Pönitz  <poenitz@gmx.net>
2843
2844         * BufferView.[Ch]:
2845         * BufferView_pimpl.[Ch]:
2846         * text3.C: move some text specific LFUN handling
2847
2848 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
2849
2850         * text3.C (checkInsetHit): adjust coords
2851         * text2.C (getColumnNearX): adjust coords
2852         (edit): adjust coords
2853         * text.C (getRowNearY): add two asserts
2854
2855 2004-02-06  Martin Vermeer  <martin.vermeer@hut.fi>
2856
2857         * converter.C:
2858         * format.C: add using std::distance to compile on gcc 2.95/stlport
2859
2860 2004-02-04  Martin Vermeer  <martin.vermeer@hut.fi>
2861
2862         * cursor.[Ch]: workaround gcc 2.95 pointer comparison bug
2863
2864 2004-02-04  André Pönitz  <poenitz@gmx.net>
2865
2866         * BufferView.[Ch] (insertInset):
2867         * BufferView_pimpl.[Ch] (insertInset): remove unneeded return value
2868
2869         * text2.C:
2870         * text3.C: adjust
2871
2872 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2873
2874         * BufferView_pimpl.C (dispatch): remove call to LCursor::dispatch
2875         on the default clause of the switch
2876         * lyxfunc.C (dispatch): call BufferView::dispatch if the event
2877         wasn't catched by LCursor::dispatch
2878
2879 2004-02-03  André Pönitz  <poenitz@gmx.net>
2880
2881         * BufferView.C:
2882         * cursor.[Ch]: some additional asserts
2883
2884         * undo.[Ch]: remove LyXText dependency in interface
2885
2886         * lyxfunc.C: adjust
2887
2888         * lyxtext.h (firstPar, lastPar): remove dead functions
2889
2890         * text.C:
2891         * text2.C:
2892         * text3.C:
2893         * paragraph.[Ch]: adjust
2894
2895 2004-02-03  Alfredo Braunstein  <abraunst@lyx.org>
2896
2897         * lyxfind.C (find): fix argument order in call to ::find
2898
2899 2004-02-02  André Pönitz  <poenitz@gmx.net>
2900
2901         * cursor.[Ch]: remove direct access to anchor
2902
2903         * text.C: remove findText() hack
2904
2905 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2906
2907         * iterators.[Ch] (lockPath): remove in favour of...
2908         * BufferView.[Ch] (setCursor): this addition
2909         * BufferView.C (putSelectionAt): adjust
2910         * undo.C (performUndoOrRedo): adjust
2911         * lyxfunc.C (dispatch): adjust
2912
2913 2004-02-02  Alfredo Braunstein  <abraunst@lyx.org>
2914
2915         * iterators.C (lockPath): add a missing slice
2916         * undo.C (performUndoOrRedo): remove redundant positioning code
2917
2918 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
2919
2920         * vc-backend.C (scanMaster): ";" -> ';'
2921
2922 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
2923
2924         * lyxtextclasslist.C (less_textclass_avail_desc): inherit from
2925         std::binary_function
2926
2927         * lyxtextclass.C (compare_name): rename to...
2928         (LayoutNamesEqual): ...this
2929
2930         * lyxlex_pimpl.C (compare_tags): inherit from
2931         std::binary_function, put back into anon namespace
2932
2933         * lyxfind.C (MatchString): inherig from std::binary_function
2934         (findChange): use empty() istead of !size()
2935
2936         * format.C (FormatNamesEqual): new functor
2937         (getFormat): use it
2938         (getNumber): use it
2939         (add): use it
2940         (erase): use it
2941         (setViewer): use it
2942
2943         * converter.C (compare_Converter): rename to...
2944         (ConverterEqual): ...this, and fixup a bit.
2945         (getConverter): use it, and make function const
2946         (getNumber): use it, and make function const
2947         (add): use it
2948         (erase): use it:
2949
2950         * bufferlist.C: add using boost::bind
2951
2952         * MenuBackend.C (MenuNamesEqual): new functor
2953         (hasMenu): use it, and make function const
2954         (hasSubmenu): use nested bind to get rid of compare_memfun.
2955
2956 2004-01-30  André Pönitz  <poenitz@gmx.net>
2957
2958         * BufferView_pimpl.C:
2959         * cursor.C:
2960         * cursor.h:
2961         * cursor_slice.[Ch]:
2962         * lyxfunc.C:
2963         * lyxtext.h:
2964         * paragraph_funcs.C:
2965         * paragraph_funcs.h:
2966         * rowpainter.C:
2967         * text.C:
2968         * text2.C:
2969         * text3.C: move some of the edit(x,y) handling to the insets
2970         some coordinate changes.
2971
2972 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
2973
2974         * text.C: add using statements for std::advance and std::distance
2975
2976         * paragraph.C: add using statement for std::distance
2977
2978         * lyxfind.C: add using statement for std::advance
2979
2980         * cursor.C (region): remove std:: from swap
2981         (openable): use nucleus in stead of operator->
2982
2983         * BufferView.C: add using statements for std::distance and std::swap
2984
2985 2004-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
2986
2987         * iterators.C: Remove the pimple, move the needed structures to
2988         the header file. Create accessor for the positions stack.
2989         (asPosIterator): remove function
2990
2991         * PosIterator.C (PosIterator): move constructors to top of file
2992         (PosIterator): reimplement the constructor taking a ParIterator in
2993         terms of setFrom.
2994         (setFrom): new function
2995         (operator!=): inline it
2996
2997 2004-01-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
2998
2999         * lyxfind.C (replaceAll): use std::advance
3000
3001         * iterators.h: inherit from std::iterator.
3002
3003         * PosIterator.C (advance, distance): remove
3004         * PosIterator.h: interit from std::iterator.
3005
3006 2004-01-26  André Pönitz  <poenitz@gmx.net>
3007
3008         * BufferView.[Ch]:
3009         * BufferView_pimpl.[Ch]:
3010         * InsetList.[Ch]:
3011         * PosIterator.[Ch]:
3012         * buffer.h:
3013         * bufferview_funcs.C:
3014         * cursor.[Ch]:
3015         * cursor_slice.h:
3016         * factory.[Ch]:
3017         * iterators.[Ch]:
3018         * lyxfind.C:
3019         * lyxfunc.C:
3020         * lyxtext.h:
3021         * output_docbook.C:
3022         * output_latex.C:
3023         * output_linuxdoc.C:
3024         * output_plaintext.C:
3025         * paragraph.[Ch]:
3026         * paragraph_funcs.[Ch]:
3027         * paragraph_pimpl.[Ch]:
3028         * rowpainter.C:
3029         * tabular.C:
3030         * tabular.h:
3031         * text.C:
3032         * text2.C:
3033         * text3.C: more IU:  dumps most of the rest of the mathcursor
3034     implementation into cursor.[Ch]; "globalize" a bit of it.
3035
3036 2004-01-25  Angus Leeming  <leeming@lyx.org>
3037
3038         * lyxfunc.C (dispatch): Dialogs::showSearch is no more.
3039
3040 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3041
3042         * LaTeXFeatures.h: add nice_ and nice() const
3043         * buffer.[Ch]: remove niceFile(), use LaTeXFeatures::nice() instead
3044
3045 2004-01-20  André Pönitz  <poenitz@gmx.net>
3046
3047         * BufferView.[Ch]:
3048         * BufferView_pimpl.C:
3049         * PosIterator.C:
3050         * bufferview_funcs.C:
3051         * cursor.[Ch]:
3052         * cursor_slice.[Ch]:
3053         * factory.C:
3054         * iterators.C:
3055         * lyx_cb.C:
3056         * lyxfind.C:
3057         * lyxfunc.C:
3058         * lyxtext.h:
3059         * rowpainter.C:
3060         * text.C:
3061         * text2.C:
3062         * text3.C:
3063         * undo.[Ch]: lots of IU. Shift selection stuff from the BufferView to
3064           LCursor and mathcursor parts to LCursor and InsetBase.
3065
3066 2004-01-15  André Pönitz  <poenitz@gmx.net>
3067
3068         * cursor_slice.[Ch]: add a few covienience functions
3069
3070         * funcrequest.[Ch]: remove BufferView * member
3071
3072         * BufferView_pimpl.C:
3073         * cursor.C:
3074         * factory.[Ch]:
3075         * lyxfind.[Ch]:
3076         * lyxfunc.C:
3077         * lyxtext.h:
3078         * text3.C:
3079         * undo.[Ch]: adjust to this and changed signature of Inset::priv_dispatch()
3080
3081 2004-01-14  Alfredo Braunstein  <abraunst@lyx.org>
3082
3083         * text.C (getWord): fix getWord (and thus LFUN_WORDSEL)
3084         * text3.C (dispatch): fix LFUN_WORD{RIGHT,LEFT}SEL
3085
3086 2004-01-13  André Pönitz  <poenitz@gmx.net>
3087
3088         * textcursor.[Ch]:
3089         * lyxtext.h: hide cursor and selection anchor behind accessor function
3090
3091         * BufferView.C:
3092         * BufferView_pimpl.[Ch]:
3093         * PosIterator.C:
3094         * bufferview_funcs.C:
3095         * cursor.h:
3096         * lyxfind.C:
3097         * lyxfunc.C:
3098         * text.C:
3099         * text2.C:
3100         * text3.C:
3101         * undo.C: adjust
3102
3103         * cursor.h:
3104         * cursor_slice.[Ch]: some integer type changes for inset unification
3105
3106         * lyxcursor.[hC]: remove, it's CursorSlice now.
3107
3108         * Makefile.am:
3109         * BufferView_pimpl.[Ch]:
3110         * bufferview_funcs.C:
3111         * cursor_slice.C:
3112         * lyxtext.h:
3113         * text.C:
3114         * text2.C:
3115         * text3.C:
3116         * textcursor.[Ch]: adjust
3117
3118 2004-01-08  Alfredo Braunstein  <abraunst@lyx.org>
3119
3120         * text2.C (undoSpan): add and use
3121         * text.C (breakParagraph): use undoSpan (fix bug 578)
3122         * lyxtext.h: adjust
3123
3124 2004-01-08  Angus Leeming  <leeming@lyx.org>
3125
3126         * BufferView_pimpl.C (MenuInsertLyXFile):
3127         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
3128         * lyxfunc.C (menuNew, open, doImport):
3129         FileFilterList change to the FileDialog open and save functions.
3130
3131 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
3132
3133         * ShareContainer.h: make isEqual and isUnique adaptable
3134
3135         * CutAndPaste.C: make resetOwnerAndChanges adaptable
3136
3137 2004-01-07  Angus Leeming  <leeming@lyx.org>
3138
3139         * LyXAction.C:
3140         * lfuns.h: add LFUN_WORD_FIND and LFUN_WORD_REPLACE.
3141
3142         * BufferView_pimpl.C (dispatch): act on these LFUNs.
3143
3144         * lyxfind.[Ch] (find2string, replace2string, find, replace): new
3145         functions replacing find, replace and replaceAll.
3146
3147         * lyxfunc.C (dispatch): invoke LFUN_WORD_FIND from a call to
3148         LFUN_WORDFIND(FORWARD|BACKWARD).
3149
3150 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3151
3152         * text.C (breakParagraph): remove an outdated #warning
3153
3154 2004-01-07  André Pönitz  <poenitz@gmx.net>
3155
3156         * lyxfind.C: somewhat clearer logic
3157
3158         * text.C: prevent crash in cursorX on unitialized row cache
3159
3160 2004-01-07  Alfredo Braunstein  <abraunst@lyx.org>
3161
3162         * lyxcursor.[Ch] (operator>): add
3163         * textcursor.C (selStart, selEnd): use std::min and std::max
3164
3165 2004-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
3166
3167         * Chktex.C: include boost/format.hpp
3168
3169 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
3170
3171         * InsetList.C: replace functor MathcIt with adaptable functor
3172         InsetTablePosLess
3173         (insetIterator): modify accordingly
3174
3175         * BranchList.h: move the BranchNamesEqual functor here from...
3176         * BranchList.C: ... to here
3177
3178         * BranchList.C: new BranchListEqual fuctor, use it. Remove
3179         SameName and match.
3180         (add): replace a finding loop with std::find_if.
3181
3182 2003-12-31  Martin Vermeer  <martin.vermeer@hut.fi>
3183
3184         * output_docbook.C: moving LatexParam functionality into
3185         .layout files
3186
3187 2003-12-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3188
3189         * buffer.C: increment format to 229.
3190
3191 2003-12-28  Michael Schmitt  <michael.schmitt@teststep.org>
3192
3193         * LaTeXFeatures.C:
3194         * lyx_sty.[Ch]: remove minipageindent_def
3195
3196         * LyXAction.C:
3197         * factory.C:
3198         * lfuns.h:
3199         * lyxfunc.C:
3200         * text3.C: remove LFUN_INSET_MINIPAGE
3201
3202 2003-12-28  Angus Leeming  <leeming@lyx.org>
3203
3204         * text3.C (dispatch): output useful info on receipt of LFUN_GETLAYOUT.
3205
3206 2003-12-19  Alfredo Braunstein  <abraunst@lyx.org>
3207
3208         * text2.C (setParagraph): fix off-by-one crash
3209
3210 2003-12-18  Martin Vermeer  <martin.vermeer@hut.fi>
3211
3212         * output_docbook.C: header stuff for AGU
3213
3214 2003-12-17  Alfredo Braunstein  <abraunst@lyx.org>
3215
3216         * text2.C (redoCursor): remove
3217         * text.C:
3218         * text3.C:
3219         * BufferView_pimpl.C: remove calls to redoCursor and
3220         setCursor(cursor.par(), cursor.pos()) all around
3221
3222 2003-12-15  Angus Leeming  <leeming@lyx.org>
3223
3224         * buffer.C: up the format to 228.
3225
3226 2003-12-15  André Pönitz  <poenitz@gmx.net>
3227
3228         * cursor_slice.[Ch]: new class to cover texted and mathed's cursor
3229         slices
3230
3231         * Makefile.am:
3232
3233         * BufferView_pimpl.C:
3234         * cursor.[Ch]:
3235         * lyxcursor.[Ch]:
3236         * rowpainter.[Ch]:
3237         * lyxtext.h:
3238         * text.C:
3239         * text2.C:
3240         * text3.C: adjust
3241
3242 2003-12-15  Angus Leeming  <leeming@lyx.org>
3243
3244         * metricsinfo.C (ColorChanger): use LColor::getFromLyXName rather
3245         than getFromGUIName to manipulate the color.
3246
3247 2003-12-14  Angus Leeming  <leeming@lyx.org>
3248
3249         * BranchList.[Ch]: minimize the API.
3250         (Branch::getBranch, getColor): now return a 'const &'.
3251         (Branch::setSelected) now returns a bool set to true if the
3252         selection status changes.
3253         (BranchList::clear, size, getColor, setColor, setSelected,
3254         allBranches, allSelected, separator): removed.
3255         (BranchList::find): new functions, returning the Branch with
3256         the given name.
3257         (BranchList::add, remove): return a bool indicating that
3258         the operation was successful.
3259
3260         * InsetList.C (insetsOpenCloseBranch): much simplified thanks to a
3261         new InsetBranch::isBranchSlected member function.
3262
3263         * LColor.[Ch]: mimimize the API.
3264         (fill): renamed as addColor and made private.
3265         (setColor, getGUIName, getX11Name, getLaTeXName): the overloaded
3266         versions of these functions taking a string arg have been removed.
3267
3268         * bufferparams.C (readToken):
3269         * lyxfunc.C (dispatch):
3270         * lyxrc.C (read): changes due to the altered BranchList and
3271         LColor APIs.
3272
3273         * factory.C (createInset, readInset): changes due to altered
3274         InsetBranch c-tor.
3275
3276 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3277
3278         * factory.C:
3279         * lyxfunc.C: remove insetminipage. "minipage-insert"
3280         now produces a frameless minipage box inset.
3281
3282 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3283
3284         * textcursor.[Ch] (selStart,selEnd): add new methods
3285         remove selection::start, end, use LyXCursor::operator<
3286         * lyxcursor.[Ch] (operator<): add
3287         * BufferView_pimpl.[Ch]: add new struct xsel_cache_
3288         * BufferView.[Ch] (unsetXSel): add
3289         * text2.C (clearSelection): use unsetXSel,adjust
3290         * text.C: adjust
3291         * text3.C: adjust
3292         * rowpainter.C: adjust
3293         * bufferview_funcs.C (put_selection_at): adjust
3294
3295 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3296
3297         * BufferView_pimpl.C: small coord. correction
3298
3299 2003-12-12  Alfredo Braunstein  <abraunst@lyx.org>
3300
3301         * BufferView_pimpl.C (workAreaDispatch): avoid crashing when
3302         dragging over the splash screen.
3303
3304 2003-12-11  Angus Leeming  <leeming@lyx.org>
3305
3306         * BufferView_pimpl.C (dispatch): remove LFUN_INSET_APPLY code
3307         as it is now handled in LyXText::dispatch.
3308
3309         * text3.C (doInsertInset): remove a level of nesting.
3310
3311 2003-12-11  Angus Leeming  <leeming@lyx.org>
3312
3313         * factory.C (createInset): changes due to the changed interface to
3314         InsetCommandMailer::string2params.
3315
3316 2003-12-10  Angus Leeming  <leeming@lyx.org>
3317
3318         * lyxfunc.C (dispatch): enable all inset dialogs to be opened with
3319         'dialog-show-new-inset <inset name>'
3320
3321 2003-12-10  Angus Leeming  <leeming@lyx.org>
3322
3323         * buffer.C: up the format to 227.
3324
3325         * factory.C: the box inset is now identified simply by 'Box'.
3326
3327 2003-12-10  Angus Leeming  <leeming@lyx.org>
3328
3329         * buffer.C: up the format to 226.
3330
3331         * factory.C: the note inset is now identified simply by 'Note'.
3332
3333 2003-12-08  Alfredo Braunstein  <abraunst@libero.it>
3334
3335         * lyxtext.h, text2.C (setLayout): don't use cursor to iterate,
3336         when a pit is enough. Standarize a couple of loops.
3337
3338 2003-12-05  Angus Leeming  <leeming@lyx.org>
3339
3340         * lyxfunc.C (dispatch): DIALOG_SHOW now handles "latexlog" and
3341         "vclog" explicitly, passing the appropriate "<logtype> <filename>"
3342         data to the re-worked "log" dialog.
3343
3344 2003-12-03  André Pönitz  <poenitz@gmx.net>
3345
3346         * PosIterator.C:
3347         * iterators.C:
3348         * lyxtext.h:
3349         * output_latex.C:
3350         * paragraph_funcs.C:
3351         * text.C:
3352         * text2.C: use Inset::getText instead of Inset::getParagraph
3353
3354 2003-12-03  André Pönitz  <poenitz@gmx.net>
3355
3356         * buffer.[Ch]:
3357         * lyxtext.h:
3358         * paragraph_funcs.[Ch]: consolidate parts of Buffer::read() and
3359         InsetText::read() as LyXText::read()
3360
3361 2003-12-02  Angus Leeming  <leeming@lyx.org>
3362
3363         * lyxlex.[Ch] (operator void const *): add the 'const' to the return
3364         type. Add a comment in the implementation that the function uses
3365         the stream's bad() function rather than fail() as the std::streams
3366         would do.
3367
3368 2003-12-02  André Pönitz  <poenitz@gmx.net>
3369
3370         * lyxlex.[Ch]: make interface more similar to std::stream
3371
3372         * lyxlex_pimpl.[Ch]: don't use '__' in identifiers
3373
3374 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
3375
3376         * lyxtextclass.[Ch]: add latexparam to CharStyle inset
3377
3378 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
3379
3380         * vspace.[Ch]: remove VSpace::NONE
3381
3382 2003-12-01  André Pönitz  <poenitz@gmx.net>
3383
3384         * buffer.[Ch]:
3385         * lyxtext.h: move ParagraphList member to LyXText
3386         rename LyXText::ownerParagraphs to LyXText::paragraph
3387
3388         * CutAndPaste.C:
3389         * bufferview_funcs.C:
3390         * iterators.[Ch]:
3391         * lyx_cb.C:
3392         * paragraph.C:
3393         * rowpainter.C:
3394         * tabular.C:
3395         * text.C:
3396         * text2.C:
3397         * text3.C: adjust
3398
3399         * lyxfunc.C: move LFUN_INSET_TOGGLE handling to insets.
3400
3401         * undo.C: fix cursor positioning
3402
3403 2003-12-01  John Levon  <levon@movementarian.org>
3404
3405         * BufferView_pimpl.C: fix a crash on exit with
3406         a buffer open
3407
3408 2003-11-30  Martin Vermeer  <martin.vermeer@hut.fi>
3409
3410         * BranchList.C: fix setSelected() method.
3411
3412 2003-11-28  André Pönitz  <poenitz@gmx.net>
3413
3414         * ParagraphParameters.[Ch]:
3415         * ParameterStruct.h: remove space above/below from Paragraph to
3416          InsetVSpace
3417
3418         * BufferView_pimpl.C:
3419         * factory.C:
3420         * lyxfunc.C:
3421         * lyxtext.h:
3422         * output_latex.C:
3423         * paragraph.C:
3424         * paragraph_funcs.C:
3425         * rowpainter.[Ch]:
3426         * text.C:
3427         * text2.C:
3428         * text3.C: adjust
3429
3430 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
3431
3432         * factory.C: Syntax change for CharStyles
3433
3434 2003-11-28  André Pönitz  <poenitz@gmx.net>
3435
3436         * BufferView.[Ch]:
3437         * BufferView.[Ch]:
3438         * buffer.[Ch]:
3439         * buffer.[Ch]: move LyXText member
3440
3441 2003-11-28  André Pönitz  <poenitz@gmx.net>
3442
3443         * BufferView.[Ch]: make LyXText * text a private member
3444
3445         * BufferView_pimpl.C:
3446         * cursor.C:
3447         * iterators.C:
3448         * lyx_cb.C:
3449         * lyxfind.C:
3450         * lyxtext.h:
3451         * rowpainter.[Ch]:
3452         * text.C:
3453         * text2.C:
3454         * undo.C: adjust
3455
3456         * output_plaintext.C: cleanup
3457
3458 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3459
3460         * buffer.C:
3461         * lyxtextclass.[Ch]: parametrize SGML document header
3462
3463 2003-11-27  Martin Vermeer  <martin.vermeer@hut.fi>
3464
3465         * converter.[Ch]:
3466         * exporter.C: replace bool-valued Pdflatex() by FLAVOR-valued
3467         getFlavor().
3468
3469 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
3470
3471         * text2.C (setFont): rework using PosIterator (no more recursive)
3472         (setCharFont): no more needed
3473         (setLayout): no more selection cursors fiddling (done by redoCursor)
3474         * text.C: cursorRight(bv)->cursorRight(true) (TODO: find and
3475         destroy remaining ones)
3476
3477 2003-11-26  Alfredo Braunstein  <abraunst@lyx.org>
3478
3479         * bufferview_funcs.[Ch]: split changeDepthAllowed from changeDepth
3480         * lyxtext.h: ditto
3481         * text2.C: same thing + updateCounters fix + redoCursor also adjusts
3482         selection cursors
3483         * lyxfunc.C: adjust
3484         * text3.C: adjust + re-allow multi par depth changes
3485         * textcursor.C: simplify a bit
3486
3487 2003-11-25  Martin Vermeer  <martin.vermeer@hut.fi>
3488
3489         * src/buffer.C:
3490         * src/lyxlayout.C:
3491         * src/lyxlayout.h:
3492         * src/lyxtext.h:
3493         * src/output_docbook.C:
3494         * src/output_latex.C:
3495         * src/paragraph.C:
3496         * src/paragraph.h:
3497         * src/sgml.C:
3498         * src/sgml.h:
3499         * src/text2.C: Introducing a number of tags parametrizing various
3500         XML formats that we may want to support
3501
3502 2003-11-25  André Pönitz  <poenitz@gmx.net>
3503
3504         * InsetList.[Ch] (begein, end): inline as suggested by profiler
3505
3506         * lyxtext.h (leftMargin/rightMargin): simplify interface
3507
3508         * rowpainter.C:
3509         * text.C:
3510         * text2.C:
3511         * text3.C: adjust
3512
3513 2003-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
3514
3515         * lyxfunc.C (dispatch): propogate the bibtex databases from the
3516         master file to any child files. Fixes bug 546.
3517
3518 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3519
3520         * lyxfind.C (findNextChange): remove unneeded bv->text->init call
3521
3522 2003-11-24  André Pönitz  <poenitz@gmx.net>
3523
3524         * rowpainter.C: simplification
3525
3526         * text2.C (updateCounters): remove call to redoParagraph on
3527         changed labels as this is far too expensive.
3528
3529 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
3530
3531         * converter.C (convert): fix a crash: this function gets
3532         called with buffer == 0 from importer code.
3533
3534 2003-11-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
3535
3536         * text3.C (cursorPrevious): make sure that we do not compare
3537         iterators form different containers.
3538         (cursorNext): ditto
3539
3540         * rowpainter.C (paintSelection): make sure that we do not compare
3541         iterators from different containers.
3542
3543         * text3.C (dispatch): [PRIOR] make sure that we do not compare
3544         iterators from different ParagraphList containers.
3545         [NEXT] ditto
3546
3547         * text2.C (LyXText): change order of initialization slightly
3548         (operator=): new function. copy all variables except cache_par_
3549         (moveUp): make sure that we do not compare iterators from
3550         different ParagraphList constainers.
3551         (moveDown): ditto
3552
3553         * text.C (firstPar): new function
3554         (lastPar): new function
3555         (endPar): new function
3556
3557         * lyxtext.h: move things around and group public functions, public
3558         variables, private functions, private variables
3559
3560 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
3561
3562         * factory.C: change call to InsetERT constructor to avoid
3563         additional invocation of method status
3564         * text2.C (toggleInset): remove redundant update() call
3565         * InsetList.[Ch] (insetsOpenCloseBranch): Pass Buffer reference
3566         instead of a Bufferview pointer
3567
3568 2003-11-21  André Pönitz  <poenitz@gmx.net>
3569
3570         * rowpainter.C: simplification
3571
3572 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3573
3574         * text3.C (dispatch): make possible to extend a word/row selection
3575         with the mouse
3576
3577 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
3578
3579         * lyxtext.h: x0_,y0_ -> xo_,yo_
3580         * text2.C (cursorUp, cursorDown): adjust + some cursorRow use
3581         * text3.C (checkInsetHit): fix coordinates using absolute xo_,yo_
3582         * rowpainter.C (paintRows): paint full paragraphs
3583
3584 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3585
3586         * text2.C (cursorUp, cursorDown): small fix (insettext::edit takes
3587         screen coordinates)
3588
3589 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
3590
3591         * lyxtext.h: add x0_, y0_
3592         * text3.C (cursorPrevious, cursorNext): rewrite (using x0_, y0_)
3593         * text2.C (cursorDown, cursorUp): rewrite (using x0_, y0_)
3594
3595 2003-11-18  Alfredo Braunstein  <abraunst@lyx.org>
3596
3597         * text2.C (setCursorIntern): move the x_target update here *
3598         * text3.C: change some bv() to true/false in calls to
3599         cursorUp/Down/Right/Left
3600         * cursor.C: use helper function.
3601
3602 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3603
3604         * BufferView_pimpl.C: send LFUN_MOUSE_MOTION to the cursor
3605         * paragraph_funcs.[Ch]: correct comment
3606         * rowpainter.C: do not paint selections away from bv->cursor()
3607         Fix a long standing selection painting bug.
3608         * text3.C: generalize mouse-selection code to LyXTexts other that
3609         top one
3610         * textcursor.C: do not use y coords if we can use par offsets
3611
3612 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
3613
3614         * lyxfunc.C (dispatch): add a missing LCursor::updatePos (fix
3615         cursor position after e.g. inset insert)
3616
3617 2003-11-16  Alfredo Braunstein  <abraunst@lyx.org>
3618
3619         * lyxfind.C (replace): adjust to locking removal + some
3620         code simplification
3621
3622 2003-11-14  Alfredo Braunstein  <abraunst@lyx.org>
3623
3624         * cursor.C (dispatch): dispatch to BufferView::dispatch at the end
3625         of the path
3626
3627 2003-11-14  Martin Vermeer  <martin.vermeer@hut.fi>
3628
3629         * lyxlayout.[Ch]:
3630         * output_docbook.C: XML sanitation: new layout
3631         parameters InnerTag and CommandDepth
3632
3633 2003-11-13  Martin Vermeer  <martin.vermeer@hut.fi>
3634
3635         * BufferView_pimpl.C:
3636         * factory.C:
3637         * text3.C: Fix the insertion and modification of button-style
3638         insets
3639
3640 2003-11-13  André Pönitz  <poenitz@gmx.net>
3641
3642         * InsetList.[Ch]: remove deleteLyXText
3643
3644         * paragraph.[Ch]: cache beginOfBody position
3645
3646         * Bidi.C:
3647         * text.C:
3648         * text2.C:
3649         * text3.C: remove superfluous update() calls
3650
3651         * vspace.C: cleanup
3652
3653 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
3654
3655         * BufferView_pimpl.C (fitCursor): call screen().fitCursor()
3656         * BufferView.C (fitLockedInsetCursor): remove
3657         * cursor.[Ch] (getDim): add
3658         * text.C (getRowNearY): add faster version
3659         * text3.C: remove some update calls
3660
3661 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
3662
3663         * LaTeXFeatures.C:
3664         * LyXAction.C:
3665         * MenuBackend.C:
3666         * MenuBackend.h:
3667         * dispatchresult.h:
3668         * factory.C:
3669         * lfuns.h:
3670         * lyxfunc.C:
3671         * lyxtextclass.C:
3672         * lyxtextclass.h:
3673         * text3.C: The Character Style /XML short element patch.
3674
3675 2003-11-11  Martin Vermeer  <martin.vermeer@hut.fi>
3676
3677         * text3.C:
3678         * factory.C: Small step to solving 'unable to insert some insets'
3679         problem
3680
3681 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
3682
3683         * cursor.[Ch] (updatePos): new function for updating the y
3684         position of the tip inset
3685         * bufferview_funcs.C (put_selection_at):
3686         * BufferView_pimpl.C (workAreaDispatch): rationalise update calls
3687
3688 2003-11-11  André Pönitz  <poenitz@gmx.net>
3689
3690         * text.C: remove big comment on invalid Paragraph pointers as it is
3691         not valid anymore
3692
3693 2003-11-11  André Pönitz  <poenitz@gmx.net>
3694
3695         * text_funcs.[Ch]: merge with ...
3696
3697         * text.C: ... this
3698
3699         * lyxtext.h:
3700         * text2.C:
3701         * text3.C: adjust
3702
3703         * Makefile.am: remove text_funcs.[Ch]
3704
3705 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
3706
3707         * cursor.C (getPos): return absolute cached y coord
3708
3709         * BufferView_pimpl.C (fitCursor): new simplistic code
3710         (workAreaDispatch): add a fitCursor call
3711
3712 2003-11-10  André Pönitz  <poenitz@gmx.net>
3713
3714         * BufferView.[Ch]:
3715         * BufferView_pimpl.[Ch]: merge update() and updateInset()
3716
3717 2003-11-10  André Pönitz  <poenitz@gmx.net>
3718
3719         * lfuns.h: new LFUN_FINISHED_LEFT, LFUN_FINISHED_RIGHT,
3720         LFUN_FINISHED_UP, LFUN_FINISHED_DOWN used in dispatch to
3721         indicate that the cursor needs to leave an inset
3722
3723         * lyxtext.h: remove inset locking
3724
3725         * cursor.[Ch]: re-implement functionality provided by inset locking
3726
3727         * BufferView.[Ch]:
3728         * BufferView_pimpl.[Ch]:
3729         * LyXAction.C:
3730         * bufferview_funcs.[Ch]:
3731         * factory.C:
3732         * funcrequest.[Ch]:
3733         * iterators.C:
3734         * lyx_cb.C:
3735         * lyxfind.C:
3736         * lyxfunc.C:
3737         * text.C:
3738         * text2.C:
3739         * text3.C:
3740         * undo.C: adjust
3741
3742 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
3743
3744         * PosIterator.[Ch]: replace the stack with a vector, add inset
3745         accesor
3746         * iterators.[C]: adjust
3747
3748 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3749
3750         * lyxfind.C (replaceAll): mark the buffer dirty if something was
3751         replaced
3752         * paragraph_funcs.C (readParToken): put the correct id in the
3753         error item, not the id of the top paragraph
3754
3755 2003-11-06  Alfredo Braunstein  <abraunst@libero.it>
3756
3757         * iterators.[Ch] (ParIterator): new PosIterator-based ctor
3758         * bufferview_funcs.C (put_selection_at): use the above
3759
3760 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3761
3762         * text2.C (deleteEmptyParagraphMechanism): fix n-th crash
3763
3764 2003-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
3765
3766         * output_linuxdoc.h:
3767         * output_plaintext.h:
3768         * output.h:
3769         * output_docbook.h: add #include statements
3770
3771 2003-11-05  José Matos  <jamatos@lyx.org>
3772
3773         * output_docbook.[Ch]:
3774         * output_latex.[Ch]:
3775         * output_linuxdoc.[Ch]:
3776         * output_plaintext.[Ch]: New files for output formats.
3777         * output.[Ch]: New file for helper functions.
3778
3779         * buffer.[Ch]:
3780         * paragraph_funcs.[Ch]: output functions moved to new files.
3781
3782         * outputparams.h: rename of latexrunparams.h
3783
3784         * LaTeX.[Ch]:
3785         * buffer.[Ch]:
3786         * bufferlist.[Ch]:
3787         * converter.[Ch]:
3788         * exporter.C:
3789         * paragraph.[Ch]:
3790         * paragraph_funcs.[Ch]:
3791         * paragraph_pimpl.[Ch]:
3792         * tabular.[Ch]: rename ascii to plaintext
3793         and LatexRunParams to OutputParams.
3794
3795 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3796
3797         * iterators.[Ch] (text): require bv argument
3798         * undo.C (recordUndo):
3799         * lyxfunc.C (dispatch):
3800         * bufferview_funcs.C (put_selection_at): adjust
3801
3802 2003-11-05  João Luis M. Assirati  <assirati@fma.if.usp.br>
3803
3804         * lyxsocket.C: export variables XEDITOR and LYXSOCKET
3805
3806 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
3807
3808         * lyxfunc.C (dispatch): make LFUN_GOTO_PARAGRAPH work with deep
3809         nestings
3810
3811 2003-11-04  André Pönitz  <poenitz@gmx.net>
3812
3813         * cursor.[Ch]: restructure
3814
3815         * BufferView.[Ch]:
3816         * BufferView_pimpl.[Ch]: new LCursor cursor_ member
3817
3818         * iterators.[Ch] (asCursor): remove
3819
3820         * lfuns.h: remove LFUN_INSET_EDIT
3821
3822         * lyxfunc.C:
3823         * tabular.C:
3824         * text.C:
3825         * text2.C:
3826         * text3.C: use Inset::edit() instead of dispatch(LFUN_INSET_EDIT)
3827
3828 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3829
3830         * lyxfind.[Ch]: complete overhaul
3831         * BufferView_pimpl.C:
3832         * lyxfunc.C: adjust
3833         * paragraph.[Ch] (insert): add
3834
3835 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3836
3837         * BufferView.[Ch]:
3838         * lyxtext.h:
3839         * text.C: remove dead spellcheck code
3840
3841 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3842
3843         * dispatchresult.h: add a val setter
3844
3845         * cursor.C (dispatch): use a tempvar for data_[i]
3846
3847 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3848
3849         * PosIterator.[Ch]: compile fix
3850
3851 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
3852
3853         * text.C (cursorPar): deactivate the cursor cache
3854
3855 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3856
3857         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
3858
3859 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3860
3861         * text3.C (dispatch): adjust for new DisptchResult semantics.
3862
3863         * lyxfunc.C (dispatch): handle update when return from
3864         Cursor::dispatch, adjust for new DispatchResult semantics.
3865
3866         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
3867         DispatchResult(true) mean to not update. Add class functions for
3868         setting dispatched and update, as well as reading.
3869
3870         * cursor.C (dispatch): don't handle update here
3871
3872 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3873
3874         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
3875         * trans_mgr.C: adjust
3876
3877         * paragraph_funcs.C (readParToken): exception safety
3878
3879         * lyxvc.h: store the vcs pointer in a scoped_ptr
3880         * lyxvc.C: adjust
3881
3882         * lyxsocket.C (serverCallback): exception safety
3883
3884         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
3885
3886         * ispell.C (clone): make it return a auto_ptr
3887
3888         * factory.C (createInset): exception safety
3889         (readInset): exception safety
3890
3891         * bufferlist.C (newBuffer): exception safety
3892
3893         * Thesaurus.C (Thesaurus): use initialization for aik_
3894
3895         * MenuBackend.C (expandToc): exception safety.
3896
3897 2003-11-03  André Pönitz  <poenitz@gmx.net>
3898
3899         * buffer.C:
3900         * buffer.h:
3901         * bufferview_funcs.C: remove getInsetFromId()
3902
3903         * lyxcursor.[Ch]:
3904         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
3905
3906         * lyxfunc.C:
3907         * text2.C:
3908         * text3.C: adjust
3909
3910 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
3911
3912         * PosIterator.C (distance, advance): new
3913         * bufferview_funcs.[Ch] (put_selection_at): new
3914         * iterators.[Ch] (lockPath): new
3915
3916 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
3917
3918         * iterators.[Ch] (asPosIterator): added
3919         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
3920         * PosIterator.[Ch]: added
3921
3922 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3923
3924         * text3.C:
3925         * lyxfunc.C:
3926         * cursor.C (dispatch):
3927         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
3928
3929         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
3930         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
3931         contructor, add a class function dispatched. Remove operator>=
3932
3933 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3934
3935         * debug.C: only use the default constructor for debugstream
3936         (lyxerr) here.
3937
3938         * main.C (main): include debug.h and setup the lyxerr streambuf
3939         here.
3940
3941 2003-10-31  José Matos  <jamatos@lyx.org>
3942
3943         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
3944
3945         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
3946         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
3947         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3948         * paragraph_pimpl.C (simpleTeXSpecialC):
3949         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
3950         add LatexRunParams argument.
3951
3952         * exporter.C (Export): change call accordingly.
3953
3954         * latexrunparams.h: add new member to take care of the other backends.
3955 2003-10-30  José Matos  <jamatos@lyx.org>
3956
3957         * buffer.C (makeLinuxDocFile, makeDocBookFile):
3958         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
3959         factorise code for paragraph output.
3960         * buffer.[Ch]:
3961         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
3962         move functions.
3963
3964 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3965
3966         * text3.C (dispatch):
3967         * lyxfunc.C (dispatch):
3968         * cursor.C (dispatch):
3969         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
3970
3971         * dispatchresult.h: make the dispatch_result_t ctor explicit
3972
3973 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
3974
3975         * sgml.[Ch]:
3976         * buffer.C: small refactoring of docbook stuff
3977
3978 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3979
3980         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
3981         meaning.
3982
3983 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3984
3985         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
3986         operator dispatch_result_t, and operators for == != and >=
3987
3988         * cursor.C (dispatch): adjust for operator dispatch_result_t
3989         removal. comment out call to update
3990
3991         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
3992
3993 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3994
3995         * text3.C:
3996         * text2.C:
3997         * text.C:
3998         * lyxtext.h:
3999         * lyxfunc.C:
4000         * cursor.C:
4001         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
4002         (dispatch):
4003
4004         * dispatchresult.h: new file, DispatchResult broken out of
4005         insets/insetbase.h
4006
4007         * Makefile.am (lyx_SOURCES): add dispatchresult.h
4008
4009 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4010
4011         * text.C (rowBreakPoint): put a hack inside #if 0
4012
4013 2003-10-28  André Pönitz  <poenitz@gmx.net>
4014
4015         * lyxtext.h:
4016         * metricsinfo.C:
4017         * paragraph_funcs.C:
4018         * rowpainter.C:
4019         * text.C:
4020         * text2.C: general cleanup (lots of small stuff)
4021
4022 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
4023
4024         * text2.C (cursorEnd): simple fix to the "end key goes to one
4025         before the end on last row" bug
4026
4027 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4028
4029         * text.C (backspace): fix the "zombie characters"
4030
4031 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4032
4033         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
4034
4035 2003-10-27  André Pönitz  <poenitz@gmx.net>
4036
4037         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
4038
4039         * factory.C: handle new InsetPagebreak, InsetLine
4040
4041         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
4042         and move handling into new InsetPagebreak, InsetLine
4043
4044         * BufferView_pimpl.C:
4045         * LyXAction.C:
4046         * ParagraphParameters.C:
4047         * ParameterStruct.h:
4048         * lyxfunc.C:
4049         * lyxtext.h:
4050         * paragraph.C:
4051         * paragraph.h:
4052         * paragraph_funcs.C:
4053         * paragraph_pimpl.C:
4054         * rowpainter.C:
4055         * text.C:
4056         * text2.C:
4057         * text3.C: adjust
4058
4059 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4060
4061         * text.C:
4062         * lyxrow_funcs.[Ch]:
4063         * Bidi.C:
4064         * paragraph.C:
4065         * lyxtext.h:
4066         * rowpainter.C:
4067         * text2.C:
4068         * text3.C: remove lastPos uses in favour of Row::endpos
4069
4070 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
4071
4072         * undo.C (performUndoOrRedo): fix two crashes by setting a
4073         cursor by hand and reordering some calls. Use bv->lockInset instead
4074         of inset->edit because the latter loses cursor information
4075
4076 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
4077
4078         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
4079         by Martin
4080         (rowBreakPoint): fix width. change point to point + 1.
4081         Add a missing check.
4082
4083 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
4084
4085         * MenuBackend.C:
4086         * lyxfunc.C: fix (at least partly) the problems
4087         with the Nav menu and headers inside branch insets
4088         reported by Kayvan
4089
4090 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
4091
4092         * paragraph.C (getChar): add strong asserts
4093
4094         * lyxrow_funcs.C (lastPos): remove hideous hack
4095
4096         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
4097         (fill): adjust to that (avoid an infinite loop)
4098
4099 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4100
4101         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
4102
4103 2003-10-23  André Pönitz  <poenitz@gmx.net>
4104
4105         * RowList_fwd.h: change list<> to vector<> to gain speed
4106         after suggestion from Alfredo
4107
4108 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
4109
4110         * lyxtext.h: move the bidi stuff from here...
4111         * text.C: and here
4112         * text2.C: and here
4113         * Bidi.[Ch]: ... to here
4114
4115 2003-10-23  André Pönitz  <poenitz@gmx.net>
4116
4117         * lyxtext.h:
4118         * text.C (isLastRow, isFirstRow): new functions
4119
4120         * paragraph.h: new width cache member
4121
4122         * rowpainter.C: replace RowList::iterator with Row & where possible
4123
4124         * lyxfunc.C: replace several view()->text with a single call
4125
4126         * toc.C: fix 'unused' warning
4127
4128 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
4129
4130         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
4131         when woring with stream::pos_type
4132         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
4133
4134 2003-10-22  André Pönitz  <poenitz@gmx.net>
4135
4136         * lyxtext.h:
4137         * text.C: use Row & instead of RowList::iterator
4138
4139         * lyxrow.h: rename end() to endpos()
4140
4141         * rowpainter.C:
4142         * text.C:
4143         * text2.C: adjust
4144
4145 2003-10-22  Angus Leeming  <leeming@lyx.org>
4146
4147         * buffer.[Ch] (fully_loaded): new member function, returning true
4148         only when the file has been loaded fully.
4149         Used to prevent the premature generation of previews and by the
4150         citation inset to prevent computation of the natbib-style label.
4151
4152         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
4153         templates are all set up.
4154
4155         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
4156
4157 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
4158
4159         * text.C: fixed an "oops" in the "is a bit silly"
4160         bug fix
4161
4162 2003-10-21  André Pönitz  <poenitz@gmx.net>
4163
4164         * FuncStatus.[Ch]: small stuff, whitespace
4165
4166         * lyxfont.[Ch]: operator<<() for debug reasons
4167
4168         * lyxfunc.C:
4169         * lyxrow_funcs.C:
4170         * lyxtext.h: whitespace, spelling
4171
4172         * paragraph.C: naming of variables
4173
4174         * text.C:
4175         * text2.C: small stuff
4176
4177
4178 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
4179
4180         * text.C: (1) finish off the inset display() work;
4181         (2) fix the "is a bit silly" bug (accessing char
4182         past end of par).
4183
4184 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
4185
4186         * text.C: re-introduce display() for insets, fixing the
4187         various bugs (stretch of line above, math inset
4188         positioning, ...)
4189
4190 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4191
4192         * text.C (rightMargin): remove spurious semicolon
4193
4194         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
4195         1415)
4196
4197 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
4198
4199         * text3.C: fix one crash due to wrong cursor def
4200
4201 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4202
4203         * vc-backend.C (scanMaster): make the regex static
4204
4205         * LaTeX.C (scanAuxFile): make the regexs static
4206
4207         * text3.C (doInsertInset, dispatch, dispatch):
4208         * text2.C (cursorUp, cursorDown):
4209         * text.C (selectNextWordToSpellcheck):
4210         * BufferView_pimpl.C (dispatch):
4211         * lyxfunc.C (dispatch):  localDispatch -> dispatch
4212
4213 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4214
4215         * lyxsocket.C: include <cerrno>
4216
4217 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4218
4219         * lyxfunc.C (dispatch): remove textcache stuff
4220
4221         * bufferlist.C (release): remove textcache stuff
4222         (closeAll): ditto
4223
4224         * TextCache.C: delete file
4225         * TextCache.h: delete file
4226
4227         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
4228
4229         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
4230         delete of the bv_->text.
4231         (resizeCurrentBuffer): remove texcache stuff
4232         (workAreaResize): ditto
4233
4234 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4235
4236         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
4237         action.
4238
4239 2003-10-16  André Pönitz  <poenitz@gmx.net>
4240
4241         * lyxrow.[Ch]:
4242         * paragraph.h:
4243         * rowpainter.C:
4244         * text.C:
4245         * text2.C:
4246         * text3.C: speed up by storing y positions per paragraph plus per-row
4247         offset instead of having a 'full' y position in the row.
4248
4249 2003-10-15  André Pönitz  <poenitz@gmx.net>
4250
4251         * iterators.[Ch]:
4252         * iterators.[Ch]:
4253         * undo.[Ch]: make undo aware of inner insets
4254
4255 2003-10-14  Angus Leeming  <leeming@lyx.org>
4256
4257         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
4258         static member functions LyX::ref() and LyX::cref.
4259         (lastfiles): new accessor functions for the new lastfiles_ member var.
4260         (addLyXView, views_): add a new LyXView to the list of views_.
4261         (updateInset): loop over all LyXViews to call their own updateInset
4262         member function, returning a pointer to the Buffer owning the inset.
4263
4264         * BufferView_pimpl.C (loadLyXFile):
4265         * MenuBackend.C (expandLastfiles):
4266         * bufferlist.C (MenuWrite, QuitLyX):
4267         lastfiles is no longer a global variable.
4268         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
4269
4270         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
4271         static function. Access through LyX::cref().emergencyCleanup().
4272
4273 2003-10-14  André Pönitz  <poenitz@gmx.net>
4274
4275         * iterators.[Ch]: new direct access to innermost LyXText and Inset
4276
4277         * undo.[Ch]: restoring part of 'undo in insets'
4278
4279         * Makefile.am:
4280         * undo_funcs.[Ch]: merge with undo.[Ch]
4281
4282         * tabular.C: small cleansing stuff
4283
4284 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
4285
4286         * paragraph_funcs.C (readParToken): report unknown insets as error
4287         boxes. Use the outer paragraph as location (also for unknown
4288         tokens).
4289
4290         * factory.C (readInset): do not abort on reading an unknown inset.
4291         Eat it and return 0.
4292
4293 2003-10-13  Angus Leeming  <leeming@lyx.org>
4294
4295         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4296
4297         * lyxrc.C: displayTranslator is now a function,
4298         declared in GraphicsTypes.h.
4299
4300 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4301
4302         * format.C: new placeholder $$a to pass the socket address.
4303
4304         * bufferlist.[Ch]: new function getBufferFromTmp.
4305
4306         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
4307           files in the temporary dir.
4308
4309 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
4310
4311         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
4312
4313         * Makefile.am: add lyxsocket.[Ch].
4314
4315         * lyx_main.C (error_handler): handle SIGPIPE.
4316
4317 2003-10-13  André Pönitz  <poenitz@gmx.net>
4318
4319         * BufferView_pimpl.C:
4320         * lyxtext.h:
4321         * text.C:
4322         * text2.C:
4323         * text3.C:
4324         * undo_funcs.[Ch]: use paroffset_type instead of
4325           ParagraphList::iterators to prevent multiple conversion
4326           (and get a more robust interface)
4327
4328 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4329
4330         * lyxfunc.C (dispatch): RESULT -> dispatch_result
4331         * lyxtext.h: ditto
4332         * text3.C (dispatch): ditto
4333
4334 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4335
4336         * LaTeX.C (handleFoundFile): move the static to smaller scope,
4337         move the onlyfile, use onlyfile instead of foundfile in a couple
4338         of places.
4339
4340         * DepTable.C (update): flush the error stream a bit more
4341
4342 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4343
4344         * lyxserver.C (callback): adjust
4345
4346         * lyxfunc.C (getStatus): add a missing brace in commented code
4347         (ensureBufferClean): reindent
4348         (dispatch): delete version taking a string
4349
4350 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
4351
4352         * LaTeX.C (deplog): move found file handlig from here...
4353         (handleFoundFile): .. to new function here.
4354         (deplog): make sure to discover several files mentioned on the
4355         same log line.
4356
4357 2003-10-10  André Pönitz  <poenitz@gmx.net>
4358
4359         * lyxfunc.C:
4360         * lyxtext.h:
4361         * tabular.C:
4362         * text.C:
4363         * text2.C:
4364         * text3.C: fix some of the tabular crashes
4365
4366 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4367
4368         * MenuBackend.C (binding): put debug message into Debug::KBMAP
4369
4370         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
4371
4372 2003-10-09  André Pönitz  <poenitz@gmx.net>
4373
4374         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
4375
4376         * BufferView.C:
4377         * BufferView_pimpl.C:
4378         * bufferview_funcs.C:
4379         * lyx_cb.C:
4380         * lyxcursor.C:
4381         * lyxfind.C:
4382         * lyxfunc.C:
4383         * lyxtext.h:
4384         * text.C:
4385         * text2.C:
4386         * text3.C:
4387         * text_funcs.[Ch]:
4388         * textcursor.[Ch]:
4389         * undo_funcs.C: adjust
4390
4391 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4392
4393         * text2.C (incrementItemDepth): new function, use a backtracking
4394         algorithm to discover the correct item depth.
4395         (resetEnumCounterIfNeeded): new function, use a backtracking
4396         algorithm to discover if counter reset is needed.
4397         (setCounter): use them. Simplify a bit. Add different labels for
4398         different item depths for itemize.
4399
4400         * paragraph.C (Paragraph): remove initialization of enumdepth
4401         (operator=): ditto
4402
4403         * paragraph.h: get rid of enumdepth, and use itemdepth both for
4404         enumerate and itemize. Change the type of itemdepth to signed char.
4405
4406 2003-10-08  André Pönitz  <poenitz@gmx.net>
4407
4408         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
4409           thing assignable.
4410         * text.C:
4411         * text2.C: adjust
4412
4413         * tabular.[Ch]: fix crash after 'row-insert'
4414
4415 2003-10-08  Angus Leeming  <leeming@lyx.org>
4416
4417         Fix doxygen warnings.
4418
4419         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
4420         Remove CutAndPaste:: prefix from header file declaration.
4421
4422         * LColor.h (fill): remove LColor:: prefix from declaration.
4423
4424         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
4425         use lyx::depth_type rather than Paragraph::depth_type so that
4426         header file and .C file match.
4427
4428         * converter.h (intToFormat): remove Converters:: prefix from declaration.
4429
4430         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
4431         * aspell.C: \file aspell_local.C -> \file aspell.C
4432         * gettext.C: \file gettext.C -> \file src/gettext.C
4433         * gettext.h: \file gettext.h -> \file src/gettext.h
4434         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
4435         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
4436         * text.C: \file text.C -> \file src/text.C
4437
4438         * toc.C: move comment so that doxygen is not confused.
4439
4440 2003-10-07  Angus Leeming  <leeming@lyx.org>
4441
4442         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
4443
4444 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
4445
4446         * aspell.C:
4447         * aspell_local.h: add forgotten std::string's.
4448
4449 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4450
4451         * LaTeXFeatures.C:
4452         * LyXAction.C:
4453         * factory.C:
4454         * lfuns.h:
4455         * lyxfunc.C:
4456         * text3.C: The Box patch. Fancybox support, minipage, parbox
4457
4458 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
4459
4460         * CutAndPaste.h:
4461         * DepTable.h:
4462         * FloatList.h:
4463         * LaTeXFeatures.h:
4464         * ParagraphParameters.h:
4465         * TextCache.h:
4466         * Thesaurus.h:
4467         * bufferlist.h:
4468         * exporter.h:
4469         * importer.h:
4470         * lastfiles.h:
4471         * lyxfind.h:
4472         * lyxfont.h:
4473         * lyxlex.h:
4474         * lyxtextclasslist.h:
4475         * messages.h:
4476         * paragraph.h:
4477         * paragraph_pimpl.C:
4478         * textcursor.h: add <string> and other small fixes to make Lars'
4479         std::string patch compile with STLport.
4480
4481 2003-10-06  Angus Leeming  <leeming@lyx.org>
4482
4483         * LColor.h: Add missing #include <string>.
4484
4485 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4486
4487         * All most all file in all subdirs: Make <string> be the prefered
4488         way of getting to std::string, add using declarations.
4489
4490 2003-10-06  André Pönitz  <poenitz@gmx.net>
4491
4492         * metricsinfo.C: initialize LyXFont before changing attribute.
4493         (fixes the 'math in \emph is upright' bug)
4494
4495 2003-10-06  André Pönitz  <poenitz@gmx.net>
4496
4497         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
4498
4499 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
4500
4501         * graph.C:
4502         * paragraph_pimpl.C: Small fixes to build using STLport
4503
4504 2003-10-02  André Pönitz  <poenitz@gmx.net>
4505
4506         * lyxfunc.C:
4507         * text3.C: move handling of LFUN_DEPTH *; fix #1360
4508
4509 2003-10-01  André Pönitz  <poenitz@gmx.net>
4510
4511         * factory.C: assert early
4512
4513 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4514
4515         * lyx_main.C: remove the global debug object
4516
4517         * debug.h: adjust for new debugstream
4518
4519         * debug.C: adjust for new debugstream and keep the global debug
4520         object here.
4521
4522 2003-09-22  Angus Leeming  <leeming@lyx.org>
4523
4524         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
4525         of g++ which otherwise complain that the scoped_ptr destructor can't delete
4526         an incomplete class LyXFont.
4527
4528 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
4529
4530         * factory.C: bug fix in branches
4531
4532 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
4533
4534         * lyxfunc.C (processKeySym): adjust
4535         (dispatch): adjust
4536         (dispatch): change arg name from ev to func, adjust
4537         (sendDispatchMessage): ditto
4538
4539         * lyx_main.C (defaultKeyBindings): adjust keybindings
4540         (deadKeyBindings): ditto
4541
4542         * kbsequence.C (addkey): return a FuncRequest
4543
4544         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
4545
4546         * kbmap.C (bind): take a FuncRequest as arg, adjust
4547         (read): adjust
4548         (lookup): adjust
4549         (defkey): change to take a FuncRequest as arg, adjust
4550         (findbinding): take a FuncRequest as arg, adjust.
4551
4552         * funcrequest.h (operator=): added
4553
4554         * funcrequest.C (FuncRequest): default kb_action changed from
4555         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
4556
4557         * buffer.C (dispatch): simplify
4558         (dispatch): adjust to take a FuncRequest as arg, adjust
4559
4560         * boost.C (assertion_failed): change assertion message slightly
4561
4562         * ToolbarBackend.C (read): simplify
4563
4564         * MenuBackend.C (binding): adjust call to findbinding, add a
4565         message if no binding is found.
4566         (read): simplify
4567         (expandToc): correct by adding a empty FuncRequest
4568
4569         * LyXAction.C: include <boost/assert.hpp>
4570         (isPseudoAction): delete function
4571         (LookupFunc): change name to...
4572         (lookupFunc): this. change return type to FuncRequest.
4573         (getActionName): take kb_action as arg, simplify
4574         (funcHasFlag): add an assert, simplify.
4575
4576 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4577
4578         * toc.C (action): return a FuncRequest, simplify
4579
4580         * lyxfunc.C (processKeySym): adjust
4581         (getStatus): delete version that takes an int.
4582         (getStatus): adjust
4583         (dispatch): delete version that takes action as int
4584         (dispatch): adjust
4585         (sendDispatchMessage): simplify and adjust
4586
4587         * funcrequest.C (getArg): take unsigned int as arg
4588
4589         * ToolbarBackend.C (read): adjust
4590         (add): delete version that takes func as a string.
4591         (getIton): take a FuncRequest as arg
4592
4593         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
4594         action.
4595
4596         * MenuBackend.C (MenuItem): add a new construct that only takes a
4597         Kind, simplify the constructor use for submenus.
4598         (add): adjust
4599         (expandLastfiles): adjust
4600         (expandDocuments): adjust
4601         (expandFormats): adjust
4602         (expandFloatListInsert): adjust
4603         (expandFloatInsert): adjust
4604         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
4605
4606         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
4607         Remove class variables lyx_pseudo_map and lyx_arg_map
4608
4609         * LyXAction.C (searchActionArg): delete function
4610         (getPseudoAction): delete function
4611         (retrieveActionArg): delete function
4612         (LookupFunc): make it return kb_action, simplify.
4613         (getActionName): simplify
4614
4615         * factory.C (createInset): fix new bug
4616
4617 2003-09-19  Angus Leeming  <leeming@lyx.org>
4618
4619         * CutAndPaste.C (pasteSelection): remove fudge used to set the
4620         masterFilename_ parameter in the include inset.
4621
4622         * factory.C (createInset): changes due to the changes to InsetInclude.
4623
4624 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4625
4626         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
4627
4628 2003-09-18  Angus Leeming  <leeming@lyx.org>
4629
4630         * buffer.C:
4631         * BufferView.C: pass the buffer when calling Inset::getLabelList,
4632         Inset::fillWithBibKeys.
4633         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
4634
4635 2003-09-18  Angus Leeming  <leeming@lyx.org>
4636
4637         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
4638         variables.
4639         (ctor): pass and store a 'Buffer const &'
4640         (buffer): new member function.
4641
4642         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
4643         '*this' to the LaTeXFeatures ctor.
4644
4645 2003-09-18  Angus Leeming  <leeming@lyx.org>
4646
4647         * LColor.h:
4648         * lyxfont.C:
4649         * lyxfont.h:
4650         * lyxtext.h:
4651         * text.C: rename EnumLColor as LColor_color.
4652
4653 2003-09-18  Angus Leeming  <leeming@lyx.org>
4654
4655         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
4656         remove #include "insets/insetbase.h" from cursor.h.
4657
4658 2003-09-18  Angus Leeming  <leeming@lyx.org>
4659
4660         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
4661         InsetOld_code to remove #include "inset.h".
4662
4663         * iterators.C: add #include "insets/inset.h"
4664
4665 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
4666
4667         * BufferView.C: remove more locking stuff that apparently doesn't
4668         do anything sensible.
4669
4670 2003-09-16  André Pönitz  <poenitz@gmx.net>
4671
4672         * paragraph.[Ch]:
4673         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
4674           performance boost.
4675
4676 2003-09-16  Angus Leeming  <leeming@lyx.org>
4677
4678         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
4679
4680         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
4681         arg/return type.
4682
4683         * paragraph.h: remove #include "lyxfont.h". Forward declare
4684         LyXFont_size.
4685
4686 2003-09-16  Angus Leeming  <leeming@lyx.org>
4687
4688         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
4689         of support/textutils.h.
4690         (isWord): move the contents of support/textutils.h's IsWordChar here.
4691
4692         * buffer.C:
4693         * lyxfind.C:
4694         * rowpainter.C:
4695         * text.C:
4696         * text2.C: add #include "paragraph.h".
4697
4698         * rowpainter.C:
4699         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
4700
4701 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
4702
4703         * main.C:
4704         * lyx_main.C:
4705         * lyx_cb.C:
4706         * buffer.C:
4707         * LaTeX.C: use namespace alias for lyx::support::os
4708
4709 2003-09-16  Angus Leeming  <leeming@lyx.org>
4710
4711         * bufferparams.C:
4712         * bufferview_funcs.C:
4713         * factory.C:
4714         * lyxfunc.C:
4715         * paragraph_pimpl.C:
4716         * rowpainter.C:
4717         * text.C: add #include "LColor.h".
4718
4719 2003-09-16  Angus Leeming  <leeming@lyx.org>
4720
4721         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
4722         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
4723         return LyXFont &.
4724         Store the FontBits::color variable as an int rather than as an
4725         LColor::colorso that we can move LColor.h out of the lyxfont.h header
4726         file.
4727
4728         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
4729         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
4730         string calls together.
4731
4732         * lyxrc.C: add #include "LColor.h".
4733
4734 2003-09-15  Angus Leeming  <leeming@lyx.org>
4735
4736         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
4737         a cow_ptr.
4738
4739 2003-09-15  Angus Leeming  <leeming@lyx.org>
4740
4741         * LColor.h: add an EnumLColor wrapper for LColor::color.
4742
4743         * lyxfont.[Ch] (color, setColor, realColor):
4744         * lyxtext.h, text.C (backgroundColor):
4745         pass EnumLColor args to/from the functions, rather than LColor::color
4746         ones.
4747
4748         * lyxfont.h:
4749         * lyxtext.h: forward declare EnumLColor.
4750
4751         * lyx_main.C: add #include "LColor.h".
4752
4753 2003-09-15  Angus Leeming  <leeming@lyx.org>
4754
4755         * .cvsignore: add lyx-gtk.
4756
4757 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4758
4759         * Chktex.C
4760         * LaTeX.C
4761         * LaTeXFeatures.C
4762         * ParagraphParameters.C
4763         * Spacing.C
4764         * buffer.C
4765         * bufferparams.C
4766         * bufferview_funcs.C
4767         * chset.C
4768         * counters.C
4769         * funcrequest.C
4770         * lyxfont.C
4771         * lyxgluelength.C
4772         * lyxlength.C
4773         * paragraph.C
4774         * paragraph_funcs.C
4775         * text3.C
4776         * vc-backend.C: remove usage of STRCONV
4777
4778 2003-09-15  Angus Leeming  <leeming@lyx.org>
4779
4780         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
4781         explicitly define the color passed to the painter.
4782
4783 2003-09-15  Angus Leeming  <leeming@lyx.org>
4784
4785         * bufferparams.C (BufferParams): reorder member initializers to avoid
4786         compiler warning.
4787
4788 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
4789
4790         * CutAndPaste.C (pasteSelection): remove an outdated #warning
4791         * text.C (updateRowPositions): remove an unusual nop
4792
4793 2003-09-12  André Pönitz  <poenitz@gmx.net>
4794
4795         * BufferView_pimpl.C:
4796         * Bullet.C:
4797         * layout.h:
4798         * lyxfunc.C:
4799         * lyxlayout.[Ch]:
4800         * lyxtextclass.C:
4801         * rowpainter.C:
4802         * text.C:
4803         * text2.C:
4804         * Counters.[Ch]: finish the 'automatic counters' job
4805
4806 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4807
4808         * aspell.C: include <boost/assert.cpp> (compile fix)
4809
4810 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
4811
4812         * boost.C (assertion_failed): use lyx::support::abort instead of
4813         assert.
4814
4815 2003-09-10  Angus Leeming  <leeming@lyx.org>
4816
4817         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
4818         with their _fwd progeny.
4819
4820 2003-09-09  Angus Leeming  <leeming@lyx.org>
4821
4822         134 files throughtout the source tree: replace 'using namespace abc;'
4823         directives with the appropriate 'using abc::xyz;' declarations.
4824
4825 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
4826
4827         * boost.C (emergencyCleanup): moved here from LAssert.c
4828         (assertion_failed): new function, called by BOOST_ASSERT
4829
4830         * several files: change Assert to BOOST_ASSERT
4831
4832 2003-09-09  Angus Leeming  <leeming@lyx.org>
4833
4834         * buffer.[Ch]: Add an Impl class and move Buffer's member
4835         variables into it. As a result move several header files out of
4836         buffer.h.
4837
4838         Add header files to lots of .C files all over the tree as a result.
4839
4840 2003-09-09  Angus Leeming  <leeming@lyx.org>
4841
4842         * buffer.[Ch]: make Buffer's member variables private. Add
4843         accessor functions.
4844
4845         Lots of changes all over the tree as a result.
4846
4847 2003-09-08  Angus Leeming  <leeming@lyx.org>
4848
4849         * graph.C: #include <config.h>.
4850
4851 2003-09-08  Angus Leeming  <leeming@lyx.org>
4852
4853         * BranchList.C:
4854         * BufferView.C:
4855         * BufferView_pimpl.C:
4856         * CutAndPaste.C:
4857         * DepTable.C:
4858         * LaTeX.C:
4859         * LaTeXFeatures.C:
4860         * LyXAction.C:
4861         * MenuBackend.C:
4862         * TextCache.C:
4863         * aspell.C:
4864         * buffer.C:
4865         * bufferlist.C:
4866         * changes.C:
4867         * chset.C:
4868         * converter.C:
4869         * counters.C:
4870         * debug.C:
4871         * graph.C:
4872         * ispell.C:
4873         * lyx_cb.C:
4874         * lyxfind.C:
4875         * lyxfunc.C:
4876         * lyxlex_pimpl.C:
4877         * lyxrc.C:
4878         * lyxrow.C:
4879         * paragraph.C:
4880         * rowpainter.C:
4881         * texrow.C:
4882         * text.C:
4883         * text2.C:
4884         * toc.C: remove redundant using directives.
4885
4886 2003-09-07  Angus Leeming  <leeming@lyx.org>
4887
4888         * LaTeXFeatures.h: remove #include "support/types.h".
4889         * ToolbarBackend.h: remove #include <algorithm>.
4890         * changes.h: remove #include <ctime>.
4891         * debug.h: remove #include <iosfwd>.
4892         * graph.h: remove #include "support/std_string.h".
4893         * lyx_main.h: remove #include <csignal>.
4894         * lyxlex_pimpl.h: remove #include <fstream>.
4895         * sgml.h: remove #include <algorithm>, <utility>.
4896         * toc.h: remove #include "support/std_ostream.h".
4897         Add #include <iosfwd>.
4898
4899 2003-09-07  Angus Leeming  <leeming@lyx.org>
4900
4901         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
4902
4903         * converter.h: forward declare LatexRunParams.
4904         * encoding.h: remove #include "lyxrc.h".
4905         * lyxtext.h: remove #include "LColor.h".
4906         * lyxtextclass.h: remove #include "support/types.h".
4907         * trans.h: remove #include "tex-accent.h".
4908         * trans_mgr.h: remove #include "tex-accent.h".
4909         * insets/inset.h: remove #include "support/types.h", <vector>.
4910         * insets/insetcollapsable.h: remove #include "LColor.h".
4911         * insets/insetinclude.h: remove #include "dimension.h".
4912         * insets/insetlatexaccent.h: remove #include "dimension.h".
4913         * insets/insetoptarg.h:: remove #include "insettext.h".
4914         * insets/insettext.h: remove #include "dimension.h",
4915         <boost/shared_ptr.hpp>
4916
4917         * insets/renderers.h: add #include "dimension.h".
4918         * insets/updatableinset.h: add #include "support/types.h".
4919
4920         * many .C files: Associated changes.
4921
4922 2003-09-06  Angus Leeming  <leeming@lyx.org>
4923
4924         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
4925         one, inside testInvariant.
4926
4927         * PrinterParams.C: new file.
4928         * PrinterParams.[Ch]: move the function bodies out of line.
4929
4930 2003-09-06  Angus Leeming  <leeming@lyx.org>
4931
4932         * ParagraphParameters.h: forward declare ParameterStruct rather than
4933         including its header file.
4934         (depth): moved out-of-line.
4935
4936 2003-09-06  Angus Leeming  <leeming@lyx.org>
4937
4938         * BufferView_pimpl.h:
4939         * kbmap.h:
4940         * kbsequence.h:
4941         * lyxfunc.h: forward declare LyXKeySym rather than
4942         #include "frontends/LyXKeySym.h".
4943
4944         * BufferView_pimpl.C:
4945         * kbmap.C:
4946         * kbsequence.C:
4947         * lyxfunc.C: associated changes.
4948
4949 2003-09-06  Angus Leeming  <leeming@lyx.org>
4950
4951         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4952         As a result, can remove the #include "insets/inset.h" from BufferView.h
4953
4954 2003-09-06  Angus Leeming  <leeming@lyx.org>
4955
4956         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
4957         As a result, can remove the #include "insets/inset.h" from BufferView.h
4958
4959 2003-09-06  Angus Leeming  <leeming@lyx.org>
4960
4961         * buffer_funcs.C:
4962         * buffer.h:
4963         * bufferlist.C:
4964         * BufferView.C:
4965         * bufferview_funcs.C:
4966         * BufferView_pimpl.C:
4967         * CutAndPaste.C:
4968         * lyx_cb.C:
4969         * lyxfunc.C:
4970         * paragraph.h:
4971         * ParagraphParameters.C:
4972         * tabular.C:
4973         * text3.C:
4974         * toc.C:
4975         * undo_funcs.C:
4976         * frontends/controllers/ControlDocument.C:
4977         * insets/insetcaption.C: rearrange the #includes into some sort of
4978         coherent order.
4979
4980         * buffer.h: remove #includes ErrorList.h, undo.h
4981
4982 2003-09-06  Angus Leeming  <leeming@lyx.org>
4983
4984         * support/types.h: add a 'depth_type' typedef, used to store the
4985         nesting depth of a paragraph.
4986
4987         * paragraph.h:
4988         * ParameterStruct.h: use this lyx::depth_type typedef rather than
4989         defining explicitly.
4990
4991         * buffer.h:
4992         * paragraph_funcs.h:
4993         * ParagraphParameters.h:
4994         * sgml.h: use lyx::depth_type rather than Paragraph or
4995         ParameterStruct's depth_type.
4996
4997         * buffer.h
4998         * paragraph_funcs.h: no need to #include paragraph.h anymore.
4999
5000         * BufferView.C:
5001         * BufferView_pimpl.C:
5002         * CutAndPaste.C:
5003         * ParagraphParameters.C:
5004         * buffer_funcs.C:
5005         * bufferlist.C:
5006         * bufferview_funcs.C:
5007         * lyx_cb.C:
5008         * lyxfunc.C:
5009         * tabular.C:
5010         * text3.C:
5011         * toc.C:
5012         * undo_funcs.C:
5013         * frontends/LyXView.C:
5014         * frontends/controllers/ControlDocument.C:
5015         * frontends/controllers/ControlErrorList.C:
5016         * insets/insetbibitem.C:
5017         * insets/insetbranch.C:
5018         * insets/insetcaption.C:
5019         * insets/insetcollapsable.C:
5020         * insets/insetenv.C:
5021         * insets/insetert.C:
5022         * insets/insetfloat.C:
5023         * insets/insetfoot.C:
5024         * insets/insetfootlike.C:
5025         * insets/insetnewline.C:
5026         * insets/insetquotes.C:
5027         * insets/insettabular.C:
5028         * insets/insettext.C:
5029         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
5030
5031         * frontends/controllers/ControlChanges.C: #include "changes.h".
5032
5033 2003-09-06  Angus Leeming  <leeming@lyx.org>
5034
5035         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
5036         than #including paragraph.h.
5037
5038         * ParagraphList.h:
5039         * RowList.h: deleted. Superfluous.
5040
5041         * CutAndPaste.h:
5042         * iterators.h:
5043         * lyxcursor.h:
5044         * lyxtext.h:
5045         * text_funcs.h:
5046         * undo.h:
5047         * undo_funcs.h:
5048         * insets/inset.h:
5049         * insets/insettext.h: use ParagraphList_fwd.h rather than
5050         ParagraphList.h.
5051
5052         * paragraph.h: don't forward declare ParagraphList.
5053
5054         * buffer.h:
5055         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
5056         rather than ParagraphList.h. paragraph.h is still needed for the
5057         Paragraph::depth_type parameters.
5058
5059         * textcursor.h: enable it to compile stand-alone in light of the
5060         above changes.
5061
5062         * bufferview_funcs.C:
5063         * iterators.C:
5064         * lyxfunc.C:
5065         * lyxrow_funcs.C:
5066         * paragraph.C:
5067         * rowpainter.C:
5068         * text.C:
5069         * text2.C:
5070         * text3.C:
5071         * text_funcs.C:
5072         * textcursor.C:
5073         * undo.C:
5074         * frontends/controllers/ControlParagraph.C:
5075         * frontends/controllers/ControlTabular.C:
5076         * insets/insetmarginal.C:
5077         * insets/insetminipage.C:
5078         * insets/insetnote.C:
5079         * insets/insetoptarg.C: add header files needed to compile again.
5080
5081 2003-09-06  Angus Leeming  <leeming@lyx.org>
5082
5083         * RowList_fwd.h: new file, forward-declaring Row rather than
5084         #including lyxrow.h.
5085
5086         * lyxrow_funcs.h:
5087         * lyxtext.h:
5088         * paragraph.h:
5089         * insets/insettext.h: use it instead of RowList.h
5090
5091         * bufferview_funcs.C:
5092         * lyxfunc.C:
5093         * lyxrow_funcs.C:
5094         * paragraph.C:
5095         * rowpainter.C:
5096         * text.C:
5097         * text2.C:
5098         * text3.C: #include "RowList.h".
5099
5100 2003-09-05  Angus Leeming  <leeming@lyx.org>
5101
5102         * factory.C (createInset):
5103         * vspace.C (c-tor): replace sscanf call with an istringstream.
5104         * ispell.C: re-add missing HP/UX headers.
5105         * lyxserver.C: re-add missing  os2 headers.
5106
5107 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
5108
5109         * BranchList.C:
5110         * graph.C:
5111         * ispell.C:
5112         * lastfiles.C:
5113         * lyx_cb.C:
5114         * lyxserver.C:
5115         * texrow.C:
5116         * text3.C: re-add missing system headers, needed for 2.95.2.
5117
5118 2003-09-05  Angus Leeming  <leeming@lyx.org>
5119
5120         Changes most place everywhere due to the removal of using directives
5121         from support/std_sstream.h.
5122
5123 2003-09-05  Angus Leeming  <leeming@lyx.org>
5124
5125         Replace LString.h with support/std_string.h,
5126         Lsstream.h with support/std_sstream.h,
5127         support/LIstream.h with support/std_istream.h,
5128         support/LOstream.h with support/std_ostream.h.
5129
5130         Changes resulting throughout the tree.
5131
5132 2003-09-05  Angus Leeming  <leeming@lyx.org>
5133
5134         * sgml.h: ensure that the header file can be compiled stand-alone.
5135         * *.C: strip out redundant #includes. (320 in total.)
5136
5137 2003-09-04  Angus Leeming  <leeming@lyx.org>
5138
5139         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
5140         here (from getPackages).
5141
5142         * debug.[Ch]: add a new EXTERNAL tag.
5143
5144 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5145
5146         * text2.C (cursorEnd): simplify
5147         (setCursor): adjust
5148         (getColumnNearX): adjust
5149
5150         * text.C (computeBidiTables): adjust
5151         (fill): adjust
5152
5153         * rowpainter.C (paintChars): adjust
5154         (paintSelection): adjust
5155         (paintChangeBar): adjust
5156         (paintText): adjust
5157
5158         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
5159         lastPos instead.
5160         (numberOfSeparators): adjust
5161
5162 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5163
5164         * LyXAction.C:
5165         * box.[Ch]:
5166         * lfuns.h:
5167         * lyxfunc.C:
5168         * text3.C: Restricts the mouse click functionality
5169         of insets like bibtex, include, toc and floatlist to the visible
5170         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
5171         up the dialogs. Cursor has to be in front of the inset (i.e.
5172         start of row) for this to function.
5173
5174 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5175
5176         * bufferview_funcs.C (currentState): output row information
5177
5178 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
5179
5180         * bufferview_funcs.C (currentState): output paragraph position
5181
5182 2003-09-04  Angus Leeming  <leeming@lyx.org>
5183
5184         * FloatList.h: move out #include "Floating.h".
5185         * LaTeX.h: move out #include "DepTable.h".
5186         * LyXAction.h: move out #include "funcrequest.h".
5187         * buffer.h: move out #include "author.h", "iterators.h".
5188         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
5189         * lyx_main.h: move out #include "errorlist.h".
5190         * lyxfunc.h: move out #include "FuncStatus.h".
5191         * lyxtext: move out #include "lyxcursor.h".
5192         * paragraph_pimpl.h: move out #include "counters.h".
5193
5194 2003-09-03  Angus Leeming  <leeming@lyx.org>
5195
5196         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
5197         preamble_snippets list, enabling us to add snippets to the preamble
5198         only if the snippet was not there already.
5199
5200 2003-09-04  Angus Leeming  <leeming@lyx.org>
5201
5202         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
5203
5204 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5205
5206         * lyxfunc.C (dispatch): if fitCursor did something be sure to
5207         update
5208
5209 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
5210
5211         * BranchList.C: point fix, earlier forgotten
5212
5213 2003-09-02  Angus Leeming  <leeming@lyx.org>
5214
5215         * box.C (contains): renamed from 'contained' after a fantastic
5216         amount of hot air.
5217
5218 2003-09-02  John Levon  <levon@movementarian.org>
5219
5220         * BufferView.C:
5221         * lyxcursor.h:
5222         * lyxcursor.C:
5223         * lyxfunc.C:
5224         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
5225
5226 2003-09-02  John Levon  <levon@movementarian.org>
5227
5228         * text2.C: simplification of cursorEnd(), including partial
5229         fix for bug 1376
5230
5231 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5232
5233         * buffer.C (readFile): add a space
5234
5235 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
5236
5237         * BufferView_pimpl.C (update): remove bogus fitCursor() call
5238
5239 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5240
5241         * buffer.C (readFile): new function, take a filename and a
5242         ParagraphList::iterator
5243         (readFile): adjust
5244         (readFile): adjust, make it private. don't use setStream, make
5245         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
5246         always contain the filename.
5247
5248         * BufferView.C (insertLyXFile): simplify and make it work for
5249         gzipped files.
5250
5251 2003-08-30  John Levon  <levon@movementarian.org>
5252
5253         * Makefile.am: fix dist (from Kayvan)
5254
5255 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5256
5257         * most files: change to use const Buffer refs
5258
5259 2003-08-27  André Pönitz  <poenitz@gmx.net>
5260
5261         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
5262         on top of ownerPar().
5263
5264 2003-08-27  John Levon  <levon@movementarian.org>
5265
5266         * funcrequest.C: properly initialise POD members
5267
5268 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5269
5270         * lyxtext.h (top_y): move top_y from here
5271         * text.C:
5272         * text2.C:
5273         * text3.C:
5274         * BufferView.[Ch]:
5275         * BufferView_pimpl.[Ch]: to here
5276         * frontends/screen.C:
5277         * insets/insettabular.C:
5278         * insets/insettext.C: adjust
5279         * rowpainter.[Ch] (paintRows): remove LyXText & argument
5280
5281 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
5282
5283         * BufferView.[Ch]:
5284         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
5285
5286 2003-08-26  André Pönitz  <poenitz@gmx.net>
5287
5288         * paragraph_func.[Ch] (outerPar): new function
5289
5290         * paragraph.C:
5291         * paragraph_funcs.C:
5292         * paragraph_funcs.h:
5293         * paragraph_pimpl.C:
5294         * text2.C: remove Inset::par_owner
5295
5296 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
5297
5298         * lyxrow_funcs.C:
5299         * lyxtext.h:
5300         * text.C:
5301         * text2.C: eliminates the needFullRow/display() stuff
5302         altogether, putting the logic in metrics/draw in the insets.
5303
5304 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
5305
5306         * text2.C (redoParagraphInternal, redoParagraphs):
5307         * text.C (redoParagraph): add a call to updateRowPositions at the
5308         end of each 'metrics-like' call. Remove all others.
5309         (getRow): remove the 'y-computing' version.
5310         (getRowNearY): do not compute nor return the real y. Solve the
5311         'y < 0' problem and simplify.
5312
5313 2003-08-22  Angus Leeming  <leeming@lyx.org>
5314
5315         * *.[Ch]: clean-up of licence and author blurbs.
5316         Also move config.h out of a few .h files and into a few .C files.
5317
5318 2003-08-22  André Pönitz  <poenitz@gmx.net>
5319
5320         * lyxrow.[Ch]: add x_ and *fill_ members
5321
5322         * lyxtext.h:
5323         * text.C:
5324         * rowpainter.C:
5325         * text2.C: adjust/remove prepareToPrint() calls
5326
5327 2003-08-22  André Pönitz  <poenitz@gmx.net>
5328
5329         * lyxrow.[Ch]: add  end_ member
5330
5331         * lyxrow_funcs.C: use LyXRow::end_
5332
5333         * lyxtext.h (singleWidth): add LyXFont parameter
5334
5335         * rowpainter.C:
5336         * text2.C: adjust LyXText::singleWidth() calls
5337
5338         * text.C (redoParagraph): simplify row breaking logic
5339
5340
5341 2003-08-19  André Pönitz  <poenitz@gmx.net>
5342
5343         * funcrequest.C: initialize button_ member
5344
5345         * text3.C:
5346         * rowpainter.[Ch]: interface consolidation
5347
5348 2003-08-18  André Pönitz  <poenitz@gmx.net>
5349
5350         * BufferView.C:
5351         * BufferView_pimpl.C:
5352         * lyxfind.C:
5353         * paragraph_funcs.C:
5354         * rowpainter.C:
5355         * text3.C: remove LyXScreen::draw() and fitCursor calls
5356
5357         * BranchList.h: remove spurious semicolons
5358
5359         * MenuBackend.C: fix branchlist related crash
5360
5361 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
5362
5363         * BranchList.[Ch]:
5364         * InsetList.[Ch]:
5365         * LColor.[Ch]:
5366         * LyXAction.C:
5367         * Makefile.am:
5368         * MenuBackend.[Ch]:
5369         * bufferparams.[Ch]:
5370         * factory.C:
5371         * lfuns.h:
5372         * lyxfunc.C:
5373         * text3.C: implements the 'branch inset'
5374         idea. This allows the output of various versions of a document
5375         from a single source version, selectively outputing or suppressing
5376         output of parts of the text.
5377         This implementation contains a 'branch list editor' in a separate
5378         tab of the document settings dialog. Branches are user definable
5379         and have a "display colour" to distinguish them on-screen.
5380
5381         ColorHandler was somewhat cleaned up.
5382         (1) make possible a dynamically growing LColor list by allowing
5383         the graphic context cache to grow along (vector);
5384         (2) eliminate an IMHO unnecessary step in colour allocation.
5385
5386 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
5387
5388         * BufferView_pimpl.C: compile fix
5389
5390 2003-08-15  André Pönitz  <poenitz@gmx.net>
5391
5392         * rowpainter.C: remove extra metrics calls
5393
5394         * lyxtext.h: merge the two constructors into a single one,
5395           pass reference to owner's par list
5396
5397         * BufferView_pimpl.C:
5398         * text.C:
5399         * text2.C: adjust
5400
5401 2003-08-15  André Pönitz  <poenitz@gmx.net>
5402
5403         * lyxrow_funcs.[Ch]:
5404         * lyxtext.h:
5405         * paragraph.h:
5406         * paragraph_funcs.C:
5407         * rowpainter.C:
5408         * text.C:
5409         * text2.C:
5410         * text3.C:
5411         * text_funcs.C: split LyXText::rowlist_ into individual
5412         Paragraph::rows_ chunks
5413
5414         * BufferView.[Ch]:
5415         * BufferView_pimpl.[Ch]:
5416         * lyxfind.C:
5417         * lyxtext.h:
5418         * text3.C: remove toggleSelection()
5419
5420 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
5421
5422         * bufferlist.C: beautify two alerts (shorter text of buttons)
5423         * buffer.C: Remove redundant ' ' from message
5424         * tabular.h:
5425         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
5426         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
5427         rename VALIGN_CENTER to VALIGN_MIDDLE
5428
5429 2003-08-11  André Pönitz  <poenitz@gmx.net>
5430
5431         * lyxtext.h (getPar):
5432         * text.C: new function
5433
5434 2003-08-11  André Pönitz  <poenitz@gmx.net>
5435
5436         * Makefile.am:
5437         * tracer.[Ch]: remove unneeded files
5438
5439         * InsetList.[Ch]: remove resizeInsetsLyXText()
5440
5441         * lyxtext.h:
5442         * text.C:
5443         * text2.C:
5444         * text3.C: merge insertParagraphs() and appendParagraph()
5445         remove breakAgain(), update()
5446
5447         * BufferView_pimpl.[Ch]:
5448         * bufferview_funcs.[Ch]:
5449         * lyxfunc.C:
5450         * paragraph.[Ch]:
5451         * rowpainter.C:
5452         * tabular.C: adjust after text & InsetList changes.
5453
5454 2003-08-08  André Pönitz  <poenitz@gmx.net>
5455
5456         * text.C (insertChar, backspace): replace rowlist fiddling
5457         with rebreak of full par
5458
5459         * lyxtext.h:
5460         * text.C (breakAgainOneRow, redoHeightOfParagraph,
5461         checkParagraph, updateInset): removed
5462
5463 2003-08-07  André Pönitz  <poenitz@gmx.net>
5464
5465         * paragraph.C:
5466         * text3.C: merge some LFUN handlers, remove dead code
5467
5468 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5469
5470         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
5471
5472 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
5473
5474         * text2.C (DEPM): fix part of bug 1255 and 1256
5475
5476 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5477
5478         * BufferView_pimpl.C (workAreaDispatch): change to use
5479         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
5480         that are no mouse related.
5481
5482 2003-08-05  André Pönitz  <poenitz@gmx.net>
5483
5484         * BufferView.[Ch]:
5485         * BufferView_pimpl.[Ch]:
5486         * bufferview_funcs.C:
5487         * text2.C:
5488         * text3.C: rip out "deep update"
5489
5490         * textcursor.[Ch] (last_sel_cursor): remove unused member
5491
5492 2003-08-04  André Pönitz  <poenitz@gmx.net>
5493
5494         * BufferView.[Ch]:
5495         * BufferView_pimpl.[Ch]:
5496         * ParagraphParameters.C:
5497         * bufferview_funcs.C:
5498         * lyx_cb.C:
5499         * lyxfind.C:
5500         * lyxfunc.C:
5501         * text.C:
5502         * text2.C:
5503         * text3.C: replace "complicated" BufferView::update(...) calls with
5504         simpler ones.
5505
5506         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
5507
5508 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
5509
5510         * Makefile.am (lyx_SOURCES): add paper.h
5511
5512 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5513
5514         * Makefile.am: move things around so that both lyx-qt and
5515         lyx-xforms can be built (according to --with-frontend). Then lyx
5516         is a symbolic link to lyx-[firstfrontend]
5517
5518 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
5519
5520         * Always use std::endl with lyxerr
5521
5522 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
5523
5524         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
5525
5526 2003-08-01  André Pönitz  <poenitz@gmx.net>
5527
5528         * BufferView.[Ch]:
5529         * BufferView_pimpl.[Ch]:
5530         * lyxfunc.C:
5531         * text3.C: merge BufferView::repaint() and BufferView::update()
5532
5533 2003-08-01  José Matos  <jamatos@lyx.org>
5534
5535         * buffer.[Ch]: file_format is no longer a buffer data element.
5536
5537 2003-08-01  André Pönitz  <poenitz@gmx.net>
5538
5539         * BufferView.C:
5540         * lyxtext.h:
5541         * text.C:
5542         * text2.C: make redoParagraph more independent of current cursor
5543
5544         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
5545         * text.C:
5546         * text2.C: remove unneeded members
5547
5548 2003-07-30  André Pönitz  <poenitz@gmx.net>
5549
5550         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
5551
5552         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
5553           create a single function...
5554
5555         * paragraph_funcs.C (moveItem): ... here.
5556
5557         * text.C:
5558           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
5559
5560 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
5561
5562         * LColor.[Ch]: Add comment and greyedout logical colors.
5563
5564 2003-07-30  André Pönitz  <poenitz@gmx.net>
5565
5566         * tabular.C: don't use Assert too heavily. This crashes where it
5567           shouldn't
5568
5569 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
5570
5571         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
5572         is disabled (bug 1232)
5573
5574 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5575
5576         * factory.C: limited 'arg' scope
5577
5578 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5579
5580         * factory.C: fixed Note submenu issues
5581
5582 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
5583
5584         * factory.C: submenu for Note/Comment/Greyedout
5585
5586 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
5587
5588         * lyx_main.C (LyX):
5589         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
5590
5591 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
5592
5593         * LaTeXFeatures.C:
5594         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
5595         greyedout. Patch provided by Jürgen Spitzmüller.
5596
5597 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5598
5599         * kbmap.C (read): fix error message when reading bind files
5600
5601 2003-07-29  Angus Leeming  <leeming@lyx.org>
5602
5603         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
5604         certainly does not do what it purports to do. I am doing it, and
5605         us, a favour by killing it.
5606
5607 2003-07-28  José Matos  <jamatos@lyx.org>
5608
5609         * buffer.C (readBody, do_writeFile):
5610         * paragraph.C(readParagraph): \end_document replaces \the_end.
5611
5612 2003-07-29  André Pönitz  <poenitz@gmx.net>
5613
5614         * BufferView.[Ch]:
5615         * BufferView_pimpl.[Ch]:
5616         * lyxfunc.C:
5617         * text2.C:
5618         * text3.C:
5619         * textcursor.[Ch]: remove toggleToggle & Co
5620
5621 2003-07-28  José Matos  <jamatos@fep.up.pt>
5622
5623         * buffer.C (readParagraph):
5624         * params_func (readParToken, readParagraph):
5625         * paragraph.C (write): \layout -> \begin_layout.
5626
5627 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5628
5629         * lyxlex_pimpl.C (setFile): clean up slightly.
5630
5631         * bufferparams.h: add compressed var
5632
5633         * buffer_funcs.C (readFile): adjust for LyXLex change
5634         (newFile): ditto + simplify
5635
5636         * buffer.C (writeFile): handle writing of compressed files
5637
5638         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
5639         Check if the file is compressed and set a bufferparm if so.
5640
5641         * Makefile.am (lyx_LDADD): remove explicit -lz
5642
5643 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5644
5645         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
5646         makeDocBookFile): put the real LyX version in the first line of
5647         the file
5648
5649         * version.h:
5650         * version.C.in: remove lyx_docversion
5651
5652         * tabular.C (write_attribute): add a template-based version to
5653         write enums properly
5654
5655 2003-07-28  André Pönitz  <poenitz@gmx.net>
5656
5657         * lyxtext.h:
5658         * text.C:
5659         * text2.C:
5660         * text3.C: use doubles again for x-coordinates. They are needed.
5661
5662 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
5663
5664         * messages.C (getLocaleDir): use lyx_localedir()
5665
5666         * lyxlex_pimpl.C (setFile): compress stuff
5667
5668         * buffer.C (writeFile): add some compression stuff
5669         (do_writeFile): new func, dont call expliti close... will this
5670         breake anything?
5671
5672         * Makefile.am (lyx_LDADD): add -lz
5673
5674 2003-07-28  José Matos  <jamatos@fep.up.pt>
5675
5676         * buffer.C: increment file format.
5677         * paragraph_funcs (readParagraph, readParToken):
5678         * paragraph.C (readParagraph): add \end_layout.
5679
5680 2003-07-27  Angus Leeming  <leeming@lyx.org>
5681
5682         * Makefile.am: remove special casing for configure-time setting of
5683         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
5684
5685         * lyx_main.C (init): remove all Jean-Marc's magic setting of
5686         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
5687
5688 2003-07-26  André Pönitz  <poenitz@gmx.net>
5689
5690         * paragraph_func.[Ch]:
5691         * paragraph.C (realizeFont): inline it whereever it is used
5692
5693         * rowpainter.C:
5694         * text.C:
5695         * text2.C:
5696         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
5697
5698
5699 2003-07-26  André Pönitz  <poenitz@gmx.net>
5700
5701         *       lyxtext.h:
5702         * text.C:
5703         * text2.C: get rid of LyXText::need_break_row
5704
5705 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5706
5707         * toc.[Ch]: put namespace toc inside namespace lyx
5708
5709         * MenuBackend.C (expandToc2): adjust for lyx::toc
5710         (expandToc): ditto
5711
5712         * lyxfunc.C (dispatch): adjust for lyx::find
5713
5714         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
5715         lyx::find instead. Reorganize a bit.
5716         (LyXReplace): rename to replace
5717         (LyXFind): rename to find
5718
5719         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
5720         (dispatch): ditto
5721
5722 2003-07-26  André Pönitz  <poenitz@gmx.net>
5723
5724         * text.C (setHeightOfRow): restrict scope of temporary variable
5725
5726         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
5727           code (never has been used?)
5728
5729 2003-07-27  Asger Alstrup  <alstrup@local>
5730
5731         * text.C (fill): Optimise algorithm to exploit that we can reuse
5732         the LyXFont for many characters.
5733         (setHeightOfRow): Same thing.
5734         (rowBreakPoint): Same thing.
5735
5736 2003-07-26  Asger Alstrup  <alstrup@local>
5737
5738         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
5739
5740         * text.C (singleWidth): Spurious font copying in hot-spot
5741         singleWidth avoided. Reorder tests for arabic for efficiency.
5742
5743         * text.C (fill): handle empty paragraphs better.
5744
5745 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5746
5747         * ispell.C:
5748         * encoding.h: add includes
5749
5750         * lyxrc.C: remove reading of bind files
5751
5752         * lyx_main.C (init): setup bindings and menus only if we have a
5753         gui.
5754
5755         * kbmap.C (read): new method. Do the actual reading of bind
5756         files.
5757
5758         * converter.C (dvipdfm_options):
5759         * bufferparams.C:
5760         * lyxrc.C (read):
5761         (output): adapt PAPER_* enums.
5762
5763         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
5764
5765         * bufferparams.h: remove paper-related enums from there
5766
5767         * paper.h: New file. A trivial header file to hold paper-related
5768         enums. It should later expand to contain many paper-related
5769         horrors access.
5770
5771         * lyxrc.C: declare extern displayTranslator
5772
5773 2003-07-27  José Matos  <jamatos@fep.up.pt>
5774
5775         * tabular.[Ch] (linuxdoc): add support for tables and figures
5776         (linuxdoc).
5777
5778 2003-07-27  José Matos  <jamatos@fep.up.pt>
5779
5780         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
5781         consistency in both functions.
5782         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
5783
5784 2003-07-26  Asger Alstrup  <alstrup@local>
5785
5786         * rowpainter.C (paintRows): Change algorithm to work directly on
5787         the insets rather than asking every character in the document
5788         whether its an inset.
5789
5790 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
5791
5792         * buffer.C (openFileWrite): factorize some code
5793
5794 2003-07-26  Angus Leeming  <leeming@lyx.org>
5795
5796         * lyx_cb.C:
5797         * lyx_main.[Ch]: replace occurances of system_tempdir with
5798         os::getTmpDir().
5799
5800 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5801
5802         * rename Inset to InsetOld
5803
5804 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
5805
5806         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
5807         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
5808         which I think is a bit clearer. EDIT is gone, since it was
5809         premature optimisation, and broken for mathed anyway.
5810         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
5811         with cursor positioning in insets as well (math insets still do not
5812         work, but that's a different story anyway.) It mysteriously
5813         crashes sometimes with undo in the first paragraph, but I'm fairly
5814         confident that this is a compiler bug.
5815
5816 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5817
5818         * paragraph.C (Paragraph): adjust for new clone return type
5819         (operator==): ditto
5820         (copyIntoMinibuffer): ditto
5821
5822 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
5823
5824         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
5825         by not having a special case, and always doing a full rebreak of
5826         the document after undo.
5827
5828 2003-07-23  Angus Leeming  <leeming@lyx.org>
5829
5830         * factory.C (createInset): InsetExternal::setParams now takes a
5831         Buffer const * arg.
5832
5833 2003-07-23  Angus Leeming  <leeming@lyx.org>
5834
5835         * factory.C (createInset): changed interface to the external and
5836         graphics mailers' string2params functions.
5837
5838 2003-07-23  Angus Leeming  <leeming@lyx.org>
5839
5840         * factory.C (createInset): pass a
5841         Buffer const * parameter to InsetExternalMailer's string2params.
5842
5843 2003-07-22  John Levon  <levon@movementarian.org>
5844
5845         * Thesaurus.h: include the right aiksaurus header
5846
5847 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
5848
5849         * MenuBackend.C (expand): check menu shortcuts unconditionally
5850
5851 2003-07-21  Angus Leeming  <leeming@lyx.org>
5852
5853         * factory.C (createInset): pass a
5854         buffer_path parameter to InsetGraphicsMailer's string2params.
5855
5856 2003-07-21  Angus Leeming  <leeming@lyx.org>
5857
5858         * BufferView_pimpl.C (buffer):
5859         * buffer.C (d-tor):
5860         * lyx_main.C (LyX):
5861         * lyxfunc.C (dispatch):
5862         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
5863         rather than the grfx shortcut.
5864
5865 2003-07-21  André Pönitz  <poenitz@gmx.net>
5866
5867         * rowpainter.C: remove unused variables
5868
5869         * tabular_funcs.C:
5870         * tabular_funcs.h: move to tabular.C
5871         * Makefile.am: adjust
5872
5873         * tabular.[Ch]: basic optical cleaning
5874
5875         * author.h: pass references, not values
5876
5877 2003-07-18  André Pönitz  <poenitz@gmx.net>
5878
5879         * lyxtext.h:
5880         * metricsinfo.C:
5881         * metricsinfo.h:
5882         * rowpainter.C:
5883         * text.C:
5884         * text2.C:
5885         * text3.C: two-phase drawing for InsetText and InsetTabular
5886         some float -> int changes.
5887
5888 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5889
5890         * lyx_main.C: fix the fix
5891
5892 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
5893
5894         * lyx_main.C: fix a crash in batch mode if no files specified
5895         * converter.C: ws
5896
5897 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
5898
5899         * format.[Ch] (papersize): moved to BufferParams
5900         * converter.[Ch] (dvips_options): moved to BufferParams
5901         (dvipdfm_options): moved to anon namespace
5902         * bufferparams.[Ch]: added above functions.
5903
5904 2003-07-17  André Pönitz  <poenitz@gmx.net>
5905
5906         * lyxtext.h:
5907         * rowpainter.C:
5908         * text2.C: don't call inset->update() anymore
5909
5910         * metricsinfo.[Ch]: add convenience constructor
5911
5912 2003-07-16  André Pönitz  <poenitz@gmx.net>
5913
5914         * lyxcursor.[Ch]:
5915         * lyxfunc.[Ch]:
5916         * text.C:
5917         * text2.C: replace the LyXCursor::irow_ member with
5918          on-demand computation of the value
5919
5920 2003-07-16  John Levon  <levon@movementarian.org>
5921
5922         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
5923
5924 2003-07-15  André Pönitz  <poenitz@gmx.net>
5925
5926         * text.C:
5927         * text2.C: remove no more needed refresh_row
5928
5929 2003-07-15  André Pönitz  <poenitz@gmx.net>
5930
5931         * lyxtext.h:
5932         * rowpainter.C:
5933         * text2.C:
5934         * text3.C: refresh_status tristate -> need_update bool
5935
5936 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
5937
5938         * lyxtext.h (init): remove reinit argument (act as if always true)
5939         * text2.C: adjust to that
5940
5941 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5942
5943         * bufferview_funcs.[Ch]: introduce function replaceSelection()
5944         * text3.C: use it to delete selections in some cases
5945         (bugs 441, 673, 702, 954).
5946
5947 2003-07-14  André Pönitz  <poenitz@gmx.net>
5948
5949         * rowpainter.[Ch]: reduce interface
5950
5951 2003-07-14  André Pönitz  <poenitz@gmx.net>
5952
5953         * BufferView_pimpl.C:
5954         * text2.C: adjust after removing unused BufferView * argument
5955
5956 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
5957
5958         * text2.C (init): fix a crash fired on resize
5959
5960 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
5961
5962         * buffer.[Ch]: added new closing signal
5963         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
5964         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
5965         BufferView::Pimpl via the closing the signal
5966
5967 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
5968
5969         * buffer.[Ch]: take out all bv-related from buffer
5970         * BufferView.C:
5971         * BufferView_pimpl.[Ch]: connect to new signals
5972         * CutAndPaste.C: removed useless asserts
5973         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
5974         * lyxvc.[Ch]:
5975         * vc-backend.[Ch]:
5976         * lyxfunc.C: moved view-related funciontality from vc here
5977         * paragraph.C: removed outdated comments
5978         * text.C: ws
5979
5980 2003-07-10  André Pönitz  <poenitz@gmx.net>
5981
5982         * BufferView_pimpl.C:
5983         * tabular.h:
5984         * tabular_funcs.C:
5985         * text.C:
5986         * text2.C: remove InsetText::InnerCache, clean up consequences
5987
5988 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
5989
5990         * ispell.C: fix two typos in error messages
5991
5992 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
5993
5994         * Extend Note inset to other forms of annotation like Comment
5995         and Greyedout. Right button click gives dialog.
5996
5997         Files modified or added (+):
5998
5999         * insetnote.[Ch]
6000         * FormNote.[Ch]      +
6001         * ControlNote.[Ch]   +
6002         * form_note.fd       +
6003         * Makefile.am in frontends/xforms, frontends/xforms/forms,
6004         frontends/controllers
6005         * xforms/Dialogs.C
6006         * factory.C
6007
6008 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
6009
6010         * aspell.C: add missing namespace lyx::support
6011
6012 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
6013
6014         * BufferView.[Ch] (newFile): Add
6015         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
6016         * LaTeX.[Ch] (message): added this signal and use it
6017         * buffer.[Ch] (busy, message): added these signals and use them
6018         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
6019         * converter.C:
6020         * exporter.C:
6021         * format.C:
6022         * importer.C: use buffer signals instead of direct bv calling
6023         * lyx_cb.[Ch] (ShowMessage): removed
6024         * lyx_main.C:
6025         * lyxfunc.C:
6026         * paragraph_funcs.C:
6027         * text2.C: use buffer signals
6028
6029 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6030
6031         * introduce namespace lyx::graphics
6032
6033 2003-07-02  André Pönitz  <poenitz@gmx.net>
6034
6035         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
6036
6037 2003-07-01  André Pönitz  <poenitz@gmx.net>
6038
6039         * text.C:
6040         * text2.C:
6041         * text3.C:
6042         * text_funcs.[Ch]:
6043         * textcursor.h:
6044         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
6045           text*.C to text_func.C
6046
6047 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6048
6049         * introduce namespace lyx::support
6050
6051 2003-06-30  André Pönitz  <poenitz@gmx.net>
6052
6053         * Chktex.C:
6054         * funcrequest.C:
6055         * lyxtext.h:
6056         * text.C: re-enable --with-included-string
6057
6058 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6059
6060         * textcursor.C: add <config.h>
6061
6062         * text.C (getWord): remove const from word_location arg
6063
6064         * lyxvc.C (getLogFile): fix const type order
6065
6066         * lyxtext.h: remove const from word_location arg, add arg name
6067
6068         * lyxlayout.h: currect type on labeltype.
6069
6070         * importer.C: correct \file
6071
6072         * converter.C (intToFormat): use std:: on ret val, ws changes
6073
6074         * bufferlist.h: correct \file
6075
6076         * buffer.C (makeLinuxDocFile): fix const type order
6077         (makeDocBookFile): ditto
6078         (fillWithBibKeys): use std:: on stdlib args.
6079
6080         * CutAndPaste.C: fix authors.
6081         (availableSelections): use std:: on return vector
6082
6083 2003-06-27  André Pönitz  <poenitz@gmx.net>
6084
6085         * BufferView_pimpl.C:
6086         * bufferview_funcs.C:
6087         * lyxcursor.C:
6088         * lyxcursor.h:
6089         * lyxfunc.C:
6090         * lyxtext.h:
6091         * rowpainter.C:
6092         * text.C:
6093         * text2.C:
6094         * text3.C: remove LyXCursor::row_ member
6095
6096         * lyxtext.h:
6097         * text.C: rename fullRebreak() to partialRebreak() and implement
6098           a fullRebreak() that really bereks fully
6099
6100         * textcursor.h: new struct for cursor-related data
6101
6102 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
6103
6104         * lyx_main.C (LyX): get full path of document loaded on the
6105         command line
6106
6107 2003-06-26  André Pönitz  <poenitz@gmx.net>
6108
6109         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
6110           remove unused/broken operator>,<,>=.
6111
6112         *       text.C: remove only use of broken operator<= in an Assert().
6113
6114 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6115
6116         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
6117         moved errorlist_.clear to showErrorList
6118
6119 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
6120
6121         * converter.C (scanLog, runLaTeX):
6122         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
6123         move the bv->showErrorList call to the callers
6124         * lyxfunc.C: i.e. here...
6125         * text2.C: and here
6126         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
6127         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
6128         namespace, the second to...
6129         * buffer_funcs (BufferFormat, parseErrors): added
6130         * errorlist.C (ErrorList(TeXErrors const &)): removed
6131
6132 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6133
6134         * ToolbarBackend.C (getIcon): complain when icon cannot be found
6135
6136 2003-06-24  "Garst R. Reese" <reese@isn.net>
6137
6138         * debug.C: fix typo
6139
6140 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6141
6142         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
6143
6144         * version.C.in: change docversion to 1.4
6145
6146 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
6147
6148         * buffer.C: fix a bug just introduced
6149
6150 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
6151
6152         * buffer.[Ch]: added the parseError signal and use it, removed
6153         sgmlError
6154         * BufferView.[Ch] (addError): moved to ...
6155         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
6156         to the Buffer::parseError signal to catch (guess what) parse errors
6157         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
6158
6159 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
6160
6161         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
6162         ability to create a buffer and to return an existing one from
6163         the list. Moved these functions to...
6164         * buffer_funcs.[Ch]: added
6165         * BufferView.[Ch] (loadLyXFile): added
6166         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
6167         job removed from bufferlist::loadLyXFile.
6168         * buffer.C (setReadOnly): make it work without view
6169         (i.e added an if (users))
6170
6171 2003-06-19  Angus Leeming  <leeming@lyx.org>
6172
6173         * lfuns.h:
6174         * LyXAction.C (init):
6175         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
6176         with LFUN_DIALOG_SHOW <name> <data>.
6177
6178 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6179
6180         * CutAndPaste.C (availableSelections): small compilation fix for
6181         ancient (gcc 2.9x) compilers
6182
6183 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
6184
6185         * text3.C (cursorNext): add tmp var
6186
6187         * text2.C (updateCounters): for function calling out of for clause
6188         (replaceSelectionWithString): ditto
6189         (insertStringAsParagraphs): ditto
6190         (getColumnNearX): add tmp var
6191         (setCursorFromCoordinates): add tmp var
6192         (cursorDownParagraph): add tmp var
6193         (deleteEmptyParagraphMechanism): add tmp var
6194
6195         * text.C (insertChar): add tmp var
6196
6197         * rowpainter.C (paintDepthBar): add tmp var
6198
6199         * CutAndPaste.C (availableSelections): potentially check all
6200         paragraphs in a cut to fill the shown strings.
6201
6202 2003-06-18  André Pönitz  <poenitz@gmx.net>
6203
6204         * kbmap.[Ch]: use vector<> instead of list<>
6205
6206 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
6207
6208         * text3.C (dispatch): handle arg to LFUN_PASTE, call
6209         pasteSelection with index
6210
6211         * text2.C (pasteSelection): modify, call pasteSelection with index
6212
6213         * paragraph.C (asString): reimplement version with no interval to
6214         call the one with interval.
6215
6216         * lyxtext.h: add index arg to pasteSelection
6217
6218         * MenuBackend.C (MenuItem): handle PasteRecent
6219         (Menu::read::Menutags): add md_pasterecent
6220         (read): handle it
6221         (expandPasteRecent): new function
6222         (expand): use it
6223
6224         * MenuBackend.h: add PasteRecent to MenuItem::Kind
6225
6226         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
6227         the limited stack
6228         (availableSelections): new function
6229
6230 2003-06-17  Angus Leeming  <leeming@lyx.org>
6231
6232         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
6233
6234 2003-06-17  Angus Leeming  <leeming@lyx.org>
6235
6236         * lfuns.h:
6237         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
6238
6239         * lyxfunc.C (dispatch): invoke it.
6240
6241 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6242
6243         * iterators.C (operator++, ParPosition): reintroduce some
6244         const_cast for the benefit of older compilers.
6245
6246 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6247
6248         * text3.C (dispatch): do not modify clipboard when doing
6249         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
6250         LFUN_DELETE_SKIP on a selection selection
6251
6252 2003-06-16  André Pönitz  <poenitz@gmx.net>
6253
6254         * BufferView.C:
6255         * buffer.C:
6256         * buffer.h:
6257         * paragraph.C:
6258         * tabular.[Ch]: IU of clone() and getLabelList();
6259
6260 2003-06-13  André Pönitz  <poenitz@gmx.net>
6261
6262         * tabular.h: compactification
6263
6264 2003-06-12  André Pönitz  <poenitz@gmx.net>
6265
6266         * tabular.C:
6267         * tabular.h:
6268         * tabular_funcs.h: some renaming plus whitespace
6269
6270 2003-06-12  André Pönitz  <poenitz@gmx.net>
6271
6272         * BufferView.C:
6273         * BufferView_pimpl.C:
6274         * CutAndPaste.C:
6275         * buffer.C:
6276         * iterators.[Ch]:
6277         * lyxfunc.C:
6278         * text.C:
6279         * toc.C: Return a Paragraph & for ParIterator::operator*()
6280
6281 2003-06-11  John Levon  <levon@movementarian.org>
6282
6283         * lyx_main.C:
6284         * ToolbarBackend.h:
6285         * ToolbarBackend.C: add "Toolbars" section and
6286         put the flags there
6287
6288 2003-06-10  Angus Leeming  <leeming@lyx.org>
6289
6290         * lfuns.h:
6291         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
6292
6293         * lyxfunc.C (dispatch): invoke it.
6294
6295 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6296
6297         * main.C: protect <ios> with HAVE_IOS
6298         (main): protect sync_with_stdio with HAVE_IOS
6299
6300 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
6301
6302         * text2.C (cutSelection): adjust
6303         (pasteSelection): adjust
6304
6305         * messages.C: handle get of empty string
6306
6307         * main.C (main): use sync_with_stdio(false)
6308
6309         * lyxfunc.C (dispatch): adjust
6310
6311         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
6312         (WriteAs): remove unneeded BufferView arg.
6313
6314         * bufferparams.h: use correct types on papersize, papersize2 and
6315         paperpackage.
6316
6317         * bufferparams.C (readToken): adjust for type
6318         (writeLaTeX): add missing cases to switch.
6319
6320         * bufferlist.C (quitWriteBuffer): adjust
6321         (close): adjust
6322
6323         * buffer.C (asciiParagraph): remove some commented code.
6324
6325         * CutAndPaste.C: remove current_view extern variable.
6326         (cutSelection): add BufferParams arg.
6327         (eraseSelection): add BufferParams arg.
6328         (pasteSelection): add Buffer const & arg
6329
6330 2003-06-07  John Levon  <levon@movementarian.org>
6331
6332         * buffer.C:
6333         * paragraph_funcs.C:
6334         * paragraph_pimpl.C:
6335         * text.C:
6336         * text2.C:
6337         * paragraph.h:
6338         * paragraph.C: allow InsetERT to freely space lines,
6339         and some consolidation of code
6340
6341 2003-06-06  José Matos  <jamatos@fep.up.pt>
6342
6343         * buffer.C (makeDocBookFile): fix bug #821
6344
6345 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
6346
6347         * BufferView_pimpl.C (dispatch): use Dialogs::visible
6348
6349 2003-06-04  Angus Leeming  <leeming@lyx.org>
6350
6351         * buffer.C: bump format to 224.
6352
6353 2003-06-05  André Pönitz  <poenitz@gmx.net>
6354
6355         * text2.C (redoParagraphs): remove two const_cast<>
6356
6357 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
6358
6359         * ParagraphList.h: remove last remnants of NO_STD_LIST
6360
6361 2003-06-03  Angus Leeming  <leeming@lyx.org>
6362
6363         * factory.C (createInset): small change to the way InsetExternal's params
6364         are set.
6365
6366 2003-06-04  André Pönitz  <poenitz@gmx.net>
6367
6368         * buffer.h: use Undo directly instead of shared_ptr<Undo>
6369
6370         * paragraph_pimpl.h:
6371         * paragraph.[Ch]: some Inset -> UpdatableInset changes
6372
6373         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
6374
6375         * undo_funcs.C: make some simple cases of undo work again
6376
6377 2003-06-03  John Levon  <levon@movementarian.org>
6378
6379         * ispell.C: HPUX doesn't have sys/select.h
6380         (from Albert Chin)
6381
6382 2003-06-03  John Levon  <levon@movementarian.org>
6383
6384         * CutAndPaste.C: update tabular and include inset
6385         buffer references
6386
6387         * buffer.h:
6388         * paragraph.h:
6389         * paragraph.C: remove owningBuffer(), don't pass Buffer
6390         to clone()
6391
6392         * factory.C: insetGraphicsParams changed
6393
6394 2003-06-02  John Levon  <levon@movementarian.org>
6395
6396         * LyXAction.C:
6397         * factory.C:
6398         * lfuns.h:
6399         * lyxfunc.C:
6400         * text3.C: remove insetparent
6401
6402 2003-06-02  John Levon  <levon@movementarian.org>
6403
6404         * buffer.h:
6405         * buffer.C: fix inset_iterator.end(), move out of line
6406         (bug 1149)
6407
6408 2003-06-01  John Levon  <levon@movementarian.org>
6409
6410         * text3.C: use a proper cut/paste when doing inset
6411         insert (from Jürgen Spitzmüller)
6412
6413 2003-06-01  John Levon  <levon@movementarian.org>
6414
6415         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
6416
6417 2003-05-30  André Pönitz  <poenitz@gmx.net>
6418
6419         * rowpainter.C: unify second drawing phase
6420
6421 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6422
6423         * trans_mgr.C: remove one case of current_view
6424
6425         * text2.C (cursorBottom): delete NO_STD_LIST stuff
6426
6427         * paragraph_funcs.h: remove paragraph.h include
6428
6429         * paragraph.h: delete NO_STD_LIST stuff
6430
6431         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
6432
6433         * buffer.h: remove paragraph.h include
6434
6435         * ParagraphList.C: delete file
6436
6437         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
6438
6439         * toc.C (getTocList): adjust
6440
6441         * paragraph_pimpl.C (validate): adjust
6442
6443         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
6444
6445         * paragraph.C (Paragraph): adjust
6446         (getPositionOfInset): use const_iterator, adjust
6447         (bibitem): use const_iterator, adjust
6448         (setInsetOwner): adjust
6449
6450         * iterators.C (operator++): adjust
6451
6452         * InsetList.[Ch]: Replace selfmade iterator with standard
6453         vector::iterator also introduce const_iterator. Remove getPos,
6454         getInset and setInset from InsetTable. Adjust accordingly.
6455
6456         * BufferView.C (lockInset): adjust
6457         (ChangeInsets): adjust
6458
6459         * tabular.[Ch]: delete commented same_id functions
6460
6461 2003-05-28  John Levon  <levon@movementarian.org>
6462
6463         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
6464
6465 2003-05-28  André Pönitz  <poenitz@gmx.net>
6466
6467         * metricsinfo.[Ch]: remove 'fullredraw' member
6468
6469 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
6470
6471         * lyxtextclass.C (operator): remove caching.
6472
6473 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
6474
6475         * text3.C: adjust
6476
6477         * text2.C (cursorBottom): adjust
6478         (setCounter): use ParagraphList::find, adjust
6479
6480         * text.C (workWidth): use ParagraphList::find, adjust
6481
6482         * lyxcursor.C (LyXCursor): adjust
6483
6484         * buffer.C (inset_iterator): adjust
6485
6486         * ParagraphList.h: make iterator(value_type) private, make
6487         ParagraphList a friend of iterator.
6488
6489         * ParagraphList.C (find): new function
6490
6491         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
6492
6493 2003-05-27  André Pönitz  <poenitz@gmx.net>
6494
6495         * dimension.[Ch]: a -> asc, d -> des, w -> wid
6496
6497 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6498
6499         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
6500
6501 2003-05-26  John Levon  <levon@movementarian.org>
6502
6503         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
6504
6505 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
6506
6507         * remove same_id from function signatures, adjust.
6508
6509 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
6510
6511         * undo_funcs.C (createUndo): use the id functions directly, adjust.
6512
6513         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
6514
6515         * paragraph.C (Paragraph): get rid of same_ids parameter
6516
6517         * ParagraphList.C (insert): adjust
6518         (push_back): adjust
6519
6520 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
6521
6522         * paragraph_funcs.C (breakParagraph): adjust
6523         (breakParagraphConservative): adjust
6524
6525         * buffer.C (readParagraph): adjust
6526
6527         * ParagraphList.C (insert): take a reference instead of a pointer
6528         (insert): adjust
6529
6530         * paragraph.[Ch] (id): new function
6531
6532         * bufferlist.C (newFile): adjust
6533
6534         * ParagraphList.C (ParagraphList): adjust
6535         (assign): adjust
6536         (push_back): take a reference instead of a pointer.
6537
6538         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
6539
6540         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
6541         instead.
6542
6543         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
6544         set else use old code.
6545
6546         * ParagraphList.C: remove all NO_NEXT code and only compile this
6547         code of NO_STD_LIST is set.
6548
6549 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6550
6551         * BufferView_pimpl.C:
6552         * TextCache.C:
6553         * TextCache.h:
6554         * bufferlist.C:
6555         * errorlist.h:
6556         * format.C:
6557         * format.h:
6558         * graph.C:
6559         * lyxfunc.C:
6560         * lyxrc.C:
6561         * graphics/GraphicsConverter.C:
6562         * graphics/PreviewLoader.C: header adjustment
6563
6564 2003-05-23  Angus Leeming  <leeming@lyx.org>
6565
6566         * LaTeXFeatures.[Ch] (useBabel): new method.
6567         * bufferparams.C (writeLaTeX): use it.
6568
6569 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6570
6571         * ParagraphList.h (set): remove unused function.
6572
6573 2003-05-23  André Pönitz  <poenitz@gmx.net>
6574
6575         * BufferView.C:
6576         * BufferView_pimpl.C:
6577         * buffer.C:
6578         * buffer.h:
6579         * lyxfunc.C:
6580         * undo_funcs.C: setUndo reworked
6581
6582         * iterators.[Ch]: add access to topmost ParagraphList
6583
6584         * lyxtext.[Ch] (workWidth): add a const
6585
6586 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
6587
6588         * texrow.[Ch] (increasePos): remove function
6589         * exporter.C (export): removed unused var and outdated comment
6590
6591 2003-05-23  Angus Leeming  <leeming@lyx.org>
6592
6593         * latexrunparams.h: rename fragile as moving_arg.
6594         * paragraph.C (simpleTeXOnePar): ditto.
6595         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
6596
6597 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
6598
6599         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
6600         (createUndo): ditto
6601         (textUndoOrRedo): comment out a currently unused var.
6602
6603         * paragraph.h (NO_NEXT): enable NO_NEXT
6604
6605         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
6606
6607         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
6608
6609         * exporter.C (Export): adjust for removeAutoInsets removal.
6610
6611         * buffer.C (runChktex): adjust for removeAutoInsets removal.
6612
6613         * LyXAction.C (init): remove LFUN_REMOVEERRORS
6614
6615         * BufferView.[Ch] (removeAutoInsets): delete function
6616
6617 2003-05-22  Angus Leeming  <leeming@lyx.org>
6618
6619         * latexrunparams.h: add a free_spacing variable.
6620
6621         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
6622         to pass moving_arg, as the data is stored in runparams.fragile.
6623
6624         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
6625         to Inset::latexOptional or to simpleTeXOnePar.
6626
6627         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
6628         free_spacing arg to Inset::latexOptional.
6629
6630         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6631         free_spacing arg.
6632
6633 2003-05-22  Angus Leeming  <leeming@lyx.org>
6634
6635         * latexrunparams.h: add fragile and use_babel variables.
6636
6637         * bufferparams.[Ch] (writeLaTeX): return use_babel.
6638         * buffer.C (makeLaTeXFile): store this returned value in
6639         runparams.use_babel, thus passing it to the inset::latex methods.
6640
6641         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
6642         simpleTeXSpecialChars as it is now stored in runparams.fragile.
6643
6644         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
6645         longer has a fragile arg, as it is stored in runparams.fragile.
6646
6647         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
6648         moving_arg parameter as the data is stored in runparams.fragile.
6649
6650         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
6651         a fragile parameter as the data is stored in runparams.fragile.
6652
6653 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6654
6655         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
6656
6657 2003-05-22  Angus Leeming  <leeming@lyx.org>
6658
6659         * latexrunparams.h: add a 'bool nice' which defaults to false.
6660
6661         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
6662         now encapsulated within runparams.
6663
6664         * bufferlist.C (updateIncludedTeXfiles):
6665         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
6666
6667 2003-05-22  Angus Leeming  <leeming@lyx.org>
6668
6669         * latexrunparams.h: new file containing struct LatexRunParams.
6670         * Makefile.am: add new file.
6671
6672         * LaTeX.[Ch] (c-tor, run):
6673         * buffer.[Ch] (makeLaTeXFile):
6674         * bufferlist.[Ch] (updateIncludedTeXfiles):
6675         * converter.C (convert, scanLog):
6676         * converter.[Ch] (runLaTeX):
6677         * exporter.C (Export):
6678         * paragraph.[Ch] (simpleTeXOnePar):
6679         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
6680         * paragraph_funcs.[Ch] (latexParagraphs):
6681         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
6682         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
6683         pass around a LatexRunParams parameter.
6684
6685 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6686
6687         * paragraph.[Ch]: remove unused constructor
6688
6689         * ParagraphList.C (erase): new function, taking two iterators
6690
6691 2003-05-22  André Pönitz  <poenitz@gmx.net>
6692
6693         * undo_funcs.C: remove duplicated code
6694
6695         * iterator.[Ch]: operator=
6696
6697 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6698
6699         * tabular.C (SetMultiColumn): ws changes
6700
6701         * rowpainter.C (paintFirst): get rid of a ->previous
6702
6703         * lyx_cb.C (getPossibleLabel): parlist simplification
6704
6705         * BufferView.C (ChangeInsets): simplify slightly.
6706
6707 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
6708
6709         * LyXAction.C: new lfun space-insert, kill protected-space-insert
6710         * lfuns.h: new LFUN_SPACE
6711         * lyxfunc.C: protected space has a new lfun
6712         * paragraph_funcs.C: read new space insets
6713         * text3.C:
6714         * factory.C: handle new space insets
6715
6716 2003-05-22  André Pönitz  <poenitz@gmx.net>
6717
6718         * BufferView.C:
6719         * BufferView_pimpl.C:
6720         * buffer.[Ch]:
6721         * lyxfunc.C:
6722         * undo_funcs.C: return a ParIterator from getParFromID.
6723
6724         * iterators.[Ch]: add two const's
6725
6726 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6727
6728         * toc.C (getTocList): adjust
6729
6730         * iterators.[Ch]: rework for parlist
6731
6732         * buffer.C (par_iterator_begin): adjust
6733         (par_iterator_end): adjust
6734
6735         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
6736
6737         * BufferView.C (removeAutoInsets): adjust
6738         (ChangeInsets): adjust
6739
6740 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
6741
6742         * text.C (top_y): fix bug 1110
6743
6744 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
6745
6746         * errorlist.[Ch]: added
6747         * buffer.C:
6748         * BufferView.[Ch]:
6749         * BufferView_pimpl.C:
6750         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
6751         instead
6752
6753 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6754
6755         * Makefile.am: ensure that lyx is relinked upon changes to the
6756         various "convenience" libs.
6757
6758 2003-05-20  Angus Leeming  <leeming@lyx.org>
6759
6760         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
6761         files are compiled in alphabetical order again.
6762
6763         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
6764
6765 2003-05-19  Angus Leeming  <leeming@lyx.org>
6766
6767         * gettext.[Ch]: remove "char const * _(char const *)".
6768
6769 2003-05-19  André Pönitz  <poenitz@gmx.net>
6770
6771         * dimension.[Ch]: promote from mathed/dimension.[Ch]
6772
6773         * Makefile.am:
6774         * BufferView.C:
6775         * DepTable.h:
6776         * LaTeXFeatures.C:
6777         * buffer.C:
6778         * lyxfont.C:
6779         * lyxlex.h:
6780         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
6781
6782 2003-05-19  André Pönitz  <poenitz@gmx.net>
6783
6784         * buffer.C:
6785         * lyxlayout.[Ch]:
6786         * lyxtextclass.[Ch]:
6787         * paragraph.C:
6788         * paragraph_funcs.[Ch]:
6789         * text2.C:
6790         * text3.C: more insetenv work
6791
6792 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
6793
6794         * ParagraphParameters.C (params2string): small bug fixed
6795
6796 2003-05-16  André Pönitz  <poenitz@gmx.net>
6797
6798         * debug.C:
6799         * bufferview_funcs.C: patch from Kornel Benko to prevent
6800           crash when _(...) is called twice in a statement
6801
6802 2003-05-16  André Pönitz  <poenitz@gmx.net>
6803
6804         * BufferView.C:
6805         * lyxfunc.C:
6806         * text.C:
6807         * text2.C:
6808         * text3.C:
6809         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
6810
6811 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
6812
6813         * lyx_main.C (init): remove spurious static_cast
6814
6815 2003-05-14  André Pönitz  <poenitz@gmx.net>
6816
6817         * BufferView.C: fix format string
6818
6819 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
6820
6821         * BufferView.[Ch] (insertErrors): removed
6822         * BufferView.[Ch] (showErrorList): added
6823         * buffer.C (runChkTeX):
6824         * converter.C (scanLog): call showErrorList instead of inserterrors
6825
6826 2003-05-13  André Pönitz  <poenitz@gmx.net>
6827
6828         * BufferView_pimpl.C:
6829         * buffer.C:
6830         * bufferview_func.C:
6831         * MenuBackend.C:
6832         * lyxfunc.C:
6833         * lyxrc.C:
6834         * tex-accent.C:
6835         * text3.C:
6836         * toc.C:
6837         * tabular_funcs.h: tostr() from its own header
6838
6839         * ParagraphParameters.C:
6840         * ToolbarBackend.C:
6841         * bufferparams.C:
6842         * format.C:
6843         * lyxlex_pimpl.C:
6844         * text3.C: STRCONV()
6845
6846 2003-05-12  André Pönitz  <poenitz@gmx.net>
6847
6848         * BufferView.C:
6849         * BufferView_pimpl.C:
6850         * CutAndPaste.C:
6851         * LaTeX.C:
6852         * LaTeXFeatures.C:
6853         * ParagraphParameters.C:
6854         * buffer.C:
6855         * bufferlist.C:
6856         * bufferparams.C:
6857         * bufferview_funcs.C:
6858         * converter.C:
6859         * counters.C:
6860         * debug.C:
6861         * exporter.C:
6862         * format.C:
6863         * importer.C:
6864         * lyx_cb.C:
6865         * lyx_main.C:
6866         * lyxfont.C:
6867         * lyxfunc.C:
6868         * lyxvc.C:
6869         * paragraph.C:
6870         * paragraph_funcs.C:
6871         * tabular.C:
6872         * tabular_funcs.C:
6873         * text2.C:
6874         * text3.C:  boost::format -> bformat  all over the place
6875
6876
6877 2003-05-09  André Pönitz  <poenitz@gmx.net>
6878
6879         * LColor.[Ch]: Pimpl the #include <map> away
6880
6881 2003-05-09  John Levon  <levon@movementarian.org>
6882
6883         * bufferlist.C: never remove emergency saves
6884
6885 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
6886
6887         * Makefile.am: better lib building
6888
6889 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
6890
6891         * texrow.[Ch]: remove dependency on Paragraph and just store a id
6892         instead.
6893         * paragraph_pimpl.C (simpleTeXBlanks): adjust
6894         (simpleTeXSpecialChars): adjust
6895         (simpleTeXSpecialChars): adjust
6896         * paragraph.C (simpleTeXOnePar): adjust
6897         * buffer.C (makeLaTeXFile): adjust
6898
6899         * Makefile.am (BOOST_LIBS): allow boost as system lib.
6900
6901         * text2.C (changeDepth): parlist cleanup
6902         (getColumnNearX): ditto
6903
6904         * rowpainter.C (getLabelFont): parlist cleanup
6905
6906         * bufferlist.C (newFile): parlist cleanup
6907
6908         * CutAndPaste.C (eraseSelection): parlist cleanup
6909
6910         * BufferView_pimpl.C (trackChanges): parlist cleanup
6911         (dispatch): ditto
6912
6913         * BufferView.C (lockInset): parlist cleanup.
6914         (ChangeInsets): ditto
6915
6916 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6917
6918         * CutAndPaste.h: Update file header.
6919
6920         * CutAndPaste.C: Update file header.
6921         Store the parts cut out of the Document in a limited_stack.
6922         (copySelection): adjust
6923         (pasteSelection): new function, takes the index in the limited stack.
6924         (nrOfParagraphs): adjust
6925         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
6926         simplify error inset insertion.
6927         (checkPastePossible): adjust
6928
6929 2003-05-06  John Levon  <levon@movementarian.org>
6930
6931         * text2.C: don't cast wrap inset to float
6932
6933 2003-05-05  André Pönitz  <poenitz@gmx.net>
6934
6935         * iterator.C:
6936         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
6937
6938         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
6939           few naked Paragraph *.
6940
6941 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
6942
6943         * bufferparams.C: Output warning if a document with missing
6944         TeX document class is loaded
6945         * exporter.C: Disable TeX exports if the document class is missing
6946         * lyxtextclass.C:
6947         * lyxtextclass.h:
6948         * lyxtextclasslist.C: Handle new textclass.lst format; new method
6949         isTeXClassAvailable()
6950
6951 2003-05-03  John Levon  <levon@movementarian.org>
6952
6953         * BufferView.h:
6954         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
6955         explicit cursor show/hide
6956
6957         * BufferView_pimpl.h:
6958         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
6959         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
6960
6961         * lyxfunc.C: hide cursor before dispatching.
6962
6963         * lyx_cb.C:
6964         * lyxfind.C:
6965         * text.C:
6966         * text3.C: remove explicit cursor hides
6967
6968 2003-05-02  André Pönitz  <poenitz@gmx.net>
6969
6970         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
6971
6972         * undo_funcs.C:
6973         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
6974           linked lists
6975
6976         * text2.C: tiny whitespace
6977
6978 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6979
6980         * undo_funcs.C: almost only ws changes.
6981
6982         * ParagraphList.C (splice): just return if pl is empty.
6983
6984 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
6985
6986         * ParagraphList.C (splice): new function.
6987
6988         * CutAndPaste.C (pasteSelection): use it
6989
6990 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6991
6992         * CutAndPaste.C (pasteSelection): remove the last next and
6993         previous from this file.
6994
6995 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
6996
6997         * CutAndPaste.C (pasteSelection): more clean up, user proper
6998         ParagraphList functions for pasteing.
6999
7000         * ParagraphList.C (insert): new function, three arg insert
7001
7002 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7003
7004         * ParagraphList.C (insert): new function, three arg insert
7005
7006         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
7007         not on paragraphs.
7008
7009 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7010
7011         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
7012
7013 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7014
7015         * CutAndPaste.C (pasteSelection): remove some unneeded code.
7016
7017 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7018
7019         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
7020         (copySelection): clean up a bit.
7021         (pasteSelection): use make_pair
7022
7023         * ParagraphList.C (ParagraphList): implement copy constructor
7024         (operator=): implement, base on copy constructor.
7025         (assign): new func
7026
7027         * paragraph.C (erase): return a bool
7028
7029         * paragraph_pimpl.C (erasePos): remove function, move contents...
7030         (erase): ... here. Return a bool.
7031         (erase): call erase instead of erasePos.
7032
7033 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
7034
7035         * ParagraphList.h: define PitPosPair
7036         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
7037         ParagraphList, fix a bug on pasting multiple pars
7038         * text2.C: change interface to C&P
7039
7040 2003-04-30  André Pönitz  <poenitz@gmx.net>
7041
7042         * undo_func.C: revert part of yesterday's patch 2
7043
7044 2003-04-30  John Levon  <levon@movementarian.org>
7045
7046         * LColor.C: s/tabular/table/
7047
7048 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7049
7050         * text3.C (dispatch): do not convert iterator -> pointer
7051         * undo_funcs.C (setCursorParUndo): ditto
7052         * text_funcs.C (transposeChars): ditto
7053
7054         * text2.C (setLayout): ws changes only
7055
7056         * text.C (breakParagraph): do not convert iterator -> pointer
7057         (insertChar): ditto
7058         (acceptChange): ditto
7059         (rejectChange): ditto
7060         (changeCase): ditto
7061         (Delete): ditto
7062         (backspace): ditto
7063
7064         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
7065         pointer
7066
7067 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7068
7069         * text3.C (gotoInset): YABG (yet another bad getChar)
7070
7071 2003-04-29  André Pönitz  <poenitz@gmx.net>
7072
7073         * paragraph.h: make operator= private unimplemented as long as
7074           it is unusable
7075
7076         * ParagraphList.C: whitespace
7077
7078         * paragraph.[Ch]:
7079         * paragraph_pimpl.[Ch]:
7080         * paragraph_funcs.C:
7081         * CutAndPaste.C:
7082         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
7083
7084         * text2.C:
7085           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
7086
7087 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
7088
7089         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
7090         * paragraph.[Ch] (erase):
7091         * paragraph_pimpl.[Ch] (erase): change return type and value
7092         * text2.C (cutSelection): some rework
7093
7094 2003-04-28  John Levon  <levon@movementarian.org>
7095
7096         * bufferlist.C: changes for unsaved changes dialog
7097
7098 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7099
7100         * bufferlist.C (newFile): set language (messages_) for new
7101         documents also.
7102
7103         * buffer.C (readFile): ws changes only.
7104
7105 2003-04-28  André Pönitz  <poenitz@gmx.net>
7106
7107         * undo_funcs.C:
7108         * lyxfunc.C:
7109         * buffer.[Ch]:
7110         * BufferView_pimpl.C:
7111         * BufferView.C: getParFromID related ParagraphList::iterator changes
7112
7113 2003-04-28  André Pönitz  <poenitz@gmx.net>
7114
7115         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
7116           Changes
7117
7118 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7119
7120         * messages.C: remove one more localedir class variable.
7121
7122 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
7123
7124         * messages.C (getLocaleDir): singleton generation function
7125         (Pimpl): use it.
7126         (Messages): add a default constructor.
7127
7128         * main.C (main): do not setup localedir here, do not call
7129         gettext_init.
7130
7131         * gettext.C (_): use it.
7132         (gettext_init): delete funciton
7133
7134 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
7135
7136         * gettext.C (getLyXMessages): new singleton generating function.
7137
7138         * buffer.C (updateDocLang): adjust
7139
7140         * Makefile.am (messages.o): add target
7141         (main.o): remove target
7142
7143 2003-04-27  John Levon  <levon@movementarian.org>
7144
7145         * bufferlist.C:
7146         * lyx_cb.C:
7147         * lyxfunc.C:
7148         * lyxvc.C: specify cancel button in Alert::prompt
7149
7150 2003-04-26  John Levon  <levon@movementarian.org>
7151
7152         * text3.C:
7153         * lyxfunc.C:
7154         * lfuns.h:
7155         * LyXAction.C: add LFUN_INSET_SETTINGS
7156
7157         * lyxfunc.C: don't enable tabular-feature when there's
7158         just any locking inset
7159
7160 2003-04-26  John Levon  <levon@movementarian.org>
7161
7162         * bufferlist.C: re-add Cancel to buffer close question
7163
7164         * lyxfunc.C: fix import UI a bit
7165
7166 2003-04-25  John Levon  <levon@movementarian.org>
7167
7168         * gettext.C: remove the broken asserts for now
7169
7170 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
7171
7172         * messages.C: make case where setlocale cannot comply work better.
7173
7174         * buffer.C (updateDocLang): new function
7175         (changeLanguage): use it
7176         (readFile): use it
7177
7178         * text2.C (setCounter): use B_ a bit.
7179
7180         * lyxlayout.C (Read): be sure to trim the label strings.
7181
7182         * messages.C (Messages): fix typo in comment
7183
7184         * buffer.C (readFile): set message_ after file is loaded.
7185         (makeDocBookFile): remove double return
7186         (changeLanguage): reset message_ upon language change.
7187         (B_): new func, use this to get translated buffer strings.
7188
7189         * main.C: add myself and Jean Marc as authors.
7190
7191 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
7192
7193         * messages.[hC]: pimplify Messages, and three different pimpls to be
7194         used in different circumstances.
7195
7196         * gettext.[Ch]: change for use with new message code.
7197
7198 2003-04-24 André Pönitz <poenitz@gmx.net>
7199
7200         * factory.C: support for eqref
7201
7202 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
7203
7204         * messages.[Ch]: add missing char
7205
7206         * Makefile.am (lyx_SOURCES): add messages.[Ch]
7207
7208         * messages.[Ch]: New files
7209
7210 2003-04-18  John Levon  <levon@movementarian.org>
7211
7212         * BufferView.h:
7213         * BufferView.C:
7214         * BufferView_pimpl.C:
7215         * lfuns.h:
7216         * LyXAction.C:
7217         * lyxtext.h:
7218         * text2.C: remove layout-copy/paste (bug 778)
7219
7220 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7221
7222         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
7223
7224 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
7225
7226         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
7227         if they succeed. Act accordingly.
7228
7229 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7230
7231         * text2.C (setCharFont): adjust
7232         (setCounter): adjust
7233         (insertStringAsLines): adjust
7234
7235         * text.C (leftMargin): adjust
7236         (setHeightOfRow): adjust
7237
7238         * rowpainter.C (paintFirst): adjust
7239         (paintLast): adjust
7240
7241         * paragraph_funcs.C (depthHook): ParagraphList::iterators
7242         (outerHook): ditto
7243         (isFirstInSequence): ditto
7244         (getEndLabel): ditto
7245         (outerFont): adjust
7246
7247         * paragraph.C (getParLanguage): comment out some hard stuff.
7248
7249         * buffer.C (insertStringAsLines): take a ParagraphList as arg
7250         (sgmlError): ditto
7251         (simpleDocBookOnePar): ditto
7252         (makeDocBookFile): use ParagraphList::iterator
7253
7254         * CutAndPaste.C (pasteSelection): adjust
7255
7256 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7257
7258         * text2.C (getFont): adjust
7259         (getLayoutFont): adjust
7260         (getLabelFont): adjust
7261
7262         * paragraph_funcs.C (TeXOnePar): adjust
7263
7264         * buffer.C (simpleLinuxDocOnePar): adjust
7265         (simpleDocBookOnePar): adjust
7266
7267         * CutAndPaste.C (pasteSelection): adjust
7268
7269         * BufferView.C (getEncoding): adjust
7270
7271         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
7272
7273 2003-04-16  John Levon  <levon@movementarian.org>
7274
7275         * lyxfind.C: use parlist stuff for search/changes
7276
7277 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
7278
7279         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
7280
7281         * text2.C (deleteEmptyParagraphMechanism): adjust
7282
7283         * text2.[Ch] (ownerParagraph): delete func (both of them
7284
7285 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7286
7287         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
7288
7289 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7290
7291         * ParagraphList.C: prepare for NO_NEXT
7292
7293 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7294
7295         * text2.C (getFont): adjust
7296         (getLayoutFont): adjust
7297         (getLabelFont): adjust
7298
7299         * paragraph.C (getFont): adjust
7300         (getLabelFont): adjust
7301         (getLayoutFont): adjust
7302
7303         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
7304
7305 2003-04-15  John Levon  <levon@movementarian.org>
7306
7307         From Angus Leeming
7308
7309         * lyx_main.C: handle Include in .ui files
7310
7311 2003-04-15  John Levon  <levon@movementarian.org>
7312
7313         * MenuBackend.C: make the doc files length shorter
7314
7315         * ToolbarBackend.h:
7316         * ToolbarBackend.C: handle toolbar placement flags,
7317         Minibuffer
7318
7319 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7320
7321         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
7322         adjust
7323
7324         * paragraph_funcs.C (TeXOnePar): adjust
7325
7326         * paragraph.C (getLabelFont): add outerfont arg, adjust
7327         (getLayoutFont): ditto
7328         (simpleTeXOnePar): adjust
7329
7330         * paragraph_pimpl.C (realizeFont): delete func
7331
7332 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
7333
7334         * text2.C (beforeFullRowInset): added a bad getchar check, removed
7335         row argument, constify cur argument.
7336
7337 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
7338
7339         * text2.C (getFont): adjust
7340         (getLayoutFont): adjust
7341         (getLabelFont): adjust
7342
7343         * paragraph_funcs.C (TeXOnePar): adjust
7344         (outerFont): new func...
7345         (realizeFont): ...moved out from here, changed this to facilitate
7346         transition
7347
7348         * paragraph.C (getFont): take outerfont as arg, adjust
7349         (simpleTeXOnePar): add outerfont arg, adjust
7350
7351         * buffer.C (simpleLinuxDocOnePar): adjust
7352         (simpleDocBookOnePar): adjust
7353
7354         * CutAndPaste.C (pasteSelection): adjust
7355
7356         * BufferView.C (getEncoding): adjust
7357
7358 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7359
7360         * text2.C (setCharFont): adjust
7361         (setCounter): adjust
7362
7363         * text.C (leftMargin): adjust
7364         (setHeightOfRow): adjust
7365
7366         * rowpainter.C (paintFirst): adjust
7367         (paintLast): adjust
7368
7369         * paragraph_pimpl.C (realizeFont): adjust
7370
7371         * paragraph.C (isFirstInSequence): move from here...
7372         * paragraph_funcs.C (isFirstInSequence): ...to here
7373
7374         * paragraph.C (outerHook): move from here...
7375         * paragraph_funcs.C (outerHook): ...to here
7376
7377         * paragraph.C (depthHook): move from here...
7378         * paragraph_funcs.C (depthHook): ...to here
7379
7380         * paragraph.C (getEndLabel): move from here...
7381         * paragraph_funcs.C (getEndLabel): ...to here
7382
7383         * text2.C (realizeFont): move from here...
7384         * paragraph_funcs.C (realizeFont): ...to here
7385
7386 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7387
7388         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
7389
7390 2003-04-14  Angus Leeming  <leeming@lyx.org>
7391
7392         * LColor.[Ch]: scrap LColor mathcursor.
7393
7394 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7395
7396         * lyxlex.[Ch] (text): delete function
7397         * trans.C (Load): adjust
7398         * paragraph_funcs.C (readParToken): adjust
7399
7400 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7401
7402         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
7403         vector<char> instead of a char[].
7404
7405         * lyxlex_pimpl.C (getString): adjust
7406         (next): adjust
7407         (lex): use getString
7408         (eatLine): adjust
7409         (nextToken): adjust
7410
7411         * lyxlex.C (text): use pimpl_->getString()
7412         (getBool): ditto
7413         (findToken): ditto
7414
7415 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
7416
7417         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
7418         (makeFontEntriesLayoutSpecific): temp var for par.size()
7419         (setLayout): temp var for ownerParagraphs().end()
7420         (fullRebreak): temp var for rows().end()
7421         (selectionAsString): temp var for boost::next(startpit), realize
7422         that the while really is a regular for loop.
7423         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
7424         setCursor in one place.
7425         (setParagraph): temp vr for ownerParagraphs().end()
7426         (updateCounters): make the while loop a for loop
7427         (cutSelection): temp var for ownerParagraphs().end()
7428         (updateInset): make the do {} while() a regular for loop
7429         (getCursorX): use temp vars
7430         (setCurrentFont): use temp vars
7431         (getColumnNearX): use temp vars
7432
7433 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7434
7435         * text.C (transformChar): use temp var for getChar
7436         (computeBidiTables): use temp var for row->par()
7437         (fill): move temp vars for row->par() and pit->layout() earlier in
7438         the function.
7439         (labelFill): use temp var for row->par()
7440         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
7441         asc and desc, realize that pit never changes and that firstpit is
7442         just a duplicate and not needed. Exchange rit->par() with pit in a
7443         lot of places.
7444         (breakAgain): use a temp var for boost::next(rit)
7445         (breakAgainOneRow): ditto
7446         (breakParagraph): use a temp var for rows().begin()
7447         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
7448         (cursorRightOneWord): use temp var for cursor.par() and
7449         cursor.pos(), remove usage of tmpcursor.
7450         (cursorLeftOneWord): use temp var for cursor.par() and
7451         cursor.pos() only set cur at end of function.
7452
7453 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
7454
7455         * text.C, text2.C: exchange all usage of Paragraph::next with
7456         boost::next(ParagraphList::iterator)
7457
7458         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
7459
7460         * text2.C (cursorTop): simplify implementation
7461         (cursorBottom): ditto
7462         (setParagraph): use ParagraphList::iterator
7463         (setCurrentFont): adjust
7464         (getColumnNearX): adjust
7465         (cursorRight): adjust
7466         (cursorLeft): remove usage of Paragraph::previous
7467         (cursorUpParagraph): ditto
7468         (deleteEmptyParagraphMechanism): slight cleanup
7469
7470         * text.C (isBoundary): take a Paragraph const & instead of a
7471         pointer as arg.
7472         (addressBreakPoint): ditto
7473         (leftMargin): remove usage of Paragraph::previous.
7474         (setHeightOfRow): ditto
7475         (cursorLeftOneWord): ditto
7476         (selectNextWordToSpellcheck): ditto
7477         (Delete): ditto
7478         (backspace): ditto
7479         (breakParagraph): remove one usage of Paragraph::next
7480         (redoParagraph): ditto
7481         (acceptChange): ditto
7482         (insertChar): adjust
7483         (rowBreakPoint): adjust
7484
7485         * bufferview_funcs.C (toggleAndShow): adjust
7486
7487 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
7488
7489         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
7490         methods to access it.
7491         * lyxtext.h:
7492         * text.C: Added updateRowPositions to compute all row positions.
7493         Make top_y and getRowNearY() to use the cached y position
7494
7495 2003-04-11  John Levon  <levon@movementarian.org>
7496
7497         * text.C (rowBreakPoint): reintroduce the labelEnd
7498         checks, code copied from the row fill stuff. Deep voodoo.
7499
7500         * text.C (fill): add a comment and debugging for the
7501         next poor soul.
7502
7503 2003-04-11  John Levon  <levon@movementarian.org>
7504
7505         * text.C: make sure fullrow insets get wrapped to the next line,
7506         even when they're in a manual label
7507
7508 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
7509
7510         * text2.C (insertParagraph): make it take ParagraphList::iterator
7511         as arg.
7512         (setLayout): make it return ParagraphList::iterator
7513         (redoParagraphs): ditto
7514         (setCounter): ditto
7515         (checkParagraph): ditto
7516
7517         * text.C (getRow): make getrow take ParagraphList::iterator as arg
7518
7519         * text2.C: adjust several funcs.
7520         (realizeFont): take a ParagraphList::iterator as arg.
7521         (getLayoutFont): ditto
7522         (getLabelFont): ditto
7523         (setCharFont): ditto
7524
7525         * text.C: adjust several funcs.
7526
7527 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7528
7529         * text.C (selectNextWordToSpellcheck): don't accidentally
7530         skip insets
7531
7532 2003-04-10  John Levon  <levon@movementarian.org>
7533
7534         * ToolbarBackend.C (getIcon): special handling for
7535         LFUN_MATH_DELIM
7536
7537 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
7538
7539         * text2.C (cursorRight): a getChar assert fixed
7540
7541 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7542
7543         * text2.C (getFont): change to take a ParagraphList::iterator
7544         instead of Paragraph*
7545         Adjust several functions.
7546
7547         * text.C (transformChar): change to take a ParagraphList::iterator
7548         instead of Paragraph*
7549         (singleWidth): ditto
7550         Adjust several functions.
7551
7552         * rowpainter.C: adjust several functions
7553         * rowpainter.h:store a ParagraphList::iterator and not a
7554         Paragraph&.
7555
7556
7557 2003-04-09  John Levon  <levon@movementarian.org>
7558
7559         * lyxfunc.C:
7560         * lfuns.h:
7561         * LyXAction.h:
7562         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
7563         and the "help" bits as well
7564
7565 2003-04-09  John Levon  <levon@movementarian.org>
7566
7567         * ToolbarBackend.h:
7568         * ToolbarBackend.C: allow multiple toolbars
7569
7570 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
7571
7572         * undo_funcs.C (setCursorParUndo): adjust
7573
7574         * text_funcs.C (transposeChars): adjust
7575
7576         * text3.C (gotoNextInset): adjust
7577         (dispatch): adjust
7578
7579         * text2.C (setLayout): adjust
7580         (changeDepth): adjust
7581         (setFont): adjust
7582         (redoParagraphs): adjust
7583         (selectionAsString): adjust
7584         (setParagraph): adjust
7585         (insertInset): adjust
7586         (cutSelection): adjust
7587         (copySelection): adjust
7588         (pasteSelection): adjust
7589         (insertStringAsLines): adjust
7590         (updateInset): adjust
7591         (setCursor): change to take a ParagraphList::iterator parameter
7592         (setCursorIntern): change to take a ParagraphList::iterator parameter
7593         (setCurrentFont): adjust
7594         (cursorLeft): adjust
7595         (cursorRight): adjust
7596         (deleteEmptyParagraphMechanism): adjust
7597
7598         * text.C (breakParagraph): adjust
7599         (insertChar): adjust
7600         (acceptChange): adjust
7601         (rejectChange): adjust
7602         (selectNextWordToSpellcheck): adjust
7603         (changeCase): adjust
7604         (Delete): adjust
7605         (backspace): adjust
7606
7607         * lyxfind.C (SearchForward): adjust
7608         (SearchBackward): adjust
7609         (nextChange): adjust
7610
7611         * lyxcursor.C (par): adjust
7612
7613         * lyxcursor.h: store a ParagraphList::iterator instead of a
7614         Paragraph*
7615
7616         * lyx_cb.C (getPossibleLabel): adjust
7617
7618         * bufferview_funcs.C (toggleAndShow): adjust
7619
7620         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
7621         (dispatch): adjust
7622
7623         * BufferView.C (removeAutoInsets): adjust
7624         (lockedInsetStoreUndo): adjust
7625
7626 2003-04-09  John Levon  <levon@movementarian.org>
7627
7628         * ToolbarBackend.C: try icon without argument
7629         if with argument fails
7630
7631 2003-04-08  John Levon  <levon@movementarian.org>
7632
7633         * ToolbarBackend.h:
7634         * ToolbarBackend.C: add getIcon(), handle tooltip,
7635         and change from "Icon" to "Item".
7636
7637 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7638
7639         * BufferView.C (lockInset): another bad getchar crunched
7640
7641 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
7642
7643         * text2.C (changeDepth): do not setUndo on test_only (make undo work
7644         again)
7645
7646 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
7647
7648         * lyxfind.C (searchForward, searchBackwards): bug 782
7649
7650 2003-04-07  John Levon  <levon@movementarian.org>
7651
7652         * paragraph.C: remove dead comment
7653
7654         * text.C: remove troublesome depth-fiddling code
7655         in leftMargin() and rightMargin() (bug 1017)
7656
7657         * text.C: fix breaking of rows in nested lists
7658         (bug 1004)
7659
7660         * text2.C (updateCounters): fix up depth values
7661         (bug 1013)
7662
7663 2003-04-07  John Levon  <levon@movementarian.org>
7664
7665         * BufferView_pimpl.C: clear message when doc finishes resizing,
7666         and after a mouse event
7667
7668         * lyxfunc.C: clear message after exiting inset
7669
7670 2003-04-07  John Levon  <levon@movementarian.org>
7671
7672         * bufferview_funcs.C: show math status not outside
7673         status in the statusbar
7674
7675 2003-04-07  John Levon  <levon@movementarian.org>
7676
7677         * lyxfunc.C: note status changed after a depth change
7678
7679 2003-04-04  Angus Leeming  <leeming@lyx.org>
7680
7681         * LaTeX.h: move AuxInfo operator==, != out of line.
7682         Remove LaTeX virtual destructor; nothing derives from it.
7683         Move operator()() out of public area and rename it startscript().
7684         Change protected for private.
7685
7686 2003-04-04  Angus Leeming  <leeming@lyx.org>
7687
7688         * lyxfunc.C:
7689         * text2.C: remove unneeded #includes.
7690
7691 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7692
7693         * text2.C (dEPM): fix the heigth of the next row
7694
7695 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
7696
7697         * text.C: squashed an invalid getChar requester + some ws changes
7698
7699 2003-04-03  John Levon  <levon@movementarian.org>
7700
7701         * bufferview_funcs.h:
7702         * bufferview_funcs.C:
7703         * lyxfunc.C:
7704         * lyxtext.h:
7705         * text2.C: make getStatus work for the env depth lfuns
7706
7707 2003-04-03  John Levon  <levon@movementarian.org>
7708
7709         * bufferview_funcs.h:
7710         * bufferview_funcs.C:
7711         * lyxfunc.C:
7712         * lyxtext.h:
7713         * text2.C: parlistize decDepth(), by merging it with incDepth()
7714
7715 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
7716
7717         * lyxrow.h: store a ParagraphList::iterator instead of a
7718         Paragraph* and adjust other class functions to suit.
7719
7720         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
7721         above.
7722
7723 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7724
7725         * text2.C (setCursor): do not anchor to cursor row for the time being
7726
7727 2003-04-02  John Levon  <levon@movementarian.org>
7728
7729         * LyXAction.C:
7730         * lfuns.h:
7731         * lyx_main.C:
7732         * lyxtext.h:
7733         * text.C:
7734         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
7735
7736 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7737
7738         * paragraph.h: make ParagraphList and ParagraphList::iterator
7739         friends of Paragraph.
7740
7741         * buffer.C (makeLinuxDocFile): move towards ParagraphList
7742
7743         * ParagraphList.C: Use the private next_ and previous_ from
7744         Paragraph.
7745
7746 2003-04-01  John Levon  <levon@movementarian.org>
7747
7748         * ToolbarBackend.h:
7749         * ToolbarBackend.C:
7750         * Makefile.am: rename, remove defaults gunk
7751
7752         * MenuBackend.h:
7753         * MenuBackend.C: remove defaults gunk
7754
7755         * Languages.h:
7756         * Languages.C: remove defaults gunk
7757
7758         * lyx_main.h:
7759         * lyx_main.C: error out if files couldn't be found.
7760
7761 2003-04-02  John Levon  <levon@movementarian.org>
7762
7763         * text2.C: make incDepth() use parlist
7764
7765 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
7766
7767         * undo_funcs.C (firstUndoParagraph): adjust
7768
7769         * text3.C (gotoInset): adjust
7770         (dispatch): adjust, and rewrite loop.
7771
7772         * text2.C (init): adjust, and rewrite loop.
7773         (redoParagraphs): adjust
7774         (updateInset): adjust, and rewrite loop.
7775         (deleteEmptyParagraphMechanism): adjust
7776
7777         * tabular.C (LyXTabular): adjust
7778         (SetMultiColumn): adjust
7779         (TeXRow): adjust
7780
7781         * lyxtext.[Ch] (ownerParagraph): delete function
7782         (ownerParagraphs): new function returns a ParagraphList.
7783
7784         * BufferView.C (removeAutoInsets): adjust
7785         (insertErrors): adjust
7786         (setCursorFromRow): adjust
7787
7788 2003-04-01  Angus Leeming  <leeming@lyx.org>
7789
7790         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
7791         in the frontends.
7792
7793 2003-04-02  John Levon  <levon@movementarian.org>
7794
7795         * lyxtext.h:
7796         * text.C:
7797         * Makefile.am:
7798         * text_funcs.h:
7799         * text_funcs.C: make transposeChars a free function
7800
7801         * lyxrow_funcs.C: remove wrong comment
7802
7803 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7804
7805         * lyxtext.h: adjust
7806         * rowpainter.C: adjust
7807         * text.C: adjust
7808         * text2.C: adjust
7809         * text3.C: adjust
7810
7811         * lyxrow_funcs. [Ch]: new files
7812
7813         * lyxrow.[Ch]: remove next and previous pointers
7814         (next,previous): remove accessor functions
7815         (isParEnd): move to lyxrow_funcs
7816         (lastPos): move to lyxrow_funcs
7817         (nextRowIsAllInset): move to lyxrow_funcs
7818         (lastPrintablePos): move to lyxrow_funcs
7819         (numberOfSeparators): move to lyxrow_funcs
7820         (numberOfHfills): move to lyxrow_funcs
7821         (numberOfLabelHfills): move to lyxrow_funcs
7822         (hfillExpansion): move to lyxrow_funcs
7823
7824         * lyxfunc.C: adjust
7825
7826         * bufferview_funcs.C (toggleAndShow): adjust
7827
7828         * RowList.h: Remove class RowList from file leave just a
7829         std::list<Row>.
7830
7831         * RowList.C: delete file
7832
7833         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
7834         and lyxrow_funcs.h
7835
7836 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7837
7838         * text3.C (cursorPrevious): adjust
7839         (cursorNext): adjust
7840         (dispatch): adjust
7841
7842         * text2.C (redoHeightOfParagraph): adjust
7843         (redoDrawingOfParagraph): adjust
7844         (setCursor): adjust
7845
7846         * text.C (breakParagraph): adjust
7847         (insertChar): adjust
7848         (backspace): adjust
7849
7850         * rowpainter.C (RowPainter): adjust
7851         (leftMargin): simplify and adjust
7852         (most rowpainter functions): adjust.
7853
7854         * rowpainter.h: store the row as RowList::iterator not as Row*
7855
7856         * lyxcursor.C (row): taka RowList::iterator as arg
7857         (irow): ditto
7858
7859         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
7860         of Row*.
7861
7862 2003-04-01  Angus Leeming  <leeming@lyx.org>
7863
7864         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
7865         stuff like bool Bool.
7866
7867 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
7868
7869         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
7870         rewrite a loop
7871
7872 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
7873
7874         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
7875         RowList::iterator.
7876
7877         * lyxtext.h (rows): drop one version and leve a const variant that
7878         returns a RowList::iterator.
7879
7880 2003-03-31  Angus Leeming  <leeming@lyx.org>
7881
7882         * text.C (fill): ensure that the signature is the same as that in the
7883         header file.
7884
7885 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
7886
7887         * text2.C (redoParagraphs): adjust
7888         (updateCounters): adjust
7889         (checkParagraph): adjust
7890         (getColumnNearX): adjust and reformat a bit.
7891
7892         * text.C (top_y): adjust
7893         (workWidth): adjust
7894         (leftMargin): adjust
7895         (prepareToPrint): adjust
7896         (getRow): adjust
7897         (getRowNearY): adjust
7898
7899         * lyxtext.h: make rowlist_ mutable.
7900
7901         * RowList.h: add const_iterator
7902         * RowList.C: adjust for RowList::const_iterator.
7903
7904         * text2.C (getCursorX): make it take a RowList::iterator as arg,
7905         adjust.
7906
7907 2003-03-31  John Levon  <levon@movementarian.org>
7908
7909         * lyxrc.h:
7910         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
7911
7912         * lyx_main.C: set default fonts from using lyx_gui funcs
7913
7914         * exporter.C: pdf_mode moved from lyxrc
7915
7916         * lyx_cb.C:
7917         * lyxfunc.C: changes from above
7918
7919 2003-03-31  John Levon  <levon@movementarian.org>
7920
7921         * lyx_main.C: fix to the last fix
7922
7923 2003-03-31  John Levon  <levon@movementarian.org>
7924
7925         * bufferlist.C: "Load original" -> "Load Original"
7926
7927         * converter.C:
7928         * exporter.C:
7929         * importer.C:
7930         * lyx_main.C:
7931         * format.C: more Alert cleanups
7932
7933 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7934
7935         * text2.C (removeParagraph): make it take a RowList::iterator as
7936         arg, adjust.
7937         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
7938         (postRowPaint): make it take a RowList::iterator as arg, adjust.
7939
7940         * text.C (anchor_row): make it take a RowList::iterator as arg,
7941         adjust.
7942         (computeBidiTables): make it take a const reference to Row instead
7943         of Row pointer, adjust.
7944         (leftMargin): make it take a RowList::iterator as arg, adjust.
7945         (rowBreakPoint): adjust
7946         (breakAgainOneRow): make it take a RowList::iterator as arg,
7947         adjust.
7948         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
7949
7950         * bufferview_funcs.C (toggleAndShow): adjust
7951
7952 2003-03-30  John Levon  <levon@movementarian.org>
7953
7954         * Makefile.am:
7955         * BoostFormat.h:
7956         * boost-inst.C: moved to support
7957
7958         * several files: changes as a result
7959
7960 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
7961
7962         * text2.C (LyXText): adjust.
7963         (init): adjust
7964         (removeRow): make it take a RowList::iterator as arg, adjust.
7965         (fullRebreak): adjust
7966         (deleteEmptyParagraphMechanism): adjust
7967         (clearPaint): adjust
7968         (postPaint): adjust
7969
7970         * text.C (top_y): adjust
7971         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
7972         (breakAgain): make it take a RowList::iterator as arg, adjust.
7973         (breakParagraph): adjust
7974         (insertChar): adjust
7975         (backspace): adjust
7976
7977         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
7978         need_break_row, and refresh_row.
7979
7980         * text3.C (dispatch): adjust
7981
7982         * text2.C (checkParagraph): adjust
7983         (setCursor): adjust
7984         (setCursorFromCoordinates): adjust
7985
7986         * text.C (top_y): adjust
7987         (workWidth): adjust
7988         (getRow): make it return a RowList::iterator, adjust
7989         (getRowNearY): make it return a RowList::iterator, adjust
7990
7991         * text2.C (init): adjust
7992         (insertRow): remove function
7993         (insertParagraph): adjust
7994         (redoParagraphs): adjust
7995         (fullRebreak): adjust
7996         (updateCounters): adjust
7997
7998         * text.C (top_y): rewrite to use RowList iterators.
7999         (top_y): adjust
8000         (setHeightOfRow): rewrite to sue RowList iterators.
8001         (appendParagraph): adjust
8002         (breakAgain): adjust
8003         (breakAgainOneRow): adjust
8004         (breakParagraph): adjust
8005         (getRow): adjust
8006         (getRowNearY): adjust, and remove commented code.
8007
8008         * lyxtext.h (firstRow): delete function
8009         (lastRow): delete function
8010         (rows): new function (const and non-const versions.)
8011         (insertRow): delete function
8012
8013         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
8014
8015 2003-03-29  John Levon  <levon@movementarian.org>
8016
8017         * BufferView_pimpl.C: always update scrollbar top
8018         because pasting text when we're anchored could mean we
8019         miss an update altogether
8020
8021 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
8022
8023         * text2.C (init): use rowlist_.end() and not 0.
8024         (insertRow): change to take a RowList::iterator as arg, adjust
8025         for this.
8026         (insertParagraph): change to take a RowList::iterator as arg,
8027         adjust for this.
8028         (redoParagraphs): remove some debug msgs.
8029
8030         * text.C (appendParagraph): change to take a RowList::iterator
8031         arg, adjust for this.
8032         (breakAgain): add an assert
8033         (breakAgainOneRow): ditto
8034
8035 2003-03-29  John Levon  <levon@movementarian.org>
8036
8037         * text2.C: do not clear selection after inc/decDepth
8038         (bug 550)
8039
8040 2003-03-29  John Levon  <levon@movementarian.org>
8041
8042         * BufferView.C:
8043         * buffer.C: fix broken strerrors according to Lars
8044
8045 2003-03-29  John Levon  <levon@movementarian.org>
8046
8047         * converters.C: more Alert cleanups
8048
8049 2003-03-29  John Levon  <levon@movementarian.org>
8050
8051         * bufferview_funcs.C: remove pointless Alert
8052
8053         * buffer.C: fix confusing error message when
8054         a template is chmoded 000
8055
8056 2003-03-29  John Levon  <levon@movementarian.org>
8057
8058         * BufferView.C:
8059         * BufferView.h:
8060         * BufferView_pimpl.C: Alert fixes
8061
8062         * Makefile.am:
8063         * tabular.C:
8064         * tabular-old.C: remove unused table compat reading
8065
8066 2003-03-29  John Levon  <levon@movementarian.org>
8067
8068         * BufferView.C:
8069         * buffer.C:
8070         * lyx_cb.h:
8071         * lyx_cb.C: more Alert cleanups
8072
8073         * lyxfunc.C: don't allow chktex if not latex document
8074
8075 2003-03-29  John Levon  <levon@movementarian.org>
8076
8077         * lyx_cb.C:
8078         * BufferView.C:
8079         * buffer.C: warnings pushed down from support/,
8080         kill err_alert
8081
8082 2003-03-29  John Levon  <levon@movementarian.org>
8083
8084         * lyxfunc.C: safety check for C-r (revert)
8085
8086 2003-03-29  John Levon  <levon@movementarian.org>
8087
8088         * bufferlist.h:
8089         * bufferlist.C: several UI fixes using Alert::prompt.
8090         Fix the pointless looping quit code. Fix stupid revert
8091         behaviour (bug 938)
8092
8093         * lyxvc.h:
8094         * lyxvc.C:
8095         * lyx_cb.C: use Alert::prompt
8096
8097         * lyx_main.C: remove a silly question
8098
8099         * lyxfunc.C: remove a couple of silly questions,
8100         use Alert::prompt
8101
8102 2003-03-28  John Levon  <levon@movementarian.org>
8103
8104         * text2.C: fix bug 974 (End on empty par)
8105
8106 2003-03-28  John Levon  <levon@movementarian.org>
8107
8108         * BufferView_pimpl.C:
8109         * LyXAction.C:
8110         * lfuns.h: remove do-nothing math greek lfuns
8111
8112 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
8113
8114         * lyxgluelength.h (isValidGlueLength): add default arg on
8115         parameter 2. Remove default arg from friend in class.
8116
8117         * lyxlength.h (isValidLength): add default arg on parameter 2.
8118         Remove default arg from friend in class.
8119
8120         * text2.C (LyXText): adjust, initialize refresh_row.
8121         (init): adjust
8122         (removeRow): adjust
8123         (insertRow): adjust
8124         (insertParagraph): adjst
8125         (redoParagraphs): adjust
8126         (fullRebreak): adjust
8127         (updateCounters): adjust
8128         (deleteEmptyParagraphMechanism): first attempt at fixing a
8129         crashing bug.
8130
8131         * text.C (top_y): adjust
8132         (setHeightOfRow): adjust
8133         (getRow): adjust
8134         (getRowNearY): adjust
8135
8136         * lyxtext.h: include RowList.h
8137         (~LyXText): not needed anymore, deleted.
8138         (firstRow): modify for RowList
8139         (lastRow): new function
8140         Delete firstrow and lastrow class variables, add a Rowlist
8141         rowlist_ class variable.
8142
8143         * lyxrow.C (lastPos): use empty() and not !size() to check if a
8144         paragraph is empty.
8145
8146         * RowList.C (insert): fix case where it == begin().
8147
8148 2003-03-26  Angus Leeming  <leeming@lyx.org>
8149
8150         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
8151         the thesaurus dialog.
8152
8153 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
8154
8155         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
8156
8157         * RowList.[Ch]: new files
8158
8159         * ParagraphList.C (erase): handle the case where it == begin
8160         correctly.
8161
8162 2003-03-25  John Levon  <levon@movementarian.org>
8163
8164         * Makefile.am:
8165         * aspell_local.h:
8166         * aspell.C: add new aspell support
8167
8168         * lyxrc.h:
8169         * lyxrc.C: Make use_pspell be use_spell_lib. Always
8170         have it accessible.
8171
8172 2003-03-25  Angus Leeming  <leeming@lyx.org>
8173
8174         * lfuns.h:
8175         * LyXAction.C (init): new LFUN_INSET_INSERT.
8176
8177         * BufferView_pimpl.C (dispatch): split out part of the
8178         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
8179
8180         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
8181         LFUN_INSET_APPLY.
8182
8183 2003-03-25  Angus Leeming  <leeming@lyx.org>
8184
8185         * lyxfunc.C (dispatch): changes to the Dialogs interface.
8186
8187 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
8188
8189         * text2.C:
8190         * text3.C: remove useless row->height(0)
8191
8192 2003-03-25  John Levon  <levon@movementarian.org>
8193
8194         * lyxtext.h:
8195         * text2.C:
8196         * text3.C: rename the refreshing stuff to better names
8197
8198 2003-03-24  John Levon  <levon@movementarian.org>
8199
8200         * BufferView_pimpl.h:
8201         * BufferView_pimpl.C: update layout choice on a mouse
8202         press/release
8203
8204 2003-03-23  John Levon  <levon@movementarian.org>
8205
8206         * Makefile.am: fix commandtags.h reference
8207
8208 2003-03-22  John Levon  <levon@movementarian.org>
8209
8210         * BufferView_pimpl.C:
8211         * lyxtext.h:
8212         * rowpainter.C:
8213         * rowpainter.h:
8214         * text.C:
8215         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
8216
8217 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
8218
8219         * lyxtext.h:
8220         * text.C: take the rtl methods out of line
8221
8222 2003-03-21 André Pönitz <poenitz@gmx.net>
8223
8224         * metricsinfo.[Ch]: new files containing structures to be passed around
8225         during the two-phase-drawing...
8226
8227 2003-03-21 André Pönitz <poenitz@gmx.net>
8228
8229         * lyxtextclass.C: read 'environment' tag.
8230
8231 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
8232
8233         * text2.C (removeRow): fix bug 964
8234
8235 2003-03-20  John Levon  <levon@movementarian.org>
8236
8237         * rowpainter.C:
8238         * text.C:
8239         * text2.C: paint cleanups. Inset::update() dropped font
8240         parameter
8241
8242 2003-03-19  John Levon  <levon@movementarian.org>
8243
8244         * lyxfunc.C: only fitcursor/markDirty if available()
8245
8246 2003-03-19  John Levon  <levon@movementarian.org>
8247
8248         * commandtags.h: rename to ...
8249
8250         * lfuns.h: ... this, and renumber / cleanup
8251
8252 2003-03-19  John Levon  <levon@movementarian.org>
8253
8254         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
8255         fit the cursor after an lfun
8256
8257         * BufferView.h:
8258         * BufferView.C:
8259         * BufferView_pimpl.h:
8260         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
8261
8262         * LyXAction.C: layout-character should have ReadOnly
8263
8264         * ParagraphParameters.C:
8265         * buffer.C:
8266         * bufferview_funcs.C:
8267         * lyx_cb.C:
8268         * lyxfind.C:
8269         * lyxtext.h:
8270         * text.C:
8271         * text2.C:
8272         * text3.C:
8273         * undo_funcs.C: changes from above
8274
8275 2003-03-18  John Levon  <levon@movementarian.org>
8276
8277         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
8278         remove it from update()
8279
8280         * lyxfunc.C: update layout choice after an lfun
8281
8282         * text3.C: remove extra updateLayoutChoice()s
8283
8284 2003-03-18  John Levon  <levon@movementarian.org>
8285
8286         * text.C: top_y change means full repaint, fix
8287         a drawing bug with cursor movement
8288
8289 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8290
8291         * lyxtext.h:
8292         * text.C:
8293         * text2.C: anchor row on setCursor
8294
8295 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
8296
8297         * lyxtext.h: remove almost all mutable keywords
8298         * text.C:
8299         * text2.C:
8300         * text3.C: remove const keywords accordingly
8301
8302 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8303
8304         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
8305         anon namespace
8306         (TeXEnvironment): ditto
8307         (TeXOnePar): ditto
8308
8309 2003-03-17  John Levon  <levon@movementarian.org>
8310
8311         * text.C (rowBreakPoint): remove attempt to fix displayed
8312         math insets inside a manual label
8313
8314 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
8315
8316         * lyxtext.h: remove BufferView* as first arg from almost all class
8317         functions.
8318         * other files: adjust.
8319
8320 2003-03-17  John Levon  <levon@movementarian.org>
8321
8322         * lyxtext.h:
8323         * undo_funcs.C:
8324         * text2.C: more paint cleanups
8325
8326         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
8327
8328         * rowpainter.h:
8329         * rowpainter.C: remove "smart" background painting code
8330
8331 2003-03-16  John Levon  <levon@movementarian.org>
8332
8333         * lyxtext.h:
8334         * text.C:
8335         * text2.C:
8336         * text3.C: add helper functions for setting refresh_row/y
8337
8338 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
8339
8340         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
8341         newline inset which *can* get inserted in the pass_thru layouts.
8342         This is primarily for literate documents.
8343
8344 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
8345
8346         * buffer.C: increment LYX_FORMAT to 223
8347
8348 2003-03-14 André Pönitz <poenitz@gmx.net>
8349
8350         * textclass.h: prepare for environment handling, ws changes
8351         * lyxlayout.C: read latexheader and latexfooter tags
8352
8353 2003-03-14  John Levon  <levon@movementarian.org>
8354
8355         * text2.C: rewrite ::status() a bit
8356
8357 2003-03-13  John Levon  <levon@movementarian.org>
8358
8359         * lyxtext.h: add some docs
8360
8361 2003-03-13  John Levon  <levon@movementarian.org>
8362
8363         * lyxtext.h:
8364         * text.C:
8365         * text2.C:
8366         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
8367
8368 2003-03-13  John Levon  <levon@movementarian.org>
8369
8370         * text3.C: fix appendix redrawing
8371
8372 2003-03-13  John Levon  <levon@movementarian.org>
8373
8374         * text.C (setHeightOfRow):
8375         * rowpainter.h:
8376         * rowpainter.C: make appendix mark have the text
8377           "Appendix" so the user knows what it is
8378
8379         * LColor.h:
8380         * LColor.C: s/appendixline/appendix/ from above
8381
8382 2003-03-13  John Levon  <levon@movementarian.org>
8383
8384         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
8385
8386         * text.C: fix a getChar(pos) bug properly
8387
8388 2003-03-13  Angus Leeming  <leeming@lyx.org>
8389
8390         * commandtags.h:
8391         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
8392         Probably only temporary. Let's see how things pan out.
8393
8394         * BufferView.C (unlockInset):
8395         * BufferView_pimpl.C (fitCursor):
8396         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
8397
8398         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
8399         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
8400
8401         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
8402         new functions that convert ParagraphParameters to and from a string.
8403
8404         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
8405         BufferView::Pimpl's dispatch.
8406         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
8407
8408 2003-03-13 André Pönitz <poenitz@gmx.net>
8409
8410         * lyxfunc.C:
8411         * text3.C:
8412         * factory.C: make it aware of InsetEnv
8413
8414 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
8415
8416         * text2.C (setCursor): never ask for one past last
8417         (setCursor): add some debugging messages.
8418
8419         * text.C (singleWidth): never ask for one past last
8420         (singleWidth): ditto
8421         (leftMargin): ditto
8422         (rightMargin): ditto
8423         (rowBreakPoint): ditto
8424         (setHeightOfRow): ditto
8425         (prepareToPrint): ditto
8426
8427         * rowpainter.C (paintBackground): never ask for one past last
8428         (paintText): never ask for one past last
8429
8430         * paragraph_pimpl.C (getChar): make the assert stricter, never
8431         allow the one past last pos to be taken
8432
8433         * paragraph.C (getChar): ws changes only
8434
8435         * lyxrow.C (nextRowIsAllInset): never ask for one past last
8436         (numberOfSeparators): ditto
8437         (numberOfHfills): ditto
8438
8439 2003-03-12  John Levon  <levon@movementarian.org>
8440
8441         * author.h:
8442         * author.C:
8443         * bufferparams.h:
8444         * bufferparams.C:
8445         * paragraph_funcs.C: fix per-buffer authorlists
8446
8447 2003-03-12  John Levon  <levon@movementarian.org>
8448
8449         * text.C: fix newline in right address
8450
8451 2003-03-12  Angus Leeming  <leeming@lyx.org>
8452
8453         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
8454         duplicate those in LyXFunc::dispatch.
8455
8456         * commandtags.h:
8457         * LyXAction.C:
8458         * ToolbarDefaults.C:
8459         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
8460         Add LFUN_FONTFREE_UPDATE.
8461
8462         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
8463         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
8464
8465         * bufferview_func.[Ch]: several new functions to facilliate
8466         transfer of data to and from the character dialog.
8467
8468 2003-03-12  John Levon  <levon@movementarian.org>
8469
8470         * buffer.C:
8471         * paragraph.h:
8472         * paragraph.C:
8473         * paragraph_funcs.C:
8474         * paragraph_pimpl.C:
8475         * sgml.C:
8476         * tabular.C:
8477         * text.C:
8478         * text3.C: remove META_NEWLINE in favour of an inset
8479
8480         * rowpainter.h:
8481         * rowpainter.C: remove paintNewline (done by inset)
8482
8483 2003-03-12  John Levon  <levon@movementarian.org>
8484
8485         * paragraph_pimpl.C: complain about bad getChar()s
8486         for a while at least
8487
8488 2003-03-12  John Levon  <levon@movementarian.org>
8489
8490         * buffer.h:
8491         * buffer.C: move paragraph read into a separate function,
8492         a little renaming to reflect that.
8493
8494         * bufferparams.h:
8495         * bufferparams.C: remove the author_ids map, not necessary now
8496
8497         * factory.h:
8498         * factory.C: moved Buffer::readInset to here
8499
8500         * paragraph_funcs.h:
8501         * paragraph_funcs.C: readParagraph free function moved from
8502         buffer.C
8503
8504         * tabular.C: name change
8505
8506 2003-03-12  John Levon  <levon@movementarian.org>
8507
8508         * buffer.C:
8509         * ParagraphParameters.C: move par params input to
8510         a read() method
8511
8512         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
8513         behave like a normal read from the stream wrt reading
8514         a line vs. a \\token
8515
8516 2003-03-12  John Levon  <levon@movementarian.org>
8517
8518         * paragraph.C:
8519         * ParagraphParameters.h:
8520         * ParagraphParameters.C: move output code to a
8521         ::write() method
8522
8523 2003-03-12  John Levon  <levon@movementarian.org>
8524
8525         * BufferView.C (insertLyXFile):
8526         * buffer.h:
8527         * buffer.C:
8528         * tabular.C: use a parlist iterator for creating the
8529           document.
8530
8531 2003-03-12  John Levon  <levon@movementarian.org>
8532
8533         * buffer.C: make current_change static local not
8534           static file-scope
8535
8536 2003-03-12  John Levon  <levon@movementarian.org>
8537
8538         * buffer.C: fix insertStringAsLines for change tracking
8539
8540 2003-03-12  John Levon  <levon@movementarian.org>
8541
8542         * BufferView.C:
8543         * tabular.C:
8544         * buffer.h:
8545         * buffer.C:
8546         * bufferparams.h:
8547         * bufferparams.C: move author list into params. Rename some
8548           functions. Move the header reading into a separate token
8549           loop. Move the header token reading into BufferParams.
8550
8551 2003-03-12  John Levon  <levon@movementarian.org>
8552
8553         * changes.C: put debug inside lyxerr.debugging() checks
8554
8555 2003-03-11 André Pönitz <poenitz@gmx.net>
8556
8557         * factory.C: make it aware of InsetHFill
8558
8559 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8560
8561         * buffer.C (latexParagraphs): move function from here...
8562         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
8563         args.
8564
8565 2003-03-10  Angus Leeming  <leeming@lyx.org>
8566
8567         * LyXAction.C (init): fix bug in poplating array with multiple entries
8568         with the same LFUN (spotted by JMarc).
8569
8570 2003-03-10  John Levon  <levon@movementarian.org>
8571
8572         * text.C:
8573         * text2.C: move getColumnNearX() near its
8574         only call site
8575
8576 2003-03-10  John Levon  <levon@movementarian.org>
8577
8578         * text.C: fix break before a minipage
8579
8580 2003-03-10  John Levon  <levon@movementarian.org>
8581
8582         * text.C: fix the last commit
8583
8584 2003-03-09  John Levon  <levon@movementarian.org>
8585
8586         * lyxtext.h:
8587         * text.C:
8588         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
8589         bug 365 (don't break before insets unless needed). Don't
8590         return a value > last under any circumstances.
8591
8592 2003-03-09  Angus Leeming  <leeming@lyx.org>
8593
8594         * BufferView_pimpl.C (trackChanges, dispatch): call
8595         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
8596
8597 2003-03-09  Angus Leeming  <leeming@lyx.org>
8598
8599         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
8600         than Dialogs::showAboutlyx().
8601
8602 2003-03-09  Angus Leeming  <leeming@lyx.org>
8603
8604         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
8605         than Dialogs::showTabularCreate().
8606
8607 2003-03-09  John Levon  <levon@movementarian.org>
8608
8609         * lyxtext.h:
8610         * text.C:
8611         * text2.C: 3rd arg to nextBreakPoint was always the same.
8612           Use references.
8613
8614 2003-03-08  John Levon  <levon@movementarian.org>
8615
8616         * lyxrow.C:
8617         * paragraph.C:
8618         * paragraph.h:
8619         * rowpainter.C:
8620         * text.C:
8621         * text2.C: Remove the "main" bit from the "main body"
8622           notion.
8623
8624 2003-03-08  John Levon  <levon@movementarian.org>
8625
8626         * text.C (leftMargin): The left margin of an empty
8627         manual label paragraph should not include the label width
8628         string length.
8629
8630         * text.C (prepareToPrint): don't attempt to measure hfills
8631         for empty manual label paragraphs - the answer should be 0
8632
8633 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
8634
8635         * CutAndPaste.C: remove commented code and reindent.
8636
8637 2003-03-08  John Levon  <levon@movementarian.org>
8638
8639         * lyxfunc.h:
8640         * lyxfunc.C: move reloadBuffer()
8641
8642         * BufferView.h:
8643         * BufferView.C: to here
8644
8645         * lyxvc.C: add comment
8646
8647         * vc-backend.h:
8648         * vc-backend.C: call bv->reload() to avoid
8649           getStatus() check on MENURELOAD
8650
8651 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
8652
8653         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
8654         to an old format .dep file.
8655
8656 2003-03-07  Angus Leeming  <leeming@lyx.org>
8657
8658         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
8659         when the LFUN_MOUSE_RELEASE should have been handled by
8660         inset->localDispatch.
8661
8662 2003-03-07  Angus Leeming  <leeming@lyx.org>
8663
8664         * BufferView_pimpl.C (dispatch):
8665         * LyXAction.C (init):
8666         * ToolbarDefaults.C (init):
8667         * commandtags.h:
8668         * lyxfunc.C (getStatus):
8669         remove LFUN_INSET_GRAPHICS.
8670
8671         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
8672
8673 2003-03-07  Angus Leeming  <leeming@lyx.org>
8674
8675         * commandtags.h:
8676         * LyXAction.C (init):
8677         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
8678
8679         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
8680
8681         * commandtags.h:
8682         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
8683
8684         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
8685         localDispatch method LFUN_INSET_DIALOG_UPDATE.
8686
8687 2003-03-07  Angus Leeming  <leeming@lyx.org>
8688
8689         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
8690         remove "ert".
8691
8692 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8693
8694         * ParagraphList.C (front): new function
8695         (back): implement
8696
8697 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
8698
8699         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
8700         and top_row_offset_. removed var first_y.
8701         * text.C (top_y):
8702         * text2.C (LyXText, removeRow):
8703         * text3.C:
8704         * BufferView_pimpl.C:
8705         use these methods instead of using first_y
8706
8707 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
8708
8709         * text2.C (pasteSelection): adjust for checkPastePossible
8710
8711         * CutAndPaste.C: remove Paragraph * buf and replace with
8712         ParagraphList paragraphs.
8713         (DeleteBuffer): delete
8714         (cutSelection): change the tc type to textclass_type
8715         (copySelection): change the tc type to textclass_type
8716         (copySelection): adjust for ParagraphList
8717         (pasteSelection): change the tc type to textclass_type
8718         (pasteSelection): adjust for Paragraphlist
8719         (nrOfParagraphs): simplify for ParagraphList
8720         (checkPastePossible): simplify for ParagraphList
8721         (checkPastePossible): remove unused arg
8722
8723         * ParagraphList.C (insert): handle the case where there are no
8724         paragraphs yet.
8725
8726         * CutAndPaste.h: make CutAndPaste a namespace.
8727
8728         * text3.C (dispatch): adjust
8729
8730         * text.C (breakParagraph): add a ParagraphList as arg
8731
8732         * paragraph_funcs.C (breakParagraph): change to take a
8733         BufferParams and a ParagraphList as args.
8734         (breakParagraphConservative): ditto
8735         (mergeParagraph): ditto
8736         (TeXDeeper): add a ParagraphList arg
8737         (TeXEnvironment): ditto
8738         (TeXOnePar): ditto
8739
8740         * buffer.C (readLyXformat2): adjust
8741         (insertStringAsLines): adjust
8742         (latexParagraphs): adjust
8743
8744         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
8745         (cutSelection): adjust
8746         (pasteSelection): adjust
8747
8748         * BufferView_pimpl.C (insertInset): adjust
8749
8750 2003-03-05  Angus Leeming  <leeming@lyx.org>
8751
8752         * commandtags.h:
8753         * LyXAction.C (init):
8754         * BufferView_pimpl.C (dispatch):
8755         * lyxfunc.C (getStatus):
8756         remove LFUN_CHILD_INSERT.
8757
8758         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
8759
8760 2003-03-05  Angus Leeming  <leeming@lyx.org>
8761
8762         * commandtags.h:
8763         * LyXAction.C (init):
8764         * src/factory.C (createInset):
8765         * lyxfunc.C (getStatus):
8766         * text3.C (dispatch):
8767         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
8768
8769         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
8770
8771 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
8772
8773         * ParagraphList.C (insert): handle insert right before end()
8774         (erase): fix cases where it can be first or last paragraph.
8775
8776 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8777
8778         * paragraph_funcs.C (TeXEnvironment): remove all usage of
8779         Paragraph::next and Paragraph::previous
8780         (TeXOnePar): ditto
8781
8782         * text.C (breakParagraph): adjust
8783
8784         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
8785         BufferParams& as arg.
8786         (breakParagraph): use ParagraphList::insert
8787         (breakParagraphConservative): take a Buffer* instead of a
8788         BufferParams& as arg.
8789         (breakParagraphConservative): use ParagraphList::insert.
8790
8791         * buffer.C (insertStringAsLines): un-const it
8792         (insertStringAsLines): adjust
8793
8794         * ParagraphList.C (insert): new function
8795
8796         * CutAndPaste.C (pasteSelection): adjust
8797
8798         * text.C (backspace): adjust
8799
8800         * tabular.C (SetMultiColumn): adjust
8801
8802         * CutAndPaste.C (cutSelection): adjust
8803         (pasteSelection): adjust
8804
8805         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
8806         Buffer const * as arg
8807
8808         * ParagraphList.C (erase): new function
8809         * paragraph_funcs.C (mergeParagraph): use it
8810         (mergeParagraph): make it take a Buffer* instead of a
8811         BufferParams* as arg
8812
8813         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
8814         as arg
8815         (breakParagraphConservative): ditto
8816
8817         * paragraph.h: remove the breakParagraph friend
8818
8819         * paragraph.C (eraseIntern): new function
8820         (setChange): new function
8821
8822         * paragraph_funcs.C (mergeParagraph): make it take a
8823         ParagraphList::iterator instead of a Paragraph *, adjust
8824         accordingly.
8825
8826         * paragraph.h: move an #endif so that the change tracking stuff
8827         also works in the NO_NEXT case.
8828
8829 2003-03-04  Angus Leeming  <leeming@lyx.org>
8830
8831         * commandtags.h:
8832         * LyXAction.C: new LFUN_INSET_MODIFY.
8833
8834         * BufferView_pimpl.C (dispatch): if an inset is found to be open
8835         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
8836
8837 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
8838
8839         * several files: ws changes only
8840
8841         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
8842         (TeXEnvironment): ditto
8843         (TeXDeeper): ditto
8844
8845         * buffer.C (makeLaTeXFile): adjust
8846         (latexParagraphs): make it take ParagraphList::iterator as args
8847
8848 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
8849
8850         * buffer.C (latexParagraphs): adjust
8851
8852         * paragraph.C (TeXOnePar): move function...
8853         (optArgInset): move function...
8854         (TeXEnvironment): move function...
8855         * paragraph_pimpl.C (TeXDeeper): move function...
8856         * paragraph_funcs.C: ...here
8857
8858         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
8859
8860 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8861
8862         * buffer.C (readInset): remove compability code for old Figure and
8863         InsetInfo insets
8864
8865 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
8866
8867         * buffer.C: ws changes
8868         (readInset):
8869
8870         * BufferView_pimpl.C: ditto
8871         * author.C: ditto
8872         * buffer.h: ditto
8873         * bufferlist.h: ditto
8874         * changes.h: ditto
8875         * lyxfunc.C: ditto
8876
8877 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
8878
8879         * converter.[Ch]: split into itself +
8880         * graph.[Ch]
8881         * format.[Ch]
8882         * Makefile.am: += graph.[Ch] + format.[Ch]
8883         * MenuBackend.C
8884         * buffer.C
8885         * exporter.C
8886         * importer.C
8887         * lyx_main.C
8888         * lyxfunc.C
8889         * lyxrc.C: added #include "format.h"
8890
8891 2003-02-27  Angus Leeming  <leeming@lyx.org>
8892
8893         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
8894           a label.
8895
8896         * factory.C (createInset): add "label" to the factory.
8897
8898         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
8899           string and do no more.
8900
8901 2003-02-27  Angus Leeming  <leeming@lyx.org>
8902
8903         * commandtags.h:
8904         * LyXAction.C (init):
8905         * factory.C (createInset):
8906         * BufferView_pimpl.C (dispatch):
8907           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
8908
8909         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
8910
8911         * lyxfunc.C (dispatch):
8912         * text3.C (dispatch): pass name to params2string.
8913
8914 2003-02-26  Angus Leeming  <leeming@lyx.org>
8915
8916         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
8917           blocks together.
8918           Rearrange the ~includes. Strip out the unnecessary ones.
8919
8920         * factory.C (createInset): reformat.
8921           create new insets for the various LFUN_XYZ_APPLY lfuns.
8922
8923 2003-02-26  John Levon  <levon@movementarian.org>
8924
8925         * lyxrow.h:
8926         * lyxrow.C: add isParStart,isParEnd helpers
8927
8928         * paragraph.h: make isInserted/DeletedText take refs
8929
8930         * paragraph_funcs.h:
8931         * paragraph_funcs.C: remove #if 0'd code
8932
8933         * lyxtext.h:
8934         * text3.C:
8935         * text2.C:
8936         * text.C: use lyxrow helpers above.
8937           Move draw and paint routines to RowPainter.
8938           Make several methods use refs not pointers.
8939           Make backgroundColor() const.
8940           Add markChangeInDraw(), isInInset().
8941           Merge changeRegionCase into changeCase.
8942           Make workWidth() shouldn't-happen code into an Assert.
8943
8944         * rowpainter.h:
8945         * rowpainter.C: new class for painting a row.
8946
8947         * vspace.h:
8948         * vspace.C: make inPixels take a ref
8949
8950 2003-02-26  Angus Leeming  <leeming@lyx.org>
8951
8952         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
8953         LFUN_REF_APPLY.
8954
8955 2003-02-25  John Levon  <levon@movementarian.org>
8956
8957         * ispell.C: give the forked command a more accurate name
8958
8959 2003-02-22  John Levon  <levon@movementarian.org>
8960
8961         * toc.h:
8962         * toc.C: make TocItem store an id not a Paragraph *
8963           (bug #913)
8964
8965 2003-02-21  Angus Leeming  <leeming@lyx.org>
8966
8967         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
8968           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
8969           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
8970           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
8971           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
8972           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
8973
8974         * BufferView_pimpl.C (dispatch):
8975         * LyXAction.C (init):
8976         * factory.C (createInset):
8977         * lyxfunc.C (getStatus, dispatch):
8978         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
8979
8980 2003-02-21  Angus Leeming  <leeming@lyx.org>
8981
8982         * BufferView_pimpl.C (MenuInsertLyXFile):
8983         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
8984         * lyxfunc.C (menuNew, open, doImport):
8985           no longer pass a LyXView & to fileDlg.
8986
8987 2003-02-21  Angus Leeming  <leeming@lyx.org>
8988
8989         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
8990         * LyXAction.C: change, BIBKEY to BIBITEM.
8991         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
8992         Change InsetBibKey to InsetBibitem.
8993         Change BIBKEY_CODE to BIBITEM_CODE.
8994         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
8995         * factory.C: replace insetbib.h with insetbibitem.h.
8996         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
8997         * paragraph.C: replace insetbib.h with insetbibitem.h.
8998         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
8999         Change bibkey() to bibitem().
9000         * text.C: remove insetbib.h.
9001         * text2.C: replace insetbib.h with insetbibitem.h.
9002         change bibkey() to bibitem().
9003         * text3.C: remove insetbib.h.
9004         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
9005
9006 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9007
9008         * lyxrc.C (output): enclose user email in quotes (in case there are
9009         several words)
9010
9011 2003-02-18  John Levon  <levon@movementarian.org>
9012
9013         * buffer.h: add std::
9014
9015 2003-02-17  John Levon  <levon@movementarian.org>
9016
9017         * SpellBase.h:
9018         * ispell.h:
9019         * ispell.C:
9020         * pspell.h:
9021         * pspell.C: reworking. Especially in ispell, a large
9022           number of clean ups and bug fixes.
9023
9024         * lyxfunc.C: fix revert to behave sensibly
9025
9026 2003-02-17 André Pönitz <poenitz@gmx.net>
9027
9028         * LyXAction.C:
9029         * commandtags.h: new LFUN_INSERT_BIBKEY
9030
9031         * layout.h:
9032         * lyxlayout.C:
9033         * buffer.C:
9034         * factory.C:
9035         * text.C:
9036         * text2.C:
9037         * text3.C:
9038         * paragraph.[Ch]:
9039         * paragraph_func.C: remove special bibkey handling
9040
9041 2003-02-17  John Levon  <levon@movementarian.org>
9042
9043         * text.C (Delete): fix case where delete at the end of
9044           the very first paragraph would not merge the pars
9045
9046 2003-02-17  John Levon  <levon@movementarian.org>
9047
9048         * lyxrow.C: fix lastPrintablePos()
9049
9050 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9051
9052         * bufferparams.C (writeLaTeX): add a std:here
9053
9054         * buffer.C: and remove a using directive there
9055
9056 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9057
9058         * buffer.C (makeLaTeXFile): move the code that generates the
9059           preamble...
9060
9061         * bufferparams.C (writeLaTeX): ... in this new method
9062
9063         * LaTeXFeatures.C (getEncodingSet): make const
9064           (getLanguages): make const
9065
9066         * MenuBackend.C (binding): returns the binding associated to this
9067           action
9068           (add): sets the status of each item by calling getStatus. Adds
9069           some intelligence.
9070           (read): add support for OptSubMenu
9071           (expand): remove extra separator at the end of expanded menu
9072
9073 2003-02-15  John Levon  <levon@movementarian.org>
9074
9075         * BufferView.C:
9076         * BufferView_pimpl.C:
9077         * bufferlist.h:
9078         * bufferlist.C: remove pointless BufferStorage bloat. Remove
9079           inset code that had no actual effect. Remove unneeded status
9080           code.
9081
9082 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9083
9084         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
9085           in preamble
9086
9087 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
9088
9089         * text.C (drawLengthMarker): also draw an arrow marker for
9090           symbolic lengths (medskip...)
9091
9092 2003-02-14  John Levon  <levon@movementarian.org>
9093
9094         * tabular.h:
9095         * tabular.C: better method names
9096
9097 2003-02-14  John Levon  <levon@movementarian.org>
9098
9099         * BufferView_pimpl.C:
9100         * bufferlist.C:
9101         * buffer.C:
9102         * converter.C:
9103         * lyx_cb.C:
9104         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
9105           it's a more accurate name. Remove some pointless uses.
9106
9107 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9108
9109         * text2.C (LyXText): change order of initilizers to shut off
9110           warnings
9111
9112 2003-02-14  John Levon  <levon@movementarian.org>
9113
9114         * buffer.C: use ParIterator for getParFromID()
9115
9116         * paragraph.h:
9117         * paragraph.C:
9118         * paragraph_pimpl.h:
9119         * paragraph_pimpl.C: remove unused getParFromID()
9120
9121 2003-02-14  John Levon  <levon@movementarian.org>
9122
9123         * buffer.C: remove some very old #if 0'd parse code
9124
9125 2003-02-13  John Levon  <levon@movementarian.org>
9126
9127         * text.h:
9128         * text.C:
9129         * text2.C: move hfillExpansion(), numberOfSeparators(),
9130           rowLast(), rowLastPrintable(), numberofHfills(),
9131           numberOfLabelHfills() ...
9132
9133         * lyxrow.h:
9134         * lyxrow.C: ... to member functions here.
9135
9136         * paragraph.h:
9137         * paragraph.C:
9138         * lyxtext.h:
9139         * text.C: remove LyXText::beginningOfMainBody(), and call
9140           p->beginningOfMainBody() directly. Move the check for
9141           LABEL_MANUAL into the latter.
9142
9143         * text.h:
9144         * text.C:
9145         * text2.C:
9146         * vspace.C:
9147         * BufferView.h:
9148         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
9149
9150         * text.h:
9151         * text.C:
9152         * text2.C:
9153         * text3.C:
9154         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
9155           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
9156
9157 2003-02-13  John Levon  <levon@movementarian.org>
9158
9159         * CutAndPaste.C: remove debug
9160
9161 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9162
9163         * paragraph.C (asString): remove two unused variables
9164
9165         * lyxtextclass.C (readTitleType):
9166           (Read):
9167           (LyXTextClass): handle new members titletype_ and titlename_
9168
9169         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
9170
9171 2003-02-09  John Levon  <levon@movementarian.org>
9172
9173         * buffer.h:
9174         * buffer.C: replace hand-coded list with a map for the dep clean
9175
9176 2003-02-08  John Levon  <levon@movementarian.org>
9177
9178         * LaTeX.C: consolidate code into showRunMessage() helper
9179
9180 2003-02-08  John Levon  <levon@movementarian.org>
9181
9182         * lyxfind.C:
9183         * lyxtext.h:
9184         * text2.C:
9185         * BufferView.C: change setSelectionOverString() to setSelectionRange()
9186           and pass the size in explicitly
9187
9188         * BufferView_pimpl.h:
9189         * BufferView_pimpl.C:
9190         * BufferView.h:
9191         * BufferView.C: add getCurrentChange()
9192
9193         * BufferView_pimpl.h:
9194         * BufferView_pimpl.C: handle change lfuns
9195
9196         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
9197           for changes. Mark pasted paragraphs as new.
9198
9199         * support/lyxtime.h:
9200         * support/lyxtime.C:
9201         * DepTable.C: abstract time_t as lyx::time_type
9202
9203         * LColor.h:
9204         * LColor.C: add colours for new text, deleted text, changebars
9205
9206         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
9207           package use "usenames" option.
9208
9209         * commandtags.h:
9210         * lyxfunc.C:
9211         * LyXAction.C: add change lfuns
9212
9213         * Makefile.am:
9214         * author.h:
9215         * author.C: author handling
9216
9217         * buffer.h:
9218         * buffer.C: add a per-buffer author list, with first entry as
9219           current author. Handle new .lyx tokens for change tracking. Output
9220           author list to .lyx file. Output dvipost stuff to .tex preamble.
9221           Bump lyx format to 222.
9222
9223         * bufferlist.h:
9224         * bufferlist.C: add setCurrentAuthor() to reset current author details
9225           in all buffers.
9226
9227         * bufferparams.h:
9228         * bufferparams.C: add param for tracking
9229
9230         * bufferview_funcs.C: output change info in minibuffer
9231
9232         * Makefile.am:
9233         * changes.h:
9234         * changes.C: add change-tracking structure
9235
9236         * debug.h:
9237         * debug.C: add CHANGES debug flag
9238
9239         * lyxfind.h:
9240         * lyxfind.C: add code for finding the next change piece
9241
9242         * lyxrc.h:
9243         * lyxrc.C: add user_name and user_email
9244
9245         * lyxrow.h:
9246         * lyxrow.C: add a metric for the top of the text line
9247
9248         * lyxtext.h:
9249         * text.C: implement accept/rejectChange()
9250
9251         * lyxtext.h:
9252         * text.C: paint changebars. Paint new/deleted text in the chosen
9253         colours. Strike through deleted text.
9254
9255         * paragraph.h:
9256         * paragraph.C:
9257         * paragraph_pimpl.h:
9258         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
9259           in the current change to the insert functions. Rework erase to
9260           mark text as deleted, adding an eraseIntern() and a range-based
9261           erase(). Implement per-paragraph change lookup and
9262           accept/reject.
9263
9264         * paragraph_funcs.C: Fixup paste for change tracking.
9265
9266         * tabular.C: mark added row/columns as new.
9267
9268         * text.C: fix rowLast() to never return -1. Don't allow
9269           spellchecking of deleted text. Track transpose changes. Don't
9270           allow paragraph break or merge where appropriate.
9271
9272         * text2.C: leave cursor at end of selection after a cut.
9273
9274 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9275
9276         * text.C (getLengthMarkerHeight):
9277         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
9278         visible on screen too.
9279
9280 2003-02-07  John Levon  <levon@movementarian.org>
9281
9282         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
9283
9284 2003-02-05  Angus Leeming  <leeming@lyx.org>
9285
9286         * lyxserver.C (read_ready): revert my patch of 11 September last year
9287         as it sends PC cpu through the roof. Presumably this means that
9288         the lyxserver will no longer run on an Alpha...
9289
9290 2003-01-30  Angus Leeming  <leeming@lyx.org>
9291
9292         * factory.C (createInset): create an InsetCommandParam of type "index"
9293         and use it to 'do the right thing'.
9294
9295         * text2.C (getStringToIndex): ensure that cursor position is always
9296         reset to the reset_cursor position.
9297
9298 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9299
9300         * lyxfunc.C (getStatus): "buffer-export custom" should never be
9301         disabled.
9302
9303 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
9304
9305         * bufferview.C:
9306         * lyxcb.C:
9307         * lyxfunc.C: Output messages with identical spelling, punctuation,
9308         and spaces
9309
9310 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
9311
9312         * MenuBackend.C (expandFormats): List only viewable export formats
9313         in "View" menu
9314
9315         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
9316         message
9317
9318         * lyxfunc.C (getStatus): Make sure that formats other than
9319         "fax" can also be disabled
9320
9321 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9322
9323         * text3.C (dispatch): put the lfuns that insert insets in 3
9324         groups, and call doInsertInset with appropriate arguments.
9325         (doInsertInset): new function, that creates an inset and inserts
9326         it according to some boolean parameters.
9327
9328 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
9329
9330         * buffer.C (readFile): remember to pass on 'par' when calling
9331         readFile recursively.
9332
9333 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9334
9335         * MenuBackend.C (expandFormats): add "..." to import formats.
9336
9337 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
9338
9339         * paragraph.C (asString): Remove XForms RTL hacks.
9340
9341 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
9342         * buffer.C: fix typo
9343
9344 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
9345
9346         * Makefile.am (LIBS): delete var
9347         (lyx_LDADD): add @LIBS@ here instead.
9348
9349 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
9350
9351         * Clarify the meaning of "wheel mouse jump"
9352
9353 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9354
9355         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
9356         tabular in a float
9357
9358 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9359
9360         * importer.C (Loaders): do not preallocate 3 elements in the
9361         vector, since one ends up with 6 elements otherwise
9362
9363 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9364
9365         * DepTable.C (write): write the file name as last element of the
9366         .dep file (because it may contain spaces)
9367         (read): read info in the right order
9368
9369 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9370
9371         * paragraph_pimpl.C (simpleTeXBlanks):
9372         (simpleTeXSpecialChars):
9373         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
9374
9375         * tabular.C (latex): add some missing case statements. Reindent.
9376
9377         * MenuBackend.C (expandToc): remove unused variable.
9378
9379 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
9380
9381         * LColor.C:
9382         * LaTeX.C:
9383         * LyXAction.C:
9384         * MenuBackend.C:
9385         * buffer.C:
9386         * exporter.C:
9387         * lyxfunc.C:
9388         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
9389         and the like.
9390
9391 2003-01-05  John Levon  <levon@movementarian.org>
9392
9393         * BufferView.h:
9394         * BufferView.C: add getEncoding()
9395
9396         * kbsequence.h:
9397         * kbsequence.C: do not store last keypress
9398
9399         * lyxfunc.h:
9400         * lyxfunc.C: store last keypress here instead. Pass encoding
9401           to getISOEncoded()
9402
9403 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9404
9405         * lyx_main.C (init): remove annoying error message when following
9406         symbolic links (bug #780)
9407
9408 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9409
9410         * text.C (insertChar):
9411         * lyxrc.C (getDescription): remove extra spaces
9412
9413 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9414
9415         * lyxrc.C (getDescription): remove extra spaces
9416
9417 2002-12-20  John Levon  <levon@movementarian.org>
9418
9419         * text3.C: hack fix for page up/down across tall rows
9420
9421 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9422
9423         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
9424         not been invoked
9425
9426 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9427
9428         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
9429         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
9430         thesaurus is not compiled in
9431
9432 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
9433
9434         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
9435
9436 2002-12-16  Angus Leeming  <leeming@lyx.org>
9437
9438         * lyxrc.[Ch]:
9439         * lyx_main.C (init): remove override_x_deadkeys stuff.
9440
9441 2002-12-12  John Levon  <levon@movementarian.org>
9442
9443         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
9444           insert. Only remove shift modifier under strict
9445           circumstances.
9446
9447 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
9448
9449         * MenuBackend.C (expandToc): fix crash.
9450
9451 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
9452
9453         * MenuBackend.C (expandToc): gettext on float names.
9454
9455 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
9456
9457         * lyxlength.[Ch]: set default unit to UNIT_NONE,
9458         implement bool empty() [bug 490]
9459
9460 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
9461
9462         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
9463
9464 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9465
9466         * several files: ws changes
9467
9468 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
9469
9470         * text2.C (setCounter): clean up a bit, use boost.format.
9471         (updateCounters): initialize par upon declaration.
9472
9473         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
9474         if the layout exists. We do not just store the layout any more.
9475         (SwitchLayoutsBetweenClasses): use boost.format
9476
9477 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9478
9479         * converter.C (convert): if from and to files are the same, use a
9480         temporary files as intermediary
9481
9482 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9483
9484         * commandtags.h:
9485         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
9486
9487 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9488
9489         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
9490
9491 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
9492
9493         * tabular.C (asciiPrintCell): use string(size, char) instead of
9494         explicit loop.
9495
9496         * sgml.C (openTag): fix order of arguments to string constructor
9497         (closeTag): ditto
9498
9499         * lyxfunc.C (dispatch): use boost.format
9500
9501         * lots of files: change "c" -> 'c'
9502
9503 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9504
9505         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
9506
9507 2002-11-25  Angus Leeming  <leeming@lyx.org>
9508
9509         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
9510
9511         * lyx_main.C (init): compile fix.
9512
9513 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
9514
9515         * lyx_cb.C (start): boost.formatify
9516         do not include <iostream>
9517
9518         * lengthcommon.C: ws only
9519
9520         * boost-inst.C,BoostFormat.h: add more explict instantations
9521
9522 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
9523
9524         * lots of files: handle USE_BOOST_FORMAT
9525
9526 2002-11-21  John Levon  <levon@movementarian.org>
9527
9528         * pspell.C: fix compile
9529
9530 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9531
9532         * lyxfunc.C (dispatch): use boost::format
9533         (open): ditto
9534         (doImport): ditto
9535
9536         * lyxfont.C (stateText): use boost::format
9537
9538         * lyx_main.C (LyX): use boost::format
9539         (init): ditto
9540         (queryUserLyXDir): ditto
9541         (readRcFile): ditto
9542         (parse_dbg): ditto
9543         (typedef boost::function): use the recommened syntax.
9544
9545         * importer.C (Import): use boost::format
9546
9547         * debug.C (showLevel): use boost::format
9548
9549         * converter.C (view): use boost::format
9550         (convert): ditto
9551         (move): ditto
9552         (scanLog): ditto
9553
9554         * bufferview_funcs.C (currentState): use boost::format
9555
9556         * bufferlist.C (emergencyWrite): use boost::format
9557
9558         * buffer.C (readLyXformat2): use boost::format
9559         (parseSingleLyXformat2Token): ditto
9560
9561         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
9562
9563         * LaTeX.C (run): use boost::format
9564
9565         * Chktex.C (scanLogFile): use boost::format
9566
9567         * BufferView_pimpl.C (savePosition): use boost::format
9568         (restorePosition): ditto
9569         (MenuInsertLyXFile): ditto
9570
9571         * BoostFormat.h: help file for explicit instation.
9572
9573 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
9574
9575         * tabular.C (latex): Support for block alignment in fixed width
9576         columns.
9577
9578 2002-11-17  John Levon  <levon@movementarian.org>
9579
9580         * BufferView_pimpl.C:
9581         * lyx_cb.C:
9582         * lyxfunc.C: split filedialog into open/save
9583
9584 2002-11-08  Juergen Vigna  <jug@sad.it>
9585
9586         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
9587         by my last patch (hopefully).
9588
9589 2002-11-08  John Levon  <levon@movementarian.org>
9590
9591         * iterators.h:
9592         * iterators.C:
9593         * buffer.h:
9594         * buffer.C:
9595         * paragraph.h:
9596         * paragraph.C:
9597         * toc.h:
9598         * toc.C: ParConstIterator, and use it (from Lars)
9599
9600 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
9601
9602         * lyxtextclass.[Ch]: revise and add doxygen comments
9603
9604 2002-11-07  John Levon  <levon@movementarian.org>
9605
9606         * text.C: fix progress value for spellchecker
9607
9608         * toc.C: fix navigate menu for insetwrap inside minipage
9609
9610         * paragraph_funcs.C: added FIXME for suspect code
9611
9612 2002-11-07  John Levon  <levon@movementarian.org>
9613
9614         * BufferView_pimpl.C: fix redrawing of insets
9615           on buffer switch
9616
9617 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9618
9619         * text2.C (updateCounters): fix bug 668
9620
9621 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
9622
9623         * text3.C (dispatch): Do not make the buffer dirty when moving the
9624         cursor.
9625
9626 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9627
9628         * vc-backend.C: STRCONV
9629         (scanMaster): ditto
9630
9631         * text2.C (setCounter): STRCONV
9632
9633         * paragraph.C (asString): STRCONV
9634
9635         * lyxlength.C (asString): STRCONV
9636         (asLatexString): ditto
9637
9638         * lyxgluelength.C (asString): STRCONV
9639         (asLatexString): ditto
9640
9641         * lyxfunc.C (dispatch): STRCONV
9642         (open): ditto
9643
9644         * lyxfont.C (stateText): STRCONV
9645
9646         * importer.C (Import): STRCONV
9647
9648         * counters.C (labelItem): STRCONV
9649         (numberLabel): ditto
9650         (numberLabel): remove unused ostringstream o
9651
9652         * chset.C: STRCONV
9653         (loadFile): ditto
9654
9655         * bufferview_funcs.C (currentState): STRCONV
9656
9657         * buffer.C (readFile): STRCONV
9658         (asciiParagraph): ditto
9659         (makeLaTeXFile): ditto
9660
9661         * Spacing.C (writeEnvirBegin): STRCONV
9662
9663         * LaTeXFeatures.C (getLanguages): STRCONV
9664         (getPackages): ditto
9665         (getMacros): ditto
9666         (getBabelOptions): ditto
9667         (getTClassPreamble): ditto
9668         (getLyXSGMLEntities): ditto
9669         (getIncludedFiles): ditto
9670
9671         * LaTeX.C: STRCONV
9672         (run): ditto
9673         (scanAuxFile): ditto
9674         (deplog): ditto
9675
9676         * LString.h: add the STRCONV macros
9677
9678         * BufferView_pimpl.C (savePosition): STRCONV
9679         (restorePosition): ditto
9680         (MenuInsertLyXFile): ditto
9681
9682         * vc-backend.C (scanMaster): change from submatch[...] to
9683         submatch.str(...)
9684
9685         * funcrequest.C: include config.h
9686
9687         * factory.C: include config.h
9688
9689         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
9690
9691         * box.C: include config.h
9692
9693         * LaTeX.C (scanAuxFile): change from submatch[...] to
9694         submatch.str(...)
9695         (deplog): ditto
9696
9697 2002-10-25  Angus Leeming  <leeming@lyx.org>
9698
9699         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
9700
9701         * ispell.[Ch] (setError): new method.
9702         * ispell.C (c-tor): move out child process into new class LaunchIspell.
9703         Use setError() insetead of goto END.
9704
9705         * lyx_cb.C (AutoSave): move out child process into new class
9706         AutoSaveBuffer.
9707
9708 2002-10-30  John Levon  <levon@movementarian.org>
9709
9710         * text3.C: make start appendix undoable
9711
9712 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
9713
9714         * lyxlength.C (inPixels): Fix returned value.
9715
9716         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
9717         environment.
9718
9719 2002-10-24  Angus Leeming  <leeming@lyx.org>
9720
9721         * lyxgluelength.h: no need to forward declare BufferParams
9722         or BufferView, so don't.
9723
9724 2002-10-21  John Levon  <levon@movementarian.org>
9725
9726         * BufferView.C: menuUndo ->undo, redo
9727
9728         * BufferView.h: document, remove dead, make some methods private
9729
9730         * paragraph_funcs.h:
9731         * paragraph_funcs.C:
9732         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
9733
9734         * buffer.h:
9735         * buffer.C:
9736         * sgml.h:
9737         * sgml.C: move sgml open/close tag into sgml.C
9738
9739         * bufferview_funcs.h: unused prototype
9740
9741         * lyxfunc.h:
9742         * lyxfunc.C: remove unused
9743
9744         * lyxtext.h:
9745         * text.C: remove unused
9746
9747 2002-10-21  John Levon  <levon@movementarian.org>
9748
9749         * BufferView.h:
9750         * BufferView.C:
9751         * BufferView_pimpl.h:
9752         * BufferView_pimpl.C: fix mouse wheel handling based on
9753           patch from Darren Freeman
9754
9755 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
9756
9757         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
9758
9759 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
9760
9761         * lyxlength.C (inPixels): Fix hanfling of negative length.
9762         Fix LyXLength::MU case.
9763
9764 2002-10-16  John Levon  <levon@movementarian.org>
9765
9766         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
9767
9768 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9769
9770         * converter.C (view): add support for $$i (file name) and $$p
9771         (file path) for the viewer command. If $$i is not specified, then
9772         it is appended to the command (for compatibility with old syntax)
9773
9774 2002-10-14  Juergen Vigna  <jug@sad.it>
9775
9776         * undo_funcs.C (textHandleUndo): alter the order in which the
9777         new undopar is added to the LyXText, as we have to set first
9778         the right prev/next and then add it as otherwise the rebuild of
9779         LyXText is not correct. Also reset the cursor to the right paragraph,
9780         with this IMO we could remove the hack in "redoParagraphs()".
9781
9782 2002-10-09  Angus Leeming  <leeming@lyx.org>
9783
9784         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
9785         to turn off an optimisation if a new inset is to be inserted.
9786
9787 2002-10-11 André Pönitz <poenitz@gmx.net>
9788
9789         * lyxtext.h: make some functions public to allow access
9790         from inset/lyxtext for handling LFUN_PRIOR/NEXT
9791
9792 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9793
9794         * text3.C (dispatch): when changing layout, avoid an infinite loop
9795         [bug #652]
9796
9797 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9798
9799         * lyxrc.C (read): treat a viewer or converter command of "none" as
9800         if it were empty.
9801
9802         * MenuBackend.C (expandFormats): for an update, also allow the
9803         formats that are not viewable
9804
9805         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
9806         script if it is newer than the lyxrc.defaults in user directory
9807
9808 2002-10-07 André Pönitz <poenitz@gmx.net>
9809
9810         * text.C: Vitaly Lipatov's small i18n fix
9811
9812 2002-09-25  Angus Leeming  <leeming@lyx.org>
9813
9814         * ispell.h: doxygen fix.
9815
9816 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
9817
9818         * buffer.h (readFile): Add a new argument to the method, to allow
9819         reading of old-format templates.
9820
9821 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
9822
9823         * toc.C (getTocList): Get TOC from InsetWrap.
9824
9825 2002-09-16  John Levon  <levon@movementarian.org>
9826
9827         * lyxfunc.C: check tabular for cut/copy too
9828
9829 2002-09-12  John Levon  <levon@movementarian.org>
9830
9831         * LyXAction.C: tidy
9832
9833         * factory.h:
9834         * factory.C: add header
9835
9836         * paragraph_funcs.h:
9837         * paragraph_funcs.C: cleanup
9838
9839 2002-09-11  John Levon  <levon@movementarian.org>
9840
9841         * PrinterParams.h: odd/even default to true
9842
9843 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
9844
9845         * PrinterParams.h: update printer parameters for new xforms dialog
9846
9847 2002-09-11  Angus Leeming  <leeming@lyx.org>
9848
9849         * lyxserver.C (read_ready): re-write to make it more transparent
9850         and to make it work in coherent fashion under Tru64 Unix.
9851
9852 2002-09-11  André Pönitz <poenitz@gmx.net>
9853
9854         * commandtags.h:
9855         * LyXAction.C:
9856         * text3.C: implement LFUN_WORDSEL
9857
9858 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
9859
9860         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
9861         make floatlist_ a boost::shared_ptr<FloatList>
9862
9863         * lyxtextclass.C: include FloatList.h
9864         (LyXTextClass): initialize floatlist_
9865         (TextClassTags): add TC_NOFLOAT
9866         (Read): match "nofloat" to TC_NOFLOAT and use it.
9867         (readFloat): modify call to floatlist_
9868         (floats): ditto
9869         (floats): ditto
9870
9871         * FloatList.[Ch] (FloatList): remove commented out float
9872         initialization.
9873         (erase): new function
9874
9875 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9876
9877         * MenuBackend.C (expandToc): fix crash when there is no document
9878         open
9879
9880 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
9881
9882         * many files: Add insetwrap.
9883
9884 2002-09-09  John Levon  <levon@movementarian.org>
9885
9886         * text2.C: remove confusing and awkward depth wraparound
9887
9888 2002-09-09  John Levon  <levon@movementarian.org>
9889
9890         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
9891
9892         * buffer.h:
9893         * buffer.C: remove getIncludeonlyList()
9894
9895         * paragraph.C:
9896         * lyxfunc.C: remove headers
9897
9898 2002-09-09  Juergen Vigna  <jug@sad.it>
9899
9900         * text.C (getColumnNearX): fix form Michael this is most
9901         probably a cut&paste bug.
9902
9903 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
9904
9905         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
9906
9907         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
9908         references, ws changes.
9909
9910         * text2.C (init): update counters after init
9911         (insertParagraph): no need to set counter on idividual paragraphs.
9912         (setCounter): access the counters object in the textclass object
9913         on in the buffer object.
9914         (updateCounters): ditto
9915
9916         * lyxtextclass.C: include counters.h, add variable ctrs_ as
9917         shared_ptr<Counters> to avoid loading counters.h in all
9918         compilation units.
9919         (LyXTextClass): initialize ctrs_
9920         (TextClassTags): add TC_COUNTER, and ...
9921         (Read): use it here.
9922         (CounterTags): new tags
9923         (readCounter): new function
9924         (counters): new funtion
9925         (defaultLayoutName): return a const reference
9926
9927         * counters.C (Counters): remove contructor
9928         (newCounter): remove a couple of unneeded statements.
9929         (newCounter): simplify a bit.
9930         (numberLabel): some small formatting changes.
9931
9932         * buffer.[Ch]: remove all traces of counters, move the Counters
9933         object to the LyXTextClass.
9934
9935 2002-09-06  Alain Castera  <castera@in2p3.fr>
9936
9937         * tabular.C: uses \tabularnewline; uses >{...} construct from array
9938         package to set the horizontal alignment on fixed width columns.
9939
9940         * lyx_sty.C:
9941         * lyx_sty.h: added tabularnewline macro def.
9942
9943         * LaTeXFeatures.C: added NeedTabularnewline macro feature
9944
9945 2002-09-06  John Levon  <levon@movementarian.org>
9946
9947         * LyXAction.C: tooltips for sub/superscript
9948
9949         * MenuBackend.C: a bit more verbose
9950
9951         * lyxfunc.C: tiny clean
9952
9953         * undo_funcs.C: document undo_frozen
9954
9955 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
9956
9957         * counters.C (Counters): add missing algorithm counter.
9958
9959         * text2.C (setCounter): lookup the counter with layouts latexname
9960         instead of by section number.
9961         (setCounter): use a hackish way to lookup the correct enum
9962         counter.
9963         a float name->type change
9964         reset enum couners with counter name directly instead of depth value.
9965
9966         * counters.C (Counters): remove the push_backs, change to use the
9967         float type not the float name.
9968         (labelItem): remove unused string, float name->type change
9969
9970         * counters.h: don't include vector, loose the enums and sects vectors
9971
9972 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
9973
9974         * lyxtextclass.C (TextClassTags): add TC_FLOAT
9975         (Read): add float->TC_FLOAT to textclassTags
9976         (Read): and handle it in the switch
9977         (readFloat): new function
9978
9979         * FloatList.C (FloatList): comment out the hardcoded float
9980         definitions.
9981
9982         * lyxlayout.h: ws change.
9983
9984 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
9985
9986         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
9987
9988 2002-09-03  Angus Leeming  <leeming@lyx.org>
9989
9990         * BufferView_pimpl.h: qualified name is not allowed in member
9991         declaration: WorkArea & Pimpl::workarea() const;
9992
9993         * factory.C: added using std::endl directive.
9994
9995         * text3.C: added using std::find and std::vector directives.
9996
9997 2002-08-29  André Pönitz <poenitz@gmx.net>
9998
9999         * lyxtext.h:
10000         * text2.C: remove unused member number_of_rows
10001
10002         * Makefile.am:
10003         * BufferView2.C: remove file, move contents to...
10004         * BufferView.C: ... here
10005
10006         * BufferView_pimpl.C:
10007         * factory.C: move more inset creation to factory
10008
10009         * vspace.C: avoid direct usage of LyXText, ws changes
10010
10011         * BufferView.[Ch]:
10012                 don't provide direct access to WorkArea, use two simple
10013                 acessors haveSelction() and workHeight() instead
10014
10015
10016 2002-08-29  John Levon  <levon@movementarian.org>
10017
10018         * BufferView_pimpl.C (dispatch): do not continue when
10019           no buffer
10020
10021 2002-08-28  André Pönitz <poenitz@gmx.net>
10022
10023         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
10024
10025         * BufferView.h:
10026         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
10027
10028 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
10029
10030         * buffer.C: increment LYX_FORMAT to 221
10031
10032         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
10033         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
10034
10035         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
10036
10037         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
10038
10039 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10040
10041         * factory.C (createInset): use LyXTextClass::floats
10042
10043         * MenuBackend.C (expandFloatListInsert):
10044         (expandFloatInsert):
10045         (expandToc):
10046
10047         * text2.C (setCounter):
10048
10049         * LaTeXFeatures.C (useFloat):
10050         (getFloatDefinitions):
10051
10052         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
10053
10054         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
10055         floatlist_, with accessor floats().
10056
10057         * FloatList.h: remove global FloatList
10058
10059 2002-08-26  André Pönitz <poenitz@gmx.net>
10060
10061         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
10062
10063         * BufferView.h:
10064         * BufferView2.C:
10065         * BufferView_pimpl.C:
10066         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
10067
10068 2002-08-25  John Levon  <levon@movementarian.org>
10069
10070         * LyXAction.C: fix margin note description
10071
10072 2002-08-24  John Levon  <levon@movementarian.org>
10073
10074         * buffer.C:
10075         * bufferlist.C:
10076         * bufferview_funcs.C:
10077         * lyxfont.C:
10078         * undo_funcs.C: cleanups
10079
10080         * lyxfunc.C: disable CUT/COPY when no selection
10081
10082 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
10083
10084         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
10085         in "enum UNIT"; e.g. PTW for Percent of TextWidth
10086
10087         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
10088         Add backward compatibility to "mono", "gray" and "no".
10089
10090 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
10091
10092         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
10093         (and file_format >= 200).
10094
10095 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10096
10097         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
10098
10099 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10100
10101         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
10102
10103 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
10104
10105         * BufferView_pimpl.C:
10106         * LyXAction.C:
10107         * buffer.C:
10108         * commandtags.h:
10109         * lyxfunc.C:
10110         * paragraph.[Ch]:
10111         * text2.C:
10112         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
10113         inset and code to make it  work with the paragraph code. The inset
10114         can be anywhere in the paragraph, but will only do the expected
10115         thing in LaTeX if the layout file contains the parameter line
10116                         OptionalArgs    1
10117         (or more generally, a nonzero value) for that layout.
10118
10119 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
10120
10121         * paragraph.h: remove the declaration of undefined counters class
10122         function.
10123
10124 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
10125
10126         * text2.C (setCounter):  fixed enumeration mis-count as reported by
10127         Dr. Richard Hawkins.
10128
10129 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10130
10131         * paragraph_funcs.h: remove some unneeded includes
10132
10133         * text.C (backspace): pasteParagraph now in global scipe
10134
10135         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
10136         (pasteSelection): ditto
10137
10138         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
10139         * paragraph_funcs.C (pasteParagraph): ... here
10140
10141 2002-08-20  André Pönitz <poenitz@gmx.net>
10142
10143         * commandtags.h: new LFUNs for swapping/copying table row/colums
10144
10145         * LyXAction.C:
10146         * lyxfunc.C: support for new lfuns
10147
10148 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
10149
10150         * tabular.C:
10151         * buffer.[Ch]: remove NO_COMPABILITY stuff
10152
10153 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
10154
10155         * boost.C (throw_exception): new file, with helper function for
10156         boost compiled without exceptions.
10157
10158         * paragraph.h:
10159         * lyxlength.C:
10160         * buffer.C:
10161         * ParameterStruct.h:
10162         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
10163
10164         * bufferlist.C (emergencyWriteAll): use boost bind
10165
10166         * BufferView_pimpl.C (moveCursorUpdate): remove inline
10167
10168         * text.C: include paragraph_funcs.h
10169         (breakParagraph): breakParagraph is now in global scope
10170
10171         * paragraph_funcs.[Ch]: new files
10172
10173         * paragraph.C (breakParagraph,breakParagraphConservative): move to
10174         global scope
10175
10176         * buffer.C: include paragraph_funcs.h
10177         (insertStringAsLines): breakParagraph is now in global scope
10178
10179         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
10180         paragraph_funcs.C
10181
10182         * CutAndPaste.C: include paragraph_funcs.h
10183         (cutSelection): breakParagraphConservative is now in global scope
10184         (pasteSelection): ditto
10185
10186         * buffer.h: declare oprator== and operator!= for
10187         Buffer::inset_iterator
10188
10189         * bufferlist.C (emergencyWrite): don't use fmt(...)
10190
10191         * text3.C: add using std::endl
10192
10193         * BufferView.C (moveCursorUpdate): remove default arg
10194
10195 2002-08-20  André Pönitz <poenitz@gmx.net>
10196
10197         * buffer.[Ch]: move inline functions to .C
10198
10199         * BufferView2.C:
10200         * BufferView_pimpl.C:
10201         * text.C:
10202         * buffer.[Ch]: use improved inset_iterator
10203
10204         * buffer.C:
10205         * paragraph.[Ch]: write one paragraph at a time
10206
10207 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10208
10209         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
10210         style if style is not specified.
10211
10212 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10213
10214         * text2.C (setCounter): when searching for right label for a
10215         caption, make sure to recurse to parent insets (so that a caption
10216         in a minipage in a figure float works) (bug #568)
10217
10218 2002-08-20  André Pönitz <poenitz@gmx.net>
10219
10220         * text3.C: new file for LyXText::dispatch() and helpers
10221
10222         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
10223
10224         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
10225
10226 2002-08-19  André Pönitz <poenitz@gmx.net>
10227
10228         * lyxtext.h:
10229         * text.C: new LyXText::dispatch()
10230
10231         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
10232
10233 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
10234
10235         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
10236
10237         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
10238         Hebrew text.
10239
10240 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10241
10242         * Makefile.am: use $(variables) instead of @substitutions@
10243
10244 2002-08-15  André Pönitz <poenitz@gmx.net>
10245
10246         * lyxfunc.C:
10247         * BufferView_pimpl.C: streamlining mathed <-> outer world
10248         interaction
10249
10250         * commandtags.h:
10251         * LyXAction.C: remove unused LFUN_MATH
10252
10253 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10254
10255         * paragraph.[Ch]: add some NO_NEXT ifdefs.
10256
10257 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
10258
10259         * paragraph.C (Paragraph): reformat a bit
10260         (cutIntoMinibuffer): use builtin InsetList function instad of
10261         doing it manually.
10262         (getInset): ditto
10263
10264         * buffer.C: include boost/bind.hpp, add using std::for_each
10265         (writeFileAscii): use ParagraphList iterators
10266         (validate): use for_each for validate traversal of paragraphs
10267         (getBibkeyList): use ParagraphList iterators
10268         (resizeInsets): use for_each to resizeInsetsLyXText for all
10269         paragraphs.
10270         (getParFromID): use ParagraphList iterators
10271
10272         * BufferView2.C (lockInset): use paragraph list and iterators
10273
10274 2002-08-14  John Levon  <levon@movementarian.org>
10275
10276         * lyxserver.C: remove spurious xforms include
10277
10278 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10279
10280         * lyxfunc.C (getStatus): disable math-extern outside of math mode
10281
10282 2002-08-13  André Pönitz <poenitz@gmx.net>
10283
10284         * LyXAction.[Ch]:
10285         * lyxfunc.C: further cleaning
10286
10287 2002-08-13  André Pönitz <poenitz@gmx.net>
10288
10289         * funcrequest.h: new constructor
10290
10291         * funcrequest.C: move stuff here from .h
10292
10293         * Makefile.am:
10294         * BufferView_pimpl.C:
10295         * LyXAction.C:
10296         * toc.C:
10297         * lyxfunc.C: subsequent changes
10298
10299         * lyxfunc.h: new view() member function
10300
10301         * lyxfunc.C: subsequent changes
10302
10303 2002-08-13  Angus Leeming  <leeming@lyx.org>
10304
10305         * BufferView2.C:
10306         * BufferView_pimpl.C:
10307         * buffer.C:
10308         * converter.C:
10309         * importer.C:
10310         * lyxfunc.C:
10311         * lyxvc.C:
10312         * toc.C:
10313         * vc-backend.C:
10314         changes due to the changed LyXView interface that now returns references
10315         to member variables not pointers.
10316
10317 2002-08-13  Angus Leeming  <leeming@lyx.org>
10318
10319         * WordLangTuple (word, lang_code): return references to strings,
10320         not strings.
10321
10322         * BufferView.h:
10323         * SpellBase.h:
10324         * lyxtext.h: forward-declare WordLangTuple.
10325
10326         * BufferView2.C:
10327         * ispell.C:
10328         * pspell.C:
10329         * text.C: #include "WordLangTuple.h".
10330
10331         * lyxtext.h:
10332         * text.C: (selectNextWordToSpellcheck): constify return type.
10333
10334 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
10335
10336         * buffer.C:
10337         * buffer.h:
10338         * lyxtext.h:
10339         * paragraph.C:
10340         * paragraph_pimpl.h:
10341         * text.C:
10342         * text2.C:
10343         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
10344         suggested by Angus.
10345         Made updateCounter always count from start of buffer, and removed
10346         second argument (par).
10347         Reverted floats number display to '#'. Perhaps I'll try again when the
10348         code base is sanitized a bit.
10349
10350 2002-08-12  Angus Leeming  <leeming@lyx.org>
10351
10352         * buffer.[Ch] (getLabelList): constify.
10353
10354 2002-08-07  André Pönitz <poenitz@gmx.net>
10355
10356         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
10357
10358         * funcrequest.h: extension to keep mouse (x,y) position
10359
10360 2002-08-12  Juergen Vigna  <jug@sad.it>
10361
10362         * BufferView2.C (insertErrors): forbid undo when inserting error
10363         insets.
10364
10365         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
10366
10367 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
10368
10369         * ParagraphList.[Ch]: new files
10370
10371         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
10372
10373         * BufferView2.C (lockInset): ParagraphList changes
10374         * toc.C: ditto
10375         * text2.C: ditto
10376         * bufferlist.C: ditto
10377         * buffer.h: ditto
10378         * buffer.C: ditto
10379
10380 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10381
10382         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
10383         unused class variable counter_,
10384
10385         * paragraph.[Ch] (getFirstCounter): delete unused function
10386
10387         * counters.C: include LAssert.h
10388         (reset): add a new function with no arg, change other version to
10389         not have def. arg and to not allow empty arg.
10390
10391         * text2.C (setCounter): remove empty arg from call to Counters::reset
10392
10393 2002-08-11  John Levon  <levon@movementarian.org>
10394
10395         * Makefile.am: add WordLangTuple.h
10396
10397 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
10398
10399         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
10400         lyxfunc.C lyxlex_pimpl.C: ws changes only.
10401
10402         * insets/insettext.C: InsetList changes
10403
10404         * graphics/GraphicsSupport.C (operator()): InsetList changes
10405
10406         * toc.C (getTocList): InsetList changes
10407
10408         * paragraph_pimpl.[Ch]: InsetList changes
10409
10410         * paragraph.[Ch]: InsetList changes
10411
10412         * buffer.C (inset_iterator): InsetList changes
10413         (setParagraph): ditto
10414         * buffer.h (inset_iterator): ditto
10415         * iterators.C (operator++): ditto
10416         * iterators.h: ditto
10417
10418         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
10419
10420         * InsetList.[Ch]: new files, most InsetList handling moved out of
10421         paragraph.C.
10422
10423         * BufferView2.C (removeAutoInsets): InsetList changes
10424         (lockInset): ditto
10425         (ChangeInsets): ditto
10426
10427 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
10428
10429         * paragraph_pimpl.h (empty): new function
10430
10431         * paragraph.[Ch] (empty): new function
10432
10433         * other files: use the new Paragraph::empty function
10434
10435 2002-08-09  John Levon  <levon@movementarian.org>
10436
10437         * lyxtext.h: remove unused refresh_height
10438
10439 2002-08-09  John Levon  <levon@movementarian.org>
10440
10441         * Makefile.am:
10442         * sgml.h:
10443         * sgml.C:
10444         * buffer.C:
10445         * paragraph.h:
10446         * paragraph.C: move sgml char escaping out of paragraph
10447
10448         * paragraph.h:
10449         * paragraph.C: remove id setter
10450
10451         * buffer.C:
10452         * paragraph.C:
10453         * paragraph_pimpl.C: remove dead tex_code_break_column
10454
10455         * bufferview_funcs.C: small cleanup
10456
10457         * lyxfunc.C: remove dead proto
10458
10459         * lyxtext.h: make some stuff private. Remove some dead stuff.
10460
10461         * lyxgluelength.C: make as[LyX]String() readable
10462
10463 2002-08-08  John Levon  <levon@movementarian.org>
10464
10465         * LyXAction.h:
10466         * LyXAction.C:
10467         * MenuBackend.C:
10468         * ToolbarDefaults.C:
10469         * lyxfunc.C:
10470         * lyxrc.C:
10471         * toc.C: lyxaction cleanup
10472
10473 2002-08-08  John Levon  <levon@movementarian.org>
10474
10475         * BufferView2.C: small cleanup
10476
10477         * lyxfind.h:
10478         * lyxfind.C: move unnecessary header into the .C
10479
10480 2002-08-08  John Levon  <levon@movementarian.org>
10481
10482         * funcrequest.h: just tedious nonsense
10483
10484         * lyx_main.h:
10485         * lyx_main.C: cleanups
10486
10487         * buffer.C:
10488         * vspace.C: remove dead header lyx_main.h
10489
10490 2002-08-07  Angus Leeming  <leeming@lyx.org>
10491
10492         * Paragraph.[Ch]:
10493         * paragraph_pimpl.h:
10494         Forward declare class Counters in paragraph.h by moving the ctrs member
10495         variable into Paragraph::Pimpl.
10496         (counters): new method, returning a reference to pimpl_->ctrs.
10497
10498         * text2.C: ensuing changes.
10499
10500 2002-08-07  John Levon  <levon@movementarian.org>
10501
10502         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
10503
10504         * BufferView_pimpl.C: announce X selection on double/triple
10505           click
10506
10507         * lyx_main.C: use correct bool in batch dispatch
10508
10509         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
10510
10511 2002-08-07  André Pönitz <poenitz@gmx.net>
10512
10513         * funcrequest.h: new class to wrap a kb_action and its argument
10514
10515         * BufferView.[Ch]:
10516         * BufferView_pimpl[Ch]:
10517         * LaTeX.C:
10518         * LyXAction.[Ch]:
10519         * lyxfunc.[Ch]:
10520         * lyxrc.C: subsequent changes
10521
10522
10523 2002-08-07  John Levon  <levon@movementarian.org>
10524
10525         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
10526           document options change.
10527
10528 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
10529
10530         * counters.[Ch]
10531         * text2.C
10532         * paragraph.[Ch]
10533         * makefile.am: move counters functionality over from
10534         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
10535
10536 2002-08-06  John Levon  <levon@movementarian.org>
10537
10538         * WordLangTuple.h: new file for word + language code tuple
10539
10540         * SpellBase.h:
10541         * pspell.h:
10542         * pspell.C:
10543         * ispell.h:
10544         * ispell.C:
10545         * lyxtext.h:
10546         * text.C:
10547         * text2.C:
10548         * BufferView.h:
10549         * BufferView2.C: use WordLangTuple
10550
10551         * layout.h:
10552         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
10553
10554 2002-08-06  John Levon  <levon@movementarian.org>
10555
10556         * lyx_main.C: fix cmdline batch handling
10557
10558 2002-08-06  André Pönitz <poenitz@gmx.net>
10559
10560         * lyxrc.C: set default for show_banner to true
10561
10562 2002-08-06  John Levon  <levon@movementarian.org>
10563
10564         * pspell.C: fix a crash, and allow new aspell to work
10565
10566 2002-08-06  John Levon  <levon@movementarian.org>
10567
10568         * lyxfunc.C:
10569         * kbmap.C: small cleanup
10570
10571         * vspace.h:
10572         * vspace.C: add const
10573
10574 2002-08-05  John Levon  <levon@movementarian.org>
10575
10576         * LyXAction.C: back to tabular-insert
10577
10578 2002-08-04  John Levon  <levon@movementarian.org>
10579
10580         * BufferView.h:
10581         * BufferView.C: cosmetic change
10582
10583         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
10584
10585         * bufferlist.C:
10586         * buffer.h:
10587         * buffer.C:
10588         * lyxcb.h:
10589         * lyxcb.C:
10590         * lyxserver.C:
10591         * lyxvc.C:
10592         * vc-backend.C:
10593         * BufferView2.C: purge all "Lyx" not "LyX" strings
10594
10595         * lyxcursor.h:
10596         * lyxcursor.C: attempt to add some documentation
10597
10598         * lyxfunc.C:
10599         * commandtags.h:
10600         * LyXAction.C:
10601         * ToolbarDefaults.C:
10602         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
10603           merge with LFUN_TABULAR_INSERT
10604
10605         * Makefile.am:
10606         * SpellBase.h:
10607         * ispell.h:
10608         * ispell.C:
10609         * pspell.h:
10610         * pspell.C: split up i/pspell implementations into separate
10611           files, many cleanups
10612
10613         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
10614
10615         * text2.C: some cleanup
10616
10617         * lyxfunc.C: don't check for isp_command == "none" any more, it
10618           didn't make any sense
10619
10620 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
10621
10622         * counters.[Ch]
10623         * text2.C
10624         * paragraph.[Ch]
10625         * makefile.am: move counters functionality over
10626         from text2.C/paragraph.[Ch] to counters.[Ch], and
10627         make proper C++.
10628 2002-08-02  John Levon  <levon@movementarian.org>
10629
10630         * buffer.C: s/lyxconvert/lyx2lyx/
10631
10632 2002-08-02  Angus Leeming  <leeming@lyx.org>
10633
10634         * lyxlex.C: revert John's change as it breaks reading of the user
10635         preamble.
10636
10637 2002-08-02  Angus Leeming  <leeming@lyx.org>
10638
10639         * importer.C (Import):
10640         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
10641         changes due to LyXView::view() now returning a boost::shared_ptr.
10642
10643 2002-08-02  John Levon  <levon@movementarian.org>
10644
10645         * lyxlex.C: small cleanup
10646
10647 2002-08-02  John Levon  <levon@movementarian.org>
10648
10649         * text2.C (status): small cleanup, no logic change
10650
10651 2002-08-01  John Levon  <levon@movementarian.org>
10652
10653         * buffer.h:
10654         * buffer.C (writeFile): don't output alerts, caller
10655           handles this
10656
10657         * bufferlist.C:
10658         * lyx_cb.C: from above
10659
10660         * lyxfunc.C: allow to open non-existent files
10661
10662 2002-07-31  John Levon  <levon@movementarian.org>
10663
10664         * lyxserver.C: don't let incidental errors get
10665           in the way (errno)
10666
10667 2002-07-30  John Levon  <levon@movementarian.org>
10668
10669         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
10670
10671 2002-07-30  John Levon  <levon@movementarian.org>
10672
10673         * lyxserver.h:
10674         * lyxserver.C: remove I/O callback too
10675
10676 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10677
10678         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
10679         log.
10680
10681 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
10682
10683         * many files: strip,frontStrip -> trim,ltrim,rtrim
10684
10685 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
10686
10687         * PrinterParams.h: remove extern containsOnly, and include
10688         support/lstrings.h instead.
10689
10690         * LaTeX.C (scanAuxFile): modify because of strip changes
10691         (deplog): ditto
10692         * buffer.C (makeLaTeXFile): ditto
10693         * bufferparams.C (writeFile): ditt
10694         * lyxfont.C (stateText): ditto
10695         * lyxserver.C (read_ready): ditto
10696         * vc-backend.C (scanMaster): ditto
10697
10698         * BufferView_pimpl.h: ws changes
10699
10700         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
10701
10702 2002-07-26  André Pönitz <poenitz@gmx.net>
10703
10704         * kb_sequence.C: remove unnedred usings
10705
10706 2002-07-26  Juergen Vigna  <jug@sad.it>
10707
10708         * lyxfind.C (LyXReplace): we have to check better if the returned
10709         text is not of theLockingInset()->getLockingInset().
10710
10711 2002-07-25  Juergen Vigna  <jug@sad.it>
10712
10713         * lyxfind.C (LyXReplace): don't replace if we don't get the
10714         right LyXText.
10715
10716         * undo_funcs.C (createUndo): remove debugging code.
10717
10718 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
10719
10720         * buffer.C (parseSingleLyXformat2Token): Use default placement
10721         when reading old floats.
10722
10723         * FloatList.C (FloatList): Change the default placement of figure
10724         and tables to "tbp".
10725
10726 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
10727
10728         * MenuBackend.C: using std::max
10729
10730 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10731
10732         * MenuBackend.C (expandToc):
10733         (expandToc2): code moved from xforms menu frontend. It is now
10734         generic and TOCs are transparent to menu frontends.
10735
10736 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10737
10738         * toc.C (getTocList): protect against buf=0
10739
10740         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
10741         Menu as first parameter. Now, this calls itself recursively to
10742         expand a whole tree (this will be useful for TOC handling)
10743         (expandFloatInsert): remove 'wide' version of floats
10744
10745         * MenuBackend.h (submenuname): returns the name of the submenu.
10746         (submenu): returns the submenu itself, provided it has been
10747         created by MenuBackend::expand
10748
10749 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10750
10751         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
10752         insets which have noFontChange == true. (bug #172)
10753
10754 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10755
10756         * BufferView_pimpl.C: add connection objects and use them...
10757         (Pimpl): here.
10758
10759 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10760
10761         * MenuBackend.C (expandLastfiles):
10762         (expandDocuments):
10763         (expandFormats):
10764         (expandFloatListInsert):
10765         (expandFloatInsert):
10766         (expand): split expand in parts
10767
10768 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10769
10770         * lyx_gui.C: use lyx_gui::exit()
10771
10772 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10773
10774         * LyXAction.C: show the failing pseudo action
10775
10776 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
10777
10778         * buffer.C (readFile): Run the lyxconvert script in order to read
10779         old files.
10780
10781 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10782
10783         * LyXAction.C:
10784         * commandtags.h:
10785         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
10786
10787 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
10788
10789         * LyXAction.C:
10790         * commandtags.h:
10791         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
10792
10793 2002-07-22  Herbert Voss  <voss@lyx.org>
10794
10795         * lengthcommon.C:
10796         * lyxlength.[Ch]: add support for the vertical lengths
10797
10798 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
10799
10800         * toc.[Ch]: std:: fixes
10801
10802 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10803
10804         * lyxrc.C: do not include lyx_main.h
10805
10806         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
10807         for layouts
10808
10809         * lyxrc.C:
10810         * encoding.C:
10811         * bufferlist.C:
10812         * BufferView2.C: include "lyxlex.h"
10813
10814         * tabular.h:
10815         * bufferparams.h: do not #include "lyxlex.h"
10816
10817         * lyxtextclasslist.C (Add): remove method
10818         (classlist): renamed to classlist_
10819
10820         * paragraph_pimpl.C:
10821         * paragraph.C:
10822         * text2.C:
10823         * CutAndPaste.C:
10824         * bufferview_funcs.C:
10825         * bufferlist.C:
10826         * text.C:
10827         * LaTeXFeatures.C:
10828         * buffer.C:
10829         * toc.C (getTocList): use BufferParams::getLyXTextClass
10830
10831         * toc.C (getTocList): use InsetFloat::addToToc
10832
10833         * toc.[Ch]: new files, containing helper functions to handle table
10834         of contents
10835
10836         * lyxfunc.C (dispatch): no need to remove spaces around command
10837         given as a string
10838         (getStatus): handle LFUN_SEQUENCE by returning the status of the
10839         first command of the sequence; it is not very clever, but I do not
10840         have a better idea, actually
10841
10842         * LyXAction.C (LookupFunc): make sure to remove space at the
10843         beginning and end of the command
10844
10845 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10846
10847         * MenuBackend.C (getMenubar): new method: return the menubar of
10848         this menu set
10849         (read): treat differently reading of menu and menubar (in
10850         particular, the menubar has no name now)
10851         (Menu::menubar): remove
10852
10853         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
10854         saving is finished
10855
10856 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10857
10858         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
10859         a bibitem inset in a RTL paragraph.
10860
10861 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
10862
10863         * paragraph_pimpl.C: constify
10864
10865         * BufferView_pimpl.C:
10866         * LaTeX.C:
10867         * lyxfunc.C: fix dispatch in a nicer way
10868
10869 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10870
10871         * lyxfunc.C (dispatch):
10872         * BufferView_pimpl.C:
10873         * BufferView_pimpl.h:
10874         * BufferView.C:
10875         * BufferView.h: rename Dispatch() to dispatch()
10876
10877         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
10878
10879         * lyxlayout.C (Read): honor DependsOn tag
10880
10881         * lyxlayout.[Ch] (depends_on): new method
10882
10883         * version.C.in: update lyx_docversion
10884
10885         * LaTeXFeatures.C (getMacros): only define \LyX when needed
10886
10887         * paragraph.C (validate): remove from here...
10888         * paragraph_pimpl.C (validate): ... and move here
10889         (isTextAt): make it const
10890
10891         * buffer.C (getLists): ws cleanup
10892
10893 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
10894
10895         * language.C (read): Use iso8859-1 encoding in latex_lang
10896         (this prevents LyX from crashing when using iso10646-1 encoding).
10897
10898 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10899
10900         * text2.C (toggleInset): if cursor is inside an inset, close the
10901         inset and leave cursor _after_ it
10902
10903 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10904
10905         * lyxfunc.C: move minibuffer completion handling out of here
10906
10907 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
10908
10909         * BufferView_pimpl.C:
10910         * LaTeX.C: fix dispatch calls
10911
10912 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
10913
10914         * text.C (drawChars): Fix Arabic text rendering.
10915
10916 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
10917
10918         * LyXAction.C:
10919         * commandtags.h:
10920         * lyxfunc.C: remove message-push/pop
10921
10922         * lyxserver.C:
10923         * lyxfunc.h:
10924         * lyxfunc.C: rationalise some code by removing verboseDispatch
10925           in favour of a bool argument to dispatch()
10926
10927 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10928
10929         * lyx_main.C (init): make sure to read symlinks as absolute paths
10930
10931 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10932
10933         * lyxfunc.h:
10934         * lyxfunc.C: no need for commandshortcut to be a member
10935
10936 2002-07-15  André Pönitz <poenitz@gmx.net>
10937
10938         * converter.C: add support for $$s (scripts from lib/scripts dir)
10939         * lyx_main.C: white space
10940
10941 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10942
10943         * bufferlist.C:
10944         * lyxrc.h:
10945         * lyxrc.C: remove second exit confirmation
10946
10947 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
10948
10949         * BufferView.h:
10950         * BufferView.C:
10951         * BufferView2.C:
10952         * BufferView_pimpl.h:
10953         * BufferView_pimpl.C:
10954         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
10955
10956 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10957
10958         * MenuBackend.C (expand): add numeric shortcuts to document menu
10959
10960         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
10961
10962 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
10963
10964         * lyxfont.C (setLyXFamily):
10965         (setLyXSeries):
10966         (setLyXShape):
10967         (setLyXSize):
10968         (setLyXMisc):
10969         (lyxRead):
10970         * debug.C (value):
10971         * buffer.C (asciiParagraph): use ascii_lowercase
10972
10973 2002-07-15  Mike Fabian  <mfabian@suse.de>
10974
10975         * lyxlex_pimpl.C (search_kw):
10976         * lyxlex.C (getLongString):
10977         * converter.h (operator<):
10978         * converter.C (operator<):
10979         * buffer.C (parseSingleLyXformat2Token):
10980         (asciiParagraph):
10981         * ToolbarDefaults.C (read):
10982         * MenuBackend.C (checkShortcuts):
10983         (read):
10984         * LColor.C (getFromGUIName):
10985         (getFromLyXName): use the compare_ascii_no_case instead of
10986         compare_no_case, because in turkish, 'i' is not the lowercase
10987         version of 'I', and thus turkish locale breaks parsing of tags.
10988
10989 2002-07-16  Angus Leeming  <leeming@lyx.org>
10990
10991         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
10992         now takes a Buffer const & argument.
10993
10994 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
10995
10996         * BufferView.C (resize): check there's a buffer to resize
10997
10998 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
10999
11000         * lyxfunc.C: remove dead code
11001
11002         * lyxserver.h:
11003         * lyxserver.C: use lyx_guii::set_read_callback
11004
11005 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11006
11007         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
11008         an inset in a RTL paragraph.
11009
11010 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11011
11012         * lyxfunc.C: repaint after a font size update
11013
11014 2002-07-15  André Pönitz <poenitz@gmx.net>
11015
11016         * lyxlength.C: inBP should be able to return negative values
11017
11018 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11019
11020         * lyxfunc.C: use lyx_gui::update_fonts()
11021
11022 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
11023
11024         * lyxfunc.C: use lyx_gui::update_color()
11025
11026 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11027
11028         * bufferlist.C:
11029         * lyxfunc.h:
11030         * lyxfunc.C:
11031         * lyxrc.h:
11032         * lyxrc.C: remove file->new asks for name option, and let
11033           buffer-new take an argument
11034
11035 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
11036
11037         * BufferView_pimpl.C: remove unneeded extra repaint()
11038
11039 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
11040
11041         * LyXAction.C: allow command-sequence with NoBuffer
11042
11043         * lyxfunc.C: don't insist on trailing ';' for command-sequence
11044
11045 2002-07-10  Angus Leeming  <leeming@lyx.org>
11046
11047         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
11048
11049 2002-07-09  Angus Leeming  <leeming@lyx.org>
11050
11051         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
11052
11053 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11054
11055         * lengthcommon.h: whitespace
11056
11057         * lyxfunc.C: update scrollbar after goto paragraph
11058
11059         * lyxtext.h: factor out page break drawing, and fix it so
11060           page break/added space paints as selected nicely
11061
11062 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
11063
11064         * BufferView_pimpl.C: add FIXMEs, clean up a little
11065
11066 2002-07-09  André Pönitz <poenitz@gmx.net>
11067
11068         * lyxfont.[Ch]: support for wasy symbols
11069
11070 2002-07-08  André Pönitz <poenitz@gmx.net>
11071
11072         * BufferView_pimpl.C: apply John's patch for #93.
11073
11074 2002-07-05  Angus Leeming  <leeming@lyx.org>
11075
11076         * BufferView_pimpl.C (buffer): generate previews if desired.
11077
11078         * LColor.h: add "preview" to the color enum.
11079
11080         * LColor.C (LColor): add a corresponding entry to the items array.
11081
11082         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
11083         with this buffer.
11084
11085 2002-07-05  Angus Leeming  <leeming@lyx.org>
11086
11087         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
11088         The body of the code is now in the method that is passed an ostream &
11089         rather than a file name.
11090         Pass an additional only_preamble parameter, useful for the forthcoming
11091         preview stuff.
11092
11093 2002-07-03  André Pönitz <poenitz@gmx.net>
11094
11095         * lyxfunc.C: simplify getStatus() a bit for math stuff
11096
11097 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11098
11099         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
11100
11101 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11102
11103         * text.C (changeRegionCase): do not change case of all the
11104         document when region ends at paragraph end (bug #461)
11105
11106 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11107
11108         * paragraph.C (startTeXParParams):
11109         (endTeXParParams): add \protect when necessary
11110
11111 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11112
11113         * BufferView_pimpl.C (workAreaExpose): remove warning
11114
11115 2002-06-27  Angus Leeming  <leeming@lyx.org>
11116
11117         * Makefile.am: add lyxlayout_ptr_fwd.h.
11118
11119 2002-06-26  André Pönitz <poenitz@gmx.net>
11120
11121         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
11122
11123 2002-06-25  Angus Leeming  <leeming@lyx.org>
11124
11125         * lyxfunc.C (dispatch): Comment out the call to
11126         grfx::GCache::changeDisplay. The method no longer exists now that the
11127         pixmap generation part of the graphics loader has been moved into
11128         InsetGraphics.
11129
11130 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11131
11132         * text2.C: layout as layout
11133
11134         * text.C: layout as layout
11135
11136         * tabular.C (OldFormatRead): layout as layout
11137
11138         * paragraph_pimpl.C (TeXDeeper): layout as layout
11139         (realizeFont): layout as layout
11140
11141         * paragraph.C (writeFile): layout as layout
11142         (validate): layout as layout
11143         (getFont): layout as layout
11144         (getLabelFont): layout as layout
11145         (getLayoutFont): layout as layout
11146         (breakParagraph): layout as layout
11147         (stripLeadingSpaces): layout as layout
11148         (getEndLabel): layout as layout
11149         (getMaxDepthAfter): layout as layout
11150         (applyLayout): layout as layout
11151         (TeXOnePar): layout as layout
11152         (simpleTeXOnePar): layout as layout
11153         (TeXEnvironment): layout as layout
11154         (layout): layout as layout
11155         (layout): layout as layout
11156
11157         * lyxtextclass.C (compare_name): new functor to work with
11158         shared_ptr, layout as layout
11159         (Read): layout as layout
11160         (hasLayout): layout as layout
11161         (operator): layout as layout
11162         (delete_layout): layout as layout
11163         (defaultLayout): layout as layout
11164
11165         * lyxlayout_ptr_fwd.h: new file
11166
11167         * lyxlayout.C (Read): layout as layout
11168
11169         * lyx_cb.C (MenuInsertLabel): layout as layout
11170
11171         * bufferlist.C (newFile): layout as layout
11172
11173         * buffer.C (readLyXformat2): layout as layout
11174         (parseSingleLyXformat2Token): layout as layout
11175         (insertStringAsLines): layout as layout
11176         (asciiParagraph): layout as layout
11177         (latexParagraphs): layout as layout
11178         (makeLinuxDocFile): layout as layout
11179         (simpleLinuxDocOnePar): layout as layout
11180         (makeDocBookFile): layout as layout
11181         (simpleDocBookOnePar): layout as layout
11182         (getLists): layout as layout
11183
11184         * LaTeXFeatures.C (getTClassPreamble): layout as layout
11185
11186         * CutAndPaste.C (cutSelection): layout as layout
11187         (pasteSelection): layout as layout
11188         (SwitchLayoutsBetweenClasses): layout as layout
11189
11190         * BufferView_pimpl.C (Dispatch): layout as layout
11191         (smartQuote): layout as layout
11192
11193         * BufferView2.C (unlockInset): layout as layout
11194
11195 2002-06-24  André Pönitz <poenitz@gmx.net>
11196
11197         * lyxfunc.C: fix #487
11198
11199 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11200
11201         * lyxrc.h:
11202         * lyxrc.C:
11203         * lyxfunc.C: remove display_shortcuts, show_banner
11204
11205 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11206
11207         * Buffer_pimpl.C: oops, update on resize
11208
11209 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11210
11211         * buffer.C:
11212         * converter.C:
11213         * exporter.C:
11214         * lyxfunc.C:
11215         * BufferView.h:
11216         * BufferView.C: use repaint()
11217
11218         * BufferView_pimpl.h:
11219         * BufferView_pimpl.C: s/updateScreen()/repaint()/
11220           as it's a clearer description. Remove superfluous
11221           redraws.
11222
11223 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
11224
11225         * text.C: fix bug 488. Not ideal, but getting
11226           getWord() to work properly for the insets that
11227           matter is more difficult ...
11228
11229 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11230
11231         * BufferView_pimpl.C:
11232         * LyXAction.C:
11233         * commandtags.h:
11234         * lyxfunc.C: remove the six million index lyxfuncs to just
11235           one, and DTRT (bug 458)
11236
11237 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11238
11239         * BufferView.h:
11240         * BufferView.C:
11241         * BufferView_pimpl.h:
11242         * BufferView_pimpl.C: clean up resize() stuff,
11243           and unnecessary updateScreen()s
11244
11245 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
11246
11247         * BufferView.h:
11248         * BufferView.C:
11249         * BufferView_pimpl.h:
11250         * BufferView_pimpl.C:
11251         * lyxfind.h:
11252         * lyxfind.C:
11253         * minibuffer.C: remove focus management of workarea,
11254           not needed. Use screen's greyOut()
11255
11256 2002-06-17  Herbert Voss  <voss@lyx.org>
11257
11258         * converter.C: (convert) do not post a message, when converting
11259         fails, let the calling function decide what to do in this case
11260
11261 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
11262
11263         * lyxfunc.C: tidy up a little
11264
11265 2002-06-16    <alstrup@diku.dk>
11266
11267         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
11268         Got rid of FORMS_H_LOCATION include. Now we are
11269         GUII.
11270
11271 2002-06-15  LyX Development team  <lyx@rilke>
11272
11273         * buffer.[Ch] (sgmlOpenTag):
11274         (sgmlCloseTag): Added support for avoiding pernicious mixed
11275         content. Return number of lines written.
11276
11277         (makeLinuxDocFile):
11278         (makeDocBookFile): Fixed calls to sgml*Tag.
11279         Simple white space clean.
11280
11281         (simpleDocBookOnePar): Simple white space clean.
11282
11283         * tabular.[Ch] (docBook): Renamed to docbook and got another
11284         argument to related with the pernicious mixed content.
11285
11286         (docbookRow): Fixed calls for docbook inset method.
11287
11288 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
11289
11290         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
11291         so it's X11 independent.
11292
11293         * kb*.[Ch]: ditto.
11294
11295         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
11296
11297 2002-06-15  Lyx Development team  <lyx@electronia>
11298
11299         * intl.h: Renamed getTrans to getTransManager.
11300
11301 2002-06-14  Angus Leeming  <leeming@lyx.org>
11302
11303         * Makefile.am: nuke forgotten stl_string_fwd.h.
11304
11305 2002-06-12  Angus Leeming  <leeming@lyx.org>
11306
11307         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
11308
11309 2002-06-13  Angus Leeming  <leeming@lyx.org>
11310
11311         * LaTeX.C:
11312         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
11313
11314 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
11315
11316         * kbmap.C (getiso): add support for cyrillic and greek
11317
11318 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11319
11320         * BufferView.h:
11321         * BufferView.C:
11322         * BufferView_pimpl.h:
11323         * BufferView_pimpl.C: move bogus scrolling logic
11324           to xforms
11325
11326 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11327
11328         * lyxfunc.C:
11329         * BufferView_pimpl.C: view->resize() change
11330
11331 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11332
11333         * BufferView_pimpl.C: topCursorVisible
11334           prototype change
11335
11336 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11337
11338         * Makefile.am:
11339         * lyx_gui.h:
11340         * lyx_gui.C: move to frontends/
11341
11342         * main.C:
11343         * lyx_main.h:
11344         * lyx_main.C: changes from above
11345
11346 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11347
11348         * intl.C:
11349         * intl.h:
11350         * kbmap.C:
11351         * kbsequence.C:
11352         * lyx_cb.C:
11353         * lyx_main.C: minor tidy
11354
11355 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11356
11357         * BufferView_pimpl.h:
11358         * BufferView_pimpl.C:
11359         * BufferView.h:
11360         * BufferView.C: make painter() const,
11361           remove dead code
11362
11363         * BufferView2.C: use screen() accessor
11364
11365         * lyx_main.h:
11366         * lyx_main.C: some minor cleanup
11367
11368 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11369
11370         * BufferView_pimpl.h:
11371         * BufferView_pimpl.C: remove enter/leaveView,
11372           use workHeight()
11373
11374 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
11375
11376         * BufferView.h:
11377         * BufferView.C:
11378         * BufferView2.C:
11379         * BufferView_pimpl.h:
11380         * BufferView_pimpl.C: only construct screen once,
11381           rename
11382
11383         * lyxrc.C: remove pointless comment
11384
11385 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11386
11387         * BufferView.h:
11388         * BufferView.C: remove active() and belowMouse()
11389
11390         * BufferView_pimpl.h:
11391         * BufferView_pimpl.C: use workarea() not workarea_,
11392           and make it use a scoped_ptr instead
11393
11394 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
11395
11396         * lyx_gui.C: add debug message on BadWindow
11397
11398 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11399
11400         * sp_spell.C: fdopen is not part of the C++ standard.
11401
11402         * paragraph.C (InsetIterator): use >= instead of ==
11403
11404 2002-06-07  Angus Leeming  <leeming@lyx.org>
11405
11406         Fixes needed to compile with Compaq cxx 6.5.
11407         * BufferView_pimpl.C:
11408         * DepTable.C:
11409         * buffer.C:
11410         * converter.C:
11411         * encoding.C:
11412         * lyx_gui.C:
11413         * lyx_main.C:
11414         * lyxtextclasslist.C:
11415         * minibuffer.C:
11416         * sp_spell.C:
11417         * tabular_funcs.C:
11418         * vc-backend.C:
11419         all c-library variables have been moved into namespace std. Wrap
11420         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
11421
11422         * lyxlength.C:
11423         * tabular-old.C:
11424         * tabular.C:
11425         Add a using std::abs declaration.
11426
11427         * kbmap.h (modifier_pair):
11428         * paragraph.h (InsetTable, InsetList):
11429         * lyxfont.h (FontBits):
11430         type definition made public.
11431
11432         * bufferlist.C (emergencyWriteAll): the compiler complains that
11433         there is more than one possible lyx::class_fun template to choose from.
11434         I re-named the void specialisation as lyx::void_class_fun.
11435
11436         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
11437
11438         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
11439         the compiler is is unable to find tostr in write_attribute.
11440
11441 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11442
11443         * buffer.C (sgmlError): hide #warning
11444
11445 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11446
11447         * xtl/*: get rid of xtl, which is not in use anyway
11448
11449         * LyXAction.C (init):
11450         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
11451         were unimplemented xtl experimentation
11452
11453 2002-06-04  André Pönitz <poenitz@gmx.net>
11454
11455         * lyxfunc.C: disable array operation on simple formulae
11456
11457 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
11458
11459         * converter.C: constify a bit
11460
11461 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
11462
11463         * lyx_gui.C: check xforms version correctly
11464
11465 2002-04-30  Herbert Voss  <voss@lyx.org>
11466
11467         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
11468         "keep" option
11469
11470 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
11471
11472         * lyxvc.C: fix bug 416 (make sure buffer is saved before
11473           attempt to register it with a VCS)
11474
11475 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11476
11477         * lyx_main.C (init): honor variables LYX_DIR_13x and
11478         LYX_USERDIR_13x
11479
11480 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11481
11482         * buffer.h:
11483         * buffer.C:
11484         * lyx_main.C: fix a crash on bad command line,
11485           and give a useful exit status on error
11486
11487         * lyxfunc.C (doImport): allow -i lyx to work
11488
11489 2002-03-30  André Pönitz <poenitz@gmx.net>
11490
11491         * lyxfunc.C: mathed font changes
11492
11493 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
11494
11495         * LaTeX.C:
11496         * importer.h:
11497         * importer.C:
11498         * lyx_sty.h:
11499         * lyx_sty.C:
11500         * lyxlex.C:
11501         * lyxrow.h:
11502         * lyxtext.h:
11503         * paragraph.h:
11504         * paragraph.C:
11505         * texrow.h:
11506         * texrow.C:
11507         * text.C:
11508         * trans_mgr.h: srcdocs, and some minor cleanups
11509
11510 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11511
11512         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
11513         call getFont all the time)
11514
11515 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11516
11517         * switch from SigC signals to boost::signals
11518
11519 2002-05-29  André Pönitz <poenitz@gmx.net>
11520
11521         * paragraph_pimpl.C (getChar): don't call size() too often...
11522
11523 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11524
11525         * paragraph_pimpl.C (insertChar): do not try to update tables when
11526         appending (pos == size())
11527
11528         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
11529         in order to reduce drastically the number of comparisons needed to
11530         parse a large document
11531
11532 2002-05-29  André Pönitz <poenitz@gmx.net>
11533
11534         * text.C:
11535         * text2.C:
11536         * lyxtextclass.C:
11537         * sp_pspell.h:
11538         * textclasslist.[Ch]:
11539         * sp_ispell.h: whitespace change
11540
11541 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11542
11543         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
11544         lyxaction directly now.
11545
11546 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
11547
11548         * trans.C:
11549         * lyxfont.C:
11550         * lyxvc.C: remove unused headers
11551
11552 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11553
11554         * Makefile.am:
11555         * buffer.h:
11556         * undostack.h:
11557         * undostack.C:
11558         * undo_funcs.h:
11559         * undo_funcs.C: some cleanups. Use shared_ptr
11560           and a template for the undo stacks.
11561
11562 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
11563
11564         * BufferView_pimpl.h:
11565         * BufferView_pimpl.C:
11566         * kbmap.h:
11567         * kbmap.C:
11568         * kbsequence.h:
11569         * kbsequence.C:
11570         * lyxfunc.h:
11571         * lyxfunc.C:
11572         * text2.C: use key_state/mouse_state
11573
11574 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11575
11576         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
11577         and LSubstring
11578
11579         * chset.C: change include order
11580         (loadFile): use boost regex and get rid of LRegex and LSubstring
11581
11582         * Makefile.am (BOOST_LIBS): new variable
11583         (lyx_LDADD): use it
11584
11585         * LaTeX.C: change include order.
11586         (scanAuxFile): use boost regex and get rid of LRegex and
11587         LSubstring
11588         (deplog): ditto
11589
11590 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11591
11592         * ColorHandler.h:
11593         * ColorHandler.C:
11594         * FontInfo.h:
11595         * FontInfo.C: moved to frontends/xforms/
11596
11597         * FontLoader.h:
11598         * FontLoader.C: moved into frontends for GUIIzation
11599
11600         * Makefile.am:
11601         * lyx_gui.C:
11602         * lyxfont.C:
11603         * lyxfunc.C: changes from above
11604
11605 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
11606
11607         * LColor.C: remove spurious X include
11608
11609         * BufferView_pimpl.C:
11610         * Makefile.am:
11611         * font.h:
11612         * font.C:
11613         * text.C:
11614         * text2.C: move font metrics to frontends/
11615
11616 2002-05-24  Juergen Vigna  <jug@sad.it>
11617
11618         * undo_funcs.C (textHandleUndo): fix the cursor selection after
11619         setting the undo_cursor.
11620
11621         * ParagraphParameters.h: include local includes first.
11622
11623 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11624
11625         * BufferView_pimpl.C:
11626         * BufferView_pimpl.h:
11627         * Makefile.am:
11628         * WorkArea.h:
11629         * WorkArea.C:
11630         * screen.C: move WorkArea into frontends/
11631
11632         * lyxscreen.h:
11633         * screen.C:
11634         * text.C:
11635         * BufferView.C:
11636         * BufferView2.C: move LyXScreen into frontends/
11637
11638         * lyxlookup.h:
11639         * lyxlookup.C:
11640         * lyx_gui.C: move lyxlookup into frontends/xforms/
11641
11642 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11643
11644         * BufferView2.C:
11645         * BufferView_pimpl.C:
11646         * FontLoader.C:
11647         * LyXView.h:
11648         * LyXView.C:
11649         * Makefile.am:
11650         * WorkArea.C:
11651         * XFormsView.h:
11652         * XFormsView.C:
11653         * buffer.C:
11654         * bufferlist.C:
11655         * bufferview_funcs.C:
11656         * converter.C:
11657         * importer.C:
11658         * lyx_cb.C:
11659         * lyx_gui.C:
11660         * lyx_main.C:
11661         * lyx_find.C:
11662         * lyxfunc.C:
11663         * lyxvc.C:
11664         * minibuffer.C:
11665         * text.C:
11666         * text2.C:
11667         * trans.C:
11668         * vc-backend.C: move LyX/XFormsView into frontends/
11669
11670 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
11671
11672         * Makefile.am:
11673         * PainterBase.C:
11674         * PainterBase.h:
11675         * Painter.C:
11676         * Painter.h:
11677         * WorkArea.C:
11678         * WorkArea.h:
11679         * screen.C:
11680         * tabular.C:
11681         * text.C:
11682         * text2.C: move Painter to frontends/
11683
11684 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11685
11686         * buffer.C: comment out some some code that depend upon lyx_format
11687         < 220
11688
11689         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
11690         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
11691
11692         * buffer.h (NO_COMPABILITY): turn off compability
11693
11694         * ColorHandler.C: include scoped_array.hpp
11695
11696         * font.C: Use more specific smart_ptr header.
11697         * Painter.C: ditto
11698         * gettext.C: ditto
11699         * ShareContainer.h: ditto
11700         * lyx_main.h: ditto
11701         * kbmap.h: ditto
11702         * FontInfo.h: ditto
11703         * BufferView_pimpl.h: ditto
11704         * ColorHandler.h: ditto
11705
11706         * kbmap.C (defkey): change call to shared_ptr::reset
11707
11708 2002-05-21  Juergen Vigna  <jug@sad.it>
11709
11710         * buffer.C (insertErtContents): fix to insert ert asis if it is
11711         non empty. Skip it completely if it contains only whitespaces.
11712
11713 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
11714
11715         * BufferView_pimpl.C:
11716         * BufferView2.C: clear selection on paste (bug 393)
11717
11718 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11719
11720         * DepTable.C: include ctime
11721
11722 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
11723
11724         * buffer.C (latexParagraphs): Add new argument (moving_arg).
11725
11726 2002-05-14  Juergen Vigna  <jug@sad.it>
11727
11728         * text.C (breakParagraph): fixed function to honor the keepempty
11729         layout in the right maner and also to permit the right breaking
11730         algorithm on empty or non empyt keepempty paragraphs.
11731
11732         * paragraph.C (breakParagraph): we have to check also if the par
11733         is really empty (!size()) for isempty otherwise we do the wrong
11734         paragraph break.
11735
11736 2002-05-10  Juergen Vigna  <jug@sad.it>
11737
11738         * buffer.[Ch] : The following are only changes to the ert
11739         compatibility read reading old LaTeX layout and font stuff and
11740         convert it to ERTInsets.
11741
11742         * buffer.h: added isErtInset().
11743
11744         * buffer.C (struct ErtComp): add a fromlayout bool to check
11745         if we're inside a LaTeX layout.
11746         (isErtInset): new helper function.
11747         (insertErtContents): look for other ert insets before this one
11748         and insert the contents there, so that we don't have subsequent
11749         ERT insets with nothing between them. This way we create only one
11750         inset with multiple paragraphs. Also check if we don't insert only
11751         spaces ' ' as they are ignored anyway afterwards in the .tex file
11752         so if we have only spaces we will ignore this latex part in the
11753         new file.
11754         (parseSingleLyXformat2Token \\layout): better compatibility when
11755         reading layout-latex stuff.
11756         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
11757         language tag.
11758         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
11759         stuff after reading the inset only get the information back from
11760         the stack.
11761
11762 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
11763
11764         * buffer.C (makeLaTeXFile): Put language options after loading babel.
11765
11766         * LaTeXFeatures.C (getBabelOptions): New method.
11767
11768 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11769
11770         * BufferView_pimpl.C (Dispatch): work around missing argument for
11771         'layout'
11772
11773 2002-05-08  Juergen Vigna  <jug@sad.it>
11774
11775         * text.C (leftMargin): handle paragraph leftindent.
11776
11777         * paragraph.C (writeFile): write the new \\leftindent tag.
11778         (validate): handle leftindent code.
11779         (TeXEnvironment): handle paragraphleftindent code again.
11780
11781         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
11782
11783         * buffer.C (parseSingleLyXformat2Token): added compatibility code
11784         for paragrap_extra indent code and new token \\leftindent.
11785         (latexParagraphs): handle the leftindent as environment.
11786
11787         * ParameterStruct.h: added leftindent support.
11788
11789         * ParagraphParameters.C (leftIndent): added support functions for
11790         the paragraph left indent.
11791
11792         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
11793         more appropriate.
11794
11795 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
11796
11797         * paragraph.C (isRightToLeftPar): Return false for a paragraph
11798         inside insetERT.
11799
11800         * text.C (computeBidiTables): No bidi in insetERT.
11801
11802         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
11803         in RTL documents.
11804
11805 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11806
11807         * version.C.in: pre 5
11808
11809 2002-05-02  José Matos  <jamatos@fep.up.pt>
11810         * buffer.C (makeDocBookFile): white space changes, add newline to
11811         command styles.
11812         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
11813
11814         * tabular.C (docBook): fix typo.
11815
11816 2002-05-03  Juergen Vigna  <jug@sad.it>
11817
11818         * screen.C (drawFromTo): recalculate the rowpointer if we had a
11819         change in LyXText as we can not be sure it was not freed.
11820         (drawOneRow): remove unused code.
11821
11822         * text.C (drawInset): redo the calculation of the need_break_row as
11823         it could have a row which was already freed.
11824         (draw): look at the return value of drawInset and return false if
11825         it also returned false.
11826         (paintRowText): look at the return value of draw and return false if
11827         it also returned false.
11828
11829         * lyxtext.h: added bool return type to drawInset() and draw() so that
11830         if we have a change in the row so that the rowbreak has to be redone
11831         we abort drawing as it will be called again.
11832
11833 2002-05-02  Juergen Vigna  <jug@sad.it>
11834
11835         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
11836         a change in the maintext also if we're inside an inset.
11837         (Dispatch): set the cursor again after a break line and after the
11838         screen has been updated as it could be we're in a different row.
11839
11840         * text2.C (fixCursorAfterDelete): check to make sure we don't request
11841         to set the cursor behind the pargraph with > size().
11842         (setCursor): check also for the same paragraph when checking where
11843         to put the cursor if we have a NFR inset.
11844
11845         * buffer.C (parseSingleLyXformat2Token): move the compatibility
11846         parts of layout read further up as it still was in the wrong
11847         position.
11848
11849 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11850
11851         * screen.C (drawFromTo): change sine fullRebreak always return
11852         true.
11853
11854         * buffer.C (parseSingleLyXformat2Token): reindent some
11855
11856         * BufferView_pimpl.C (update): change since fullRebreak always
11857         return true.
11858         (Dispatch): git rid of the last hardcoded "Standard"s.
11859
11860 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11861
11862         * text2.[Ch] (fullRebreak): make it return void now that we always
11863         returned true.
11864
11865 2002-04-30  Juergen Vigna  <jug@sad.it>
11866
11867         * buffer.C (parseSingleLyXformat2Token): reset the font before the
11868         ert compatibility check for "latex" layout.
11869
11870 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
11871
11872         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
11873         minipages: use col% instead of p%, and also use the current font.
11874         (makeLaTeXFile): Fix use babel condition.
11875         (parseSingleLyXformat2Token): Correct font when reading old floats.
11876
11877 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
11878
11879         * BufferView_pimpl.C (Dispatch): Check that float type exists when
11880         inserting list of floats.
11881
11882 2002-04-25  Herbert Voss  <voss@lyx.org>
11883
11884         * MenuBackend.C (expand): don't add the graphics extensions to the
11885         export menu
11886
11887 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11888
11889         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
11890         non-existing layout, do not complain if it was the default layout
11891         of the original class (bug #342)
11892
11893 2002-04-24  Juergen Vigna  <jug@sad.it>
11894
11895         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
11896         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
11897
11898 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
11899
11900         * buffer.C (getBibkeyList): If using \bibliography, return the
11901         option field with the reference itself. Enables us to provide natbib
11902         support when using \bibliography.
11903
11904 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
11905
11906         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
11907
11908         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
11909         natbib is provided by the LaTeX class.
11910
11911 2002-04-23  Juergen Vigna  <jug@sad.it>
11912
11913         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
11914         Wakeup functions.
11915
11916         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
11917
11918 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11919
11920         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
11921
11922         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
11923         ensuremath around textordmasculine, textordfeminine and
11924         textdegree.
11925
11926 2002-04-19  Juergen Vigna  <jug@sad.it>
11927
11928         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
11929         reinitializing the buffer otherwise row-dimensions may be wrong.
11930         (update): reset also the selection cursors if they do exits otherwise
11931         their x/y positions may be wrong.
11932
11933         * text2.C (cursorDown): don't enter the inset if we came from a row
11934         above and are one row over the inset.
11935
11936         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
11937         really leaving an inset.
11938
11939 2002-04-18  Juergen Vigna  <jug@sad.it>
11940
11941         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
11942         of the selected paragraph does not have the selected layout also if
11943         the last one had!
11944
11945         * text2.C (setLayout): fixed bug which did not change last selected
11946         paragraph.
11947
11948         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
11949         changed the read and substituted \\end_float with \\end_inset!
11950
11951         * BufferView_pimpl.C (cursorPrevious):
11952         (cursorNext): fixed to make it work with rows heigher than the work
11953         area without moving the cursor only the draw of the row.
11954         (workAreaMotionNotify): fix jumping over high rows.
11955
11956 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11957
11958         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
11959         Ressler.
11960
11961 2002-04-16  Juergen Vigna  <jug@sad.it>
11962
11963         * text2.C (setCursor): set also the irow().
11964         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
11965         (cursorUp):
11966         (cursorDown): support for locking an inset if the x_fix value goes
11967         inside it. That way I can transverse insets too with cursor up/down.
11968
11969         * lyxrow.h: added irow helper function same as other (i) functions.
11970
11971         * BufferView_pimpl.C (cursorPrevious):
11972         (cursorNext): fixed for insets!
11973
11974 2002-04-15  Juergen Vigna  <jug@sad.it>
11975
11976         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
11977         position otherwise it is wrong in some cases.
11978
11979         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
11980         inside the inset before the call.
11981
11982 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
11983
11984         * buffer.[Ch] (getBibkeyList): make it const.
11985
11986 2002-04-12  Juergen Vigna  <jug@sad.it>
11987
11988         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
11989
11990         * text2.C (getCursorX): new helper function
11991         (setCursor): compute also ix_
11992         (setCursorFromCoordinates): set also ix.
11993
11994         * lyxcursor.h: added ix_ and helper functions.
11995
11996         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
11997
11998         * buffer.C (insertStringAsLines): dont break paragraph if the this
11999         paragraph is inside an inset which does not permit it!
12000
12001         * text.C (breakParagraph): honor keepempty flag and break the paragraph
12002         also with no chars on this paragraph.
12003         (paintRowText): only paint stuff if it's inside the workarea!
12004
12005         * paragraph.C (breakParagraph): honor keepempty flag and break the
12006         paragraph always below not above.
12007
12008         * BufferView2.C (unlockInset): update the paragraph layout on inset
12009         unlock as we changed paragraph in such a case.
12010
12011         * lyxfind.C (LyXFind): clear the former selection if not found!
12012
12013         * text2.C (insertInset): freeze Undo after setUndo so that it is not
12014         again called in insertChar().
12015
12016         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
12017         an inset which uses the whole row!
12018         (rightMargin): ditto.
12019         (insertChar): force a rebreak if we inserted an inset!
12020
12021 2002-03-28  Herbert Voss  <voss@lyx.org>
12022
12023         * lyxlength.[Ch]: add inBP() to get the right PS-point
12024         units (BigPoint). With inPixels we have rounding errors
12025
12026 2002-04-11  Juergen Vigna  <jug@sad.it>
12027
12028         * text2.C (setCursorFromCoordinates): set iy to the right value.
12029         (setCursor): add check if row->previous exists!
12030
12031         * buffer.C (parseSingleLyXformat2Token): reset font after read of
12032         an old float_type as this was the case in the old code!
12033
12034         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
12035
12036         * BufferView2.C (showLockedInsetCursor): use iy
12037         (fitLockedInsetCursor): ditto
12038
12039         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
12040         locked insets as there we have the right value now.
12041
12042         * lyxcursor.C: added iy_ variable and iy functions to set to the
12043         baseline of cursor-y of the locked inset.
12044
12045         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
12046         (setCursor): fixed for insets which need a full row.
12047
12048         * text.C (rowLastPrintable): don't ignore the last space when before
12049         an inset which needs a full row.
12050         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
12051         as last character of a row when before a inset which needs a full row.
12052
12053 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12054
12055         * version.C.in: update date
12056
12057         * text2.C (fullRebreak): try to always return true and see what
12058         happens...
12059
12060 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12061
12062         * MenuBackend.C (expand): use Floating::listName
12063
12064         * FloatList.C (FloatList): add listName argument to the built-in
12065         floats
12066
12067         * Floating.[Ch]: add listName member, which is the 'List of XXX'
12068         text associated with the float.
12069
12070 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12071
12072         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
12073
12074 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12075
12076         * ShareContainer.h: add a couple of missing typenames.
12077
12078 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
12079
12080         * lyxrc.C (getDescription): use _() correctly rather than N_().
12081
12082 2002-03-28  Herbert Voss  <voss@lyx.org>
12083
12084         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
12085         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
12086
12087 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12088
12089         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
12090         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
12091
12092 2002-03-29  Juergen Vigna  <jug@sad.it>
12093
12094         * lyxfunc.C (dispatch): add a missing fitCursor call.
12095
12096         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
12097         it was scrolled by a cursor move, so return the bool status.
12098
12099         * BufferView.C (fitCursor): return the bool flag also to the outside
12100         world as this is needed.
12101
12102         * screen.C (toggleToggle): don't subtract the offset if it's positive.
12103
12104         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
12105         call the edit() as it is not needed (and wrong) IMO.
12106         (workAreaButtonPress): set the screen_first variable before evt.
12107         unlock the inset as this may change screen_first and then we have
12108         a wrong y position for the click!
12109
12110 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12111
12112         * MenuBackend.C (expand): another translation that I missed
12113
12114 2002-03-28  Juergen Vigna  <jug@sad.it>
12115
12116         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
12117
12118         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
12119
12120 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12121
12122         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
12123
12124         * MenuBackend.C (expand): fix export/view/update when there is no
12125         document open.
12126
12127 2002-03-27  Herbert Voss  <voss@lyx.org>
12128
12129         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
12130         and text%
12131
12132 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12133
12134         * bufferview_funcs.C (currentState): only show paragraph number
12135         for is DEVEL_VERSION is set.
12136
12137         * lyxfunc.C (dispatch): put warning in INFO channel
12138
12139         * MenuBackend.C (expand): translate the name of floats
12140
12141         * FloatList.C (FloatList): mark the float names for translation
12142
12143         * converter.C (convert): use LibScriptSearch
12144
12145 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12146
12147         * MenuBackend.C (defaults): fix default menu (we might as well get
12148         rid of it...)
12149
12150 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12151
12152         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
12153         directory.
12154
12155 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12156
12157         * lyxvc.C: reorder includes.
12158
12159 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
12160
12161         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
12162           properly
12163
12164 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
12165
12166         * CutAndPaste.C: change layouts earlier on paste
12167           to avoid crashing when calling getFont()
12168
12169 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
12170
12171         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
12172         irritating #error.
12173
12174 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12175
12176         * WorkArea.C: remove 'Pending' debug message.
12177
12178         * most files: ws cleanup
12179
12180         * buffer.[Ch]: ws changes
12181
12182         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
12183
12184 2002-03-21  Juergen Vigna  <jug@sad.it>
12185
12186         * tabular.C (SetMultiColumn): collapse also the contents of the
12187         cells and set the last border right. Added a Buffer const * param.
12188
12189 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12190
12191         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
12192         linking or not.
12193
12194 2002-03-19  Juergen Vigna  <jug@sad.it>
12195
12196         * text2.C (clearSelection): reset also xsel_cache.
12197
12198         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
12199         where it needs to be called (John tells us to do so too :)
12200         (selectionLost): reset sel_cache.
12201
12202         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
12203
12204 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12205
12206         * text2.C (setCursorIntern): put debuging code in INSETS channel
12207
12208 2002-03-19  André Pönitz <poenitz@gmx.net>
12209
12210         * lyxfunc.C: tiny whitespace change
12211
12212 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12213
12214         * ToolbarDefaults.C (init):
12215         * LyXAction.C (init):
12216         * commandtags.h:
12217         * BufferView_pimpl.C (Dispatch):
12218         * lyxfunc.C (dispatch): remove LFUN_DEPTH
12219
12220 2002-03-19  Allan Rae  <rae@lyx.org>
12221
12222         * exporter.C (Export): removeAutoInsets before doing anything else.
12223         While I've just introduced a dependency on BufferView this really is
12224         the best place to clean the buffer otherwise you need to cleanup in
12225         a dozen places before calling export or cleanup in a dozen functions
12226         that export calls.
12227
12228         * converter.C (runLaTeX):
12229         (scanLog): Better handling of removeAutoInsets and screen updates.
12230
12231         * lyxfunc.C (dispatch): small whitespace changes
12232
12233 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12234
12235         * WorkArea.C (C_WorkAreaEvent): return a value.
12236         (event_cb): return 1 if we handled the event, 0 otherwise.
12237
12238         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
12239
12240 2002-03-18  Juergen Vigna  <jug@sad.it>
12241
12242         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
12243         (GetAdditionalWidth): ditto.
12244         (RightLine): ditto.
12245         (LeftLine): ditto.
12246
12247         * BufferView2.C (copy): use getLyXText() so that we do it inside an
12248         inset if we're there actually (probably not used right now but this
12249         is the direction to go for unifying code).
12250         (paste): disable code to clear the selection.
12251
12252         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
12253         inside an InsetText and move the check further up as it is in the
12254         wrong place.
12255
12256         * text2.C (pasteSelection): set a selection over the pasted text.
12257
12258 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
12259
12260         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
12261         and libgraphics to build on Cygwin.
12262
12263 2002-03-15  Juergen Vigna  <jug@sad.it>
12264
12265         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
12266         inserting an Inset into the paragraph. I know this is not the best
12267         fix but we already use current_view in CutAndPaste so we will remove
12268         all of it's using at the same time.
12269
12270         * buffer.C (sgmlError): deactivated function till it is rewritten in
12271         the right mode, now it can create problems.
12272
12273         * paragraph.C (isLineSeparator): check if getInset returns != 0,
12274         before accessing it.
12275
12276 2002-03-14  Juergen Vigna  <jug@sad.it>
12277
12278         * undo_funcs.C (textHandleUndo): do the right thing when updating
12279         the inset after the undo/redo.
12280
12281         * text2.C (setCursor): just some testcode for #44 not ready yet.
12282
12283         * undo_funcs.C (textHandleUndo): set the next() and previous()
12284         pointers of the paragraph to 0 before deleting otherwise we have
12285         problems with the Paragraph::[destructor].
12286
12287         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
12288         on a paragraph insertion.
12289
12290 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12291
12292         * buffer.C (asciiParagraph): use += operator for char append to
12293         string.
12294
12295         * paragraph.C (getFontSettings): compare >= not just >
12296         (highestFontInRange): ditto
12297         (setFont): ditto
12298
12299 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12300
12301         * paragraph.C: change several algorithm to be more appripriate for
12302         the problem domain. This is lookip in FontList and in the InsetList.
12303
12304 2002-03-13  André Pönitz <poenitz@gmx.net>
12305
12306         * commandtags.h:
12307         * LyXAction.C: remove unused LFUN_MATH_MACROARG
12308
12309 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
12310
12311         * commandtags.h:
12312         * LyXAction.C:
12313         * lyxfunc.C:
12314         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
12315
12316 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12317
12318         * Painter.C (display): anon helper function, adjust code for this
12319         change.
12320         (pixmap): remove function.
12321
12322         * Painter.h: remove private display variable.
12323
12324         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
12325
12326 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
12327
12328         * WorkArea.[Ch]: remove figinset_canvas cruft.
12329
12330 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12331
12332         * lyxtextclass.C (operator): add one item cache optimization.
12333
12334         * bufferlist.h: doxy changes
12335
12336         * bufferlist.C: ws changes
12337
12338         * DepTable.[Ch] (ext_exist): place const in the right spot.
12339
12340         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
12341         call resizeInsets.
12342         (workAreaExpose): call resizeInsets when the with BufferView changes.
12343         (Dispatch): adjust for protectedBlank removal
12344         (specialChar): call updateInset if the insert went ok.
12345
12346         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
12347         specialChar instead.
12348
12349         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
12350
12351         * BufferView.h: doxy change
12352
12353         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
12354
12355         * lyxtextclass.C (operator[]): remove non-const version
12356         (defaultLayout): remove non-const version
12357
12358 2002-03-12  Juergen Vigna  <jug@sad.it>
12359
12360         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
12361         did resize the LyXText too.
12362
12363         * buffer.C (readLyXformat2): set layout information on newly allocated
12364         paragraphs.
12365
12366         * tabular.C (OldFormatRead): set layout information on the paragraph.
12367
12368 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12369
12370         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
12371
12372 2002-03-11  Juergen Vigna  <jug@sad.it>
12373
12374         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
12375         plainly wrong.
12376         (resizeCurrentBuffer): force also the insets to resize themselfes.
12377         (moveCursorUpdate): fixed up for InsetText.
12378
12379 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
12380
12381         * commandtags.h:
12382         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
12383         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
12384         value of Dialogs::tooltipsEnabled().
12385         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
12386
12387 2002-03-08  Juergen Vigna  <jug@sad.it>
12388
12389         * BufferView_pimpl.C (updateInset): update inset inside inset also
12390         if it isn't inside theLockingInset().
12391
12392 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12393
12394         * buffer.C (asciiParagraph): redo some of the word and line length
12395         handling.
12396         (getLists): look for Caption instead of caption.
12397
12398 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12399
12400         * buffer.C (Buffer): initialize niceFile to true
12401         (makeLaTeXFile):
12402         (makeLinuxDocFile):
12403         (makeDocBookFile): make sure niceFile is true on exit
12404
12405 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12406
12407         * buffer.C (makeLaTeXFile): escape ~ in \input@path
12408
12409 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
12410
12411         * LyXSendto.C: remove.
12412         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
12413         * lyx_gui.C: remove now-redundant comment.
12414         * ColorHandler.h: remove forward declaration of class WorkArea.
12415         * lyxfunc.C: remove #include "WorkArea.h".
12416
12417 2002-03-07  Juergen Vigna  <jug@sad.it>
12418
12419         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
12420         got moved away with the DEPM and also set the inset_owner always
12421         right which before could have been omitted.
12422
12423 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12424
12425         * buffer.C (parseSingleLyXformat2Token): use default layout is the
12426         wanted layout is not found.
12427
12428 2002-03-07  Juergen Vigna  <jug@sad.it>
12429
12430         * CutAndPaste.C (cutSelection): another layout settings forgotten.
12431
12432 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12433
12434         * paragraph.C (breakParagraph): use default layout not layout of
12435         prev paragraph.
12436         (Paragraph): clear ParagraphParameters.
12437
12438 2002-03-06  Juergen Vigna  <jug@sad.it>
12439
12440         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
12441         otherwise it would not be a valid lenght. Fixed a special case in
12442         the minipage compatibility read where we end the document with a
12443         minipage.
12444
12445         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
12446         was set as it could be 0 for InsetTexts first entry.
12447
12448 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12449
12450         * paragraph.C (writeFile): if layout is empty write out
12451         defaultLayoutName().
12452
12453         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
12454         file without named layout we set layout to defaultLayoutName().
12455
12456 2002-03-06  Juergen Vigna  <jug@sad.it>
12457
12458         * CutAndPaste.C (copySelection): set layout for new paragraph.
12459
12460         * text.C (prepareToPrint): leave ERT inset left aligned
12461         (leftMargin): don't indent paragraphs inside ERT insets
12462
12463 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12464
12465         * paragraph.C (breakParagraph): dont call clear do the work manually
12466
12467         * paragraph.[Ch] (clear): remove function
12468
12469 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12470
12471         * paragraph.C (Paragraph): dont call clear, the work has already
12472         been done.
12473
12474         * lyxtextclass.C (operator): assert if n is empty
12475
12476         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
12477         work manually instead.
12478
12479 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12480
12481         * BufferView_pimpl.C: protect selectionLost against text == 0
12482
12483 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12484
12485         * text.C (breakParagraph): fix a setting layout to '0' problem.
12486
12487 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12488
12489         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
12490         final location of file, for the included files, and graphics.
12491
12492 2002-03-05  Juergen Vigna  <jug@sad.it>
12493
12494         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
12495
12496 2002-03-04  Juergen Vigna  <jug@sad.it>
12497
12498         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
12499
12500         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
12501         last column of multicolumn cells.
12502         (SetWidthOfMulticolCell): recalculate NMC and real columns.
12503
12504 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
12505
12506         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
12507         file if it doesn't go to a temporary file.
12508
12509         * buffer.C (sgmlOpenTag):
12510         (sgmlCloseTag):  remove extra newline insertion.
12511
12512 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12513
12514         * text.C (getRowNearY): comment out debug msg
12515
12516 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12517
12518         * text2.C: first -> first_y
12519
12520         * text.C (getRowNearY): add some attemts at a possible
12521         optimization, not working.
12522
12523         * tabular.[Ch]: add BufferParams to several function so that newly
12524         created paragraph can be initialized to he default layotu for the
12525         buffers textclass.
12526
12527         * tabular-old.C (ReadOld): add buf->params to call of Init
12528
12529         * screen.C: rename text->first to text->first_y
12530
12531         * paragraph.C (breakParagraph): always set layout in the broken
12532         paragraph
12533
12534         * lyxtextclass.C (Read): remove lowercase
12535         (hasLayout): ditto
12536         (operator): ditto
12537         (delete_layout): ditto
12538
12539         * lyxtext.h: rename first -> first_y
12540
12541         * lyxlayout.C (Read): remove lowercase
12542         (name): ditto
12543         (setName): ditto
12544         (obsoleted_by): ditto
12545
12546         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
12547
12548         * buffer.C (insertErtContents): add params are to InsetERT
12549         (parseSingleLyXformat2Token): add code to check if a paragraphs
12550         layout really exist.
12551         (parseSingleLyXformat2Token): add params to several inset
12552         constructors
12553         (asciiParagraph): remove lowercase, do the layout comparisons with
12554         no_case
12555
12556         * BufferView_pimpl.C (cursorNext): first -> first_y
12557         (resizeCurrentBuffer): first -> first_y
12558         (updateScrollbar): first -> first_y
12559         (scrollCB): first -> first_y
12560         (workAreaMotionNotify): first -> first_y
12561         (workAreaButtonPress): first -> first_y
12562         (checkInsetHit): first -> first_y
12563         (cursorPrevious): first -> first_y
12564         (cursorNext): first -> first_y
12565         (Dispatch): add buffer_->params to severl inset contructors
12566
12567 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12568
12569         * lyxlayout.C (Read): remove some debug info that I forgot.
12570
12571         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
12572         clean up the code slightly.
12573         (makeLinuxDocFile): ditto
12574         (makeDocBookFile): ditto
12575
12576         * text2.C: layout as string
12577
12578         * text.C: layout as string
12579
12580         * paragraph_pimpl.C: layout as string
12581
12582         * paragraph.[Ch]: layout as string
12583
12584         * lyxtextclasslist.[Ch]: layout as string
12585
12586         * lyxtextclass.[Ch]: layout as string
12587
12588         * lyxtext.h: layout as string
12589
12590         * lyxlayout.[Ch]: layout as string
12591
12592         * lyx_cb.C: layout as string
12593
12594         * bufferview_funcs.C: layout as string
12595
12596         * bufferparams.C: layout as string
12597
12598         * buffer.C: layout as string
12599
12600         * LyXView.[Ch]: layout as string
12601
12602         * LaTeXFeatures.[Ch]: layout as string
12603
12604         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
12605
12606         * BufferView_pimpl.C: change current_layout to string, remove
12607         lyx::layout_type.
12608         (Dispatch):
12609         (smartQuote):
12610         (insertInset):
12611         (workAreaButtonRelease): layout as string
12612
12613         * BufferView2.C (unlockInset): adjust
12614
12615         * vspace.C (asLatexCommand): use an explict temp variable.
12616
12617 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
12618
12619         * Makefile.am: use FRONTEND_*
12620
12621 2002-03-01  Juergen Vigna  <jug@sad.it>
12622
12623         * tabular.C (SetWidthOfMulticolCell): changed to something better
12624         I hope but still work in progress.
12625         (recalculateMulticolumnsOfColumn): renamed function from
12626         recalculateMulticolCells as it is more appropriate now.
12627         (SetWidthOfCell): calculate multicols better.
12628
12629 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12630
12631         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
12632
12633         * lyxfunc.C (processKeySym): print sequence also if it is
12634         `deleted' (complete)
12635
12636         * kbsequence.C (print): print sequence even if it is deleted
12637         (complete would be a better word, actually).
12638
12639         * lyxfunc.C (dispatch): print complete options after a prefix key
12640
12641         * vspace.C (asLatexCommand): rewrite in a slightly different form.
12642
12643 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
12644
12645         * text2.C (setCharFont): eliminate setCharFont code duplication.
12646
12647 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12648
12649         * BufferView_pimpl.C (Dispatch): remove bogus handling of
12650         LFUN_TABULAR_FEATURE (bug #177)
12651
12652 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
12653
12654         * Makefile.am: remove figure.h
12655
12656 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
12657
12658         * Bufferview_pimpl.C:
12659         * CutAndPasteC:
12660         * LaTeX.C:
12661         * LyXSendto.C:
12662         * buffer.C:
12663         * bufferlist.C:
12664         * converter.C:
12665         * language.C:
12666         * lyxfunc.C:
12667         * lyxvc.C:
12668         * paragraph.C:
12669         * text.C:
12670         * text2.C: remove #include "lyx_gui_misc.h".
12671
12672         * LaTeX.C: added #include <cstdio>
12673
12674 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12675
12676         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
12677         that the paragraph following this one can have.
12678
12679         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
12680
12681         * vspace.C (asLatexCommand): fix bogus gcc warning
12682
12683         * Makefile.am (lyx_SOURCES): remove vms_defines.h
12684
12685 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
12686
12687         * text2.C (setLayout): get rid of redundant code
12688
12689 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
12690
12691         * text2.C (incDepth): make sure depth cannot be increased beyond
12692         reasonable values.
12693
12694 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
12695
12696         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
12697         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
12698
12699         * PainterBase.h (image):
12700         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
12701         a LyXImage const *.
12702
12703 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12704
12705         * BufferView.C:
12706         * BufferView.h:
12707         * BufferView_pimpl.C:
12708         * BufferView_pimpl.h:
12709         * LaTeXFeatures.C:
12710         * LyXAction.C:
12711         * LyXView.C:
12712         * Makefile.am:
12713         * UpdateList.h:
12714         * UpdateList.C:
12715         * buffer.C:
12716         * figure.h:
12717         * figureForm.C:
12718         * figureForm.h:
12719         * figure_form.C:
12720         * figure_form.h:
12721         * lyx_cb.C:
12722         * lyx_gui.C:
12723         * lyx_gui_misc.C:
12724         * lyxfunc.C:
12725         * sp_base.h:
12726         * sp_ispell.h:
12727         * sp_pspell.h:
12728         * sp_spell.C: remove fig inset, and the crap house of
12729           cards that follows it
12730
12731 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
12732
12733         * Makefile.am:
12734         * lyxserver.C:
12735         * os2_defines.h:
12736         * os2_errortable.h:
12737         * nt_defines.h: move .h into support/
12738
12739         * vms_defines.h: remove
12740
12741         * WorkArea.C: add space in debug output
12742
12743         * text2.C:
12744         * paragraph.C:
12745         * buffer.C: add WITH_WARNINGS
12746
12747         * vc-backend.h:
12748         * vc-backend.C:
12749         * bufferlist.C: s/retrive/retrieve/, add docs
12750
12751         * vspace.h:
12752         * vspace.C:
12753         * kbmap.h:
12754         * lyxlength.h:
12755         * lyxgluelength.h:
12756         * length_common.h:
12757         * chset.h:
12758         * chset.C: add docs
12759
12760         * lyxgui.C: add ID to X error handler
12761
12762         * lyxtestclass.c: fix typo
12763
12764 2002-02-26  Juergen Vigna  <jug@sad.it>
12765
12766         * tabular_funcs.C (write_attribute): changed so that some default
12767         attributes are not written at all.
12768         (getTokenValue): set default values before trying to read the
12769         value so we have the return value always set as default if we don't
12770         find the token we search for.
12771
12772         * tabular.C (Write): write bools as bools not as strings!
12773
12774 2002-02-22  Juergen Vigna  <jug@sad.it>
12775
12776         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
12777         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
12778
12779         * text.C (leftMargin): don't add an indent for paragraphs inside
12780         tabular cells (fix #208).
12781
12782 2002-02-21  José Matos  <jamatos@fep.up.pt>
12783
12784         * tabular.C (docBook): fixed support for long tables.
12785
12786 2002-02-20  Juergen Vigna  <jug@sad.it>
12787
12788         * text2.C (getFont): get the drawing font of the Inset if this
12789         paragraph is inside an inset (only important for InsetERT for now).
12790
12791         * buffer.C (insertErtContents): use new lanugage params in ERT
12792         constructor.
12793
12794         * CutAndPaste.C: commenting out seemingly uneeded code.
12795
12796 2002-02-19  Allan Rae  <rae@lyx.org>
12797
12798         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
12799         Iterators might be simple to use but they also get invalidated.
12800         (removeAutoInsets): renamed saved cursor tracking variables and added
12801         some comments to clarify what everything does.
12802
12803 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
12804
12805         * Chktex.C:
12806         * LaTeX.C:
12807         * LyXSendto.C:
12808         * converter.C:
12809         * lyx_cb.C:
12810         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
12811         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
12812
12813         * lyxfunc.C:
12814         * vc-backend.h: remove #include "support/syscall.h"
12815
12816         * LaTeX.C:
12817         * LyXSendto.C:
12818         * converter.C: rearrange #includes in Lars' approved fashion.
12819
12820         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
12821         forward declare class Timeout in the header file.
12822
12823         * XFormsView.C: changes due to the above.
12824
12825         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
12826         similar to LyXView.
12827
12828         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
12829         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
12830
12831 2002-02-18  José Matos  <jamatos@fep.up.pt>
12832
12833         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
12834         insets contents.
12835
12836 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12837
12838         * a lot of small ws changes
12839         * add a lot of using std::XXX
12840         * use std construcs some places where approp.
12841         * use some exisint stuff from lyxfunctional where approp.
12842         * Make file changes to use partial linking (lets test this now...)
12843
12844 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12845
12846         * Chktex.C:
12847         * buffer.C:
12848         remove #include "support/syscontr.h" as it's redundant. Always has been.
12849
12850         * Chktex.C:
12851         * LaTeX.C:
12852         * LyXSendto.C:
12853         * converter.C:
12854         * lyx_cb.C:
12855         * vc-backend.C:
12856         change Systemcalls::System to Systemcalls::Wait and
12857         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
12858         No change of functionality, just reflects the stripped down Systemcalls
12859         class.
12860
12861 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
12862
12863         * debug.[Ch]: add a GRAPHICS type to the enum.
12864
12865 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12866
12867         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
12868
12869         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
12870         there is an inset.
12871
12872 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12873
12874         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
12875         match the changes below.
12876
12877         * text2.C (toggleInset): if there is not editable inset at cursor
12878         position, try to see if cursor is _inside_ a collapsable inset
12879         and close it.
12880
12881 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12882
12883         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
12884         document menu has a nice checkbox
12885
12886 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12887
12888         * lyxlength.C (asLatexString): change PW to output as percent of
12889         \textwidth.
12890
12891         * lengthcommon.C: change '%' to 't%'
12892
12893         * lyxfunc.C (dispatch): a few comments from Martin
12894
12895 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
12896
12897         * WorkArea.h:
12898         * WorkArea.C:
12899         * BufferView_pimpl.h:
12900         * BufferView_pimpl.C: clear our selection when X tells us we've lost
12901           the X selection.
12902
12903 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12904
12905         * vspace.C (inPixels): fix compiler warning
12906
12907 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12908
12909         * lyxfunc.C (getStatus): fix status message for disabled commands.
12910
12911 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
12912
12913         * BufferView_pimpl.C: fix crash on close buffer
12914         during selection (#227)
12915
12916 2002-01-27  Herbert Voss  <voss@lyx.org>
12917
12918         * buffer.C: link old Figure to new graphic inset
12919
12920 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
12921
12922         * FontLoader.C (getFontinfo): Change the latex font names in order
12923         to match the names of type1inst.
12924
12925 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12926
12927         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
12928
12929         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
12930         (extchanged): ditto
12931         (ext_exist): ditto
12932         (remove_files_with_extension): ditto
12933         (remove_file): ditto
12934         (write): ditto
12935
12936         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
12937         document is smaller than the work area height. Do not initialize
12938         static variables to 0.
12939
12940 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12941
12942         * lyx_gui.C (init): give the toolbar tooltips a normal font.
12943
12944         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
12945         LFUN_LAYOUT_PARAGRAPHS.
12946
12947         * tabular.C (GetCellFromInset): new method. Finds an inset in a
12948         tabular. It is possible to provide a possible cell, which will
12949         typically be the actcell from the corresponding insettabular
12950
12951         * lyxfunc.C (getStatus): small cleanup; disable
12952         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
12953         true
12954
12955 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12956
12957         * tabular.C (Validate): remove broken optimization (fixes bug #201)
12958
12959         * paragraph.C (startTeXParParams):
12960         (endTeXParParams): new methods. The LaTeX code to
12961         start/end paragraph formatting
12962         (simpleTeXOnePar): call startTeXParParams also when paragraph is
12963         empty (fixes bug #200)
12964
12965         * vspace.C (inPixels): adapt to the change below
12966         (inPixels): [later] more cleanups (remove unused variables)
12967
12968         * lyxlength.C (inPixels): change to use a width and a height as
12969         parameter.
12970
12971 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12972
12973         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
12974         Replaced with \paperwidth
12975
12976         * DepTable.C (insert): add std:: qualifier
12977
12978 2002-01-18  Allan Rae  <rae@lyx.org>
12979
12980         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
12981         updated also?
12982
12983         * text.C (drawInset): Turned out I didn't know enough about how
12984         rebreaking worked.  This fixes most of the redraw problems.  I see
12985         an occasional cursor trail when a line is broken now and the cursor
12986         placement can seem out by a few pixels also after a rebreak.
12987
12988 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
12989
12990         * buffer.C (parseSingleLyXformat2Token): update because minipage
12991         width is now a LyXLength
12992
12993         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
12994
12995         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
12996         math insets
12997
12998 2002-01-17  Juergen Vigna  <jug@sad.it>
12999
13000         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
13001
13002         * BufferView2.C (lockInset): call edit() so that theLockingInset()
13003         is set correctly and the inset is updated correctly.
13004
13005 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13006
13007         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
13008         the beginning of the loop.
13009
13010 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
13011
13012         * lyxrc.C: improve help for use_scalable_fonts
13013
13014 2002-01-17  Allan Rae  <rae@lyx.org>
13015
13016         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
13017
13018 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13019
13020         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
13021         make sure to set their inset_owner to the right value (bug #171)
13022
13023 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
13024
13025         * DepTable.h
13026         * DepTable.C: Implement mtime checking to reduce time spent doing
13027         CRCs.
13028
13029 2002-01-16  Juergen Vigna  <jug@sad.it>
13030
13031         * tabular.C (GetAdditionalHeight): one of error fixed.
13032
13033         * lyxrc.C (output): small fix in writing use_pspell.
13034
13035 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
13036
13037         * sp_base.h: #include LString.h
13038
13039 2002-01-16  Allan Rae  <rae@lyx.org>
13040
13041         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
13042         Can someone check this please?
13043
13044         * text.C (drawInset): It was possible that p.row would be removed by
13045         breakAgainOneRow upsetting a few other settings.  There may be another
13046         small tweak possible by setting need_break_row = 0 when p.row has been
13047         removed but I don't know enough about the logic here.
13048
13049 2002-01-15  Allan Rae  <rae@lyx.org>
13050
13051         * text.C (insertChar): removed conditional truism.
13052
13053         * BufferView2.C (removeAutoInsets): More tweaks.
13054         cur_par_prev could be a stray pointer.  Check for trailing empty line
13055         in case last line was cur_par and only had an error inset on it.
13056
13057 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13058
13059         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
13060         absolute
13061
13062         * vc-backend.C (most methods):
13063         * exporter.C (Export):
13064         * converter.C (convert):
13065         (runLaTeX):
13066         * LyXSendto.C (SendtoApplyCB):
13067         * lyxfunc.C (dispatch):
13068         (menuNew):
13069         (open):
13070         (doImport):
13071         * lyx_cb.C (AutoSave):
13072         (InsertAsciiFile):
13073         * BufferView_pimpl.C (MenuInsertLyXFile):
13074         * buffer.C (runChktex): use Buffer::filePath().
13075
13076         * buffer.h: rename filename to filename_; rename filepath to
13077         filepath_ and make it private
13078         (filePath): new method
13079
13080         * buffer.C (writeFile): use fileName()
13081         (getLatexName):
13082
13083         * lyx_main.C (init): fix starting  of LyX when the binary is a
13084         link from so,ewhere else.
13085
13086         * minibuffer.C: include <cctype> for isprint
13087
13088 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13089
13090         * buffer.C (parseSingleLyXformat2Token): changes associated with the
13091         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
13092         name clash with InsetCollapsable's width function.
13093
13094 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13095
13096         * lastfiles.C: include <iterator>
13097
13098 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13099
13100         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
13101         std::count.
13102
13103         * buffer.C (makeLaTeXFile): ditto.
13104         Also make loop operation more transparent.
13105
13106 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
13107
13108         * ToolbarDefaults.C: remove trailing comma closing namespace.
13109
13110         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
13111
13112         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
13113         as in WorkArea.
13114
13115         * trans.C (Load): comment out unused variable, allowed.
13116
13117 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13118
13119         * minibuffer.[Ch] (append_char): new method to recieve input from the
13120         drop-down completion browser. If a key was pressed, then recieve this
13121         char and append it to the existing string.
13122         (peek_event): modify the positioning data passed to the completion
13123         browser so that it can be placed above the minibuffer rather than below.
13124 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13125
13126         * LyXAction.C (init): alloe error-next for readonly documents.
13127
13128         * BufferView2.C (ChangeRefsIfUnique): use standard version of
13129         count.
13130
13131 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13132
13133         * bufferlist.C (readFile): create the buffer _after_ checking that
13134         the file exists.
13135
13136         * lyxfunc.C (verboseDispatch): fix handling of arguments
13137
13138         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
13139
13140         * lyxrc.C: use string::erase() instead of initializing to "".
13141
13142
13143 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13144
13145         * BufferView_pimpl.h:
13146         * BufferView_pimpl.C:
13147         * WorkArea.h:
13148         * WorkArea.C:
13149         * text2.C: tell X when we have made a selection for copying
13150
13151 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13152
13153         * BufferView_pimpl.C (MenuInsertLyXFile):
13154         * lyxfunc.C (menuNew):
13155         (open):
13156         (doImport): add shortcuts to directory buttons
13157
13158         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
13159         open a float)
13160
13161         * lyxfunc.C (setStatusMessage):
13162         (getStatusMessage): new methods
13163         (getStatus):use setStatusMessage instead of setErrorMessage
13164         (dispatch): when function is disabled, set error message here
13165         [instead of in getStatus previously]
13166
13167         * BufferView_pimpl.C (workAreaButtonRelease): update
13168         toolbar/menubar here too.
13169
13170 2002-01-13  Allan Rae  <rae@lyx.org>
13171
13172         * BufferView2.C (removeAutoInsets): finished off earlier fix.
13173         Now seems indestructible.  Remaining task is to audit all other
13174         code affected by deleteEmptyParagraphMechanism.  One small quirk
13175         left is that an empty document with an error in the preamble can
13176         be made to report an error but no error box appears.  I don't know
13177         where it goes.
13178         (removeAutoInsets): Improved comments.
13179
13180 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
13181
13182         * Thesaurus.h:
13183         * Thesaurus.C: update for Aiksaurus 0.14
13184
13185 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13186
13187         * text2.C (firstParagraph): removed member function, all uses
13188         replaces with ownerParagraph
13189         (redoParagraphs): here
13190         (updateInset): here
13191         (toggleAppendix): here
13192         * BufferView2.C (insertErrors): here
13193         (setCursorFromRow): here
13194
13195 2002-01-13  Allan Rae  <rae@lyx.org>
13196
13197         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
13198         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
13199         There is still a way to segfault this although you may have to do this
13200         multiple times: Have an InsetERT with an unknown command in it.
13201         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
13202         <down-arrow>, <Enter> again, View->DVI, BANG!
13203
13204         * text2.C (setCursor):
13205         (deleteEmptyParagraphMechanism):
13206         * lyxtext.h (setCursor):
13207         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
13208         Making use of the return value may help fix other bugs.
13209
13210 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13211
13212         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
13213
13214         * LyXView.C (updateMenubar): call MenuBar::update here
13215         (updateToolbar): but not here
13216         (showState): do not update toolbar/menubar
13217
13218         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
13219         should need to care about that.
13220
13221         * lyxfunc.C (verboseDispatch): simplify a bit
13222         (getStatus): have a version which takes a pseudoaction, and
13223         another which requires a (kb_action,string).
13224
13225         * LyXAction.C (retrieveActionArg): make it work also when action
13226         is not a pseudo-action.
13227         (getActionName): simplify a bit
13228         (helpText):
13229
13230 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13231
13232         * lyxfunc.C (verboseDispatch): new families of methods with
13233         several ways to specify a command and a bool to indicate whether
13234         the command name and shortcut should be displayed in minibuffer
13235         (eventually, we could extend that to a finer bitmask like
13236         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
13237         (dispatch): the pristine dispatch command which just, well,
13238         dispatchs! Note it still sets its result to minibuffer; I'm not
13239         sure we want that.
13240
13241         * lyxfunc.h: remove setHintMessage
13242
13243         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
13244
13245 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13246
13247         * BufferView_pimpl.C (specialChar): delete new inset if we have
13248         not been able to insert it.
13249
13250         * kbmap.C: revert to using int instead of kb_action, since all we
13251         are dealing with is pseudo-actions.
13252
13253         * LyXAction.C (searchActionArg): change to return int instead of
13254         kb_action, since the result is a pseudoaction.
13255
13256 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
13257
13258         * buffer.C (insertErtContents): Fix (partially) the font bug.
13259
13260 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
13261
13262         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
13263         as the other one is broken on my machine!
13264
13265 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
13266
13267         * commandtags.h:
13268         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
13269
13270 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
13271
13272         * lyxrc.[Ch]: change names and descriptions of popup font variables to
13273         reflect their actual use. Provide compatibility code for older lyxrc
13274         files.
13275
13276         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
13277         FL_NORMAL_STYLE.
13278         change names of popup font variables in line with the changes to lyxrc.C
13279
13280 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13281
13282         * buffer.C (asciiParagraph): avoid outputing a word twice after
13283         an inset.
13284
13285         * lyxrc.C (getDescription): document that document_path and
13286         template_path can be empty.
13287
13288 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13289
13290         * LaTeXFeatures.C (getMacros):
13291         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
13292
13293         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
13294
13295         * LaTeXFeatures.C (useFloat): require "float" here instead of in
13296         getPackages.
13297         (getPackages): rename feature "floats" to "float". Use an array to
13298         iterate over 'simple' features (i.e. just a \usepackage). Add
13299         handling of "amsmath" (renamed from "amsstyle").
13300
13301 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
13302
13303         * LaTeXFeatures.C (require): Prevent duplicate entries in the
13304         features list.
13305
13306 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
13307
13308         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
13309         FuncStaus::FuncStatus & FuncStaus::some_method().
13310
13311 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
13312
13313         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
13314         of the func_satus stuff. Edited and massaged in various ways by
13315         JMarc.
13316
13317         * lyxfunc.C (getStatus): use FuncStatus
13318
13319 2002-01-08  Juergen Vigna  <jug@sad.it>
13320
13321         * text.C (nextBreakPoint): use function Inset::isChar().
13322
13323         * paragraph.C (TeXOnePar): use function
13324         Inset::forceDefaultParagraphs.
13325
13326         * buffer.C (latexParagraphs): use function
13327         Inset::forceDefaultParagraphs.
13328
13329 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13330
13331         * lyx_gui.C (init): set the style of the menu popups to
13332         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
13333
13334 2002-01-07  Juergen Vigna  <jug@sad.it>
13335
13336         * text.C (setHeightOfRow): small fix
13337         (prepareToPrint): don't look at alignment if we don't have the place
13338         for doing it.
13339
13340 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13341
13342         * box.C: New file. Move the Box methods and functions out of box.h,
13343         following Lars' suggestion.
13344
13345 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
13346
13347         * box.h: #include "support/LOstream.h", needed for inlined function.
13348
13349         * lyxtextclass.C:
13350         * lyxtextclasslist.C: added some using std declarations.
13351
13352 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
13353
13354         * box.h: make signed dimensions to allow insets wider than
13355           the screen (bug #162)
13356
13357         * BufferView_pimpl.C: add some insetHit debug
13358
13359 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
13360
13361         * vc-backend.C: add FIXME
13362
13363 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13364
13365         * lyxfunc.C (getStatus): enable code for showing math font status
13366         in toolbar/menu.
13367
13368 2002-01-07  Juergen Vigna  <jug@sad.it>
13369
13370         * text.C (nextBreakPoint): removed debug output not needed anymore.
13371
13372 2002-01-06  Juergen Vigna  <jug@sad.it>
13373
13374         * text.C (nextBreakPoint): fixed up this function we had this bug
13375         since ever but now hopefully we break row better.
13376         (insertChar): we have to check if an inset is the next char as it
13377         could now happen that a large inset is causing a break.
13378
13379 2002-01-05  Juergen Vigna  <jug@sad.it>
13380
13381         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
13382         if it doesn't like to be drawed.
13383
13384 2002-01-04  Juergen Vigna  <jug@sad.it>
13385
13386         * BufferView2.C (lockInset): forgot to set a cursor.
13387
13388         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
13389
13390 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
13391
13392         * FormMathsPanel.C:
13393         * FormMathsPanel.h
13394         * MathsSymbols.C:
13395         * form_maths_panel.C:
13396         * form_maths_panel.h:
13397         * form_maths_panel.fd: implemented sub- and super- buttons in math
13398         panel.
13399
13400         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
13401         (or ^ space) to be used as in TeX (req'd by André).
13402
13403         * lyxfunc.C: Allow ^ and _ again to be used both as
13404         super/subscript (mathed) and as themselves (in text).
13405
13406 2002-01-03  Allan Rae  <rae@lyx.org>
13407
13408         * LyXView.C (updateWindowTitle): Setup a short icon title of either
13409         "LyX" or the filename of the current buffer if it has one.  This is a
13410         modified form of John Levon's patch.
13411
13412         * XFormsView.C (setWindowTitle): also set icon title.
13413
13414         * LyXView.h (setWindowTitle): signature changed.
13415         * XFormsView.h (setWindowTitle): ditto.
13416
13417 2002-01-02  Juergen Vigna  <jug@sad.it>
13418
13419         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
13420
13421 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13422
13423         * screen.C (topCursorVisible): introduce a temp var for
13424         text->cursor.row(), handle the case where this row is null. (kindo
13425         hachish)
13426
13427         * text2.C (setCursor): add a couple of asserts.
13428
13429         * paragraph.h (inset_iterator): add -> operator
13430
13431         * paragraph.[Ch] (autoDeleteInsets): remove member function
13432
13433         * BufferView2.C (removeAutoInsets): rewrite to handle the old
13434         cursor pos correctly and handle inset deletion by itself.
13435         (insertErrors): move iterator declaration out of for expression
13436
13437         * lyxtextclass.C: add <algorithm>
13438
13439         * Makefile.am: added the new files to sources, removed layout.C
13440
13441         * layout.C: removed file
13442
13443         * layout.h: remove LYX_DUMMY_LAYOUT
13444
13445         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
13446         layout.
13447
13448         * lyxlayout.[Ch]:
13449         * lyxtextclass.[Ch]:
13450         * lyxtextclasslist.[Ch]: new files
13451
13452         * include order changes to a lot of files, also changes because of
13453         the six new files.
13454
13455 2001-12-27  Juergen Vigna  <jug@sad.it>
13456
13457         * buffer.C (asciiParagraph): more fixes.
13458
13459         * tabular.C (ascii): make ascii export support export of only the
13460         data separated by a column-delimiter.
13461         (ascii): better support for ascii export.
13462
13463         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
13464
13465 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13466
13467         * tabular_funcs.C: use a "using std::getline" instead of the
13468         previous fix from Angus (necessary for cxx + lyxstring)
13469
13470 2001-12-24  Juergen Vigna  <jug@sad.it>
13471
13472         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
13473
13474         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
13475         problems. First check a minipage also if we have some ert-contents
13476         (not only on par->size(), second set the right depth of the paragraph
13477         on the relink to the root-paragraph-list!
13478
13479         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
13480         which then did not anymore update the main paragraphs on undo/redo!
13481
13482 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13483
13484         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
13485         code. Support all font-changing funcs (even those which are not in
13486         menu currently). Support for reporting font settings in
13487         mathed (disabled until Andre provides a function on mathed's side).
13488
13489         * func_status.h (toggle): small helper function to set toggle
13490         state on a flag.
13491
13492 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
13493
13494         * tabular_funcs.C: getline -> std::getline
13495
13496 2001-12-21  Juergen Vigna  <jug@sad.it>
13497
13498         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
13499         accessed and could be 0 (I couldn't generate this but it seems
13500         Michael could!).
13501
13502 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13503
13504         * tabular_funcs.C: add LIstream.h, move write_attribute to..
13505         * tabular_funcs.h: here and include iosfwd
13506
13507 2001-12-20  Juergen Vigna  <jug@sad.it>
13508
13509         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
13510         inside inset but undo_par was.
13511
13512 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13513
13514         * Thesaurus.C: always include <config.h> in sources.
13515
13516         * Painter.h:
13517         * lyxlookup.h:
13518         * box.h: do not include <config.h> in header files
13519
13520         * text.C (paintLastRow): remove unused variable
13521
13522         * text.C (transformChar):
13523         (insertChar):
13524         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
13525
13526         * Painter.C (text):
13527         * font.C (width): rewrite to use uppercase() instead of
13528         islower/toupper.
13529
13530         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
13531
13532 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
13533
13534         * lyxfind.C: clean up of find failure position change
13535
13536 2001-12-20  Juergen Vigna  <jug@sad.it>
13537
13538         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
13539
13540         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
13541         (TeXRow): added to LaTeX a single tabular row.
13542         (TeXLongtableHeaderFooter): added to output LT-h/f data.
13543         (Latex): simplified and finally good LT-h/f support.
13544         (various_functions): just small adaptions for LT-h/f support.
13545
13546         * tabular_funcs.[hC]: added and moved here all not classfunctions
13547         of LyXTabular.
13548
13549 2001-12-19  Juergen Vigna  <jug@sad.it>
13550
13551         * tabular.[Ch]: better support for longtabular options (not finished
13552         yet!)
13553
13554 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13555
13556         * text.C (paintLastRow): use the label font instead of the font of
13557         the last character to compute the size of *_BOX. This makes more
13558         sense and avoids a crash with empty paragraphs.
13559         Use Painter::rectangle to draw EMPTY_BOX.
13560
13561 2001-12-19  Juergen Vigna  <jug@sad.it>
13562
13563         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
13564         the paragraphs if the replaced paragraph is not the first one!
13565         Tried to delete not used paragraphs but does not work yet so for
13566         now it's inside #ifdef's and by default off!
13567
13568 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13569
13570         * MenuBackend.C: include "lyx_main.h" instead of declaring
13571         lastfiles (actually was declared as LastFiles* instead of a
13572         scoped_ptr).
13573
13574 2001-12-17  Juergen Vigna  <jug@sad.it>
13575
13576         * tabular.C (AppendColumn): applied John's fix
13577
13578 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
13579
13580         * BufferView.h:
13581         * BufferView.C:
13582         * BufferView_pimpl.h:
13583         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
13584
13585         * Makefile.am:
13586         * box.h: new start of class for above
13587
13588         * lyxfunc.C: ignore space-only minibuffer dispatches.
13589           Show the command name when it doesn't exist
13590
13591         * minibuffer.C: don't add empty lines to the history
13592
13593         * minibuffer.C: add a space on dropdown completion
13594
13595 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
13596
13597         * text.C: fix line above/below drawing in insets
13598
13599 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13600
13601         * lyxlength.C (LyXLength): Initialize private variables.
13602
13603 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
13604
13605         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
13606         when inserting error insets.
13607
13608 2001-12-13  Juergen Vigna  <jug@sad.it>
13609
13610         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
13611         actually sometimes the before-paragraph.
13612         (setUndo): don't clear the redostack if we're not actually undoing!
13613
13614 2001-12-06  Juergen Vigna  <jug@sad.it>
13615
13616         * undo_funcs.C (textHandleUndo): well after John's hint I got here
13617         and fixed redoing of main paragraph, so we can use it now ;)
13618
13619         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
13620
13621 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13622
13623         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
13624         Juergen's request
13625
13626 2001-12-13  André Pönitz <poenitz@gmx.net>
13627
13628         * undostack.[Ch]:
13629         * undo_func.C: minor cleanup
13630
13631 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13632
13633         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
13634         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
13635         font in urw-fonts package which is marked as -urw-fontspecific and
13636         does not work (incidentally, changing the encoding in the
13637         fonts.dir of this package to -adobe-fontspecific fixes the
13638         problem).
13639
13640         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
13641         is a crash when undoing first paragraph (Juergen, please take a
13642         look). THis does not mean the undo fix is wrong, just that it
13643         uncovers problems.
13644
13645         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
13646         the (Paragraph*) version when needed instead of duplicating the
13647         code.
13648
13649         * text.C (workWidth): use Inset::parOwner to find out where the
13650         inset has been inserted. This is a huge performance gain for large
13651         documents with lots of insets. If Inset::parOwner is not set, fall
13652         back on the brute force method
13653
13654         * paragraph_pimpl.C (insertInset):
13655         * paragraph.C (Paragraph):
13656         (cutIntoMinibuffer): set parOwner of insets when
13657         inserting/removing them
13658
13659         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13660
13661 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
13662
13663         * commandtags.h:
13664         * LyXAction.C:
13665         * lyx_main.C:
13666         * lyxfunc.C:
13667         * mathed/formulabase.C:
13668         * mathed/math_cursor.[Ch]:
13669         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
13670
13671
13672 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13673
13674         * lyxlength.[Ch] (operator!=): new function
13675
13676 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13677
13678         * text.C (workWidth): use Inset::parOwner to find out where the
13679         inset has been inserted. This is a huge performance gain for large
13680         documents with lots of insets. If Inset::parOwner is not set, fall
13681         back on the brute force method
13682
13683         * paragraph_pimpl.C (insertInset):
13684         * paragraph.C (Paragraph):
13685         (cutIntoMinibuffer): set parOwner of insets when
13686         inserting/removing them
13687
13688         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
13689
13690 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13691
13692         * tabular-old.C (getTokenValue):
13693         * tabular.C (getTokenValue):
13694         (write_attribute): new versions for LyXLength
13695         (everywhere): adjust the use of widths
13696
13697         * tabular.h: change the type of widths from string to LyXLength
13698
13699 2001-12-11  Ben Stanley <bds02@uow.edu.au>
13700
13701         * paragraph.C: fixed missing line number count when exporting
13702         Environments to LaTeX file
13703
13704         * buffer.C: added informational message for checking line numbers.
13705
13706 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13707
13708         * text2.C (deleteEmptyParagraphMechanism): if there is only one
13709         paragraph, do the 'double space' part, but not the 'empty
13710         paragraph' one.
13711
13712         * text.C (workWidth): small optimization
13713         (getLengthMarkerHeight): use minimal size for negative lengths.
13714
13715 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
13716
13717         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
13718
13719         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
13720
13721 2001-12-11  André Pönitz <poenitz@gmx.net>
13722
13723         * FontLoader.C:
13724         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
13725
13726 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13727
13728         * text2.C: keep selection on a setFont()
13729
13730 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13731
13732         * lyx_cb.C: another bv->text misuse, from insert label
13733
13734 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13735
13736         * kbsequence.h:
13737         * kbsequence.C: re-instate nmodifier mask
13738
13739 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
13740
13741         * lyx_main.h: make lyxGUI private.
13742
13743 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
13744
13745         * lyxfind.C: place the cursor correctly on failed search
13746
13747 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13748
13749         * text.C (getLengthMarkerHeight): for small heights, the arrows
13750         are not always on top/bottom of the text
13751         (drawLengthMarker): smaller arrows; take the left margin in
13752         account; draw also vfills.
13753         (paintFirstRow):
13754         (paintLastRow): remove special code for vfill and standard spaces,
13755         since everything is handled in drawLengthMarker now.
13756
13757 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13758
13759         * buffer.C (insertErtContents): try to handle font and language
13760         interaction a bit better.g
13761
13762         * ColorHandler.C (updateColor): change the hash to cover the whole
13763         LColor enum, ws cleanup
13764         (getGCLinepars): ditto
13765         (getGCLinepars): only lookup in the linecache once.
13766
13767 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
13768
13769         * iterators.C (operator++): Make the iterator more robust
13770
13771         * BufferView2.C (removeAutoInsets): Use paragraph iterators
13772         (John's patch)
13773         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
13774
13775 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13776
13777         * lyxtext.h:
13778         * text.C: better added space drawing
13779
13780 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13781
13782         * LyXView.C:
13783         * BufferView2.C: fix layout combo update on inset unlock
13784
13785 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13786
13787         * Makefile.am: don't compile unused files
13788
13789 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13790
13791         * lyxfunc.C:
13792         * commandtags.h:
13793         * LyXAction.C: remove old LFUN_LAYOUTNO
13794
13795 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13796
13797         * paragraph_pimpl.h:
13798         * paragraph_pimpl.C: isTextAt() doesn't need font param
13799
13800 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13801
13802         * lyxlex.h:
13803         * lyxlex.C: little cleanup
13804
13805 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
13806
13807         * BufferView_pimpl.C: fix insertAscii for insets
13808
13809 2001-12-05  Juergen Vigna  <jug@sad.it>
13810
13811         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
13812         set the right font on the "multi" paragraph paste!
13813
13814 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13815
13816         * trans_decl.h:
13817         * trans_mgr.[Ch]:
13818         * trans.[Ch]:
13819         * lyxgluelength.C:
13820         * lyxlength.C: remove out-commented code.
13821
13822         * BufferView_pimpl:
13823         * CutAndPaste.C:
13824         * DepTable.C:
13825         * buffer.C:
13826         * chset.C:
13827         * lastfiles.C:
13828         * lyxlex.C:
13829         * lyxlex_pimpl.C:
13830         * lyxserver.C:
13831         * screen.C:
13832         * tabular-old.C:
13833         * tabular.C:
13834         * text.C:
13835         * trans_mgr.C:
13836         * vc-backend.C: change "while(" to "while ("
13837
13838         * lyxlength.[Ch]: add zero function to check if length is zero or
13839         not
13840         * lyxgluelength.C: use it
13841
13842 2001-12-05  Allan Rae  <rae@lyx.org>
13843
13844         * lyxlength.C: Attempted a fix for the abs(int) header selection.
13845         Works for 2.95.3, from what I understand of Garst's reports this should
13846         work for other g++ versions.  We're screwed if the abs(int) definition
13847         changed between bugfix releases of gcc.
13848
13849 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13850
13851         * text.C: fix chapter label offset !
13852
13853 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
13854
13855         * lyxtext.h:
13856         * text.C: fix hfill at end of line, clean up
13857
13858 2001-12-04  Juergen Vigna  <jug@sad.it>
13859
13860         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
13861         that we force an update of the inset and it's owners if neccessary.
13862
13863 2001-12-03  Juergen Vigna  <jug@sad.it>
13864
13865         * text.C (rowLast): simplified code
13866
13867 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
13868
13869         * lyxfunc.C: fix show options on timeout
13870
13871 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13872
13873         * screen.C (topCursorVisible): scroll half a page when the cursor
13874         reached top of bottom of screen
13875
13876 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
13877
13878         * minibuffer.C: deactivate on loss of focus
13879
13880 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
13881
13882         * vspace.[Ch] (operator!=): add operator.
13883
13884 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
13885
13886         * BufferView_pimpl.C: refuse to open an inset when
13887         there's a selection.
13888
13889 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
13890
13891         * BufferView_pimpl.C: allow to click on RHS of full row insets
13892
13893 2001-11-30  Juergen Vigna  <jug@sad.it>
13894
13895         * tabular.C (LyXTabular): add a same_id to set the same id's in the
13896         insets for undo reasons.
13897
13898 2001-11-28  André Pönitz <poenitz@gmx.net>
13899
13900         * vspace.[Ch]: cosmetical changes
13901
13902 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13903
13904         * LyXAction.h:
13905         * LyXAction.C:
13906         * lyxfunc.h:
13907         * lyxfunc.C:
13908         * kbmap.h:
13909         * kbmap.C:
13910         * lyxrc.C:
13911         * kbsequence.h:
13912         * kbsequence.C: part re-write of old kb code
13913
13914         * Painter.C:
13915         * WorkArea.C: remove Lgb_bug_find_hack
13916
13917 2001-11-30  José Matos <jamatos@fep.up.pt>
13918
13919         * buffer.C (makeDocBookFile): add a comment to point a hack.
13920         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
13921         Fixed a double write of labels.
13922
13923 2001-11-29 Ben Stanley <bds02@uow.edu.au>
13924
13925         * LaTeX.C:
13926         * LaTeX.h Fixed bug in LaTeX class where it would not
13927         re-run latex if no depfiles were changed, but the .dvi was removed.
13928
13929 2001-11-28  André Pönitz <poenitz@gmx.net>
13930
13931         * all the files from the change on 2001/11/26:
13932         use lyx::layout_type instead of LyXTextClass::size_type
13933         use lyx::textclass_type instead of LyXTextClassList::size_type
13934
13935 2001-11-29  Juergen Vigna  <jug@sad.it>
13936
13937         * text.C: added support for paragraph::isFreeSpacing()
13938
13939         * buffer.C: same as above
13940
13941         * paragraph.h: inserted isFreeSpacing() function to enable
13942         FreeSpacing inside InsetERT.
13943
13944         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
13945         of the paragraph's in the cut/copy buffer to 0!
13946
13947         * text2.C (removeRow): remove the assert as it can!
13948
13949         * lyxtext.h: added helper function firstRow returning firstrow and
13950         made firstrow private again.
13951
13952         * BufferView2.C (lockInset): don't relock if we're already locked!
13953
13954         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
13955         the only paragraph.
13956         (removeRow): added Assert::(firstrow)
13957
13958         * debug.C: forgot to add INSETTEXT here.
13959
13960 2001-11-28  Juergen Vigna  <jug@sad.it>
13961
13962         * sp_spell.C (initialize): changed error text to more general
13963         spellchecker command use (not only ispell!)
13964
13965         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
13966
13967         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
13968
13969 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13970
13971         * vspace.C: initialise lyxgluelength on failure
13972
13973 2001-11-28  Allan Rae  <rae@lyx.org>
13974
13975         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
13976         declaration & definition that looks like a function declaration.
13977
13978 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13979
13980         * BufferView2.C (copy):
13981         (copyEnvironment): do not clear the selection when doing a copy.
13982
13983         * text.C (paintFirstRow): compilation fix
13984
13985 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
13986
13987         * tabular.C (Latex): correct line count when writing latex.
13988
13989 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
13990
13991         * paragraph_pimpl.h:
13992         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
13993           bug a bit
13994
13995 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
13996
13997         * text.C:
13998         * LColor.h:
13999         * LColor.C: change vfillline->added_space
14000
14001         * text.C: add markers and text for added space
14002
14003         * vspace.C: fix comment
14004
14005 2001-11-28  André Pönitz <poenitz@gmx.net>
14006
14007         * paragraph.C: whitespace changes
14008         * all the other files from the change on 2001/11/26:
14009         change *::pos_type into lyx::pos_type
14010
14011 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
14012
14013         * buffer.C (parseSingleLyXformat2Token): Set the language to the
14014         language of the document when inserting error insets.
14015
14016 2001-11-26  André Pönitz <poenitz@gmx.net>
14017
14018         * BufferView_pimpl.[Ch]:
14019         *       CutAndPaste.C:
14020         * buffer.[Ch]:
14021         * lyxcursor.[Ch]:
14022         * lyxfind.C:
14023         * lyxfunc.C:
14024         * lyxrow.[Ch]:
14025         * paragraph.[Ch]:
14026         * paragraph_pimpl.[Ch]:
14027         * sp_spell.C:
14028         * text.C:
14029         * text2.C: reduce header dependencies, introduce type for positions
14030
14031 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14032
14033         * <various>: change to use Alert.h
14034
14035 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
14036
14037         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
14038         when encountering an unknown token.
14039         (readLyXformat2): Show an error message if there were unknown tokens.
14040
14041 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
14042
14043         * BufferView2.C:
14044         * BufferView_pimpl.C:
14045         * buffer.C:
14046         * paragraph.h:
14047         * text.C:
14048         * text2.C: use par->isInset()
14049
14050 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
14051
14052         * paragraph_pimpl.h:
14053         * paragraph_pimpl.C: cleanup
14054
14055 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14056
14057         * text2.C (removeRow):
14058         * text.C (setHeightOfRow): remove useless (and costly) call to
14059         getRow.
14060
14061 2001-11-20  Allan Rae  <rae@lyx.org>
14062
14063         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
14064         Now need Inset*::checkInsertChar() to return true for appropriate
14065         cases so that the characters in the minibuffer will actually be
14066         inserted.
14067
14068 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14069
14070         * text.C: change the order of the includes.
14071         (workWidth): initialize it at once.
14072         (workWidth): make maxw unsigned
14073         (setHeightOfRow): remove unused variable (inset)
14074         (selectSelectedWord): remove unused variable (inset)
14075         (paintRowText): fix drawing of hfill characters, and clean up a bit.
14076
14077 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14078
14079         * lyxserver.C (emergencyCleanup): do not try to close pipes if
14080         server is not running.
14081         (openConnection):
14082         (closeConnection): add debug info when server is disabled.
14083
14084         * ColorHandler.C (getGCForeground): send debug message to GUI
14085         channel.
14086
14087         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
14088
14089         * kbmap.C (bind): modify because return conventions of
14090         kb_sequence::parse have changed.
14091
14092         * kbsequence.C (parse): only ignore spaces and not any stupid
14093         control character. This avoids tests like s[i] <= ' ', which are
14094         guaranteed to fail with 8bit characters and signed chars.
14095         Change return code to string::npos when there have been no error
14096         (0 was a bad idea when error is at first character)
14097
14098 2001-11-14  José Matos  <jamatos@fep.up.pt>
14099
14100         * buffer.h:
14101         * buffer.C (simpleDocBookOnePar): removed unused argument.
14102
14103 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14104
14105         * text.C (selectNextWordToSpellcheck): do not test explicitely for
14106         insets which are part of a word. Paragraph::isLetter takes care of
14107         that now. Use Paragraph::isInset to identify insets.
14108         (selectSelectedWord): do not test for hyphenation break.
14109
14110         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
14111         that protected spaces are considered as spaces.
14112
14113         * paragraph.C (isLetter): cleanup the code for ispell extras; use
14114         Inset::isLetter.
14115
14116 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
14117
14118         * lyxserver.h:
14119         * lyxserver.C: fix it. and small cleanup.
14120
14121 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14122
14123         * BufferView_pimpl.C: use inline helpers
14124
14125         * LaTeXFeatures.h:
14126         * LaTeXFeatures.C: fix typos
14127
14128         * Spacing.h:
14129         * Spacing.C: move spacing_string into class
14130
14131         * ToolbarDefaults.C: move stuff into namespace anon
14132
14133         * layout.h: update enum
14134
14135         * lyxfunc.C: use better debug
14136
14137         * minibuffer.h: fix typo
14138
14139         * debug.h:
14140         * debug.C:
14141         * WorkArea.C: add and use Debug::WORKAREA
14142
14143         * lyxtext.h:
14144         * text.C:
14145         * text2.C: code re-organisation, inline helpers
14146
14147 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
14148
14149         * Layout.C: replaced a few cases of std::vector.size() == 0 with
14150         std::vector.empty().
14151
14152 2001-11-09  Allan Rae  <rae@lyx.org>
14153
14154         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
14155         '\n's after tables.  Tabular and ERT inset work now makes this no
14156         longer necessary.
14157
14158 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
14159
14160         * minibuffer.h:
14161         * minibuffer.C: fix crash, improve drop-down completion
14162
14163 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
14164
14165         * lyxserver.h:
14166         * lyxserver.C: invalidate fd's when doing endPipe()
14167
14168 2001-11-08  José Matos  <jamatos@fep.up.pt>
14169
14170         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
14171         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
14172
14173         * paragraph.h:
14174         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
14175
14176 2001-11-07  José Matos  <jamatos@fep.up.pt>
14177
14178         * buffer.h:
14179         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
14180         const qualifier.
14181
14182         * buffer.C (sgmlOpenTag):
14183         * buffer.C (sgmlCloseTag): removed debug info.
14184
14185         * buffer.h (sgmlOpenTag):
14186         * buffer.h (sgmlCloseTag): made public.
14187
14188 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14189
14190         * buffer.C (saveParamsAsDefaults):
14191         * lyx_cb.C (MenuLayoutSave): remove
14192
14193         * LyXAction.C (init):
14194         * commandtags.h:
14195         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
14196
14197 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14198
14199         * buffer.C (setPaperStuff): removed from here...
14200
14201         * bufferparams.C (setPaperStuff): ... and moved there.
14202
14203 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
14204
14205         * minibuffer.h:
14206         * minibuffer.C:
14207         * XFormsView.C: add support for drop-down completion
14208
14209 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
14210
14211         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
14212         commands.
14213
14214 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14215
14216         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
14217         disabled.
14218
14219 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14220
14221         * lyx_main.C: change ref to known bugs
14222
14223 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
14224
14225         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
14226         to work around older babel problems.
14227
14228 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
14229
14230         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
14231
14232 2001-10-24  Juergen Vigna  <jug@sad.it>
14233
14234         * tabular-old.C (ReadOld): below variable changes reflected.
14235
14236         * tabular.[Ch]: added ltType struct for longtable header/footer
14237         defines and changed all instances where they are used. Added
14238         future support for double top/bottom rows.
14239
14240 2001-10-24  José Matos  <jamatos@fep.up.pt>
14241
14242         * buffer.h (docbookHandleCaption):
14243         * buffer.C (docbookHandleCaption): removed unused function.
14244         (makeDocBookFile): moved docbook supported version to v4.1.
14245
14246 2001-10-24  José Matos  <jamatos@fep.up.pt>
14247
14248         * tabular.h:
14249         * tabular.C (docbookRow): new function to export docbook code of a row.
14250         (DocBook): now honors the longtable flags.
14251
14252 2001-10-23  José Matos  <jamatos@fep.up.pt>
14253
14254         * LaTeXFeatures.h:
14255         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
14256         of the lyx defined sgml entities used in a docbook/linuxdoc document.
14257
14258         * buffer.C (makeLinuxDocFile):
14259         (makeDocBookFile): reworked the preamble, more clean, and with
14260         support for lyx defined entities. Changed the document declaration
14261         to be more XML friendly.
14262
14263         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
14264         if we need to output XML that should be done with a filter.
14265
14266 2001-10-22  Juergen Vigna  <jug@sad.it>
14267
14268         * sp_pspell.h (class PSpell): add alive function needed in the
14269         controller to see if the spellchecker could be started.
14270
14271 2001-10-22  Juergen Vigna  <jug@sad.it>
14272
14273         * buffer.C (insertStringAsLines): modify the font for inserting
14274         chars in certain conditions by calling checkInsertChar(font).
14275
14276 2001-10-19  Juergen Vigna  <jug@sad.it>
14277
14278         * text.C (workWidth): use getRow instead of wrong algorithm.
14279         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
14280
14281 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
14282
14283         * lyxserver.h:
14284         * lyxserver.C:
14285         * lyx_main.h:
14286         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
14287
14288 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14289
14290         * text.C (workWidth): do not search for the exact row when
14291         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
14292         optimization for big documents.
14293
14294 2001-10-18  Juergen Vigna  <jug@sad.it>
14295
14296         * text.C (workWidth): new function with added Inset * parameter.
14297
14298 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14299
14300         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
14301
14302         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
14303         change return type of getColumnNearX.
14304
14305
14306         * text.C (changeRegionCase): use uppercase/lowercase instead of
14307         toupper/tolower.
14308         (leftMargin):
14309         (rightMargin): simplify code by factoring out the uses of
14310         textclasslist.
14311         (labelFill):
14312         (numberOfHfills):
14313         (setHeightOfRow):
14314         (appendParagraph): use Paragraph::size_type
14315
14316 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14317
14318         * vspace.C (asLatexString): add a missing break
14319
14320 2001-10-15  Herbert Voss  <voss@perce.de>
14321
14322         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
14323
14324 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14325
14326         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
14327         is not available.
14328
14329 2001-10-10  André Pönitz <poenitz@gmx.net>
14330
14331         * lyxfunc.C: removed greek_kb_flag.
14332
14333 2001-10-10  Herbert Voss  <voss@perce.de>
14334
14335         * lyx_main.C: delete global string help_lyxdir.
14336
14337 2001-10-09  Herbert Voss  <voss@perce.de>
14338
14339         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
14340
14341         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
14342
14343         * lyx_main.C: added global string help_lyxdir.
14344
14345         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
14346
14347 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14348
14349         * lyxrc.C (set_font_norm_type): support iso8859-4
14350
14351 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
14352
14353         * LaTeX.C (deplog): add another regex for MikTeX
14354
14355 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14356
14357         * lyxrc.C (set_font_norm_type): support iso8859-3
14358
14359 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14360
14361         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
14362
14363         * LaTeXFeatures.C: remove special case of french and index
14364
14365         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
14366         before \begin{document}). This solves several incompatibilities.
14367
14368 2001-10-03  Garst Reese  <reese@isn.net>
14369
14370         * lyx_cb.C: change CheckTex error msg.
14371
14372 2001-10-03  José Matos  <jamatos@fep.up.pt>
14373
14374         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
14375
14376 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14377
14378         * .cvsignore: update
14379
14380         * lyx_main.C (commandLineVersionInfo): use new style version info.
14381
14382         * buffer.C (writeFile):
14383         (makeLaTeXFile):
14384         (makeLinuxDocFile):
14385         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
14386
14387         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
14388
14389         * version.h: update to use stuff in version.C
14390
14391         * version.C.in: new file. Contains version information determined
14392         at compile time. This is a merging of version.h and
14393         version_info.h.in.
14394
14395 2001-10-03  Juergen Vigna  <jug@sad.it>
14396
14397         * BufferView_pimpl.C (update): don't change "dirty" status in
14398         updateInset call.
14399
14400 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
14401
14402         * WorkArea.C (c-tor): re-position version string slightly.
14403
14404 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
14405
14406         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
14407         revert to previous code.
14408
14409         WorkArea.[Ch]: (show, destroySplash): methods removed.
14410
14411         WorkArea.C: rework code so that it's an amalgam of the codes before and
14412         after the splash screen was moved to WorkArea.
14413
14414 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14415
14416         * lyxrc.C (read):
14417         * vspace.C (inPixels):
14418         (lyx_advance):
14419         * kbmap.C (bind):
14420         * buffer.C (insertStringAsLines):
14421         (asciiParagraph): fix types to be large enough
14422
14423         * lyxlex_pimpl.h: change member status from short to int
14424
14425         * layout.h: fix type of endlabeltype
14426
14427         * kbmap.C (bind):
14428         * kbsequence.C (parse): change return type to string::size_type
14429
14430         * LaTeX.C (updateBibtexDependencies): comment out unneeded
14431         variable
14432
14433         * Bullet.C (bulletSize):
14434         (bulletEntry): do not use short ints as parameters
14435
14436         * BufferView2.C (insertLyXFile): change a char to an int.
14437
14438         * WorkArea.C (WorkArea): remove unneeded floats in computation
14439
14440 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
14441
14442         * buffer.C (asciiParagraph): Treat '\\' as other chars.
14443
14444         * paragraph.C (asString): Do not ignore newline/hfill chars when
14445         copying to the clipboard.
14446
14447 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
14448
14449         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
14450         after a multi-line inset.
14451
14452 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
14453
14454         * paragraph.C (validate): Set NeedLyXFootnoteCode
14455
14456 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14457
14458         * lyxfont.C (LyXSizeNames): changed increase-error to increase
14459         and decrease-error to decrease.
14460
14461 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14462
14463         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
14464         it more readable (should be equivalent)
14465
14466 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
14467
14468         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
14469
14470 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14471
14472         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
14473         of a cursor (row, etc.) after a character has been deleted
14474         (deleteEmptyParagraphMechanism): call the method above on _all_
14475         cursors held by the LyXText when a double space has been
14476         detected/deleted.
14477
14478 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
14479
14480         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
14481         pixmap.
14482         (resizeCurrentBuff): remove code to destroy the old splash dialog.
14483
14484         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
14485         background. Use greyOut() and the new show() methods to toggle between
14486         the foreground and background. Add code to remove the splash after
14487         its initial showing.
14488
14489         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
14490         (create_forms): no longer call Dialogs::showSplash.
14491
14492 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14493
14494         * .cvsignore: add version_info.h
14495
14496 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14497
14498         * version_info.h.in: new file
14499
14500         * Makefile.am: add version_info.h.in
14501
14502         * lyx_main.C (commandLineVersionInfo): use version_info defined in
14503         version_info.h instead of VERSION_INFO
14504
14505 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
14506
14507         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
14508         The ERT inset now returns string().
14509
14510 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
14511
14512         * lyxtext.h, text.C (selectNextWord): renamed as
14513         selectNextWordToSpellcheck.
14514
14515         * text.C (selectNextWordToSpellcheck): Modified to not select
14516         words inside an ERT inset.
14517
14518 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14519
14520         * lyx_cb.C (MenuLayoutSave): change a bit the question
14521
14522         * sp_base.h: include <sys/types.h>
14523
14524 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
14525
14526         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
14527
14528 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
14529
14530         * several files: fix typos in user-visible strings
14531
14532 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14533
14534         * text2.C (pasteSelection): do not set the selection, since it
14535         will be cleared later. Actually, the intent was to fix the way the
14536         selection was set, but I figured rmoving the code was just as good.
14537
14538 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
14539
14540         * FontLoader.C (available): Check if font is available without
14541         loading the font.
14542
14543 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
14544
14545         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
14546
14547 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
14548
14549         * lyxrc.[Ch]: added display_graphics variable and associated code.
14550
14551 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14552
14553         * bufferparams.C (hasClassDefaults): new method. Returns true if
14554         the buffer parameters correspond to known class defaults
14555
14556 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
14557
14558         * XFormsView.C (show): set minimum size to the main window.
14559
14560 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14561
14562         * text2.C (copySelection):
14563         (cutSelection):
14564         * lyxfind.C (LyXReplace):
14565         * BufferView_pimpl.C (Dispatch): pass the correct flag to
14566         LyXText::selectionAsString.
14567
14568         * paragraph.C (asString): add "label" argument to the second form
14569
14570         * text2.C (selectionAsString): add "label" argument and pass it to
14571         Paragraph::asString.
14572
14573 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14574
14575         * lyx_main.C (commandLineHelp): remove version information
14576
14577 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
14578
14579         * lyx_main.C: add -version commandline option
14580
14581 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14582
14583         * paragraph.h: make the optional constructor arg required instead.
14584         some modifications to other files because of this.
14585
14586         * minibuffer.C (C_MiniBuffer_peek_event): make it static
14587
14588         * lyxserver.C (C_LyXComm_callback): make it static
14589
14590         * lyx_main.C (error_handler): make it static
14591
14592         * lyx_gui.C (LyX_XErrHandler): make it static
14593
14594         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
14595
14596         * WorkArea.C: make the extern "C" methods static.
14597
14598         * Makefile.am (lyx_LDADD): simplify
14599
14600 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14601
14602         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
14603         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
14604
14605         * LyXAction.C (init):
14606         * lyxfunc.C (dispatch): associated code removal.
14607
14608 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14609
14610         * lyxfont.h (isSymbolFont): shut off warning
14611
14612         * text.C (setHeightOfRow):
14613         (getVisibleRow): fix crash with empty paragraphs which have a
14614         bottom line
14615
14616 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
14617
14618         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
14619         code.
14620
14621 2001-09-04  José Matos  <jamatos@fep.up.pt>
14622         * buffer.C
14623         * buffer.h
14624         * tabular.C (docbook): rename docBook method to docbook.
14625
14626 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14627
14628         * Makefile.am: add dependencies to main.o.
14629
14630 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
14631
14632         * FontLoader.C (available): Return false if !lyxrc.use_gui
14633
14634 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
14635
14636         * FontInfo.C (query):
14637         * converter.C (view):
14638         * importer.C (Import):
14639         * exporter.C (Export): Can not -> cannot.
14640
14641 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
14642
14643         * BufferView_pimpl.C: allow to create index inset even if
14644           string is empty
14645
14646 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
14647
14648         * buffer.C (getLists): replace boost::tie code with an explicit pair
14649         as boost::tie can break some compilers.
14650
14651         * iterators.h: Added a std:: declaration to the return type of
14652         ParIterator::size.
14653
14654 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
14655
14656         * lyxrc.C: add help for view_dvi_paper_option, default to safe
14657           case.
14658
14659 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
14660
14661         * iterators.[Ch]: New files. Provide paragraph iterators.
14662
14663         * buffer.C (changeLanguage): Use paragraph iterators.
14664         (isMultiLingual): ditto
14665
14666         * BufferView2.C (ChangeInsets): Use paragraph iterators.
14667
14668 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
14669
14670         * FontLoader.C: Support for cmr font.
14671
14672 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
14673
14674         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
14675         (available): New method.
14676
14677         * FontInfo.C (getFontname): Use scalable fonts even when
14678         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
14679         found.
14680
14681 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14682
14683         * converter.C (Formats::view): reverted! Incorrect fix.
14684
14685 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
14686
14687         * converter.C (Formats::view): only output the -paper option
14688         if the dvi viewer is xdvi, thereby fixing bug #233429.
14689
14690 2001-08-23  Herbert Voss  <voss@perce>
14691
14692         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
14693
14694 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
14695
14696         * Spacing.h (Spacing): Set space to Default on in the default
14697         constructor.
14698
14699 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14700
14701         * vc-backend.h (RCS::versionString): add RCS to version
14702         (CVS::versionString): add CVS to version
14703
14704         * vc-backend.C (scanMaster): do not add CVS to version.
14705         (scanMaster): do not add RCS to version
14706
14707         * lyxvc.C (versionString): new method
14708
14709         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
14710
14711 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14712
14713         * Spacing.C (set): initialize fval
14714
14715 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
14716
14717         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
14718         " or \.
14719
14720 2001-08-16  Juergen Vigna  <jug@sad.it>
14721
14722         * lyxfunc.C (dispatch): implemented the new FINISHED states.
14723
14724 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14725
14726         * BufferView_pimpl.C:
14727         * figureForm.C:
14728         * lyxtext.h:
14729         * text2.C: setParagraph takes linespacing now
14730
14731 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
14732
14733         * LyxAction.C: add internal LFUN_CITATION_INSERT
14734
14735         * LyXView.C: actually apply fix
14736
14737         * bufferlist.C: fix open non-existent file
14738
14739         * lyxfind.C: fix indentation
14740
14741         * lyxfunc.C: remove unneeded assert, fix typo
14742
14743 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
14744
14745         * MenuBackend.C: use "Floatname List"
14746
14747 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
14748
14749         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
14750         when converting LaTeX layout to insetERT.
14751         Generate a non-collapsed float when reading old float
14752
14753 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14754
14755         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
14756         ERT insets.
14757
14758 2001-08-13  Juergen Vigna  <jug@sad.it>
14759
14760         * text.C (fill): return 0 instead of 20 as this seems to be the more
14761         correct value.
14762
14763 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
14764
14765         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
14766         lyxrc.font_norm.
14767
14768 2001-08-13  Juergen Vigna  <jug@sad.it>
14769
14770         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
14771         casesensitive off.
14772         (SearchBackward): comment out the unlocking of the inset_owner this
14773         should not be needed!
14774
14775 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
14776
14777         * Many files: Remove inherit_language, and add latex_language
14778
14779         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
14780         collapsible insets.
14781
14782 2001-08-10  Juergen Vigna  <jug@sad.it>
14783
14784         * text.C (prepareToPrint): fixed hfill-width in draw!
14785
14786         * BufferView2.C (selectLastWord): save the selection cursor as this
14787         now is cleared in the function LyXText::clearSelection!
14788
14789 2001-08-08  Juergen Vigna  <jug@sad.it>
14790
14791         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
14792         BACKSPACE type functions.
14793
14794         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
14795         is only cutted from the document but not put in the cut-buffer, where
14796         still the old stuff should be.
14797
14798         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
14799
14800         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
14801
14802         * tabular.C (SetWidthOfCell): fixed special case where the width
14803         was not updated!
14804         (LeftLine): handle '|' in align_special.
14805         (RightLine): ditto
14806         (LeftAlreadyDrawed): ditto
14807         (SetWidthOfCell): ditto
14808
14809 2001-08-07  Juergen Vigna  <jug@sad.it>
14810
14811         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
14812
14813 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14814
14815         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
14816         * lyxlex.[hC]: ditto
14817
14818 2001-08-06  Juergen Vigna  <jug@sad.it>
14819
14820         * text.C (getVisibleRow): fix up row clearing a bit.
14821
14822 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14823
14824         * minibuffer.C: make sure the X server sees the changes in the input.
14825
14826 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14827
14828         * paragraph.C (getFont): split into...
14829         (getLabelFont): this
14830         (getLayoutFont): and this
14831         * paragraph_pimpl.C (realizeFont): calling this
14832
14833         * text2.C (getFont): split into...
14834         (getLayoutFont): this
14835         (getLabelFont): and this
14836         (realizeFont): all three calling this
14837
14838         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
14839         files where used.
14840
14841 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14842
14843         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
14844
14845 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
14846
14847         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
14848         layouts from the Quote inset insertion.
14849
14850 2001-08-03  Juergen Vigna  <jug@sad.it>
14851
14852         * BufferView_pimpl.C (update): do the fitCursor only at the end!
14853
14854         * screen.C (drawFromTo): don't call fitcursor here and do the loop
14855         only if status not is already CHANGED_IN_DRAW (second level).
14856
14857         * text.C (draw): don't set the need_break_row when inside an
14858         InsetText LyXText.
14859
14860 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14861
14862         * buffer.C (parseSingleLyXformat2Token): handle more latex
14863         conversion cases.
14864
14865         * bufferview_funcs.[hC]: change function names to
14866         begin with small char, adjust other files.
14867
14868 2001-08-02  André Pönitz <poenitz@gmx.net>
14869
14870         * lyxfunc.C:
14871         BufferView_pimpl.C: remove broken special code for math-greek
14872
14873 2001-08-02  Juergen Vigna  <jug@sad.it>
14874
14875         * BufferView_pimpl.C (update): redone this function so that we
14876         update the text again if there was a CHANGE_IN_DRAW.
14877
14878         * screen.C (cursorToggle): removed LyXText parameter and recoded.
14879         (drawFromTo): added a new internal bool which is used by draw() and
14880         redraw() function.
14881         (general): some cursor drawing problems fixed.
14882
14883 2001-08-01  Juergen Vigna  <jug@sad.it>
14884
14885         * lyxfind.C (LyXFind): fixed
14886         (SearchForward): ditto
14887         (SearchBackward): ditto
14888
14889         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
14890         spurius drawing of the cursor in the main area.
14891
14892         * text2.C (status): small fix which could lead to a segfault!
14893         (clearSelection): remove unneeded BufferView param.
14894
14895 2001-08-01  André Pönitz <poenitz@gmx.net>
14896
14897         * lyxfunc.C: small change due to changed mathed interface
14898
14899 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14900
14901         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
14902
14903 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
14904
14905         * lyxfunc.c: fail gracefully if file doesn't exist
14906
14907         * LyXSendto.C:
14908         * buffer.C:
14909         * lyxfunc.C:
14910         * BufferView_pimpl.C: IsDirWriteable() proto changed
14911
14912         * LyXView.C: fix updateWindowTitle() to store the last title
14913
14914 2001-07-31  Juergen Vigna  <jug@sad.it>
14915
14916         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
14917         the font (wrong since using of Paragraph::highestFontInRange).
14918
14919         * paragraph.C (highestFontInRange): added a default_size parameter.
14920
14921         * text.C (getVisibleRow): minor clear row changes (still not perfect).
14922         (setHeightOfRow): reformat
14923
14924 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14925
14926         * converter.[hC] + affected files: move to (inital-char)lowercase
14927         function names.
14928
14929         * ParagraphParameters.C (ParagraphParameters): remove commented code
14930
14931         * PainterBase.[Ch]: remove commented code
14932
14933         * LaTeXFeatures.h: add "bool floats" for float.sty
14934
14935         * LaTeXFeatures.C (LaTeXFeatures): init floats
14936         (require): handle float
14937         (getPackages): do it with floats
14938
14939 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14940
14941         * BufferView_pimpl.C (Dispatch): improve handling of
14942         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
14943
14944         * commandtags.h: #include lyxfont.h here temporarily to avoid
14945         keybinding bug.
14946
14947         * bufferlist.h: include LString.h here.
14948
14949 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14950
14951         * text2.C (getStringToIndex): new method.
14952
14953 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
14954
14955         * *: Reduced header file dependencies all over.
14956
14957 2001-07-30  Baruch Even  <baruch@lyx.org>
14958
14959         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
14960
14961 2001-07-29  Baruch Even  <baruch@lyx.org>
14962
14963         * buffer.C (readInset): Changed GRAPHICS to Graphics.
14964
14965 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
14966
14967         * ParameterStruct.h (endif): add a default constructor to make
14968         sure that all variables is initialized.
14969
14970         * ParagraphParameters.C (ParagraphParameters): adjust
14971
14972 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
14973
14974         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
14975         index; also, check that there is something to index, and that it
14976         does not span over several paragraphs.
14977         (doubleClick): use WHOLE_WORD_STRICT for double click.
14978
14979         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
14980
14981         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
14982         scheme.
14983
14984 2001-07-26  Baruch Even  <baruch@lyx.org>
14985
14986         * buffer.C (readInset): Changed to call up InsetGraphics when reading
14987         an InsetFig figure, backwards compatible reading of old figure code.
14988
14989 2001-07-27  Juergen Vigna  <jug@sad.it>
14990
14991         * text2.C: font.realize function adaption.
14992
14993         * text.C (draw): add a warnings lyxerr text if needed.
14994
14995         * layout.C: font.realize function adaption.
14996
14997         * language.C: add inherit_language and implement it's handlings
14998
14999         * bufferview_funcs.C (StyleReset): remove language parameter from
15000         font creation (should be language_inherit now).
15001
15002         * bufferparams.C (writeFile): handle ignore_language.
15003
15004         * paragraph.C (getFontSettings): the language has to be resolved
15005         otherwise we have problems in LyXFont!
15006
15007         * lyxfont.C (lyxWriteChanges): added document_language parameter
15008         (update): removed unneeded language parameter
15009
15010         * paragraph.C (validate): fixed wrong output of color-package when
15011         using interface colors for certain fonts in certain environments,
15012         which should not seen as that on the final output.
15013
15014 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
15015
15016         * BufferView_pimpl.C:
15017         * Thesaurus.h:
15018         * Thesaurus.C:
15019         * Makefile.am:
15020         * commandtags.h:
15021         * LyXAction.C: add thesaurus support
15022
15023         * lyxfind.h:
15024         * lyxfind.C: add "once" parameter, for thesaurus, to not
15025           move to the next match
15026
15027 2001-07-26  Juergen Vigna  <jug@sad.it>
15028
15029         * lyxfont.C (realize): honor ignore_language too!
15030         (resolved): ditto.
15031
15032         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
15033
15034         * text.C (draw): one place more for ignore_language to not draw
15035         itself!
15036
15037 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
15038
15039         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
15040
15041 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15042
15043         * buffer.C (parseSingleLyXformat2Token): a more general fix for
15044         the minipage conversion problem.
15045
15046 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15047
15048         * buffer.C (parseSingleLyXformat2Token): check minipage if we
15049         insert an inset.
15050
15051 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15052
15053         * BufferView.h: don't forward declare WorkArea
15054
15055         * BufferView.C: don't include WorkArea.h
15056
15057 2001-07-25  André Pönitz <poenitz@gmx.net>
15058
15059         * commandtags.h:
15060         * LyXAction.C:
15061         * lyxfunc.C:  new LFUN 'math-space'
15062
15063         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
15064
15065 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15066
15067         * text2.C (toggleInset): call open/close
15068
15069 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15070
15071         * lyxfunc.C (dispatch): add debug for the disabled case
15072
15073         * font.C (buttonText): make similar to rectText
15074
15075         * buffer.C (readInset): comment out parsing of insetlist and
15076         insttheorem
15077
15078         * PainterBase.C (rectText): small correction
15079
15080         * BufferView_pimpl.C: comment out insettheorem and insetlist
15081         * LyXAction.C: ditto
15082         * commandtags.h: ditto
15083
15084 2001-07-24  Juergen Vigna  <jug@sad.it>
15085
15086         * text.C (draw): honor the ignore_language.
15087
15088         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
15089
15090 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15091
15092         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
15093         char inset.
15094
15095 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15096
15097         * lyxtext.h: remove unused (and unimplemented) methods
15098
15099 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15100
15101         * text.C (getVisibleRow): honor background color
15102
15103         * PainterBase.h:
15104         * Painter.h: remove default color argument for fillRectangle
15105
15106         * text.C (backgroundColor): new method
15107
15108 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15109
15110         * text.C (getVisibleRow): adjust
15111
15112         * font.[Ch] (rectText): new method, metrics
15113         (buttonText): new method, metrics
15114
15115         * PainterBase.[hC]: make rectText and buttonText always draw and take
15116         fewer paramteres.
15117
15118 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15119
15120         * ToolbarDefaults.C (read):
15121         * MenuBackend.C (read): allow escaping in all strings
15122
15123         * BufferView_pimpl.C (insertAndEditInset): new method.
15124         (Dispatch): use insertAndEditInset whenever appropriate.
15125
15126         * BufferView_pimpl.C (insertNote): removed
15127
15128         * BufferView_pimpl.C (smartQuote): new method, moved from
15129         BufferView; if an insetquote cannot be inserted, insert a '"'
15130         character instead.
15131
15132         * BufferView2.C: remove insertCorrectQuote();
15133
15134         * lyxfunc.C (getStatus): Add support for all remaingin
15135         inset-insert lfuns.
15136
15137         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
15138
15139         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
15140         command (necessary to pass " as parameter of self-insert.
15141
15142         * text.C (selectWordWhenUnderCursor):
15143         (selectWord): add word_location parameter
15144         (selectWordWhenUnderCursor): same + remove special code for word
15145         boundary.
15146         (selectNextWord): use kind() to guess type of insetspecialchar,
15147         not latex().
15148
15149         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
15150         (insertErtContents): create ert insets as collapsed.
15151         (readInset): better compatibility code for Info inset.
15152
15153 2001-07-20  Juergen Vigna  <jug@sad.it>
15154
15155         * lyxfunc.C (dispatch): use always LyXFind now!
15156
15157         * text2.C (init): add a reinit flag so that the LyXText can be
15158         reinited instead of deleted and reallocated (used in InsetText).
15159
15160         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
15161
15162         * text.C: ditto
15163
15164         * text2.C: ditto
15165
15166 2001-07-18  Juergen Vigna  <jug@sad.it>
15167
15168         * text.C (selectNextWord): handle insets inside inset by calling
15169         always the bv->text functions so that we can go up the_locking_inset!
15170
15171         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
15172         in strange locations when inside an inset!
15173
15174         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
15175         handling to include insets.
15176
15177         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
15178
15179 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15180
15181         * LyXAction.C (init):
15182         * commandtags.h:
15183         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
15184         LIGATURE_BREAK, since the name is so stupid.
15185
15186 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15187
15188         * buffer.C (readInset): enable reading of new InsetNotes as well as old
15189         InsetInfos.
15190
15191         * FontLoader.C: remove FORMS_H_LOCATION cruft.
15192
15193         * sp_form.[Ch]: remove.
15194
15195         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
15196
15197         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
15198         InsetInfo.
15199
15200         * src/buffer.C (readInset): ditto.
15201
15202 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15203
15204         * BufferView_pimpl.C (specialChar): new method. Obsoletes
15205         menuSeparator(), endOfSentenceDot(), ldots() and
15206         hyphenationPoint(), which are therefore removed.
15207         (Dispatch): handle LFUN_HYPHENATION_BREAK.
15208
15209         * LyXAction.C (init):
15210         * commandtags.h: add LFUN_HYPHENATION_BREAK.
15211
15212         * paragraph.C (getWord): removed.
15213
15214         * BufferView_pimpl.C (Dispatch): use last word or selection for
15215         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
15216
15217         * lyx_main.C (queryUserLyXDir): do not ask before creating
15218         user_dir, except if it has been named explicitely.
15219
15220 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
15221
15222         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
15223         a document of zero size.
15224
15225 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
15226
15227         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
15228         approriately in the c-tor and in require().
15229         (getPackages): output the appropriate LaTeX for natbib support.
15230
15231         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
15232         variables "use_natbib" and "use_numerical_citations" when reading the
15233         LyX file.
15234         (readInset): read the various natbib cite commands.
15235         (validate): white-space change.
15236
15237         * bufferparams.[Ch]: new variables "bool use_natbib" and
15238         "bool use_numerical_citations".
15239         (writeFile): output them in the LyX file.
15240
15241 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
15242
15243         * lyxfunc.C (getStatus): add support for all the inset insertion
15244         commands.
15245
15246         * text2.C (insertInset):
15247         * paragraph.C (insetAllowed):
15248         * BufferView_pimpl.C (insertInset): update to take in account the
15249         renaming of insertInsetAllowed
15250
15251         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
15252
15253         * text2.C (getInset): new method. returns inset at cursor position.
15254
15255         * BufferView_pimpl.C (Dispatch): changes because of this.
15256
15257         * LyXAction.C (init): rename open-stuff to inset-toggle.
15258
15259         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
15260
15261         * text2.C (toggleInset): renamed from openStuff; use
15262         Inset::open().
15263
15264 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
15265
15266         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
15267
15268         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
15269
15270 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
15271
15272         * buffer.C (readLyXformat2): Add filename to the error dialog
15273
15274 2001-07-18  Juergen Vigna  <jug@sad.it>
15275
15276         * tabular.C (GetCellNumber): put an assert here instead of the check!
15277
15278 2001-07-17  Juergen Vigna  <jug@sad.it>
15279
15280         * BufferView_pimpl.C (toggleSelection): adapted too.
15281
15282         * text.C (selectNextWord): adapted for use with insets.
15283         (selectSelectedWord): ditto
15284
15285 2001-07-17  Juergen Vigna  <jug@sad.it>
15286
15287         * sp_spell.C (PSpell): fix initialitation order.
15288
15289 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15290
15291         * paragraph.C: spacing
15292
15293 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
15294
15295         * sp_spell.C: repair language selection for pspell
15296
15297 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15298
15299         * lyxfunc.h: change more methods to begin with lower char.
15300
15301 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
15302
15303         * buffer.C (parseSingleLyXformat2Token): Generate error insets
15304         for unknown layouts.
15305
15306 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
15307
15308         * buffer.C (readLyXformat2): Generate an error dialog if there are
15309         unknown layouts.
15310
15311 2001-07-16  Juergen Vigna  <jug@sad.it>
15312
15313         * sp_spell.C: always compile ISpell part.
15314
15315         * lyxrc.C: added use_pspell entry and it's handling.
15316
15317 2001-07-13  Juergen Vigna  <jug@sad.it>
15318
15319         * sp_spell.C: removed double includes.
15320
15321 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
15322
15323         Consistent use of Lsstream.h:
15324         * Lsstream.h: added using std::stringstream for consistencies sake.
15325
15326         * buffer.C: removed using std::stringstream
15327
15328         * lyxfont.C (stateText):
15329         * paragraph.C (asString):
15330         * text.C (selectNextWord, selectSelectedWord):
15331         * text2.C (setCounter):
15332         * vspace.C (asString, asLatexString):
15333         std::ostringstream -> ostringstream.
15334
15335 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15336
15337         * LyXAction.C: add LFUN_HELP_ABOUTLYX
15338         * commandtags.h: add LFUN_HELP_ABOUTLYX
15339         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
15340
15341 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
15342
15343         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
15344         cursorToggle()
15345         * lyx_gui_misc.C: remove spellchecker
15346         * lyxfunc.C: showSpellchecker
15347         * sp_base.h: added
15348         * sp_ispell.h: added
15349         * sp_pspell.h: added
15350         * sp_spell.C: added
15351         * sp_form.[Ch]: removed
15352         * spellchecker.[Ch]: removed
15353
15354 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
15355
15356         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
15357         is set.
15358         (simpleTeXSpecialChars): Simply print the input character without
15359         any special translation if pass_thru is set.
15360
15361         * layout.h: Added bool pass_thru to layout class for being able to
15362         implement pass through of a paragraph for Literate Programming.
15363
15364         * layout.C: add LT_PASS_THRU to LayoutTags enum.
15365         * layout.C (LyXLayout): set pass_thru to flase in constructor.
15366         * layout.C (Read): add "passthru" to list of layout tags and add
15367         code to set the pass_thru boolean when it is read.
15368
15369 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15370
15371         * trans_decl.h: remove allowed from KmodInfo
15372
15373         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
15374         remove allowed code
15375         (Load): adjust
15376
15377         * paragraph_pimpl.C (erase): use boost::prior
15378
15379         * Painter.C (text): use data() instead of c_str() when length is
15380         also provided.
15381         * WorkArea.C (putClipboard): ditto
15382         * font.h (width): ditto
15383
15384         * BufferView2.C: use it-> instead of (*it). for iterators
15385         * texrow.C: ditto
15386         * paragraph_pimpl.C: ditto
15387         * paragraph.C: ditto
15388         * minibuffer.C: ditto
15389         * language.C: ditto
15390         * kbmap.C: ditto
15391         * encoding.C: ditto
15392         * counters.C: ditto
15393         * converter.C: ditto
15394         * chset.C: ditto
15395         * Variables.C: ditto
15396         * TextCache.C: ditto
15397         * MenuBackend.C: ditto
15398         * LyXAction.C: ditto
15399         * LColor.C: ditto
15400         * FloatList.C: ditto
15401         * DepTable.C: ditto
15402         * ColorHandler.C (LyXColorHandler): ditto
15403
15404 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15405
15406         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
15407
15408         * text2.C (openStuff): reintroduce this method (which had been
15409         nuked in NEW_INSETS frenzy).
15410
15411         * lyxfunc.C (Dispatch): when an action has not been handled, use
15412         its name in the error message, not its number.
15413
15414         * paragraph.C (inInset): change method name to begin with lowercase.
15415
15416         * undo_funcs.C:
15417         * text2.C: updates because of this.
15418
15419 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15420
15421         * ToolbarDefaults.C (add): add spaces in error message
15422
15423 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15424
15425         * buffer.C (readLyXformat2): initialize the ert comp. variables.
15426         (readLyXformat2): rename return_par to first_par, use lyxlex's
15427         pushToken and remove the manual push handling.
15428         (parseSingleLyXformat2Token): add another ert comp. variable:
15429         in_tabular, rename return_par to first_par. handle newlines better
15430
15431 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15432
15433         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
15434
15435 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15436
15437         * text2.C (getParFromID): removed
15438
15439         * buffer.C (getParFromID): new method moved form lyxtext.
15440         * BufferView2.C (insertErrors): adjust
15441         (setCursorFromRow): adjust
15442         * BufferView_pimpl.C (restorePosition): adjust
15443         * lyxfunc.C (Dispatch): adjust
15444         * undo_funcs.C (textUndo): adjust
15445         (textRedo): adjust
15446         (textHandleUndo): adjust
15447         (textHandleUndo): adjust
15448
15449 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15450
15451         * buffer.C: up' the LYX_FORMAT
15452
15453         * lyxfont.h: turn NO_LATEX on as default
15454
15455         * buffer.C (insertErtContents): new methods of tex style compability.
15456         (parseSingleLyXformat2Token): use it several places.
15457         * tabular.C (OldFormatRead): and here
15458
15459 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15460
15461         * text2.C: remove some commented code.
15462         reindent file.
15463
15464         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
15465         * trans.C: changes because of the above.
15466
15467 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
15468
15469         * text2.C (setCounter): Fix counters bug with bibliography layout.
15470
15471 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15472
15473         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
15474         own member functions
15475         (simpleTeXSpecialChars): ditto
15476
15477 2001-07-06  Juergen Vigna  <jug@sad.it>
15478
15479         * a lot of files: changed the access to LyXText::status and the
15480         call of undo-functions.
15481
15482         * undo.[Ch]: added a inset_id to the undo informations.
15483
15484         * undo_funcs.[Ch]: added and moved here all undo functions.
15485
15486         * lyxtext.h: give the status enum a weight, made status_ a private
15487         variable and made accessor functions for it, removed the whole bunch
15488         of undo-functions as they are now in their own file, make some
15489         functions publically available. Added function ownerParagraph with
15490         int parameter.
15491
15492         * paragraph.[Ch]: added "bool same_ids" to the constructor,
15493         made InInset() a const function, added getParFromID() function.
15494
15495         * buffer.[Ch]: added const version for inset_iterator functions,
15496         added getInsetFromID() function.
15497
15498         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
15499         changed undo functions for new version.
15500
15501 2001-07-05  Juergen Vigna  <jug@sad.it>
15502
15503         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
15504         unknow mechanism does not call the proper constructor but only this
15505         one also if I request the other!?
15506
15507 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15508
15509         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
15510
15511         * text2.C (LyXText): use initialization lists.
15512
15513         * lyxtext.h (Selection): initialize set_ and mark_
15514         (init): remove method
15515
15516 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
15517
15518         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
15519
15520 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15521
15522         * screen.[Ch]: change method names to begin with lowercase
15523
15524         * BufferView_pimpl.C (updateScrollbar): simplify further and
15525         hopefully make it a bit faster.
15526
15527 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15528
15529         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
15530         calling directly xforms functions.
15531
15532         * Painter.C (Painter):
15533         * lyx_cb.C (MenuWrite):
15534         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
15535         fl_display.
15536
15537         * lyx_gui.C: remove bogus guiruntime extern declaration.
15538
15539 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15540
15541         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
15542         in NEW_INSETS
15543         (redoDrawingOfParagraph): ditto
15544         (redoParagraphs): ditto
15545         (cutSelection): don't create a object for CutAndPaste use the
15546         static method directly
15547         (pasteSelection): ditto
15548
15549         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
15550         LyXview (+ rename)
15551
15552 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15553
15554         * modifications to some other files because of this.
15555
15556         * Makefile.am (lyx_SOURCES): add XFormsView
15557
15558         * XFormsView.[Ch]: new files
15559
15560         * LyXView.[Ch]: make LyXView a base class for the gui handling for
15561         the main window. Move the gui dependent stuff to XFormsView
15562
15563 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15564
15565         * tabular.C (GetCellInset): update cur_cell also in the row/col
15566         version of this function.
15567
15568         * lyxfunc.C: no need to include figure_form.h here.
15569
15570         * FontLoader.h:
15571         * lyxfunc.h:
15572         * lyxscreen.h:
15573         * text2.C:
15574         * lyxvc.C: no need to include forms.h here.
15575
15576 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15577
15578         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
15579
15580         * lyxfunc.C (Dispatch):
15581         * Spacing.C (set):
15582         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
15583         constructor argument.
15584
15585 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15586
15587         * paragraph.C (Paragraph): dont't clear, and just set layout.
15588         (makeSameLayout): use params's copy contructor.
15589
15590         * ParagraphParameters.[Ch] (makeSame): delete method
15591
15592 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
15593
15594         * Variables.[Ch]: fix indentation, rename set to isSet
15595
15596 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15597
15598         * lyxfunc.C (Dispatch): fix typo
15599
15600 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15601
15602         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
15603         upper_bound.
15604
15605         * bufferlist.C: include assert.h for emergencyWrite().
15606
15607 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15608
15609         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
15610           give up at last (bug #425202) !
15611
15612 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
15613
15614         * lyx_gui_misc.C:
15615         * sp_form.h:
15616         * sp_form.C:
15617         * spellchecker.h:
15618         * spellchecker.C: strip spellchecker options and bring up
15619           preferences tab instead
15620
15621 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15622
15623         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
15624         the istringstream constructor
15625
15626 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15627
15628         * paragraph.C (getLayout): fix return value
15629
15630         * paragraph.h: do not declare getLayout as inline.
15631
15632         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
15633
15634 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15635
15636         * lyxcursor.h (operator<): new func
15637         (operator>): new func
15638         (operator>=): new func
15639         (operator<=): new func
15640
15641         * text.C (changeCase): use selection.start and selection.end
15642         (changeRegionCase): require from to be <= to. Require par to be a
15643         valid paragraph.
15644
15645         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
15646
15647 2001-06-27  Juergen Vigna  <jug@sad.it>
15648
15649         * text.C (cursorLeftOneWord): changed to return the cursor and added
15650         overlay with BufferView * parameter which calls this one.
15651         (getWord): added
15652         (selectWord): use new getWord function.
15653         (changeCase): renamed from changeWordCase as and extended to work
15654         also on selections.
15655
15656         * lyxtext.h: added enum word_location
15657
15658         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
15659         changeCase as this operates now also on selections.
15660
15661 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
15662
15663         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
15664
15665         * many files: send debug output to Debug::INFO instead of
15666         Debug::ANY.
15667
15668         * converter.C (View):
15669         (Convert):
15670         (Move): send debug output to Debug::FILES instead of console.
15671
15672 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
15673
15674         * lyxfunc.C (getStatus): use func_status
15675
15676         * func_status.h: new header, describing the results of
15677         LyXFunc::getStatus;
15678
15679         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
15680         LFUN_MATH_HALIGN.
15681
15682 2001-06-25  The LyX Project  <jug@sad.it>
15683
15684         * buffer.C (sgmlOpenTag):
15685         (sgmlCloseTag):
15686         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
15687
15688 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15689
15690         * text2.C: remove some dead code
15691
15692         * tabular.C (GetCellInset): store the last cell checked (gotten)
15693
15694         * tabular.h: add the helper for the speedup
15695
15696         * lyxtext.h: remove some dead code
15697
15698 2001-06-26  The LyX Project  <Asger>
15699
15700         * paragraph.C: Change export to LaTeX of alignment to
15701         \begin{center} and family for better roundtrip work with reLyX.
15702
15703         * Tune the math drawing a bit.
15704
15705 2001-06-25  The LyX Project  <Asger>
15706
15707         * LColor.C (LColor): New color for math background. New color
15708         for buttons.
15709
15710 2001-06-25  The LyX Project  <jug@sad.it>
15711
15712         * lyxfunc.C (MenuNew): remove extra check for .lyx file
15713
15714         * lyxfunc.C (Open):
15715         * bufferlist.C (newFile): do not restrict to files ending with
15716         .lyx
15717
15718         * BufferView_pimpl.C (MenuInsertLyXFile):
15719
15720 2001-06-24  The LyX Project  <jug@sad.it>
15721
15722         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
15723         of compare_no_case
15724
15725 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15726
15727         * lyxtext.h: rename most methods to begin with a small char.
15728         Lots of changes because of this.
15729
15730         * paragraph.C (Paragraph): do not call fitToSize
15731         (erase): call Pimpl::erase
15732         (insertChar): call Pimpl::insertChar
15733         (insertInset): call Pipl::insertInset
15734         (breakParagraph): do not call fitToSize
15735         (breakParagraphConservative): do not call fitToSize
15736         (fitToSize): remove method
15737
15738         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
15739
15740 2001-06-24  The LyX Project  <Asger>
15741
15742         * Fix Qt compilation^2
15743
15744 2001-06-24  The LyX Project  <jug@sad.it>
15745
15746         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
15747         depthHook(getDepth()-1).
15748
15749         * paragraph.h:
15750         * ParagraphParameters.h:
15751         * ParameterStruct.h: change type of depth to unsigned int ==
15752         depth_type. Many adaptations to other files before of that.
15753
15754 2001-06-24  The LyX Project  <Asger>
15755
15756         * Fix Qt compilation.
15757
15758 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15759
15760         * paragraph.h: renamed several methods to begin with small letter.
15761         several changes to many parts of the code because of this.
15762
15763 2001-06-23  The LyX Project  <jug@sad.it>
15764
15765         * text2.C (InsertStringAsLines): renamed from InsertStringA;
15766         rewritten to discard all double spaces when KeepEmpty is off
15767         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
15768         to only handle newlines but not fiddle with spaces and friends.
15769
15770         * lyxfunc.C (MenuNew): when doing 'new from template', use
15771         template_path as default directory
15772
15773 2001-06-23  The LyX Project  <Asger>
15774
15775         * Clean-up of header file includes all over
15776         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
15777
15778 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15779
15780         * paragraph.h: renamed from lyxparagraph.h
15781
15782 2001-06-23  Asger  <lyx@violet.home.sad.it>
15783
15784         * Buffer.h: Removed Buffer::resize
15785         * BufferList.h: Removed BufferList::resize
15786         * LyXView.h: Added LyXView::resize. This way, we will only reflow
15787         the document lazily when we change the width, or the font settings.
15788
15789 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15790
15791         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
15792
15793 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15794
15795         * buffer.h: remove out of date comment
15796
15797 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
15798
15799         * lyxscreen.h:
15800         * screen.C: fix "theoretical" GC leak
15801
15802 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15803
15804         * LaTeX.C (scanAuxFile):
15805         (deplog): remove trailing \r when reading stream (useful under
15806         win32)
15807
15808 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
15809
15810         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
15811         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
15812         and BufferView::theLockingInset(Inset*), so should use them and not
15813         access bv_->text->the_locking_inset directly.
15814
15815         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
15816
15817 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15818
15819         * Makefile.am:
15820         * tex-defs.h: remove old unused file
15821
15822 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
15823
15824         * BufferView_pimpl.C: fix typo, remove minibuffer message
15825           when buffer has loaded
15826
15827 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15828
15829         * lyxfunc.C (Dispatch): use stringstream
15830         (MenuNew): use stringstream
15831         (Open): use stringstream
15832
15833         * importer.C (Import): use stringstream
15834
15835         * bufferview_funcs.C (CurrentState): use stringstream
15836
15837         * LaTeX.C (run): use stringstream
15838
15839         * BufferView_pimpl.C (savePosition): use stringstream
15840         (restorePosition): use stringstream
15841         (MenuInsertLyXFile): use stringstream
15842
15843 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
15844
15845         * BufferView.C:
15846         * Bullet.C:
15847         * ColorHandler.C:
15848         * FontInfo.C:
15849         * FontLoader.C:
15850         * LColor.C:
15851         * LaTeXFeatures.C:
15852         * Painter.C:
15853         * gettext.C:
15854         * lyx_gui_misc.C:
15855         * lyxserver.C:
15856         * vspace.C: removed // -*- C++ -*- as first line.
15857
15858         * lyxfind.h:
15859         * version.h: added // -*- C++ -*- as first line.
15860
15861 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15862
15863         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
15864
15865         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
15866         of string
15867
15868 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15869
15870         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
15871         of floats.
15872
15873 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15874
15875         * gettext.C: include LString.h even when --disable-nls is on.
15876
15877 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
15878
15879         * converter.h (Get): changed argument type from int to
15880         FormatList::size_type to avoid unnecessary conversion.
15881
15882         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
15883         before using it.
15884
15885 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15886
15887         * gettext.h: include LString.h even when --disable-nls is on.
15888
15889 2001-06-07  Juergen Vigna  <jug@sad.it>
15890
15891         * text.C (BreakAgain): subst spaces with tabs.
15892
15893         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
15894         (resizeInsetsLyXText): set force on resizeLyXText.
15895
15896 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15897
15898         * gettext.h (gettext_init):
15899         (locale_init): use a real definition instead of a macro
15900
15901 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
15902
15903         * Bufferview_pimpl.C:
15904         * LColor.h:
15905         * LColor.C: further lcolor tidies
15906
15907 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15908
15909         * BufferView_pimpl.C (updateScrollbar): simplify.
15910
15911         * BufferView2.C: don't include insets/insetinfo.h, change
15912         prototype for insertInset and call the Pimpl version. let
15913         updateInset call Pimpl version.
15914
15915         * BufferView.h: move inset_slept to BufferView::Pimpl, move
15916         gotoInset to BufferView::Pimpl
15917
15918 2001-06-01  Juergen Vigna  <jug@sad.it>
15919
15920         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
15921         inside a LockingInset (is the update needed at all?).
15922
15923 2001-05-31  Juergen Vigna  <jug@sad.it>
15924
15925         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
15926         here not the old one otherwise how should we compare it afterwards
15927         if it's the same!
15928
15929 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15930
15931         * lyxfont.C:
15932         * tabular.C:
15933         * tabular-old.C:
15934         * FontInfo.C: bring C functions into global namespace when
15935         necessary
15936
15937 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
15938
15939         * LString.h: make sure config.h has been loaded before LString.h.
15940
15941         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
15942         (one for each char read by EatLine!).
15943
15944         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
15945         variables.
15946
15947 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15948
15949         * paragraph.C (BreakParagraph): set the inset_owner in the new par
15950         to the same as the par we break from
15951
15952 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15953
15954         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
15955
15956         * MenuBackend.C (expand): also create menu entries for wide
15957         versions of the floats.
15958
15959         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
15960
15961         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
15962
15963         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
15964         frontends/Makefile.am
15965
15966         * text2.C: adjust
15967         * text.C: adjust
15968
15969
15970         * tabular.C (getTokenValue): add std::
15971
15972         * tabular-old.C (getTokenValue): add std::
15973         (getTokenValue): ditto
15974         (getTokenValue): ditto
15975
15976         * screen.C (ToggleSelection): adjust
15977
15978         * lyxtext.h: put selection cursors inside a Selection struct.
15979
15980         * lyxfunc.C (moveCursorUpdate): adjust
15981
15982         * lyxfont.C (latexWriteStartChanges): add std::
15983
15984         * lyxfind.C: adjust
15985
15986         * font.h: delete with(char const *, LyXFont const &)
15987
15988         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
15989
15990         * FontInfo.C (getFontname): add std::
15991
15992         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
15993         (workAreaButtonPress): adjust
15994         (tripleClick): adjust
15995         (update): adjust
15996         (moveCursorUpdate): adjust
15997         (Dispatch): adjust
15998
15999         * BufferView2.C (gotoInset): adjust
16000
16001 2001-05-30  Juergen Vigna  <jug@sad.it>
16002
16003         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
16004         to check pspell I add this as default as I now have new pspell
16005         libraries and they seem to use this.
16006
16007 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16008
16009         * text2.C (CutSelection): make the cursor valid before the call to
16010         ClearSelection.
16011
16012 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16013
16014         * kbsequence.C (parse): de-uglify a bit the parsing code, which
16015         relied on 0 terminated strings and other horrors. Bug found due to
16016         the new assert in lyxstring!
16017
16018         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
16019         KP_ keys.
16020
16021 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16022
16023         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
16024         to latinkeys.bind.
16025
16026         * lyxfunc.C (processKeySym): change method of getting to the
16027         self-insert char.
16028
16029         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
16030         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
16031         * BufferView_pimpl.[Ch]: here as private methods.
16032
16033 2001-05-28  Juergen Vigna  <jug@sad.it>
16034
16035         * text.C (SetHeightOfRow): added the update() call again as it is
16036         needed to initialize inset dimensions!
16037
16038 2001-05-16  Juergen Vigna  <jug@sad.it>
16039
16040         * text2.C (SetCharFont): Add new function with BufferView * and
16041         bool toggleall parameters for setting insets internal fonts.
16042         (SetFont): Freeze the undo as we may change fonts in Insets and
16043         all this change should be inside only one Undo!
16044
16045         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
16046         setting font's in insets as for them we have the SetFont function!
16047
16048 2001-05-15  Juergen Vigna  <jug@sad.it>
16049
16050         * text2.C (ClearSelection): to be sure we REALLY don't have any
16051         selection anymore!
16052
16053         * tabular.C (TeXCellPreamble): fixed the left border problem for
16054         multicolumn cells.
16055
16056 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
16057
16058         * LaTeX.C (deplog): Make sure that the main .tex file is in the
16059         dependancy file
16060
16061 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16062
16063         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
16064         LFUN_BREAKPARAGRAPH.
16065
16066         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
16067         help test to "internal only", similar for LFUN_INSERT_URL
16068
16069         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
16070         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
16071         auto_region_delete and deadkeys.
16072
16073 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
16074
16075         * LColor.h:
16076         * LColor.C: remove some dead entries, tidy a little
16077
16078 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16079
16080         * lyxfunc.C (processKeySym): comment the Escape handling, remove
16081         commented code.
16082         (Dispatch): implement LFUN_ESCAPE
16083
16084         * commandtags.h: add LFUN_ESCAPE
16085
16086         * LyXAction.C (init): add entry for LFUN_ESCAPE
16087
16088         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
16089         Remove commented code.
16090         (insertNote): moved here
16091         (open_new_inset): moved here
16092
16093         * BufferView[2].[Ch]: move insertNote and open_new_inset to
16094         BufferView_pimpl
16095
16096 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16097
16098         * kbmap.C (findbinding): clean it up and make it work correctly.
16099
16100         * lyx_main.C (init): do not pass argc and argv as parameters
16101
16102 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
16103
16104         * buffer.C: fix path for OS/2 & Win32
16105
16106         * lyx_gui.C:
16107         * lyx_main:
16108         * lyx_main.C: Added os:: class.
16109
16110         * os2_defines.h: update
16111
16112 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16113
16114         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
16115         better by trying again with reduced state.
16116
16117 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16118
16119         * lyxrc.C (read): print error about invalid key sequence only when
16120         debugging (because not all latinX keysyms are known to some X
16121         servers)
16122
16123         * kbsequence.C (getiso): add a few std:: qualifiers
16124         (getiso): comment out extra return statement.
16125
16126 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16127
16128         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
16129         handling.
16130         (Dispatch): enhance the accent inset a bit. (not perfect)
16131
16132 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16133
16134         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
16135
16136 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16137
16138         * bufferlist.C (emergencyWrite): fix assert() call
16139
16140 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
16141
16142         * text.C (InsertChar): Added trivial patch to only send the "you
16143         can not do multiple spaces this way" message once during a
16144         session.
16145
16146 2001-05-08  Baruch Even  <baruch@lyx.org>
16147
16148         * Makefile.am: Changed order of libraries to get LyX to link properly
16149         with the gnome frontend.
16150
16151 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16152
16153         * LaTeXFeatures.h: add a std:: qualifier
16154
16155 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16156
16157         * paragraph.C (String): use stringstream
16158
16159 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16160
16161         * paragraph.C (writeFile): remove footflag arg
16162
16163         * buffer.C (makeLaTeXFile): use stringstream
16164         (latexParagraphs): remove footnot gurba
16165
16166         * LaTeXFeatures.C (getPackages): use stringstream
16167         (getMacros): likewise
16168         (getTClassPreamble): likewise
16169         (getFloatDefinitions): new method
16170
16171         * paragraph.C (writeFile): reindent
16172         (Erase): reindent
16173
16174         * WorkArea.h: revert the xpos + etc changes.
16175
16176         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
16177
16178         * lyxparagraph.[Ch]: add copy constructor, remove Clone
16179
16180         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
16181         (pasteSelection): likewise
16182         * text2.C (CreateUndo): likewise
16183
16184 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16185
16186         * minibuffer.C (peek_event): temporarily reduce the functionality
16187         of the minibuffer (to allow args on lfuns)
16188
16189         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
16190         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
16191
16192         * buffer.C (readInset): add compability reading of old float
16193         lists, add reading of new style float list.
16194         (readInset): avoid reevaluation of inscmd.getCmdName()
16195         (getLists): reindent
16196
16197         * MenuBackend.C (MenuItem): implement parsing of
16198         md_floatlistinsert and md_floatinsert.
16199         (expand::LastFiles): move initalizaton of iterators out of loop,
16200         avoid reevaluation.
16201         (expand::Documents): introduce typdedef vector<string> Strings,
16202         and use it.
16203         (expand::ExportFormats): introduce typedef vector<Format const *>
16204         Formats, and use it.
16205         (expand): implement FloatListInsert and FloatInsert.
16206
16207         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
16208         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
16209         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
16210
16211         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
16212         handling.
16213         (Dispatch::LFUN_FLOAT_LIST): implement
16214
16215 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
16216
16217         * LaTeX.C (run): Fix problem with --export code.
16218
16219 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16220
16221         * BufferView.[Ch] (workarea): removed.
16222         (getClipboard) new method; wrapper for workarea()->getClipboard()
16223
16224         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
16225         bug.
16226
16227         * WorkArea.h (width, height, xpos, ypos): These methods all
16228         returned the dimensions of the work_area sub-area of WorkArea,
16229         resulting in a position error if the WorkArea were resized. Now
16230         return the dimensions of the entire WorkArea.
16231
16232         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
16233
16234 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16235
16236         * LaTeX.C (deplog): correct the syntax of regex reg1
16237
16238 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16239
16240         * undo.C: remove !NEW_INSETS cruft
16241
16242 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16243
16244         * text2.C: remove !NEW_INSETS cruft
16245
16246         * text.C: remove !NEW_INSETS cruft
16247
16248         * tabular.C: remove !NEW_INSETS cruft
16249
16250         * spellchecker.C: remove !NEW_INSETS cruft
16251
16252         * lyxtext.h: remove !NEW_INSETS cruft
16253
16254         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
16255
16256         * lyxfunc.C: remove !NEW_INSETS cruft
16257
16258         * lyxfind.C: remove !NEW_INSETS cruft
16259
16260         * lyx_cb.C: remove !NEW_INSETS cruft
16261
16262         * figureForm.C: remove  !NEW_INSETS cruft
16263
16264         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
16265
16266         * buffer.[Ch]: remove !NEW_INSETS cruft
16267
16268         * ToolbarDefaults.C: remove !NEW_INSETS cruft
16269
16270         * CutAndPaste.C: remove !NEW_INSETS cruft
16271
16272         * BufferView_pimpl.C: remove !NEW_INSETS cruft
16273
16274         * BufferView2.C: remove !NEW_INSETS cruft
16275
16276         * BufferView.h: remove !NEW_INSETS cruft
16277
16278 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16279
16280         * Lsstream.h: include LString.h before the sstream headers to
16281         fix problem with gcc 2.95.3 and lyxstring
16282
16283 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16284
16285         * lyx_main.C: add using directives when needed for C functions
16286         declared in std:: namespace.
16287
16288 2001-04-27  Juergen Vigna  <jug@sad.it>
16289
16290         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
16291         (SetHeightOfRow): comment out the update call should not be needed!
16292
16293 2001-04-13  Juergen Vigna  <jug@sad.it>
16294
16295         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
16296         (LyXTabular): tried to minimize operator= operations (and realized
16297         hopfully Lars wish).
16298
16299 2001-04-27  Juergen Vigna  <jug@sad.it>
16300
16301         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
16302
16303 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16304
16305         * lyxfunc.C (Dispatch): hack to make listof algorithm work
16306
16307         * buffer.C (readInset): hack to make listof algorithm work
16308
16309         * BufferView_pimpl.C: hack to make listof algorithm work
16310
16311 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16312
16313         * LyXAction.C: removed all !NEW_INSETS cruft
16314         (init): moved lfun_item in method
16315
16316         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
16317
16318 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
16319
16320         * BufferView2.C (theLockingInset): white space.
16321
16322 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16323
16324         * minibuffer.C: include <iostream>
16325
16326         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
16327
16328         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
16329
16330         * commandtags.h: add LFUN_TRANSPOSE_CHARS
16331
16332         * text.[Ch] (TransposeChars): new method
16333
16334 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16335
16336         * call message directly through LyXView instead of through LyXFunc
16337         * BufferView2.C: adjust
16338         * BufferView_pimpl.C: adjust
16339         * FontLoader.C: adjust
16340         * buffer.C: adjust
16341         * bufferview_funcs.C: adjust
16342         * converter.C: adjust
16343         * figureForm.C: adjust
16344         * importer.C: adjust
16345         * lyx_cb.C: adjust
16346         * lyx_gui_misc.C: adjust
16347         * lyxfunc.C: adjust
16348         * lyxvc.C: adjust
16349         * text2.C: adjust
16350         + more files in subdirs
16351
16352         * lyxparagraph.h (size): move up int file
16353         (GetLayout): ditto
16354
16355         * adjust all uses of Assert to lyx::Assert.
16356
16357         * BufferView2.C (ChangeCitationsIfUnique): adjust for
16358         lyxfunctional in namespace lyx
16359         * layout.C (hasLayout): ditto
16360         (GetLayout): ditto
16361         (GetLayout): ditto
16362         (delete_layout): ditto
16363         (NumberOfClass): ditto
16364         * converter.C (GetFormat): ditto
16365         (GetNumber): ditto
16366         (Add): ditto
16367         (Delete): ditto
16368         (SetViewer): ditto
16369         * bufferlist.C (getFileNames): ditto
16370         (emergencyWriteAll): ditto
16371         (exists): ditto
16372         (getBuffer): ditto
16373         * MenuBackend.C (hasSubmenu): ditto
16374         (hasMenu): ditto
16375         (getMenu): ditto
16376         * BufferView_pimpl.C (getInsetByCode): ditto
16377
16378 2001-04-18  Juergen Vigna  <jug@sad.it>
16379
16380         * vspace.C (asLatexString): fixed the 100% problem.
16381
16382 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16383
16384         * lyxfunc.C (Dispatch):
16385         * minibuffer.C:
16386         * minibuffer.h: add a few std:: qualifiers
16387
16388 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16389
16390         * minibuffer.[Ch]: reimplement so that commands is initiated and
16391         run from lyxfunc, simplified som handling, and made the completion
16392         and history code for complete. wip.
16393
16394         * lyxfunc.C (processKeySym): call message
16395         (miniDispatch): new temporary method
16396         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
16397         (LFUN_MESSAGE): implement
16398         (LFUN_MESSAGE_PUSH): implement
16399         (LFUN_MESSAGE_POP): implement
16400         (initMiniBuffer): the initial/defualt minibuffer message.
16401
16402         * lyxfont.[Ch]: inline some more getters
16403
16404         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
16405
16406         * lyx_gui_misc.[Ch] (WriteStatus): remove method
16407
16408         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
16409         (AutoSave): use LFUN_MESSAGE
16410         (Reconfigure): ditto
16411
16412         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
16413
16414         * figureForm.C: use LFUN_MESSAGE
16415
16416         * converter.C (runLaTeX): use LFUN_MESSAGE
16417
16418         * bufferview_funcs.C: use LFUN_MESSAGE
16419         (Melt): ditto
16420         (changeDepth): ditto
16421
16422         * bufferparams.h: use boost::
16423
16424         * bufferlist.h: inherit privately from noncopyable
16425
16426         * bufferlist.C (loadLyXFile): remove some commented code.
16427
16428         * buffer.C (runChktex): use LFUN_MESSAGE
16429
16430         * ShareContainer.h: inherit privately from noncopyable
16431
16432         * ParagraphParameters.[hC] (depth): inline it.
16433
16434         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
16435         methods.
16436         (message): new method
16437         (messagePush): ditto
16438         (messagePop): ditto
16439         (show): init minibuffer
16440         (showState): direct call
16441
16442         * LaTeX.[Ch]: inherit privately from noncopyable
16443         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
16444         instead of WriteStatus.
16445
16446         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
16447
16448         * BufferView_pimpl.C (buffer): don't init minibuffer
16449         (workAreaButtonPress): use LFUN_MESSAGE
16450         (workAreaButtonRelease): ditto
16451         (savePosition): ditto
16452         (restorePosition): ditto
16453         (MenuInsertLyXFile): ditto
16454         (workAreaExpose): don't init minibuffer
16455         (update): remove commented code, simplify
16456
16457         * BufferView2.C (openStuff): use LFUN_MESSAGE
16458         (toggleFloat): ditto
16459         (menuUndo): ditto
16460         (menuRedo): ditto
16461         (copyEnvironment): ditto
16462         (pasteEnvironment): ditto
16463         (copy): ditto
16464         (cut): ditto
16465         (paste): ditto
16466         (gotoInset): ditto
16467         (updateInset): remove some commented code
16468
16469         * lastfiles.h: inherit privately from noncopyable
16470         * layout.h: ditto
16471         * lyx_gui.h: ditto
16472         * lyx_main.h: ditto
16473         * lyxlex.h: ditto
16474         * lyxlex_pimpl.h: ditto
16475
16476         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
16477         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
16478         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16479
16480         * LyXAction.h: inherit privately from noncopyable, add methods
16481         func_begin, func_end, returning iterators to the func map.
16482
16483         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
16484         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
16485         (func_begin): new method
16486         (func_end): new method
16487
16488         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
16489         and not)
16490         (copySelection): ditto
16491         (pasteSelection): ditto
16492
16493         * BufferView.C: whitespace change
16494         * BufferView.h: inherit privately from noncopyable
16495
16496 2001-04-16  Allan Rae  <rae@lyx.org>
16497
16498         * tabular-old.C (l_getline):
16499         * spellchecker.C (sc_check_word):
16500         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
16501         an unrecognised preprocessor directive.  So ensure they're wrapped.
16502
16503 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
16504
16505         * src/exporter.C (Export): Give an error message when path to file
16506         contains spaces.
16507
16508 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
16509
16510         * LaTeX.C (deplog): Always check that foundfile exists.
16511
16512 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16513
16514         * lyx_main.h:
16515         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
16516
16517 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16518
16519         * tabular.[Ch] (getLabelList): implement new method
16520
16521         * minibuffer.h: comment ouf setTiimer
16522
16523         * minibuffer.C (ExecutingCB): constify res
16524         (peek_event): constify s
16525         (Set): constify ntext
16526         (Init): constify nicename
16527
16528         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
16529
16530         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
16531         (savePosition): use two params to Minibuffer::Set
16532         (restorePosition): ditto
16533
16534 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16535
16536         * lyx_main.C: include language.h
16537
16538         * Makefile.am (lyx_main.o): add language.h
16539
16540 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16541
16542         * exporter.C:
16543         * paragraph.C:
16544         * screen.C:
16545         * tabular.C:
16546         * CutAndPaste.C: include gettext.h
16547
16548         * lyxfont.h: remove old hack with ON and OFF.
16549
16550         * lyxparagraph.h:
16551         * lyxfont.h: do not include language.h...
16552
16553         * BufferView2.C:
16554         * LaTeXFeatures.C:
16555         * Painter.C:
16556         * bufferview_funcs.C:
16557         * font.C:
16558         * lyxfont.C:
16559         * text.C:
16560         * text2.C:
16561         * trans_mgr.C:
16562         * paragraph.C: ... but do it here instead
16563
16564 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
16565
16566         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
16567
16568         * tabular.C: small reformat
16569
16570         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
16571         NEW_INSETS version
16572         (GetChar): ditto
16573         (BreakParagraph): ditto
16574         (SetOnlyLayout): ditto
16575         (SetLayout): ditto
16576
16577         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
16578         with one arg less.
16579
16580         * lastfiles.C: removed most using decl, add std:: where needed
16581
16582         * buffer.C: ws changes
16583
16584         * MenuBackend.C (class compare_format): put into anon namespace
16585         (expand): constify label, names, action, action2
16586         (expand):
16587
16588         * text.C (SingleWidth): constify font
16589         (IsBoundary): constify rtl2
16590         (GetVisibleRow): constify ww
16591
16592         * LaTeX.C (deplog): constify logfile
16593
16594         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
16595         start_x, end_x
16596         (workAreaExpose): constify widthChange, heightChange
16597
16598         * lyxrow.C (par): moved
16599         (height): moved
16600         (next): moved
16601         * lyxrow.h: as inlines here
16602
16603         * lyxfont.h (shape): moved from lyxfont.C
16604         (emph): moved from lyxfont.C
16605
16606         * lyxfont.C (LyXFont): use initialization list for all
16607         constructors
16608         (shape): move to lyxfont.h as inline
16609         (emph): move to lyxfont.h as inline
16610
16611
16612 2001-04-04  Juergen Vigna  <jug@sad.it>
16613
16614         * vspace.C: had to include stdio.h for use of sscanf
16615
16616 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
16617
16618         * BufferView.h:
16619         * BufferView_pimpl.h: remove xforms cruft. Both classes are
16620         independent of xforms.
16621
16622 2001-04-02  Juergen Vigna  <jug@sad.it>
16623
16624         * spellchecker.C: fixed namespace placing!
16625
16626 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
16627
16628         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
16629         the LyXParagraph * is 0.
16630
16631 2001-03-29  Juergen Vigna  <jug@sad.it>
16632
16633         * vspace.C: added support for %, c%, p%, l%.
16634         (stringFromUnit): added helper function.
16635         (asLatexString): changed to give right results for the %-values.
16636
16637         * buffer.C: convert the widthp in a width%.
16638
16639 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
16640
16641         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
16642         figureForm.[Ch].
16643
16644         * figureForm.[Ch]: stripped the FD_from_figure manipulation
16645         code out of lux_cb.[Ch], ready for its (imminent?) removal.
16646
16647         * lyx_cb.[Ch]: see above.
16648
16649         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
16650         form1.[Ch].
16651
16652         * form1.[Ch]:
16653         * lyx.[Ch]: replaced by figure_form.[Ch].
16654
16655         * lyx_gui.C:
16656         * lyx_gui_misc.C:
16657         * lyxfunc.C: changed headers associated with above changes.
16658
16659 2001-03-27  Juergen Vigna  <jug@sad.it>
16660
16661         * BufferView_pimpl.C: set the temporary cursor right!
16662
16663 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
16664
16665         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
16666
16667 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
16668
16669         * LString.h: removed "using std::getline"!
16670
16671         * BufferView_pimpl.C (Dispatch): changes due to changes in
16672         InsetInclude::Params.
16673
16674         * buffer.C (tag_name): removed redundant break statements as they were
16675         producing lots of warnings with my compiler.
16676
16677 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16678
16679         * LString.h: add "using std::getline" when using the real <string>.
16680
16681 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
16682
16683         * buffer.C: removed bitset usage.
16684         PAR_TAG moved to an anonymous name space.
16685         (tag_name): new funtion, also in the anonymous namespace.
16686         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
16687         (makeDocBookFile): clean code. Completed transition from string arrays
16688         to string vectors.
16689         (SimpleDocBookOnePar): code clean.
16690
16691 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16692
16693         * tabular.C: add some comments.
16694
16695 2001-03-22  Juergen Vigna  <jug@sad.it>
16696
16697         * buffer.C (parseSingleLyXformat2Token): redone the minipage
16698         compatibility read a bit and fixed bug with minipage in different
16699         depth.
16700
16701 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
16702
16703         * buffer.C (pop_tag): removed.
16704         (push_tag): removed.
16705         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
16706         array replaced with vector. Added support for CDATA sections.
16707         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
16708         at any nest level.
16709         (makeDocBookFile): XML conformant declaration of CDATA section,
16710         fixed bug related to <emphasis> in the first paragraph char.
16711         (sgmlOpenTag): exclude empty tags.
16712         (sgmlCloseTag): ditto.
16713
16714         * buffer.h (pop_tag): removed.
16715         (push_tag): removed.
16716
16717 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
16718
16719         * language.h (Languages): added size_type and size().
16720
16721 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16722
16723         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
16724         response on compability reading of minipages. One probliem is that
16725         the old usage of minipages was «flertydig»
16726
16727         * several files here and in subdirs: don't use static at file
16728         scope use anon namespaces instead.
16729
16730 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
16731
16732         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
16733         LaTeX output. This is necessary for Literate document
16734         processing.
16735
16736 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16737
16738         * buffer.C: insert hfill when needed.
16739
16740         * tabular.C (l_getline): use string::erase, small whitespace change.
16741
16742         * BufferView_pimpl.C: try the anon namespace.
16743         * WorkArea.C: ditto
16744
16745 2001-03-16  Juergen Vigna  <jug@sad.it>
16746
16747         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
16748         otherwise it won't open options-dialogs.
16749
16750         * buffer.C: honor pextraWidth(p) on converting minipages.
16751
16752         * tabular.C (l_getline): changed the functions to strip trailing \r.
16753
16754 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
16755
16756         * BufferView_pimpl.C:
16757         * minibuffer..C: added "using SigC::slot" declaration.
16758
16759 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16760
16761         * lyxlex_pimpl.h: noncopyable is in namespace boost.
16762
16763         * text2.C: ditto
16764
16765         * text.C: ditto
16766
16767         * paragraph.C: ditto
16768
16769         * lyxtext.h: NO_PEXTRA
16770
16771         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
16772
16773         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
16774         * ParameterStruct.h: ditto
16775         * ParagraphParameters.h: ditto
16776         * lyxparagraph.h: ditto
16777
16778 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16779
16780         * buffer.C: add compability for minipage alignment.
16781         (latexParagraphs): remove unwanted pextra check.
16782
16783         * several files: remove CXX_WORKING_NAMESPACES
16784
16785         * buffer.C (pop_tag): tie is in namespace boost
16786
16787         * BufferView.h: noncopyable is in namespace boost
16788         * lyxlex.h: ditto
16789         * lyx_main.h: ditto
16790         * lyx_gui.h: ditto
16791         * layout.h: ditto
16792         * lastfiles.h: ditto
16793         * bufferlist.h: ditto
16794         * ShareContainer.h: ditto
16795         * LyXView.h: ditto
16796         * LyXAction.h: ditto
16797         * LaTeX.h: ditto
16798
16799 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16800
16801         * Merging changes from BRANCH_MVC back into HEAD.
16802
16803         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
16804
16805 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
16806
16807         * BufferView_pimpl.C: change from intl.C
16808
16809         * combox.h:
16810         * combox.C:
16811         * Makefile.am: move combox.*
16812
16813         * form1.h:
16814         * form1.C:
16815         * lyx_gui.C:
16816         * intl.h:
16817         * intl.C: remove dialog (covered by prefs)
16818
16819 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
16820
16821         * lyxfunc.C (Dispatch): removed redundant break statement.
16822
16823 2001-03-14  Juergen Vigna  <jug@sad.it>
16824
16825         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
16826
16827 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16828
16829         * buffer.C: add hack to fix compability reading of minipages.
16830
16831 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
16832
16833         * buffer.C (getLists): Cleanup.
16834
16835 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16836
16837         * lyxfont.C (update): don't honor toggleall on font size.
16838
16839 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
16840
16841         * bmtable.c:
16842         * bmtable.h:
16843         * Makefile.am: moved to frontends/xforms/
16844
16845         * lyx_gui_misc.C:
16846         * lyxfunc.C:
16847         * BufferView_pimpl.C: changes for moved mathpanel
16848
16849 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16850
16851         * gettext.h: fix gettext_init() in --disable-nls
16852
16853 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16854
16855         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
16856
16857 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
16858
16859         * lyx.C:
16860         * lyx.h: strip external form
16861
16862 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16863
16864         * BufferView_pimpl.C: add comment, destroySplash()
16865
16866 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
16867
16868         * BufferView_pimpl.C:
16869         * LyXAction.C:
16870         * buffer.C:
16871         * commandtags.h:
16872         * lyxfunc.C: use re-worked insetinclude
16873
16874 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16875
16876         * buffer.C: add using std::stringstream.
16877
16878         * lyx_cb.C: readd using std::ios.
16879
16880         * buffer.C: add using std::map.
16881
16882         * BufferView_pimpl.C: add using std::vector.
16883
16884         * ShareContainer.h: add std:: to swap.
16885
16886         * buffer.h: add some typedefs
16887         * buffer.C (getLists): use them
16888         (getLists): renamed from getTocList.
16889         add a counter for the different float types and use it in the
16890         generated string.
16891         (getLists): use the same counter for the NEW_INSETS and the "non"
16892         NEW_INSETS
16893
16894         * lyx_cb.h: remove unused items, includes, using etc.
16895
16896         * ShareContainer.h: remove some commented code, add more comments
16897         and "documentation".
16898
16899 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16900
16901         * buffer.C (getTocList): make the list also when NEW_INSETS is
16902         defined.
16903
16904         * buffer.h: remove TocType
16905
16906         * buffer.C (getTocList): change to return a map<string,
16907         vector<TocItem> >, implement for dynamic number of list.
16908
16909         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
16910         * text2.C (PasteSelection): adjust
16911         * CutAndPaste.C (pasteSelection): adjust
16912
16913         * FloatList.C (FloatList): update from the new_insets branch.
16914         * Floating.[Ch]: ditto
16915         * LaTeXFeatures.C: ditto
16916         * buffer.C: ditto
16917         * lyxlex_pimpl.C: ditto
16918
16919         * paragraph.C (Last): remove when NEW_INSETS is defined.
16920
16921         * other file: changes because of the above.
16922
16923 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16924
16925         * lyxparagraph.h: rename next to next_, previous to previous_,
16926         make them private for NEW_INSETS. Rename Next() to next(),
16927         Previous() to previous().
16928
16929         * other files: changes because of the above.
16930
16931 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
16932
16933         * BufferView.h:
16934         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
16935         problem.
16936
16937 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16938
16939         * main.C (main): pass lyx_localedir to gettext_init().
16940
16941         * gettext.h: remove locale_init and gettext_init macros
16942
16943         * gettext.C (locale_init): new function
16944         (gettext_init): new function
16945
16946         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
16947         setlocale().
16948
16949 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
16950
16951         * Moved credits to frontends:
16952         * credits.[Ch]: removed
16953         * credits_form.[Ch]: removed
16954         * lyx_gui_misc.C: remove credits stuff
16955         * Makefile.am:
16956
16957 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16958
16959         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
16960
16961         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
16962         unneeded destructor.
16963
16964         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
16965         a standalone pointer again.
16966
16967         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
16968
16969 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
16970
16971         * Makefile.am:
16972         * filedlg.h:
16973         * filedlg.C:
16974         * LyXAction.C:
16975         * ToolbarDefaults.C:
16976         * bufferlist.C:
16977         * commandtags.h:
16978         * form1.C:
16979         * form1.h:
16980         * lyx_cb.C:
16981         * lyx_cb.h:
16982         * lyxfunc.h:
16983         * lyxfunc.C:
16984         * BufferView_pimpl.C: use new file dialog in GUII
16985
16986         * lyx_cb.h:
16987         * lyx_cb.C: remove LayoutsCB to Toolbar
16988
16989 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16990
16991         * ShareContainer.h (get): add std:: qualifier
16992
16993 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
16994
16995         * ShareContainer.h: define a proper ShareContainer::value_type
16996         type (and use typename to please compaq cxx)
16997
16998 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
16999
17000         * lyxparagraph.h: move serveral local vars to
17001         ParameterStruct/ParagraphParameters., use ShareContainer in
17002         FontTable., make vars in FontTable private and add getter and
17003         setter.
17004
17005         * paragraph.C: changes because of the above.
17006
17007         * lyxfont.h: remove copy constructor and copy assignment. (the
17008         default ones is ok), move number inside FontBits. move inlines to
17009         lyxfont.C
17010
17011         * lyxfont.C: add number to initializaton of statics, move several
17012         inlines here. constify several local vars. some whitespace
17013         cleanup. Dont hide outerscope variables.
17014
17015         * Spacing.h: add two new constructors to match the set methods.
17016
17017         * ShareContainer.h: new file, will perhaps be moved to support
17018
17019         * ParameterStruct.h: new file
17020
17021         * ParagraphParameters.h: new file
17022
17023         * ParagraphParameters.C: new file
17024
17025         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
17026         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
17027
17028         * BufferView_pimpl.C: ParagraphParameter changes.
17029         * buffer.C: Likewise.
17030         * bufferview_funcs.C: Likewise.
17031         * text.C: Likewise.
17032         * text2.C: Likewise.
17033
17034 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17035
17036         * lyxfind.C (LyXReplace): do not redefine default argument in
17037         implementation.
17038         (IsStringInText): ditto
17039         (SearchForward): ditto
17040         (SearchBackward): ditto
17041
17042 2001-03-06  Juergen Vigna  <jug@sad.it>
17043
17044         * lyxfind.C (IsStringInText): put parentes around expressions.
17045
17046 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
17047
17048         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
17049
17050 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
17051
17052         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
17053
17054         * stl_string_fwd.h: add comment
17055
17056         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
17057
17058         * tabular.h:
17059         * tabular.C: remove unused DocBook methods
17060
17061         * intl.C:
17062         * language.C:
17063         * paragraph.C:
17064         * buffer.C:
17065         killed DO_USE_DEFAULT_LANGUAGE
17066
17067 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17068
17069         * lyx_gui.C: do not include language.h.
17070
17071         * bufferview_funcs.C (ToggleAndShow): do not provide optional
17072         arguments in function implementation.
17073
17074 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17075
17076         * BufferView_pimpl.C: add <ctime>
17077
17078 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17079
17080         * BufferView_pimpl.C: add using std::find_if
17081
17082 2001-02-27  José Matos  <jamatos@fep.up.pt>
17083
17084         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
17085         by OnlyPath.
17086
17087 2001-02-11  José Matos  <jamatos@fep.up.pt>
17088
17089         * buffer.C (makeDocBookFile): command styles now have a parameter as
17090         "title" by default.
17091
17092 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
17093
17094         * layout_forms.[Ch]: removed
17095         * lyx_cb.[Ch]: out character
17096         * lyx_gui.C: out character
17097         * lyx_gui_misc.C: out character
17098         * bufferview_funcs.C: : out character,
17099         added toggleall as parameter in ToggleAndShow
17100
17101 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
17102
17103         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
17104
17105         * text2.C (SetCurrentFont): Disable number property at boundary.
17106
17107 2001-02-26  Juergen Vigna  <jug@sad.it>
17108
17109         * lyxfunc.C (getStatus): added a string argument override function so
17110         that this is correctly called from LyXFunc::Dispatch if it contains a
17111         do_not_use_argument which is used!
17112         (Dispatch): added check for "custom" export and call appropriate func.
17113
17114 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
17115
17116         * lyxrc.C: Add language_command_local, language_use_babel and
17117         language_global_options.
17118
17119         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
17120
17121         * buffer.C (makeLaTeXFile): Use language_use_babel and
17122         language_global_options.
17123
17124 2001-02-23  Juergen Vigna  <jug@sad.it>
17125
17126         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
17127         which works with LyXText and putted it inside BufferView. Here now we
17128         only call for that part the BufferView::Dispatch() function.
17129
17130         * BufferView.C (Dispatch): added.
17131
17132         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
17133         functions which needs to use a LyXText over from LyXFunc.
17134         (MenuInsertLyXFile): added
17135         (getInsetByCode): added
17136         (moveCursorUpdate): added
17137         (static TEXT): added
17138
17139 2001-02-22  Juergen Vigna  <jug@sad.it>
17140
17141         * BufferView_pimpl.C (update): call a status update to see if LyXText
17142         needs it.
17143
17144 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
17145
17146         * vc-backend.C (revert): implement for CVS
17147         (getLog): implement for CVS
17148
17149 2001-02-20  Juergen Vigna  <jug@sad.it>
17150
17151         * text2.C (ClearSelection): added BufferView param for inset_owner call
17152
17153         * lyxfunc.C (TEXT): added this function and use it instead of
17154         directly owner->view()-text of getLyXText().
17155
17156 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
17157
17158         * src/layout_forms.C: out preamble
17159         * src/layout_forms.h: out preamble
17160         * src/lyx_cb.C: out preamble
17161         * src/lyx_cb.h: out preamble
17162         * src/lyx_gui.C: out preamble
17163         * src/lyx_gui_misc.C: out preamble
17164         * src/lyxfunc.C: connect with guii preamble
17165
17166 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
17167
17168         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
17169
17170 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
17171
17172         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
17173         whether to run bibtex.
17174
17175 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
17176
17177         * Makefile.am (lyx_SOURCES): Remove BackStack.h
17178
17179 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
17180
17181         * Makefile.am (lyx_SOURCES): removed bibforms.h
17182
17183         * vspace.h: doxygen
17184
17185         * text.C (GetVisibleRow): make several local vars const
17186
17187         * tabular.C: small cleanup.
17188
17189         * lyxserver.C (callback): use compare instead of strncmp
17190
17191         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
17192         inlines to after class or to paragraph.C
17193
17194         * lyxfont.h: remove friend operator!=
17195
17196         * converter.h: move friend bool operator< to non friend and after
17197         class def.
17198
17199         * combox.h: small cleanup
17200
17201         * buffer.h: doxygen, remove unused constructor, move inclas inlies
17202         to inlines after class def.
17203
17204         * buffer.C (pop_tag): use string operations instead of strcmp
17205
17206         * bmtable.c: doxygen, small cleanup
17207
17208         * LaTeX.h: remove friend operator==
17209
17210 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
17211
17212         * screen.C:
17213         * lyxrc.[Ch]:
17214         * lyxfunc.C:
17215         * lyxfont.[Ch]:
17216         * lyx_cb.C:
17217         * intl.[Ch]:
17218         * commandtags.h:
17219         * buffer.C:
17220         * WorkArea.[Ch]:
17221         * LyXAction.C:
17222         * BufferView_pimpl.C:
17223         * BufferView.[Ch]: remove cruft
17224
17225 2001-02-14  Juergen Vigna  <jug@sad.it>
17226
17227         * lyxfunc.C: removed #if 0 unused code
17228
17229         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
17230
17231         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
17232
17233         * text2.C (SetSelection): added a BufferView * parameter
17234
17235 2001-02-13  Juergen Vigna  <jug@sad.it>
17236
17237         * lyxfunc.C (Dispatch): fixed protected blank problem.
17238         * BufferView2.C (protectedBlank): added LyxText * parameter.
17239
17240         * tabular.C (AppendRow): forgot to set row_info of newly added row.
17241         (AppendColumn): same as above for column_info.
17242
17243         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
17244         (moveCursorUpdate): use a LyXText param for support of InsetText.
17245
17246         * BufferView_pimpl.C (doubleClick): added support for InsetText.
17247         (tripleClick): ditto
17248
17249         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
17250
17251         * BufferView_pimpl.C (update): added LyXText param to honor insets.
17252
17253         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
17254
17255         * text2.C (SetSelection): set correct update status if inset_owner
17256         (ToggleFree): ditto
17257
17258 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
17259
17260         * tabular.C: remove some commented code.
17261
17262 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
17263
17264         * BufferView_pimpl.C: call hideSplash()
17265
17266         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
17267
17268         * include_form.h:
17269         * bibforms.h: remove
17270
17271         * lyxfunc.C:
17272         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
17273           add LFUN_CHILD_CREATE
17274
17275         * counters.h: fix tiny typo
17276
17277         * lyx_cb.C:
17278         * lyx.h:
17279         * lyx_gui.C:
17280         * lyx.C: move splash to frontends/xforms/
17281
17282         * lyx_gui_misc.C: move Include and Bibform to frontends
17283
17284         * lyxvc.h: clarify comment
17285
17286         * vspace.C: tiny housekeeping
17287
17288 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
17289
17290         * text.C (PrepareToPrint): RTL Fix.
17291
17292         * paragraph.C (GetUChar): New method.
17293         (String):  Use GetUChar.
17294
17295         * buffer.C (asciiParagraph): Use GetUChar.
17296
17297 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
17298
17299         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
17300
17301 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
17302
17303         * buffer.h:
17304         * buffer.C: rename to getLogName(), handle
17305           build log / latex log nicely
17306
17307 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17308
17309         * MenuBackend.C:
17310         * MenuBackend.h: remove support for reference menuitem type.
17311
17312 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
17313
17314         * BufferView_pimpl.C: housekeeping
17315         * BufferView_pimpl.h:
17316         * LyXView.h:
17317         * Makefile.am:
17318         * Timeout.C:
17319         * Timeout.h:
17320         * minibuffer.h: move Timeout GUI-I
17321
17322 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
17323
17324         * lyxrc.C (read): Update converters data-structures.
17325
17326 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
17327
17328         * LaTeX.h (operator!=): add operator != for Aux_Info
17329
17330 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
17331
17332         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
17333
17334         * LaTeXLog.C: deleted, useful code moved to Buffer
17335
17336         * buffer.h:
17337         * buffer.C: new function getLatexLogName()
17338
17339         * lyx_gui_misc.C:
17340         * lyx_gui.C:
17341         * lyxvc.C:
17342         * lyxvc.h:
17343         * lyxfunc.C: use frontends for LaTeX and VC logs
17344
17345 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17346
17347         * LaTeX.h: yet another std:: that Allan forgot.
17348
17349         * Variables.C (set): renamed from isset(), because this clashes
17350         with some HP-UX macros (grr).
17351
17352 2001-02-06  Allan Rae  <rae@lyx.org>
17353
17354         * LaTeX.h: Another bug fix.  Missing std:: this time.
17355
17356 2001-02-04  Allan Rae  <rae@lyx.org>
17357
17358         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
17359         floats problem. I've left it commented out because it's not quite
17360         correct.  It should also test that the current object is a table or
17361         figure inset.  But I haven't gotten around to figuring out how to do
17362         that.  I *think* it'll be something like: "table" == inset.type()
17363
17364         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
17365         bool.
17366
17367 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
17368
17369         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
17370         all the citation/databases/styles in the auxilary file.
17371         (run): Rerun latex if there was a babel language error.
17372
17373 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
17374
17375         * text.C (Backspace): Preserve the font when changing newline char
17376         with a space.
17377         (BreakParagraph): If the cursor is before a space, delete the space.
17378
17379         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
17380
17381 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
17382
17383         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
17384         new argument (code).
17385         (ChangeCitationsIfUnique): New method.
17386
17387         * paragraph.C (GetPositionOfInset): Handle bibkey.
17388
17389 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17390
17391         * BufferView_pimpl.h: change type of Position::par_pos to
17392         LyXParagraph::size_type.
17393
17394 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
17395
17396         * BufferView_pimpl.C (savePosition, restorePosition): Write
17397         messages to minibuffer.
17398
17399 2001-01-28  José Matos  <jamatos@fep.up.pt>
17400
17401         * buffer.C (makeDocBookFile): adds support for document language.
17402         A silly restriction on the name of LatexCommand types where removed.
17403         Added support for CDATA sections, allows to chars unescaped, used
17404         among others in code, to avoid escape < and >.
17405
17406 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17407
17408         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
17409         saved positions instrad of a stack. Furthermore, a position is
17410         stored using paragraph id/paragraph position.
17411
17412         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
17413         Remove LFUN_REF_BACK.
17414
17415 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
17416
17417         * converter.C (dvipdfm_options): New method.
17418
17419 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
17420
17421         * vspace.C (isValidLength): Fix for empty input string.
17422
17423 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17424
17425         * LyXAction.C (init): change description of LFUN_FIGURE to
17426         "Insert Graphics"
17427
17428 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17429
17430         * LaTeX.C: add using directive
17431
17432 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17433
17434         * MenuBackend.C (expand): Fix the sorting of the formats.
17435
17436 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
17437
17438         * lyx_main.C: tiny error message fix
17439
17440 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17441
17442         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
17443         calling fl_initialize(). This fixes the problem with ',' as
17444         decimal separator in text files.
17445
17446 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
17447
17448         * trans.C (process): Fix the keymap bug.
17449
17450 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
17451
17452         * LaTeX.C (scanAuxFiles): New method. Provides support for
17453         multiple bibliographies (when using the bibtopic/bibunits pacakges).
17454         (scanLogFile) Scan for "run BibTeX" messages.
17455
17456         * buffer.C (makeLaTeXFile): Do not load the ae package when using
17457         OT1 font encoding. Also, load the aecompl package if the ae
17458         package is loaded.
17459
17460         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
17461
17462 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17463
17464         * texrow.C (increasePos): turn two error messages into debug
17465         messages.
17466
17467 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
17468
17469         * LaTeX.C (scanAux): Handle the \@input macro.
17470         (runBibTeX): Use scanAux().
17471
17472         * language.C (latex_options_): New field.
17473
17474         * LaTeXFeatures.C (getMacros): Add language macros.
17475
17476         * buffer.C (makeLaTeXFile): Small fix.
17477
17478 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
17479
17480         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
17481
17482         * text2.C: add a using directive.
17483
17484 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
17485
17486         * BufferView2.C:
17487         * lyx_gui_misc.h:
17488         * lyxfr1.C:
17489         * lyxfunc.C: kill LyXBell.
17490
17491 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
17492
17493         * text.C (IsBoundary): Remove the error message
17494
17495         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
17496
17497         * lyxrc.C (setDefaults): Correct initialization value for
17498         font_norm_type.
17499
17500 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
17501
17502         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
17503         gotoError().
17504
17505         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
17506         and GotoNextNote().
17507
17508         * src/LyXAction.C: Added reference-next.
17509
17510         * text.C (InsertChar): Use contains instead of strchr.
17511
17512         * lyx_cb.C (MenuInsertLabel): Enable default value code.
17513
17514 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
17515
17516         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
17517         alignment commands (when needed).
17518
17519         * text.C (InsertChar): Add ':' to number separator chars.